﻿/***** 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 --------*/
:root {
  --neutral1: #FFFFFF;
  --secondary1: #E8F3EC;
  --primary: #FB6040;
  --secondary2: #262626;
  --neutral2: #000000;
}

/*! **** END RESET *****/
::-moz-selection {
  background: var(--neutral2);
  color: var(--neutral1);
  text-shadow: none;
}

::selection {
  background: var(--neutral2);
  color: var(--neutral1);
  text-shadow: none;
}

/*!  Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*! -------- BODY STYLES --------*/
body * {
  font-family: 'Jost', sans-serif;
}

.rightstuffphotos h2, .rightstuffphotos h3 {
    color: white;
}

div#main-content {
  background: white;
}

.body-wrapper .list-content main.list-main-section:not(.detail-wrapper *) {
  background: white !important;

}

body {
  background: #262626
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

h1 {
  font-weight: normal;
  font-size: 55px;
  font-size: max(38.6718px, 2.86458vw);
  color: #e8f3ec;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

hr {
  border: var(--neutral2) 1px solid;
}

.categories.mapArea p {
  margin-top: 45px;
  margin-top: max(31.6406px, 2.34375vw);
  max-width: 600px;
  max-width: max(291.875px, 31.25vw);
  padding-right: max(68.75px, 6.25vw);
  margin-bottom: 30px;
}

.rightInfoContact p {
  margin: 15px 0 !important;
}

.rightInfoContact p {
  max-width: 100% !important;
}

.aboutUs .categories.mapArea p {
  max-width: 100%;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.categories.mapArea p,
.categories.mapArea ul {
  font-weight: normal;
  font-size: 22px;
  font-size: max(18.4687px, 1.14583vw);
  line-height: 32px;
  line-height: max(22.5px, 1.66667vw);
  color: #e8f3ec;
}

.categories.mapArea ul li {
  list-style-type: circle;
  margin-left: 25px;
}

.mapContain {
  border-bottom: 10px solid #F16725;
}

.mapContain {
  /* filter: invert(1) hue-rotate(168.1deg) saturate(1) contrast(0.75) grayscale(0.0) brightness(1.3); */
  box-shadow: 0px 20px 99px rgb(232 243 236 / 22%);
  box-shadow: 0px 1.04167vw 5.15625vw rgb(232 243 236 / 22%);
  transition: all .3s;
  width: max(513.2808px, 38.0208vw);
  height: max(267.188px, 19.7917vw);
  border-bottom: max(7.0308px, 0.5208vw) solid #F16725;
  width: 100%;
  /* overflow: hidden; */
}

.flex .mapContain {
  width: 100%;
  background: transparent;
}

/*! --- HEADER STYLES ---------------------*/
/*! .notInventory {*/
body {
  font-family: 'Arial', san-serif;
  margin: 0;
  overflow-x: hidden;
}

/*! for demo purposes only*/
.clear {
  clear: both;
}

/*! **** Start of primary nav ******/
#menu-button {
  display: none;
}

nav.mobile {
  display: none;
}

nav.primary {
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
  background: #000;
  border-bottom: solid max(3.5154px, 0.2604vw) rgba(241, 103, 37, 0.75);
  display: flex;
  justify-content: flex-end;
}

.spreadOut {
  display: flex;
  /* align-items: flex-start; */
  margin: 60px 120px 5px;
  margin: max(42.1875px, 3.125vw) max(84.375px, 6.25vw) 5px;
  /* height: 120px; */
  justify-content: flex-end;
  z-index: 99;
  position: relative;
  color: var(--neutral1);
}

.logoChange {
  margin: 0 120px;
  margin: 0 max(44.375px, 6.25vw);
}

nav.primary ul {
  margin: 0;
  padding: 0 120px;
  padding: 0 max(84.375px, 6.25vw);
}

nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  width: auto;
}

nav.primary ul li a {
  color: #fff;
  font-size: 20px;
  font-size: max(14.0625px, 1.04167vw);
  line-height: 60px;
  line-height: max(42.1875px, 3.125vw);
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  font-weight: 500;
  padding: 0 35px;
  padding: 0 max(12.6094px, 1.82292vw);
}

nav.primary ul li a:hover {
  background: #000;
  color: #fb6040;
}

/*!  Appearance of the sub-level links */
nav.primary ul li li a {
  font-size: 16px;
  font-size: max(11.25px, 0.83333vw);
  line-height: 16px;
  line-height: max(11.25px, 0.83333vw);
  padding: 10px;
  color: #fff;
  background: #181818;
  text-align: left;
  border-right: none;
  border-left: none;
  border-bottom: #303030 solid 1px;
}

/*!  Appearance of the sub-level links on hover */
/*!  This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute;
}

nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

nav.primary ul li:hover>ul {
  display: block;
  line-height: 18px;
  line-height: max(12.6563px, 0.9375vw);
  z-index: 100;
  padding: 0 30px;
}

nav.primary ul li:hover>ul a {
  font-size: max(14.0625px, 1.04167vw);
}

nav.primary ul ul li {
  float: none;
  width: 270px;
  width: max(189.8438px, 14.0625vw);
  position: relative;
  margin: 0;
  display: block;
}

@media screen and (max-width: 1730px) {
  nav.primary ul li a {
    /* padding: 0 7px; */
  }
}

