﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body, p {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
h1, h2 {font-weight: 900;}
h3, h4, h5 {font-weight: 600;}
h1, h2, h3, h4, h5 {font-family: 'Barlow Condensed', sans-serif; letter-spacing: 1px; padding-bottom: 10px;}

.width-70 {width: 70%; margin: 0 auto;}
.width-80 {width: 80%; margin: 0 auto;}
.width-90 {width: 90%; margin: 0 auto;}

#padding25 {padding: 25px 0;}
#padding50 {padding: 50px 0;}
#padding100 {padding: 100px 0;}

.flex-center {display: flex; align-items: center;}
.flex-stretch {display: flex; align-items: stretch;}


/*--- HEADER STYLES ---------------------*/
.flex-header {display: flex; flex-direction: row; align-items: center;}
.logo {width: fit-content; margin-left: 1.5%;}
.logo a img {max-width: 220px; width: 100%; padding: 15px 0;}
.nav-container {width: 78%; margin-right: 3%; text-align: right;}
.socials {width: 10%; background: url(/siteart/header-triangle.png); background-size: cover; background-repeat: no-repeat;background-position: left center; padding:50px 0; text-align: center;}
.socials a .fas {color:#fff; padding: 5px 5px; transition: .2s ease;}
.socials a .fas:hover {color:#000; }

.top-header {
    padding: 8px 0;
    background: #F7F7F7;
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
}

.top-header a {
    font-size: 16px !important;
    font-weight: 500;
}

.top-header .flex-social {
	width: 90%;
	margin: 0 auto;
	justify-content: flex-end;
}

.subscribe-btn a{
    color: #000;
    background-color: #e4ac26;
    padding: 0 15px !important;
}

.subscribe-btn a:hover {
    color: #fff !important;
    background-color: #2448ff !important;
}
.subscribe-btn-mobile {
    margin-top: 25px;
    text-align: center;
}
.subscribe-btn-mobile a{
    color: #000;
    font-weight: 600;
    background-color: #e4ac26;
    padding: 10px 25px !important;
}

.subscribe-btn-mobile a:hover {
    color: #fff !important;
    background-color: #2448ff !important;
}
/* Pop up */
#overlay {
display: none;
}
.popup{
width: 100%;
display: none;
position: fixed;
top:0;
z-index: 500;

}
.popup-container{
width:100%;
height: 100vh;
margin:0 auto;
background: #fff;
position: relative;
z-index: 103;
padding: 15% 15px 15px 15px;
box-sizing:border-box;
}
.popup-container p{
font-size:22px; font-weight:800; color:#000; line-height:30px; padding:15px 15px 30px 15px; max-width:1000px; margin:0 auto; 
}
.popup-container p.bold{font-size:60px; font-family:'Barlow', sans-serif; font-weight:900; color:#0045ff;}
.pop-link:hover{color:#34b91c!important;}
.popup-container .x{
float: right;
height: 35px;
left: 22px;
color:#000!important;
position: relative;
width: 34px;
}
.popup-container a.blk-btn{color:#fff!important;}
.popup-container a{color:#000; font-size:20px;}

.popup-container .x:hover{
cursor: pointer;
}


html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

/*---BODY--------------------------------*/
.center {text-align: center !important;}
.hero {background: url(/siteart/CanonHop-2.jpg)no-repeat; background-size: cover; background-position: center center; padding: 150px 0; text-align: center; margin-top:-8px;background-color:#000;}
.hero h1 {font-size: 55px; line-height: 55px; font-weight: 800; color:#EBAD37; }
.hero hr {width: 200px; height: 2px; background: #fff; margin: 15px auto; text-align: center;}
.hero p {color:#fff; font-size: 18px; line-height: 24px;}

.inv-ql {background: linear-gradient(0deg, rgba(234,173,55,.65) 0%, rgba(234,173,55,.65) 100%),url("../siteart/CanonHop.jpg"); background-size: cover; background-position: center 75%; width: 50%; margin:-50px 1% 50px 1%}
.support-ql {background:#757575; width: 50%; margin:-50px 1% 50px 1% }

.inv-ql h2, .support-ql h2 {font-size: 35px; color:#fff; line-height: 45px; text-align: center}
.inv-ql p, .support-ql p {font-size: 16px; color:#fff; line-height: 26px; text-align: center;}

.blk-btn {background: #000; padding: 15px 0; text-align: center; color:#fff; font-weight: 700; font-family: 'Barlow Condensed', sans-serif; display: inline-block; vertical-align: middle; width: 47%; margin: 1% 1%; text-transform: uppercase; letter-spacing: 1px; font-size:18px;}
.yellow-btn {background: #EBAD37; padding: 15px 0; text-align: center; color:#000; font-weight: 700; font-family: 'Barlow Condensed', sans-serif; display: inline-block; vertical-align: middle; width: 47%; text-transform: uppercase; letter-spacing: 1px; font-size:18px; margin-top:25px;margin: 1% 1%;}
.blk-btn-full {background: #000; padding: 15px 0; text-align: center; color:#fff; font-weight: 700; font-family: 'Barlow Condensed', sans-serif; display: inline-block; vertical-align: middle; width: 96.5%; margin: 1% 1%; text-transform: uppercase; letter-spacing: 1px; font-size:18px;}

.blk-btn:hover {background: #333; transition: .3s ease-in-out;}
.blk-btn-full:hover {background: #333;  transition: .3s ease-in-out}
.yellow-btn:hover {background: #333;  transition: .3s ease-in-out}

.blur-bg {background: url(/siteart/blurred-bg.png); background-size: cover; width: 45%; padding: 50px 0 50px 50px; text-align: right;}
.blur-bg img {text-align: right; margin-right: -5%; width: 100%}
.hp-text {width: 50%; margin-left: 5%}
.hp-text h2 {color:#0045ff;font-weight: 700; font-size: 40px; line-height: 45px;}
.hp-text h3 {color:#000;font-weight: 700; font-size: 30px; line-height: 35px;}
.hp-text p {padding:25px 0; color:#000;}
.hp-text a {color:#000;font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 1px; border-bottom: 5px solid #fff; padding: 8px 0; transition: .3s ease}
.hp-text a:hover {border-bottom: 5px solid #EBAD37}

.home-video .hp-text p {
	padding: 5px 0;
}
.blk-address {background:#000; width: 50%; padding: 50px 0;}
.blk-address p, .blk-address a{color:#fff;}
.blk-address p strong {font-weight: 700; font-family: 'Barlow Condensed', sans-serif; letter-spacing: 1px; font-size: 18px;}
.gray-address {background:#F7F7F7; width: 50%; padding: 50px 0;}
.blk-address h3 {color:#EBAD37; font-weight: 900; font-size: 30px;}
.gray-address h3 {color:#0045ff; font-weight: 900; font-size: 30px;}
.map {width: 50%;}
.map iframe {width: 100%}

.subhero {background: url(/siteart/subhero.jpg); background-attachment: fixed; background-size: cover; padding: 60px 0; background-position: center center; margin-top:-10px; margin-bottom: 15px;background-color:#000;}
.subhero h1, .parts-subhero h1,.resource-subhero h1,.career-subhero h1 {color:#fff; text-align: center;font-size: 40px;}
.subhero h1 span, .parts-subhero h1 span,.resource-subhero h1 span,.career-subhero h1 span{color:#EBAD37; text-align: center;font-size: 40px;}
.parts-subhero {background: url(/siteart/parts-subhero.jpg); background-attachment: fixed; background-size: cover; padding: 60px 0; background-position: bottom; margin-top:-10px; margin-bottom: 15px;background-color:#000;}




.main-resource {
	background: url("/siteart/resources-subhero.jpg"); background-attachment: fixed;
    background-size: contain;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;
	background-color:#000;
}
.resource-subhero {
	}

.volvo-sub {
	background: url("/siteart/Resources/volvo-subhero.jpg");
	background-attachment: fixed;
	background-size: contain;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;
}

.bell-sub {
	background: url("/siteart/Resources/bell-subhero.jpg");
	background-attachment: fixed;
	background-size: contain;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;
}

.john-sub {
	background: url("/siteart/Resources/john-subhero.jpg");
	background-attachment: fixed;
	background-size: contain;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;
 
}

.hydrema-sub {
	background: url("/siteart/Brochures/hydrema/hydrema-bg.jpg");
	    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
 
}



.komatsu-subhero {
	background: url("/siteart/Resources/komatsu-subhero.jpg");background-attachment: fixed;  background-size: contain;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;
}

.insert-subhero {
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url("../siteart/Resources/insert-tanks/insert-tank-bg.jpg");
	 background-attachment: fixed;
    background-size: cover;
    background-position: center 65%;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
}
.off-road-subhero {
	background: url("/siteart/lube-truck-hero.jpg");background-attachment: fixed;  background-size: contain;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;
}

.career-subhero {background: url("/siteart/page-heros/career-banner-full.jpg") no-repeat;
	background-color:#000;
	background-attachment: fixed;
    background-size: contain;
    padding: 100px 0;
    margin-top: -10px;
    margin-bottom: 15px;}

.gray-bg {background:url(/siteart/white-stripes-small.jpg);}
.body-text h2 {color:#000; font-size: 35px;
    line-height: 1;}
.body-text .fas {color:#0345FB; font-size: 35px;}

.col-2 {display: inline-block; align-content: top; align-items: top; vertical-align: top; width: 45%; margin: 2%}
.col-2 img {width: 100%;}

.yellow-bar {background-color:#EBAD37;  height: 200px;}
#warranty-request {background: #fff; margin:-100px auto 50px auto; position: relative; padding:70px 0; box-shadow: 1px 1px 3px #ccc; width: 70%; }
#warranty-request h3 {font-size: 35px; font-weight: 900; color:#0345FB;line-height: 1;}
#warranty-request h4 {font-size: 20px; color:#000; border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 15px;}

.column-count {column-count: 2; column-gap: 25px; }

/* RESOURCE PAGE */
.warranty.flex-container.flex-resources {    
	display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: minmax(100px, auto);
    justify-content: center;
    margin: 0 auto;
    justify-items: center;
	padding-top:30px;}
.warranty.flex-container.flex-resources-one {    
	display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-rows: minmax(100px, auto);
    justify-content: center;
    margin: 0 auto;
    justify-items: center;
	padding-top:30px;}

.info-banner {
    padding: 40px 0 0 0;text-align: center;
}
.info-banner h2 {
    font-size: 32px;
    text-transform: uppercase;
	letter-spacing: 2px}
.info-banner p {font-size: 20px;} 
.info-banner a {font-weight: 800;}
.Warning {background:#D0342C ;padding: 0 30px;}
.Warning p{text-align:center; font-weight: bold; font-size:20px;padding-top:20px;padding-bottom:20px;color: #fff}

.Warning i{color:#fff; font-weight: bold; font-size:20px;margin-right:10px;}

.flex-container.flex-resources {
   	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    grid-auto-rows: minmax(100px, auto);
}

.main-resources {
	gap: 40px !important;
    grid-template-columns: repeat(3, 1fr) !important;
}

.winter{text-align:center; }
.winter hr{border:solid 1px #ccc;}
.resource h2 {
    line-height: 40px;
	font-size: 32px;
}

.resource a{
	text-transform: uppercase;
}
.resource a .fas,.resource a .fab {
 -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.resource .fab {color: #0345FB;}

.resource a:hover .fas,.resource a:hover .fab {
	color: #EBAD37 !important;
}

.back {
    color: #000 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border-bottom: 5px solid #fff !important;
    padding: 8px 0 !important;
    transition: .3s ease !important;
}

a.back:hover {
	color: #EBAD37 !important;
}

a.back:hover .fas {
	color: #EBAD37 !important;
}

.back .fas {
	 color: #000;
	font-size: 18px;
	 transition: .3s ease !important;
}

.resource ul li {
    margin-left: 25px !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}


.home-video {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 !important;
}

.home-video h2 {
	color: #0045ff;
	transition: .3s ease-in-out;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 10px;
}
a.img-link:hover .home-video h2 {
	color: #EBAD37;
}

.home-video h2:hover {
	color: #EBAD37;
}


.home-video a {
	display: inline-block;
}
.home-video img {
    max-width: 100%;
	width: 600px;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}


/* CONEXPO */
.conexpo-hero img {
    max-width: 100%;
    width: 250px;
}

.blue-subhead {
    background: #5B6771;
    padding: 10px 0;
    margin-bottoM: 15px;
}


.blue-subhead .flex-social a {
	color: #fff;
	transition: .3s all;
}


.blue-subhead .flex-social a:hover {
	color: #EBAD37
}

.blue-subhead a, .blue-subhead p {
	font-size: 18px !important;
}

.blue-subhead p {
	text-transform: uppercase;
	font-weight: 800;
}
.subhero.conexpo-hero {
    background: #333;
	margin: 0;
	color: #fff;
}

.blue-subhead .flex-social {
    justify-content: center;
    color: #fff;
    font-size: 18px !important;
}

.conexpo-hero .flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    text-align: left !important;
}

.conexpo-hero h1 {
    text-align: left;
    line-height: 1;
	    color: #fff;
}

.conexpo-hero span {
    font-weight: 500;
    font-size: 36px !important;
}
hr.grey-border {
    border: none;
    background: #eee;
    height: 1px;
}

.con-ex {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
	    background: #F7F7F7;
	transition: .4s all;
    cursor: pointer;
	font-size: 22px;

}

.con-ex:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.con-ex {
     flex: none !important;
    flex-basis: 28% !important;
    margin: 0 !important;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.resource.con-ex p {text-transform: none !important;font-weight: 500;}
.conexpo-manuals h3 {
    font-size: 22px;
}

.conexpo-manuals h4 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 900;
}

.con-ex .fas {
	font-size: 24px;
}

.con-ex a {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    color: #000;
	    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-vid {
	    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
}

.video-item {
    position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
}

.video-item iframe,.video-item object, .video-item embed,.video-item video { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


.video-container {
	position: relative;
	width: 100%;
	max-width: 1000px; /* Adjust this value to make it smaller or larger */
	
}

.video-container video {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
/* CAREER PAGE */

.career-pg hr {
	border: none;
	background: #f1f1f1;
	height: 1px;
}
.career h2 {
    font-size: 28px !important;
    text-transform: uppercase;
}

.career .fas {
	font-size: 28px !important;
}

.apply-btn {
	background: #EBAD37;
    padding: 10px 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 25px;
	transition: .3s ease-in-out;
}

.apply-btn:hover {
	background: #333;
}
.career {
	display: flex;
    justify-content: center;
    gap: 90px;
    width: 90%;
    margin: 50px auto;
}



/* TANK BROCHURES */
.img-bg {background: url(/siteart/Brochures/CAT/Cover1-resized1.jpg);background-position: center;background-size: cover;background-color:#000}
.img-bg2 {background: url("/siteart/page-heros/bell-hero.jpg");background-position: 25% 44%;background-size: cover;}
.img-bg3 {background: url(/siteart/Brochures/Volvo/volvo-banner.JPG);background-position: center;background-size: cover;}
.img-bg4{background: url("/siteart/Brochures/Komatsu/Komatsu-bg.jpg");background-position: 60% 38%;background-size: cover;}
.img-bg5{background: url("/siteart/page-heros/john-deere-hero.jpg");background-position: 25% 32%;
    background-size: cover;}
.img-bg6{background: url("/siteart/Brochures/hydrema/hydrema-bg.jpg");background-position: 25% 40%;
    background-size: cover;}
.img-bg7{background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),url("../siteart/Resources/insert-tanks/insert-tank-bg.jpg");background-position: center; background-color:#000;
    background-size: cover;}
.img-bg8 {background: url(/siteart/Brochures/on-road/onroad-banner.jpg);background-position: center;background-size: cover;}

.cat-hero {background: url(/siteart/Brochures/CAT/color-transitioin.jpg); background-color:#000; background-size: contain;background-attachment: fixed; background-position: top; background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 900; text-align: center; padding: 100px 0;}
.cat-hero h1 {font-size: 90px; line-height: 100px; background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 900; text-align: center;}

.volvo-hero {background: url(/siteart/Brochures/Volvo/volvo-banner.JPG);background-position: center;}
.volvo-hero {background: url(/siteart/Brochures/Volvo/color-transitioin.jpg); background-size: contain;background-attachment: fixed; background-position: top; background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 900; text-align: center; padding: 100px 0;}
.volvo-hero h1 {font-size: 90px; line-height: 100px; background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 900; text-align: center;}

.onroad-hero {background: url("/siteart/Brochures/on-road/color-transitioin.jpg"); background-size: contain;background-attachment: fixed; background-position: top; background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 900; text-align: center; padding: 100px 0;}
.onroad-hero h1 {font-size: 90px; line-height: 100px; background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 900; text-align: center;}

.flex-brochure {display: flex; flex-direction: row; align-items: center;}
.about {width: 50%;}
.about h2 {font-size: 40px; line-height: 50px; padding-bottom: 15px;color:#0345FB }
.fixed-banner {background: url(/siteart/Brochures/CAT/premier-water-tanks-img.JPG); background-attachment: fixed; min-height: 500px; padding: 50px 0;width: 50%; background-position: right; background-repeat: no-repeat}
.border-stretch {display: flex; flex-direction: row; align-items: stretch; align-content: flex-start}
.blu-bg {height: 50px; background:#1C2176; width: 50%}
.bl-bg {height: 50px; background: #f1f1f1; width: 50%}

.why-us,.dept-wrap {display: flex; flex-direction: row; align-items: stretch;}
.col-1 {width: 31%; margin: 3% .5%; padding: 40px 30px 40px 35px; box-shadow: 1px 2px 3px #f1f1f1;}
.col-1 h3 { font-weight: 800; font-size: 35px; color:#0345FB; padding-bottom: 25px;}
.col-1 ul {min-height: 380px;}
.col-1 li {line-height: 22px; padding-bottom: 10px;}
.col-1 li .fa {color:#0345FB; margin-left: -10px;}
.col-1 img {width: 100%; margin: 15px auto; text-align: center;display: block;}
.col-1 hr {height: 1px; border:0; background: #f1f1f1}

.feat-flex {display: flex; flex-direction: row; align-items: stretch}
.ft {width: 50%; margin:2% 2%; text-align: center; }

.ft img {width: 100%; margin: 0 auto;}
.ft h5 {color:#3E3E3E;font-size: 16px;}
/* TABLES */
table.capacity {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
	margin: 25px 0;
}

table.capacity caption,.hydrema-h2 {
  font-size: 35px;
  margin: .5em 0 .75em;
	font-weight: 900;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	color:#0345FB
}

.capacity-small table.capacity th.col,  .capacity-small table.capacity td.col {
	text-align: center;
}

.capacity-small table.capacity tr.lrg, .capacity-small table.capacity th.lrg, .capacity-small table.capacity td.lrg {
	width: 70%;
}

.flex-container.flex-tables {
	display: flex;
	gap: 60px;
}
table.capacity tr {
  background-color: #f8f8f8;
  border: 1px solid #fff;
  padding: .35em;
}
table.capacity tr.lrg, table.capacity th.lrg, table.capacity td.lrg {width: 35%;}

table.capacity th.lrg {background: #000;}
table.capacity th,
table.capacity td {
  padding: .625em;
  text-align: left;
	border-right: 1px solid #fff;
}

table.capacity th {
  font-size: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
	background: #0345FB;
	color:#fff; 
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
}

.capacity-small {
    flex-basis: 50% !important;
    flex-grow: 1;
}


.flex-tables .feat-flex {
	flex-basis: 35%;
	flex-direction: column;
	gap: 20px;
	margin-top: 25px;
}


.flex-tables .feat-flex .ft {
	width: 100%;
	margin: 0;
}
@media screen and (max-width: 600px) {
table.capacity tr.lrg, table.capacity th.lrg, table.capacity td.lrg {width: 95% !important; font-weight: 600}
 table.capacity {
    border: 0;
  }

  table.capacity caption {
    font-size: 30px;
  }
  
  table.capacity thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.capacity tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.capacity td {
    border-bottom: 1px solid #ddd;
	  border-right: 0px transparent;
    display: block;
    font-size: .8em;
    text-align: right !important;
  }
  
  table.capacity td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.capacity td:last-child {
    border-bottom: 0;
  }
	
	.flex-tables .feat-flex {
		flex-wrap: wrap;
	}
	
	.flex-tables .feat-flex .ft {
		flex-basis: 100%;
	}
}





.video {
    position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-top: 20px;
}



.center video {
	max-width: 100%;
    height: auto !important;
}


.video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*---CONTACT---*/
.department-contact {
    padding: 50px 0;
}

.department-contact h2{font-size: 35px;
    font-weight: 900;
    color: #000;
    line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.dept-wrap .col-1 {
    background: #F7F7F7;
}

.dept-wrap p {
    font-size: 18px;
    line-height: 1.75;
	    padding-left: 20px;
}

.dept-wrap a,.parts-page a {
	color: #000;
}

.dept-wrap a .fas, .parts-page a .fas {
	color: #0345FB;
	font-size: inherit !important;
}


.dept-wrap h3 .fas {
	color: #EBAD37;
}


.dept-wrap h3 {
    font-size: 24px;
    line-height: 1;
	padding-bottom: 15px;
    color: #000;
}

.parts-page p{font-size: 18px; line-height: 1.75;padding-inline-start:30px;margin: 20px 0;}
.parts-page span {font-size: 22px;text-transform: uppercase;font-weight: 800;letter-spacing: 1px;font-family: 'Barlow Condensed', sans-serif;}
.parts-page .first-side{margin-top: 5% !important;}
/*--------FORM STYLES--------------------*/
.form-row{display: flex;}
.formfield{flex: 1; font-family: 'Barlow', sans-serif; position: relative; padding: 5px 0; margin: 5px; font-size:13px;}


.formfield input, .formfield select  {
	width: 100%;
	padding: 10px 0;
	border:1px solid #134773;
	background:#fff;	
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
}

input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }
.formfield textarea {
	width: 100%;
	padding: 10px 0;
	border:1px solid #134773;
	font-weight: 700;
	color:#000;
	background:#fff;
	font-family: 'Barlow', sans-serif;
    height:85px;	
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
} 

form input.button,
form input.button:focus {
	float: none;
    width:160px;
    margin:0 auto;
	font-size:15px;
	display: block;
	border: none;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
	
	background: #2d3f9a; 
	color: #fff; 
	padding: 15px 0; 
	text-align: center; 
	font-weight: 700; 
	font-family: 'Barlow Condensed', sans-serif; 
	letter-spacing: 2px; 
	text-transform: uppercase
	
}
form input.button:hover {
    background: #000; /* For browsers that do not support gradients */
	margin: 0 auto;
	text-align: center;
	display: block;
	transition: all .8s ease; 
}

/*control the Captcha */

.CaptchaPanel {margin: 0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000 !important;width: 100%;  text-align:left;}
.CaptchaPanel input{width: 100% !important; max-width: 300px;}
.CaptchaImagePanel {
	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
	color: #000 !important
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 auto;
	padding:10px 0 10px 0 !important;
	width: 100%;
	float: right;
	display: block;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 




/*-------- FOOTER STYLES ----------------*/
footer{background: #000; text-align: center;}
footer a {color:#fff; font-weight: 600; transition: .3s ease; }
footer a:hover {color:#EBAD37; font-weight: 600; }
footer .fas {color:#0045ff; margin-left: 15px; margin-right: 15px;}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv{padding: 5% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Roboto', sans-serif!important;} /* Reset font, ignore icons */


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}
.dealer-info {text-transform: uppercase !important;font-family: 'Barlow', sans-serif !important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, .ts-modal-container button {background:#EBAD37 !important; color:#fff;font-family: 'Barlow Condensed', sans-serif; }

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn {background: #000 !important;font-family: 'Barlow Condensed', sans-serif; }

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count {color: #000 !important;font-family: 'Barlow', sans-serif;}
 
.dealer-info .dealer-company-header, .detail-wrapper .detail-title, .breadcrumbs .breadcrumbs-element, .detail-wrapper .details-fin-calc .detail-btn-calc p, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-additional-data .data-row .data-label, .list-content .list-title .list-title-text, .list-content .listing-portion-title, .list-content h3, .list-content h5, .list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .contact-options a{font-family: 'Barlow Condensed', sans-serif !important; text-transform: uppercase !important; }

.detail-additional-data .data-row .data-value, .list-content .list-listing .listing-main-stats, .list-content .list-listing .listing-main-stats .spec-label, .list-content .add-update-time, .list-content .listing-description, .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {font-family: 'Barlow', sans-serif !important;}
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {padding-left: 4px; font-weight: 900;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;font-family: 'Barlow', sans-serif;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px;}

.noUi-connect, .noUi-handle{
	background:#EBAD37 !important;
}

i.material-icons.close.calc-close, .financing i.material-icons {
    color: #000 !important;
}

.detail-btn-calc p{margin-top: 0 !important; margin-bottom: 0 !important;}

.flex-container.flex-social {
    display: flex;
    gap: 10px;
    font-size: 22px;
}
.flex-social a {
    color: #0045ff;
}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1600px) {
	.width-70 {width: 80%;}
	
}

@media only screen and (max-width: 1300px) {
	.hero {padding: 50px 0 90px 0;}
	.width-70 {width: 90%;}
	.blur-bg {width: 80%}
	.flex-container.flex-resources {
    flex-wrap: wrap;
	}
	
	.resource {
    flex: 1;
    flex-basis: 40%;
}
	.main-resources .resource {
    flex-basis: 45%;
	}
	
	.flex-header {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1200px) {

	
	.main-resources {
		    grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.grid-vid {
    grid-template-columns: repeat(1, 1fr);
	}
	.popup-container p.bold{font-size:50px;}
	.popup-container{padding:10% 15px 15px 15px;}
}

@media only screen and (max-width: 1100px) {
	.subhero h1, .parts-subhero h1 {line-height: 45px; } 
	.flex-stretch, .flex-center {display: block;}
	.inv-ql, .support-ql {width: 100%;}
	.hp-text {width: 90%; margin-left: 0; margin: 0 auto; padding: 25px 0;}
	.gray-address, .map {width: 100%}
	footer a {font-size: 12px; line-height: 22px;}
	.width-70, .width-80, .width-90 {width: 90%;}
	#warranty-request {width: 95%}
	.col-2 {width: 100%; margin: 15px  auto;}
	.col-2 .yellow-btn, .col-2 .blk-btn {width: 100%; margin: 10px auto;}
	.cat-hero {background: url(/siteart/Brochures/CAT/color-transitioin.jpg); background-size: contain;background-attachment: fixed; background-position: top; background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 900; text-align: center; padding: 100px 0;}
    .career-subhero,.resource-subhero {background-size: cover; background-attachment: inherit !important;}


	.cat-hero h1{font-size: 50px; line-height: 55px;}
	.flex-brochure {display: block;}
	.about {width: 100%; padding: 25px 0;}
	.fixed-banner {min-height: 100px; padding: 0; width: 100%; background-position: center;}
	
	.why-us {display: block;}
	.col-1 {width: 90%; margin: 1% auto; padding: 25px 5%;}
	.col-1 ul {min-height: inherit}
	
	.home-video .hp-text:last-of-type {
		padding: 0 !important;
	}
	
	.con-ex {
		flex: 1 !important;
		flex-basis: 40% !important;
	}
	
	.flex-container.flex-resources {
    grid-template-columns: repeat(2, 1fr);
}
	
	.dept-wrap {
    flex-wrap: wrap;
    gap: 10px;
		margin-top: 3%;
}
	.dept-wrap .col-1 {
		margin: 0 ;
		    flex-basis: 25%;
		flex: 1;
	}
}

@media only screen and (max-width: 920px) {
	.career {
		flex-wrap: wrap;
		width: 100%;
		gap: 10px;
	}
	
	.career-info, .career-btn {
		    background-position: 48% 50% !important;
	}
	
	.conexpo-hero .flex-container {
		flex-wrap: wrap;gap:20px;
	}
	
	.conexpo-hero h1 {
		flex-basis: 100% !important;
		text-align: center;
	}
	
	.con-ex {
		flex-basis: 100% !important;
	}
	.main-resources {
    gap: 20px !important;
	}
	.popup-container a.blk-btn{width:100%!important; padding:15px; box-sizing:border-box;}
	
}

@media only screen and (max-width:778px) {
	.warranty.flex-container.flex-resources {grid-template-columns: repeat(1, 1fr) !important;padding-top: 0px;}
	
	.warranty .resource {margin-bottom:50px;}
	
	.warranty div#padding50 {padding:50px 0 20px}
}


@media only screen and (max-width: 767px) {
	.yellow-bar {height: 150px;}
	.subhero h1, .parts-subhero h1,.resource-subhero h1,.career-subhero h1 {font-size: 30px; line-height: 35px; } 
	.subhero h1 span, .parts-subhero h1 span,.resource-subhero h1 span,.career-subhero h1 span {font-size: 30px; line-height: 35px; } 
	.form-row {display: block;}
	.column-count {column-count: 1;}
	.resource {
    flex: 1;
    flex-basis: 100%;
}
	.flex-tables .feat-flex {
		flex-basis: 100%;
		flex-direction: row;
	}
	
	.flex-container.flex-tables {
		flex-wrap: wrap;
	}
	
	.capacity-small {
    flex-basis: 100% !important;
    flex-grow: 1;
}
	
	.events .flex-container.flex-resources {
    grid-template-columns: repeat(1, 1fr) !important;
	}
}
@media only screen and (max-width: 676px) {

.dept-wrap .col-1 {
		    flex-basis: 100%;
	}
	
	.socials {width: 40% !important; margin-top:-10px; padding: 40px 0;}
	.popup-container p.bold{font-size:30px; padding:15px;}
	.popup-container p{font-size:18px;}
	
}
@media only screen and (max-width: 550px) {
	.logo {width: 67%}
	
	.subhero h1, .parts-subhero h1, .resource-subhero h1,.career-subhero h1  {
		line-height: 44px;
	}
	
	.main-resources {
		    grid-template-columns: repeat(1, 1fr) !important;
	}
	
	 .career-info, .career-btn {
		    background-position: 48% 50% !important;
	}
	
	.feat-flex {
		flex-wrap: wrap;
	}
	
	.ft {
		flex-basis: 100%;
	}
	
	.main-resources .resource {
    flex-basis: 100%;

	}
	
	.warranty.flex-container.flex-resources-one{
		text-align: center
	}
	
		.flex-container.flex-resources {
    grid-template-columns: repeat(1, 1fr);
}
	.dept-wrap p {
		padding-left: 10px;
		font-size: 16px;
	}
	.popup-container{padding:5% 15px 15px;}
}






