﻿/***** BEGIN RESET *****/

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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

/*--
- HEAD SEARCH --*/
.search-inv a{opacity: 1; transition: .3s all;color: #fff;font-size: 16px;}
.search-inv a:hover {opacity: 0.8;}
.search-inv {
    width: 40px;
    height: 40px;
    background: #d22f25;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}
.flex-search {
  padding: 0 !important;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start !important;
  gap: 10px;
}
#search {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 180px;
}
.search-bg {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  align-items: center;
  justify-content: center;
}
.search-btn {
  display: none;
}
.search-btn:hover {
  opacity: 1;
}
#search-header input {
  caret-color: #000 !important;
  background: #fff;
}
#search-header input:focus {
  outline-width: 0;
}
.searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.parabullets {
	list-style-type: disc;
    padding-left: 20px;
	font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    line-height: 30px;
}
.searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.searchTerm::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
input#search-box:focus {
  outline: none;
}
.search-wrap {
  padding: 13px 0;
  width: 100%;
}
.search-wrap i.fa-solid.fa-magnifying-glass {
  font-size: 32px;
  color: #d22f25;
  margin-right: 20px;
}
.search-header input[type="text"]:not([class^="Mui"]) {
  width: 100% !important;
  border: none !important;
  font-size: 22px !important;
  color: #000 !important;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  height: auto !important;
  line-height: 70px !important;
  background: #fff;
}
#closeSearch {
  float: right;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  color: #000;
  position: absolute;
  right: 40px;
  top: 15px;
}
#closeSearch:hover {
  color: #d22f25;
}
form.search-header {
  display: flex;
  align-items: center;
}

.topheader{
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
}
.topheaderleft{
background: #d22f25;
display: flex;
flex-wrap: wrap;
padding: 12px 50px;
box-sizing: border-box;
width: 82%;
text-align: center;
justify-content: space-between;
}
.headertext{
	font-family: "Fira Sans", sans-serif;
	color: #fff;
	padding-right: 5px;
}
.headerhoursect {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    text-align: center;
    justify-content: center;
}
.topheaderright {
    width: 18%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #fff;
}
.headerbtnsect a{
	color: #d22f25;
	font-family: "Fira Sans", sans-serif;
	font-weight: 600;
	transition-duration: 0.5s;
}
.headerbtnsect a:hover{
	color: #000;
}
.headertextsect {
    width: 45%;
    align-items: center; 
	display: flex;
	justify-content: center;
}
.bottomheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px 50px;
    background: #ffffff96;
	
}

.home-banner {
	background-color: #fff;
	padding: 15px 10%;
	text-align: center;
}
.home-banner p{
	line-height: 18px;
}
.smlogo {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
}
.smlogo img{
	width: 100%
}
.lglogo{
	width: 40%
}
.lglogo img{
	width: 100%
}
.headerlogosect {
    display: flex;
    align-items: center;
    width: 25%;
}