@media screen and (max-width: 1575px) {
  nav.primary ul li a {
    /* font-size: 12px; */
  }
}

@media screen and (max-width: 1400px) {
  nav.primary {
    /* width: 82%; */
  }
}

/*! ******* End of primary Nav ***************/
@media screen and (max-width: 1200px) {

  /*! ==============================
	Mobile Nav Styles			
================================*/
  nav.primary {
    display: none;
  }

  #menu-button {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    position: relative;
    line-height: 42px;
    z-index: 400;
    /* needs to be lower than nav.mobile, adjust as needed */
    background: #000;
    text-align: right;
    padding-right: 10px;
    text-transform: uppercase;
    border-bottom: solid max(4.5154px, 0.2604vw) rgba(241, 103, 37, 0.75);
  }

  #menu-button a:first-of-type {
    display: none !important
  }

  #menu-button a {
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 .8em;
    font-weight: normal;
    padding-right: max(84.375px, 6.25vw);
  }

  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -285px;
    width: 285px;
    height: 100%;
    background: #333;
    z-index: 500;
    /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }

  /*!  MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    word-spacing: 13px;
    padding: 0 0 0 15px;
    color: #ccc !important;
  }

  nav.mobile .social-media a:link,
  nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }

  nav.mobile .social-media a:hover,
  nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }

  /*!  MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 50px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }

  /*!  MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    /* background: #222; */
    color: #999;
    text-decoration: none;
    top: -38px;
    right: 13px;
  }

  nav.mobile .menu-toggle:hover {
    /*!  Menu close button on hoveer */
    color: #fff;
  }

  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }

  nav.mobile ul li {
    /* border-top: 1px solid #454545; */
    /* border-bottom: 1px solid #151515; */
    position: relative;
  }

  nav.mobile ul li a {
    transition: all ease-in 0.2s;
  }

  /*!  FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 19px;
    padding: 10px 20px;
    color: #999;
    text-decoration: none;
    border-left: 4px #333 solid;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: left;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
  }

  nav.mobile ul li a:hover {
    background: rgba(45, 45, 45, 0.5);
    color: #fff;
    border-left: 12px #fb6040 solid;
    /* border highlight - Change to fit match site colors */
    padding: 10px 15px;
  }

  /*!  SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }

  nav.mobile ul li li a {
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    border-left: 4px #444 solid;
    color: #ccc;
    text-decoration: none;
  }

  nav.mobile ul li li a:hover {
    background: rgba(65, 65, 65, 0.5);
  }

  /*!  THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }

  nav.mobile ul li li li a {
    background: #555;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #ccc;
    text-decoration: none;
    border-left: 4px #555 solid;
  }

  nav.mobile ul li li li a:hover {
    background: rgba(85, 85, 85, 0.5);
  }

  nav.mobile ul li .click {
    /* dropdown menu idicator arrow be sure to include this image with your image files */
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 12399994;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 17px 20px;
    color: #fff;
  }

  .nav-footer {
    color: #1B1B1B;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
  }

  /*!  FONT AWESOME ICONS */
  nav.mobile ul li a .fa {
    width: 25px;
    font-weight: 100;
    padding: 8px 3px;
    margin: 0 6px 0 0;
    text-align: center;
    background: #292929;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }

  nav.mobile ul li .fa-chevron-down {
    color: #999;
  }
}

@media screen and (max-width: 1020px) {
  #menu-button {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  #menu-button {
    width: 100%;
  }
}

.surroundMenuStuff .logoChange {
  position: absolute;
  z-index: 9;
}

a.logoChange img {
  width: 393px;
  width: max(276.3281px, 20.46875vw);
}

.surroundMenuStuff .top-info {
  font-size: 22px;
  font-size: max(15.4687px, 1.14583vw);
}

.top-info a {
  color: white;
}

.surroundMenuStuff .menuContainer {
  z-index: 1;
  position: relative;
}

/*! }*/
/*! ---HERO--------------------------------*/
/*.notInventory {*/
.hero h1 {
  margin-bottom: -15px;
  margin-bottom: max(-10.5469px, -0.78125vw);
}

.hero p {
  margin-left: 10px;
  font-size: 22px;
  font-size: max(15.4687px, 1.14583vw);
  color: #e8f3ec;
}

.hero .hero-search {
  margin-top: 10px;
  margin-left: 60px;
  margin-left: max(42.1875px, 3.125vw);
}

/*!  CSS Used from: https://www.tatruckcenter.com/css/style.css?v=12.01.21 */
.bttn-base {
  font-family: "Barlow", sans-serif;
  /* font-weight: 600; */
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
}

.bttn-base {
  font-size: 16px;
  font-size: max(13.25px, 0.83333vw);
  transition: 0.3s !important;
  height: 50px;
  height: max(35.1563px, 2.60417vw);
  padding: 0 50px;
  padding: 0 max(35.1563px, 2.60417vw);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* border-radius: 50px; */
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 89% 0%, 100% 100%, 11% 100%);
  background: #FB6040;
  margin-left: -60px;
  margin-left: max(-42.1875px, -3.125vw);
}

.bttn-orange {
  color: #fff !important;
  border: none !important;
}

.bttn-orange:hover {
  /* background: #e04328; */
}

.bttn-base i {
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  height: 570px;
  height: max(400.7813px, 29.6875vw);
  width: 100%;
  background-image: url(/siteart/sky.jpg);
  overflow: hidden;
  z-index: 0;
}

.hero-truck {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0px;
  /* min-width: 900px; */
  /* min-width: max(632.8125px, 46.875vw); */
  transition: all 0.3s ease-in-out;
  margin: 0px -375px -120px;
  margin: 0px min(-263.6719px, -19.53125vw) min(-84.375px, -6.25vw);
  max-width: 1500px;
  max-width: max(954.6875px, 78.125vw);
}

.hero-copy {
  width: 32%;
  max-width: 500px;
  max-width: max(1054.6875px, 26.04167vw);
  min-width: 400px;
  min-width: max(281.25px, 20.83333vw);
}

.hero-heading-lg {
  font-weight: 800;
  font-size: 100px;
  font-size: max(281.25px, 5.20833vw);
  line-height: 80px;
  line-height: max(56.25px, 4.16667vw);
  letter-spacing: -2px;
  display: inline-block;
  margin: 0 0 0 -5px;
}

.hero-heading-sm {
  font-weight: 500;
  color: #002c5d;
  text-transform: uppercase;
  font-size: 25px;
  font-size: max(17.5781px, 1.30208vw);
  line-height: 30px;
  line-height: max(21.0938px, 1.5625vw);
  letter-spacing: -1px;
  display: inline-block;
  margin-bottom: 10px;
}

.hero-small {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 18px;
  font-size: max(12.6563px, 0.9375vw);
  line-height: 29px;
  line-height: max(20.3907px, 1.51042vw);
  margin-bottom: 15px;
  margin-bottom: max(10.5469px, 0.78125vw);
}

.hero-search .search-form-round {
  width: 35%;
  max-width: 600px;
  max-width: max(421.875px, 31.25vw);
}

.search-form-round {
  /* background: #fff; */
  border-radius: 50px;
  border-radius: max(35.1563px, 2.60417vw);
  /* border: 3px solid #fff; */
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.search-form-round input[type="text"] {
  /* border-top-left-radius: 50px; */
  /* border-bottom-left-radius: 50px; */
  width: 70%;
  border: none;
  padding-left: 75px;
  padding-left: max(22.7344px, 3.90625vw);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
}

.search-form-round input[type="text"],
.search-form-round input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 16px !important;
  font-size: max(13.25px, 0.83333vw) !important;
  color: #A9A9A9;
  text-transform: uppercase;
}