.herobkgdimg{
	background: url("/siteart/dakota-truck-hero-image.jpg");
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	height: 950px;
}
.herotextsection {
    position: relative;
    top: 45%;
    left: 5%;
    width: 65%;
}
.herotext {
    font-family: "Fira Sans Condensed";
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    line-height: 55px;
	font-weight: 800;
}
.herotext span{
    font-size: 72px;
}
.red{
	color: #d22f25;
}
.white{
	color: #fff;
}
.paratext {
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    line-height: 30px;
}
.medparatext {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    line-height: 32px;
}
.heropara{font-family: "Fira Sans", sans-serif; font-size: 28px; color: #fff;}
.herosubtext{font-family: "Fira Sans Condensed"; color: #fff; font-size: 22px; line-height: 35px;}
.herobtn{font-family: "Fira Sans Condensed"; color: #fff; font-size: 18px; margin: 15px 20px 0px 0px; background:#d22f25; width: 500px; height: 45px; display: flex; align-items: center; box-sizing: border-box; text-align: center; justify-content: center; transition-duration: 0.5s;}
.herobtn span:hover{padding-right: 10px;}
.herobtn:hover{background: #bd1d14;}
.herobtn span{transition-duration: 0.6s;}
.herobtn i{font-size: 10px; padding-left: 8px;}
.flexbox{display: flex; flex-wrap: wrap; align-items: center; }
.flexboxbetween{display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between;}
.flexboxcenter{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.flexboxcenter2{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.fullcenter{display: flex; width: 100%; justify-content: center; flex-wrap: wrap;}
#myVideo{
	width: 640px;
	height: 360px;
}
.dept-cta-sect {
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.dept-cta{
    width: 18%;
    height: 400px;
}
.dept-cta-overlay {
    width: 100%;
    height: 100%;
	background: #000000b5;
    display: flex;
    justify-content: center;
    align-items: center;
	transition-duration: 0.3s;
	text-transform: uppercase;
}
.dept-cta-overlay:hover {
    background: #00000075;

}
.hplogosect {
    width: 100%;
    overflow: hidden;
    padding: 4% 2% 4% 5%;
    box-sizing: border-box;
}
.hpaboutsect {
    background: url(/siteart/red-texture-bkgd.jpg);
	background-color:#d22f25; 
    background-size: cover;
    width: 100%;
    padding: 6% 8%;
    box-sizing: border-box;
	background-attachment: fixed;
	
}
.lgparatext {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 45px;
}
.hplocationsect{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -65px;
}
.hplocationsect .smheader{
width: 100%;
}
.hplocationleft {
    background: #000000;
    width: 50%;
    padding: 10% 8% 5% 8%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.hplocationright{
	background: #000000;
	width: 50%;
    padding: 10% 8% 5% 8%;
	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
}
.hplocationtitle {
    width: 100%;
	background-color: #000000;
    position: relative;
    top: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	z-index: 1;
}
.hplocationimg{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.redtitleline {
    width: 38%;
    background: #d22f25;
    height: 4px;
}
.locationheader {
    width: 20%;
	text-align: center;
}
.smheader {
    text-transform: uppercase;
    font-size: 24px;
	font-family: 'Fira Sans Condensed';
}
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: .5px solid #ddd;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}
th.smheader{
	text-align: left;
}
th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #D22F25;
  color: white;
}
tr:hover {background-color: #ddd;}
.lgheader {
    font-family: 'Fira Sans Condensed';
    font-size: 40px;
	line-height: 35px;
}
.lgheader span{
    font-family: 'Fira Sans Condensed';
    font-size: 30px;
	width: 100%;
	display: block;
}
.medheader {
    font-family: 'Fira Sans Condensed';
    font-size: 30px;
	line-height: 30px;
}
.medheader span{
    font-family: 'Fira Sans Condensed';
    font-size: 20px;
	width: 100%;
	display: block;
}
.hplogobtn {
    margin-left: 80px;
    background: #d22f25;
    color: #fff;
    width: 80%;
    padding: 10px 45px;
    box-sizing: border-box;
}
.hplogobtn span {
   transition-duration: 0.8s;
}
.hplogobtn span:hover {
   padding-right: 10px;
}
.hplogobtn a{
    color: #fff;
	font-family: 'Fira Sans Condensed';

}
.hplogobtn i{
   font-size: 12px;
}
.logoslider{
	margin-top: 20px;
}
.hpaddressbtn {
    background: #d22f25;
    width: 100%;
    margin: 5px 0px;
    padding: 8px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
	font-family: "Fira Sans", sans-serif;
	display: flex;
    align-items: center;
	transition-duration: 0.5s;
}
.hpaddressbtn:hover {
    background: #bd1d14;

}
.linktext{
	font-family: "Fira Sans", sans-serif;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.linktext i{
	font-size: 12px;
	padding-left: 10px;
}
.hpctasect {
    display: flex;
    flex-wrap: wrap;
    padding: 4% 5%;
    align-items: stretch;
    align-content: space-between;
	justify-content: space-between;
}
.hpctathirds {
    margin: 0px 20px;
    width: 25%;
}
.hpctathirds p{
   margin-bottom: 20px;
}
.subhead {
    font-family: 'Fira Sans';
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 600;
}
.inbetweenpad{
	padding: 40px 0px;
}
.diff-top-padding {padding-top: 40px;}
.diff-bottom-padding {padding-bottom: 40px;}
.fullredbtn {
    background: #d22f25;
    color: #fff;
    font-family: 'Fira Sans Condensed';
    padding: 12px;
    box-sizing: border-box;
	width: 100%;
    display: block;
    text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}
.fullredbtn:hover {
        background: #bd1d14;

}
.redbtn {
    background: #d22f25;
    color: #fff;
    font-family: 'Fira Sans Condensed';
    padding: 12px;
    box-sizing: border-box;
	width: 345px;
    display: block;
    text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}
.redbtn:hover {
    background: #bd1d14;
}
.redbtn span{
    transition-duration: 0.8s;
}
.redbtn span:hover{
    padding-right: 10px;
}
.redbtn i{
    font-size: 12px;
	margin-left: 20px;
}
.hpminotbox{
	padding: 3% 5%;
	box-sizing: border-box;
	background: #232323;
}
.hpminotleft{
	width: 55%;
	padding-right: 40px;
	box-sizing: border-box;
}
.hpminotleft p{
	width: 82%;
}
.hpminotright{
	width: 45%;
	text-align: right;
}
.hpminotright img{
	width: 100%;
}
.quotebkgd {
    background: url(/siteart/quotebkgd.jpg);
    background-size: cover;
    height: 195px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 3% 5%;
    box-sizing: border-box;
	background-position: center;
}

.button-group {
	display: flex;
	gap: 10px; 
	flex-wrap: wrap;
}

.testimonialslider {
    padding: 20px 5%;
	box-sizing: border-box;
	width: 100%;
}
.reviewslides {
    display: flex!important;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between;
    height: 420px;
    justify-content: center;
    box-shadow: 0px 16px 16px 1px #cfcdcd;
    box-sizing: border-box;
    padding: 35px 45px;
    border-bottom: solid 10px #d22f25;
    border-radius: 5px;
	margin: 0px 24px;
}
.reviewname{
	text-align: right;
	width: 100%;
	font-family: 'Fira Sans';
	font-size: 16px;
	font-weight: 700;
}
.starsect i{
	margin: 0px 2px;
	color: #dfb312;
}
.bulletlist {
    padding: 10px 5px;
    font-family: 'Fira Sans';
    list-style: none;
}
.bulletlist li{
    padding: 10px 0px;
 	font-weight: 700;
}
.bulletlist i{
    padding-right: 5px;
	color: #d22f25;
	font-size: 16px;
}
.extrapadding{
	padding: 40px 0px;
}
.tirelogos{
width: 270px!important;	
}
.thirdicon i{
	padding: 8px;
	background: #d22f25;
	color: #fff;
	margin-right: 12px;
	border-radius: 5px;
}
.brandlogo{
	width: 250px!important;
}
.hpvideo{
	width: 100%;
}
.revlink span{ transition-duration: 0.5s;}
.revlink span:hover{padding-right: 10px;}
/*---BODY--------------------------------*/
.headerpadding{
	padding: 40px 3%;
}
.pagepadding{
	padding: 20px 6%;
}
.greypagepadding{
	background: #F1F1F1;
	padding: 40px 6% 10px 6%;
}
.pageheadersect {
    background: #d22f25;
}

.pageheadersect h2 {
	font-family: 'Fira Sans';
    color: #fff;
    padding: 20px 50px;
    font-size: 30px;
}

.pageheader {
    font-family: 'Fira Sans';
    color: #fff;
    padding: 20px 50px;
    font-size: 40px;
}
.dkgreybkgd {
    background: #343434;
	padding: 15px 50px;

}
.pagesubhead{
	text-align: center;
}
.linebreak{
    background: #d22f25;
	height: 6px;
	width: 100%;
	margin: 60px 0px;
	border-radius: 5px;
}
.quarterbox {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
}
.quarterbox img{
    width: 100%;
}
.twothirdbox {
    width: 66.7%;
    padding: 20px;
    box-sizing: border-box;
}
.thirdbox {
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
}
.thirdbox img{
    width: 100%;
}
.threequarterbox {
    width: 75%;
    padding: 20px;
    box-sizing: border-box;
}
.halfsect {
    width: 48%;
    padding: 20px 20px 20px 0px;
    box-sizing: border-box;
}
.fullsect {
	display: flex;
	flex-direction: column;
	align-content: center;
	margin: auto;
}
.fullsect h2 {
	text-align: center!important;
}
.fullsect img {
	margin: auto;
	margin-top: 20px;
	width: 100%;
	max-width: 500px;
}

.fullsect img.small {
	margin: auto;
	margin-top: 20px;
	width: 100%;
	max-width: 300px;
}
.halfsect img{
	width: 100%;}
.accordion {
 	background-color: #343434;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-family: 'Fira Sans';
    transition: 0.4s;
    font-weight: 800;
    text-transform: uppercase;
}

.active, .accordion:hover {
  background-color: #474747;
}

.accordion:after {
  content: '\002B';
  color: #E5E5E5;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
content: '';
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.newsarticle{
	padding: 20px 6%;
}
.lgcontactlink {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    font-family: 'Fira Sans';
    font-weight: 400;
	transition-duration: 0.5s;
}
.lgcontactlink:hover {
  
    letter-spacing: 0.2px;
}
.lgcontactlink i{
  padding-right: 15px;
  color: #d22f25;
}
.locationinfo{padding: 30px 0px;}
.blklink{
	color: #000;
}
.employeebox {
    width: 17%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	margin: 20px 0px;
}
.employeephoto {
    width: 100%;
}

.employeephoto2 {
    width: 100%;
	position: relative;
    display: inline-block;
}

.employeephoto2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.employeephoto img{
    width: 100%;
	border-top: solid 4px #343434;
    border-left: solid 4px #343434;
	box-sizing: border-box;
}
.employeephoto2 img{
    width: 100%;
	border-top: solid 4px #343434;
    border-left: solid 4px #343434;
	box-sizing: border-box;
}
.employeeinfo {
    width: 100%;
    padding: 10px 0px 20px 0px;
    box-sizing: border-box;
}
.employeename {
    padding: 0px 8px;
    color: #d22f25;
    font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
}
.blklinebr {
    height: 2px;
    background: #000;
    width: 100%;
}
.employeedescript {
    font-size: 16px;
    font-family: 'Fira Sans';
    padding: 6px 8px;
}
.tab {
  overflow: hidden;

    display: flex;
    width: 100%;
    justify-content: space-between;
	box-sizing: border-box;
}

/* Style the buttons that are used to open the tab content */
.tab button {
float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 33%;
    font-family: 'Fira Sans Condensed';
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px;
    background: #f7f7f7;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #dbdbdb;
}

/* Style the tab content */
.tabcontent {
  display: none;
 padding: 18px 25px;
    border-top: none;
    background: #fdfdfd;
}
.redbkgd {
    background: #d22f25;
    padding: 20px 40px;
}
.promotionsect {
    background: #343434;
    padding: 60px;
}
/*--------FORM STYLES--------------------*/
.contactform{
	padding: 0px 0px 80px 0px;
}
.halfformfields {
    width: 49.5%;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 10px;
	font-family: 'Fira Sans';
}
.fullformfields {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 10px;
	font-family: 'Fira Sans';
}
.comments{
	width: 100%;
	padding: 10px;
    box-sizing: border-box;
    height: 140px;
    margin-bottom: 10px;
	font-family: 'Fira Sans';
}
.formflex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.CaptchaPanel{
	width: 100%;
}
.CaptchaMessagePanel{
	font-family: 'Fira Sans';
	
}
.CaptchaWhatsThisPanel a{
    font-family: 'Fira Sans Condensed';
	color: #000;
}
.submitform {
    background: #d22f25;
    color: #fff;
    font-family: 'Fira Sans Condensed';
    padding: 12px;
    box-sizing: border-box;
    width: 345px;
    display: block;
    text-align: center;
    border: none;
    font-size: 15px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.submitform:hover {
    background: #bd1d14;

}

.deptpagehead {
    padding: 5%;
    text-align: center;
    text-transform: uppercase;
}
.deptpagehead h1{
      font-family: 'Fira Sans';
    color: #fff;
    padding: 20px 50px;
    font-size: 50px;
    font-weight: 900;
	line-height: 50px!important;
}
.threequarterbox ul {
    list-style-type: disc;
    padding-left: 20px;
}

.threequarterbox li {
    display: list-item; 
}
/*-------- FOOTER STYLES ----------------*/
footer{}
.topfooter{background: #343434; width: 100%; display: flex; justify-content: center; flex-wrap: wrap; padding: 20px; box-sizing: border-box;}
.topfooter h2 {width: 100%; text-align: center; padding-bottom: 10px;}
.footersocials{
	font-size: 24px;
	padding: 0px 10px;
	color: #fff;
}
.bottomfooter {
    background: #d22f25;
    display: flex;
    justify-content: space-between;
    padding: 40px 5%;
}
.footerheader {
    font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    padding-bottom: 20px;
}
.footerbtn {
    background: #fff;
    color: #d22f25;
    font-family: 'Fira Sans Condensed';
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    box-sizing: border-box;
	transition-duration: 0.5s;
}
.footerbtn:hover {
    background: #fbf6f6;
}
.footerbtn span:hover {
    padding-right: 10px;
}
.footerbtn span {
    transition-duration: 0.8s;
}
.footerbtn i{
    font-size: 12px;
    padding-left: 10px;
}
.footerleft {
    width: 20%;
}
.footerlinksect {
    width: 35%;
    padding: 0px 20px;
    box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;  
	align-items: flex-start;
    align-content: flex-start;
}
.footerhalf {
    width: 45%;
    color: #fff;
    padding-right: 18px;
}
.footersubhead {
    width: 100%;
    font-family: 'Fira Sans Condensed';
    font-size: 18px;
    color: #fff;
	padding-bottom: 5px;
}
.halffooterlink {
    font-family: 'Fira Sans';
    font-size: 15px;
    width: 50%;
    padding: 5px 0px;
    color: #fff;
}

.textcenter{
	text-align: center;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.faceted-search-content .selected-facets-container .selected-facet{
background: #d22f25!important;	
}

.list-top-section .list-listings-count{
	    color: #d22f25!important;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
background: #d22f25!important;		
}
.list-content .list-error-container .info button:not(.login-button){
background: #d22f25!important;		
	
}

/*---------- RESPONSIVE STYLES ----------*/



@media only screen and (max-width: 1800px) {
	.headerlogosect{width: 22%;}
	
	
}
@media only screen and (max-width: 1600px) {
	.hplogobtn{
	    width: 70%;	
	}
	.herotextsection{
		width: 80%;
	}
}
@media only screen and (max-width: 1545px) {
.locationheader {
	width: 40%;}	
.redtitleline {
	width: 28%;}
	.dept-cta {
    width: 19%;
    height: 250px;
}
}
@media only screen and (max-width: 1480px) {
.footerlinksect {
    width: 39%;
	padding: 0px 8px;
}
.bottomfooter {
	    padding: 40px 1%;
	}
.headertextsect {
    width: 50%;
}
	.headerhoursect {
	width: 50%;
	}
	.topheaderleft{
	    padding: 12px 20px;	
	}
	.employeebox {
		width: 22%;}
	.hpctathirds{
	    width: 30%;	
	}
}
@media only screen and (max-width: 1360px) {
	.hpctasect{
	    padding: 4% 1%;	
	}
	.hpctathirds {
    margin: 0px 0px;
    width: 32.5%;
}
	.herotextsection{
		    top: 35%;
	}
}
@media only screen and (max-width: 1320px) {
	.topheaderleft{text-align: center;}
	.headerhoursect{justify-content: center;}
	.brandlogo {
    width: 100%!important;
}
.hplocationtitle { 
	top: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.pageheader{    
	padding: 20px 24px;
    font-size: 35px;
	}
	.bottomheader{padding: 10px 15px;}
	    .hplogobtn {
        width: 60%;
    }
	.dept-cta {
    width: 33%;
    height: 250px;
    margin: 5px 1px;
}
	.dept-cta-sect{
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 1130px) {
	.hpctathirds img{
		width: 100%;
	}	
	.hpctathirds .redbtn{
		width: 100%;
	}	
}
@media only screen and (max-width: 1100px) {
.footerleft {
    width: 50%;
    padding-bottom: 30px;
}	
.bottomfooter {
	    flex-wrap: wrap;
	}
.footerlinksect {
    width: 100%;
	padding: 0px 8px 25px 8px;
}	
.thirdbox {
	width: 50%;}
.twothirdbox {
	width: 50%;}
.hpminotleft {
    width: 100%;
	padding-bottom: 30px;
}	
.hpminotbox{
justify-content: center;		
	}
.hpminotright {
	width: 55%;
}
.hplocationleft{
    padding: 12% 2% 2% 2%;		
}
.hplocationright{
    padding: 12% 2% 2% 2%;		
}
    .hplocationtitle {
        top: 90px;
    }
	.herotextsection {
    position: relative;
    top: 38%;
    left: 3%;
    width: 95%;
}
	.diff-bottom-padding .halfsect {padding: 0px!important;}
	
}
@media only screen and (max-width: 1099px) {
	.headerlogosect{width: 350px;}
	.mobileheadericons{display: flex; align-items: center;}
	.search-inv{ margin-right: 20px; background: transparent; color: #d22f25;}
	.search-inv a{color: #d22f25;    font-size: 26px;
    font-weight: 900;}
	.topheaderleft{width: 100%;}
	.headerhoursect {width: 100%;}
	.headertextsect {width: 100%; display: block;}
	.topheaderright {width: 100%; padding: 12px;}
	.bottomheader{width: 100%; background: #fff;}
	.header {
    display: flex;
    flex-wrap: wrap-reverse;
	border-bottom: 1px solid #efefef;
    box-shadow: 3px 3px 5px 0px #efefef;
}
	.lgheader{
	font-size: 34px;
    line-height: 30px;	
	}
	.lgheader span{
	    font-size: 26px;	
	}
	.halfsect{
		width: 100%;
	    padding: 5px 20px 55px 0px;	
	}
	.tab button{
	font-size: 15px;	
	}
	.mobileheroimg{
		background: url("/siteart/dakota-truck-hero-image.jpg");
		background-color: #000;
		background-position: center;
		width: 100%;
		height: 350px;
		background-size: cover;
	}
	.herobkgdimg{background: transparent; height: auto;}
	    .herotextsection {
        position: relative;
/*			Hide top when displaying home banner*/
/*        top: -60px;*/
        left: 0;
        width: 100%;
        padding: 20px 30px 40px 30px;
        box-sizing: border-box;
        background: linear-gradient(to bottom, rgb(0 0 0 / 56%), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
        z-index: 1;
    }
  .flexboxcenter2 {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 950px) {
	.quarterbox {
		width: 50%;}
	.threequarterbox {
		width: 50%;}
	.brandlogo {
    width: 250px!important;
}
	.medheader{font-size: 24px;}
	.medheader span {
		line-height: 18px;
		font-size: 18px;
	}
	.accordion{
		font-size: 18px;
	}
	.medparatext{
	    font-size: 16px;	
	}
	.newsarticle {
    padding: 10px 2%;
	}
	.employeebox {
    width: 30%;
	margin: 10px 0px;
    }
	.hplocationtitle {
        top: 80px;
    }
	
}
@media only screen and (max-width: 830px) {
	   .hpctathirds {
        width: 100%;
        margin: 25px 10px;
    }
	    .hpctathirds img {
        width: 400px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
	.thirdbox {
        width: 100%;
    }	
	.twothirdbox {
        width: 100%;
    }	
	.locationbox .twothirdbox {
       height: 280px;
    }
	.lgcontactlink {
		font-size: 18px;
	}
	.dkgreybkgd{
    padding: 15px 12px;
	}   .quarterbox {
        width: 100%;
		padding: 0px;
    }	
	.threequarterbox{
		width: 100%;
		padding: 0px;
	}
	.hpminotright {
		width: 100%;}
	.hpminotbox {
		padding: 6% 5%;}
	.hpminotleft{
		padding-right: 0px;
	}
	    .hplocationtitle {
        top: 0px;
        background: #343434;
        padding: 30px 0px;
    }
	.hplocationsect{
		margin-top: 0px;
	}
	    .hplocationleft {
        padding: 8% 2% 8% 2%;
        width: 100%;
    }
	.hplocationimg {
		width: 65%;}
	.hplocationright{
	  padding: 8% 2% 8% 2%;
        width: 100%;	
	}
	.lgparatext{font-size: 16px;
    line-height: 34px;}
	.herotext span {
    font-size: 58px;
}
	.herosubtext{
	font-size: 18px;
    line-height: 24px;	
	}
	.herotext{
	    font-size: 50px;
    line-height: 44px;	
	}
	.heropara{
	font-size: 20px;	
	}
	    .hplogobtn {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
			padding: 10px;
    }
	.deptpagehead h1{
      font-family: 'Fira Sans';
    color: #fff;
    padding: 0px;
    font-size: 28px;
    font-weight: 900;
	line-height: 29px!important;
}
}
@media only screen and (max-width: 700px) {
	.pageheader{
	    padding: 16px 18px;
    font-size: 28px;
	line-height: 30px;
	}

	.employeeinfo {
		width: 100%;
		padding: 2px 0px
	}
	.employeename {
    margin-bottom: 1px;
	}
	.employeedescript {
    padding: 2px 8px;
}
	.headerpadding {
    padding: 22px 3%;
} 
		.dept-cta {
    width: 48%;
    height: 250px;
    margin: 5px 1px;
} 
}
@media only screen and (max-width: 650px) {
	
	.redtitleline {
        width: 10%;
    }
	.locationheader {
        width: 80%;
    }
	.herotext {
        font-size: 35px;
        line-height: 36px;
    }
	.herotext span {
        font-size: 48px;
    }
	.herotextsection{
	   padding: 20px 8px 40px 8px;	
	}
	.herobtn{
	    margin: 15px 0px 0px 0px;    
		width: 100%;	
		padding: 0px 5px;
	}
	#myVideo{
	width: 100%;
	height: 360px;
}
}
@media only screen and (max-width: 550px) {

	.thirdbox {
      padding: 0px;
    }	
	.twothirdbox {
      padding: 0px;
    }	
	.extrapadding {
    padding: 15px 0px;
}
	.smheader{
		font-size: 20px;
	}
	.halfsect .textcenter img{width: 100%!important;}
	.tabcontent .bulletlist li{
		font-size: 14px;
	}
	.promotionsect{
	padding: 16px;	
	}
	.hpminotleft p {
    width: 100%;
}
	.hpaboutsect{
   padding: 20% 3%;
	}
	.mobileheroimg{
	height: 150px;	
	}
	.employeebox {
	width: 48%;
	}
}
@media only screen and (max-width: 530px) {
	.footerleft{
		width: 100%;
	}	
	.medparatext{font-size: 16px;
    line-height: 28px;}
	.pagepadding {
    padding: 10px 4%;
    box-sizing: border-box;
}
	.redbtn{
	width: 100%;	
	}
	.headerpadding {
    padding: 20px 0%;
	}
	.search-inv {
    margin-right: 0px;
	margin-left: 0px;
	}
	.headerlogosect {
        width: 240px;
    }
	.headertext{
	    font-size: 13px;	
	}
	.halfformfields {
		width: 100%;}
	.medheader {
        font-size: 20px;
        line-height: 22px;
    }
	.linebreak{
	margin: 38px 0px;	
	}
	    .halfsect {
        width: 100%;
        padding: 5px 0px 10px 0px;
    }
	.redbkgd{
	padding: 20px 12px;	
	}
	.reviewslides{
	    padding: 25px 10px;
		margin: 0px 10px;
		box-shadow: 0px 7px 9px 1px #cfcdcd;
	}
	.testimonialslider {
		padding: 20px 2%;}
	    .hpctathirds img {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 445px) {
	.footerhalf{
		width: 100%;
	}
	.halffooterlink{
		width: 100%;
	}
	.bottomfooter {
	    padding: 25px 3%;
	}
	.lgheader span {
	font-size: 25px;
	}
	.footersocials {
    font-size: 24px;
    padding: 2px 5px;
}
	    .lgheader {
        font-size: 28px;
        line-height: 26px;
    }
	.herotext span {
        font-size: 45px;
    }
	    .herotext {
        font-size: 32px;
        line-height: 33px;
		margin-top: 10px;
    }
	    .herosubtext {
        font-size: 17px;
        line-height: 17px;
    }
	.herobtn{
	font-size: 16px;	
	}
	    .dept-cta {
        width: 100%;
        height: 155px;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 420px) {
	.search-inv a{font-size: 20px;}
	    .headerlogosect {
        width: 68%;
    }
	.accordion {
        font-size: 16px;
    }
	.employeename{
	font-size: 22px;	
	}
	.employeeinfo {
			text-align: center;
	}
	.employeedescript {
	font-size: 18px;}
	 .employeebox {
		width: 100%;
		justify-content: center;
	}
}
@media only screen and (max-width: 350px) {
.brandlogo {
    width: 100%!important;
}
    .mobileheroimg {
        height: 240px;
    }
	.herotextsection {
/*	        top: -50px;	*/
	}
}
@media only screen and (max-width: 285px) {
	.mobileheadericons{
	    width: 100%;
        justify-content: center;	
	}
	.headerlogosect {
        width: 100%;
    }
	.medparatext{
	font-size: 14px;	
	}
	.newsarticle {
        padding: 0px;
    }
	.lgcontactlink {
        font-size: 16px;
    }
	.reviewslides{
	height: 490px;	
	}
}