.search-form-round .bttn-base {
  width: 40%;
  padding: 0;
}

.hero-copy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: max(88.5px, 11vw);
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  -webkit-clip-path: polygon(0 0, 62% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 47% 0, 64% 100%, 0% 100%);
  background: hsl(285deg 8% 10% / 80%);
  z-index: 3;
}

.hero-angle {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 110%;
  opacity: 0.95;
}

::-webkit-input-placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

::-moz-placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

::placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

input:focus {
  outline: none;
}

@media screen and (max-width: 1600px) {
  .hero-truck {
    right: -120px;
  }
}

@media screen and (max-width: 1500px) {
  .hero {
    /* height: 800px; */
  }

  .hero-heading-sm {
    font-size: 22px;
    line-height: 20px;
  }

  .hero-heading-lg {
    font-size: 80px;
    line-height: 70px;
  }

  .hero-small {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1430px) {
  .hero-truck {
    right: -170px;
  }
}

@media only screen and (max-width: 1300px) {
  .hero-angle {
    width: 120%;
  }
}

@media only screen and (max-width: 1200px) {
  .hero {
    /* height: 750px; */
  }

  .hero-truck {
    right: -210px;
  }

  .hero-small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1100px) {
  .hero-angle {
    width: 130%;
  }

  .hero {
    /* height: 700px; */
  }

  .hero-heading-lg {
    font-size: 65px;
    line-height: 60px;
    margin: 0;
  }

  .hero-heading-sm {
    font-size: 20px;
  }

  .hero-truck {
    right: -300px;
  }
}

@media only screen and (max-width: 1000px) {
  .hero-copy-container {
    /* transform: translate(0, 20%) !important; */
    /* position: static; */
    /* width: 100%; */
    /* padding: 25px; */
    /* text-align: center; */
  }

  .hero {
    /* position: relative; */
    /* background-repeat: no-repeat; */
    /* background-position: bottom center; */
    /* background-size: cover; */
    /* height: 800px; */
    /* width: 100%; */
  }

  .hero-truck {
    /* display: none; */
  }

  .hero-angle {
    display: none;
  }

  .hero-copy {
    /* width: 100%; */
    /* max-width: 100%; */
  }

  .hero-heading-lg {
    font-size: 85px;
    line-height: 85px;
    margin: 0;
  }

  .hero-small {
    font-size: 16px;
    color: #666;
    font-weight: 500;
  }

  .hero-search .search-form-round {
    /* width: 100%; */
    /* max-width: 100%; */
  }
}

@media only screen and (max-width: 767px) {
  .search-form-round input[type="text"] {
    /* font-size: 15px !important; */
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #menu-button a {
    padding: 0 17px;
  }

  .hero {
    /* height: 700px; */
  }

  .hero-heading-lg {
    font-size: 65px;
    line-height: 58px;
  }

  .search-form-round input[type="text"] {
    /* width: 80%; */
    /* line-height: inherit; */
    /* height: inherit; */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    padding-left: max(25px, 1.822917VW);
    width: calc(7.5rem + ((1vw - 3.2px) * 6.7114));
    padding-right: 10px;
    clip-path: none;
  }

  .search-form-round .bttn-base {
    width: 20%;
  }

  .hero-search .bttn-base i {
    margin-left: 0;
  }

  .hero-copy {
    width: 100%;
    min-width: 100%;
  }

  .search-form-round .bttn-base span {
    /* display: none; */
  }

  .search-form-round .bttn-base i {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bttn-base {
    width: 100%;
  }

  .hero {
    height: 550px;
  }

  .hero-small {
    font-size: 14px;
  }

  .hero-heading-sm {
    font-size: 18px;
  }

  .hero-heading-lg {
    font-size: 55px;
    line-height: 48px;
  }

  .hero-angle {
    padding-top: 100px;
  }
}

h1.list-title,
h1.list-title * {
  color: #f6761e !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}

/*!   scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  height: max(63.2813px, 4.6875vw);
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
  height: max(64.6875px, 4.79167vw);
}

/*}*/
/*! ---BODY--------------------------------*/
/*.notInventory {*/
.categories.real {
  /* padding-top: 140px !important; */
}

main.home {
  padding: 150px 0;
  padding: max(55.4688px, 7.8125vw) 0;
  background: rgb(13, 13, 13);
  background: linear-gradient(59deg, rgba(13, 13, 13, 1) 80%, rgba(33, 33, 33, 1) 60%);
}

.otherPage main {
  background: rgb(13, 13, 13);
}

.categories a {
  text-transform: uppercase;
  color: white;
}

.wrapper {
  width: 90%;
  max-width: 1450px;
  max-width: max(1019.5312px, 75.52083vw);
  margin: 0 auto;
  height: 100%;
}

.categories {
  background-size: cover !important;
  /* min-height: 599px; */
  position: relative;
  overflow: hidden;
  padding: 60px;
  padding: max(42.1875px, 3.125vw);
  padding: 3.125vw;
  /* background: #000000; */
}

section.categories.mapArea.pd-lg {
  margin-top: 100px;
  margin-top: max(70.3125px, 5.20833vw);
}

.otherPage section.categories.mapArea.pd-lg {
  margin-top: 0;
}

.categories .wrapper {
  position: relative;
  z-index: 3;
  align-items: stretch;
  height: auto;
  justify-content: space-between;
}

.mapArea .wrapper.flex {
  justify-content: space-between;
}

.paddingRight {
  margin-right: 75px;
}

.categories-right-container {
  width: 100%;
  justify-content: space-between;
}

.category-card-outer {
  width: 27.733333%;
  /* padding: 10px; */
  margin: 0 40px;
  margin: 0 max(16.125px, 2.08333vw);
  margin: 0;
}

.category-card-outer a {
  -webkit-clip-path: polygon(0 82%, 0 0, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 82%, 0 0, 100% 0, 100% 100%, 10% 100%);
  transition: all .3s ease-in;
}

.category-card-outer a:hover {
  transform: scale(1.04);
}

.category-card-inner {
  width: 100%;
  padding: 0px 50px;
  padding: 15px max(15.1563px, 2.60417vw);
}

.category-card-inner {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  height: 255px;
  height: max(99.2969px, 13.28125vw);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
}

.card-overlay {
  background: #1635a6;
  opacity: 0.4;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.category-card-inner:hover .card-overlay {
  opacity: 0.2;
}

.category-card-inner.roll-off {
  background-image: linear-gradient(rgb(241 103 37 / .75), hsl(19 88% 55% / .9)), url(../siteart/1.png);
}

.category-card-inner.dump {
  background-image: linear-gradient(rgb(241 103 37 / .75), hsl(19 88% 55% / .9)), url(../siteart/2.png);
}

.category-card-inner.cab {
  background-image: linear-gradient(rgb(241 103 37 / .75), hsl(19 88% 55% / .9)), url(../siteart/3.png);
}

.category-card-copy {
  text-align: center;
  position: relative;
  z-index: 3;
}

.category-card-copy h4 {
  margin-bottom: 0;
  font-size: 34px;
  font-size: max(16.9062px, 1.77083vw);
  text-align: right;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Jost', sans-serif;
  line-height: 1;
}

.category-card-copy i {
  color: #fb6040;
  font-size: 26px;
  font-size: max(18.2813px, 1.35417vw);
  margin-left: 7px;
  transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.category-card-inner:hover .category-card-copy i {
  transform: translateX(10px);
}

::-webkit-input-placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

::-moz-placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

::placeholder {
  font-size: 14px !important;
  font-size: max(9.8438px, 0.72917vw) !important;
  font-weight: 400 !important;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.pd-lg {
  /* padding: 100px 0; */
}

.white {
  color: #fff !important;
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .categories .wrapper {
    /* flex-direction: column; */
  }

  .categories-right-container {
    width: 100%;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 880px) {
  .wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }

  .category-card-copy h4 {
    font-size: max(18px, 4.025vw);
  }
}

@media only screen and (max-width: 767px) {
  .category-card-outer {
    width: 100%;
    margin: 3vw auto;
    max-width: 280px;
  }

  .category-card-inner {
    height: 150px;
  }
}

.categories iframe {
  width: 100%;
  height: 100%;
}

/*}*/
/*! --------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*! -------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer .categories {
  background: black;
}

footer .categories {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: -60px;
  margin-bottom: min(-42.1875px, -3.125vw);
  padding: 6vw;
}

footer .footer-left h2 {
  font-size: 32px;
  font-size: max(22.5px, 1.66667vw);
  color: #f16725;
  font-weight: 100;
}

footer p,
footer a,
footer a * {
  font-size: 20px;
  font-size: max(17.0625px, 1.04167vw);
  line-height: 27px;
  line-height: max(18.9844px, 1.40625vw);
  color: #fff;
}

footer .footer-middle h2 {
  font-size: 32px;
  font-size: max(22.5px, 1.66667vw);
  color: #f16725;
  font-weight: 100;
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: max(14.0625px, 1.04167vw);
}

.icons {
  color: #E8F3EC;
  text-align: center;
}

.icons i {
  font-size: 27px;
  font-size: max(19.9844px, 1.40625vw);
  padding: 0 12px;
  padding: 0 max(8.4375px, 0.625vw);
}

footer .footer-right h2 {
  font-size: 32px;
  font-size: max(22.5px, 1.66667vw);
  color: #f16725;
  font-weight: 100;
}

footer .logoChange {
  margin-top: -50px;
  margin-top: max(22.5px, -2.60417vw);
  z-index: 1;
  padding-bottom: 40px;
  padding-bottom: max(28.125px, 2.08333vw);
}

footer .logoChange img {
  width: 393px;
  width: max(226.3281px, 20.46875vw);
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: underline;
  font-size: 13px;
  font-size: max(9.1406px, 0.67708vw);
}

a.footerlink:hover {
  text-decoration: none;
  font-size: 13px;
  font-size: max(9.1406px, 0.67708vw);
}

.footertext {
  font-size: 13px;
  font-size: max(9.1406px, 0.67708vw);
  color: #999999;
}

.smallfootertext {
  font-size: 10px;
  color: #999999;
}

.divfooter {
  max-width: 450px;
  max-width: max(316.4063px, 23.4375vw);
  text-align: center;
  margin: 0 auto;
}

/*}*/
.rightInfoContact * {
  color: white;
}

/*! ---------- RESPONSIVE STYLES ----------*/
/*.notInventory {*/
@media only screen and (max-width: 1500px) {
  .otherPage .wrapper.flex {
    flex-direction: column;
    text-align: center;
  }

  .mapContain {
    width: 100%;
  }

  .rightInfoContact * {
    text-align: center !important;
    margin: 0 auto;
    padding: 0 !important;
  }

  .paddingRight {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  footer .categories .wrapper {
    flex-direction: column;
    align-items: center;
  }

  footer .categories .wrapper div {
    width: 260px;
    text-align: left !important;
  }

  footer .categories .wrapper .footer-left,
  footer .categories .wrapper .footer-middle,
  footer .categories .wrapper .footer-right {
    padding-bottom: 30px;
  }

  .surroundMenuStuff .logoChange {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: -22px;
  }

  .surroundMenuStuff .spreadOut {
    display: none;
  }

  .surroundMenuStuff #menu-button {
    height: 62px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  #menu-button a:first-of-type {
    display: block !important;
  }

  .hero {
    height: 300px;
    height: max(165px, 39.1134vw);
    background-image: url(/siteart/mobilebg.jpg);
  }

  .hero .hero-copy-container {
    margin: 0;
    padding: 0 40px;
    box-sizing: border-box;
    clip-path: none;
    display: flex;
    text-align: center;
  }

  .hero .hero-search {
    margin: 10px 0;
  }

  .hero .search-form-round {
    margin: 0 auto;
    max-width: 245px;
    width: 100%;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
  }

  .hero .bttn-base {
    clip-path: none;
    width: 100px;
  }

  .hero .hero-truck {
    display: none;
  }

  main {
    padding: 30px 0;
  }

  .mapArea .flex {
    flex-direction: column;
  }

  p {
    font-size: max(18px, 3.025vw) !important;
    line-height: 1 !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  main .categories {
    margin-top: 0px !important;
  }

  main .mapContain {
    width: 100%;
  }

  footer .categories {
    padding: 30px;
  }

  footer p,
  footer a {
    font-size: max(18px, 3.025vw) !important;
  }

  footer .footer-middle h2 {
    text-align: left;
  }

  footer .icons a i {
    font-size: max(18px, 3.025vw) !important;
  }
}

/*}*/
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  justify-items: center;
}

.photo-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}