@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 15px;
    color: #000;
    font-family: 'Albert Sans', Arial, Helvetica, sans-serif;
    background: #fff;
}
.container.content {
    min-height: 300px;
}
.container.content h1 {
    margin-top: 0;
}

.btn-shadow {
  box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
.btn-primary {
  background-color: #4f2c00;
  border-width: 0px !important;
  border-radius: 6px;
  color:#fec60c;
  font-weight: 500;
  font-size: 16px;
}
.btn-primary:hover {
  background: #1d1000;
  color:#fec60c;
}

.btn-secondary {
  border-width: 0px !important;
  border-radius: 6px;
  text-transform: uppercase !important;
  background-color: #ffc62e;
  color: #4f2c00;
  font-weight:500;
  font-size: 16px;
}
.btn-secondary:hover {
  background-color: #90714b;
  color:#fff;
}


.topbar {
  background-color: #fec60c;
  color:#000;
}
.topbar a {
  color:#333;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 5px;
}
.topbar a:hover {
  color:#000;
  text-decoration: none;
}
.phone, .address {
  font-size: 16px;
  font-weight: 700;
}
.box1 h2, .box3 h2 {
  font-weight: 700;
  font-size: 20px;
}
.lg-box a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none!important;
  color: #333;
}
.lg-box a:hover {
  color:#000;
}
.t-email, .t-contact, .t-button {
  border-left: 1px solid #000;
}
.navbg {
    background: #222220 ;
    border-bottom: 2px solid #fec60c;
}

.navbar-toggler {
  outline:none!important;
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar {
    position: absolute;
    top:auto;
    left:0;
    width:100%;
    background-color: #000;
    z-index: 1;
  }
}
.navbar {
    padding: 0;
}
@media (min-width: 992px) {
  .navbar-nav {
    justify-content: center;
  width: 100%;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fec60c ;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: .7rem 1rem;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.inMenu .nav-link,
.navbar-nav .nav-item.dropdown.show .nav-link {
    color:#fff;
}
.navbar {
    margin-bottom: 0;
}
.dropdown-menu.navAtLevel2 {
    
    background: #222220;
    padding: 0;
    border-radius: 0;
}
.dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: .7rem 1rem;
    text-align: left;
}
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}


.hero-slide {
  position: relative;
  background: url(../images/hero-slide.jpg) no-repeat center top #222220;
  padding-top: 60px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: 50%;
}

.content-box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.content-box .txt-block {
  background-color: rgba(0,0,0,0.45);
  padding: 50px 25px;
  color:#fff;
  font-size: 20px;
  font-weight: 500;
}
.hero-slide h1 {
  font-weight: 700;
  font-size: 30px;
  color: #fec60c !important;
  line-height: 1.2em;
  text-align: center;
}
.hero-slide .btn-primary {
  text-transform: uppercase;
  font-size:18px;
  padding:10px 30px;
}
@media (min-width: 768px) {
  .hero-slide {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .content-box .txt-block {
    padding: 75px 25px;
  }
  .hero-slide h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .hero-slide {
    padding-top: 100px;
    padding-bottom: 225px;
  }
  .content-box .txt-block {
    padding: 100px 25px;
  }
  .hero-slide h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .hero-slide {
    padding-top: 120px;
    padding-bottom: 250px;
  }
  .content-box .txt-block {
    padding: 150px 25px;
  }
  .hero-slide h1 {
    font-size: 70px;
  }

}

.home-search {
  position: relative;
}
.search-box {
  background-color: #fec60c;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  padding-top: 55px !important;
  padding-right: 35px !important;
  padding-bottom: 55px !important;
  padding-left: 35px !important;
  margin-top: -80px !important;
}


label.error {
    color: red;
    font-weight: 600;
}

.home-boxes {
  padding:100px 0;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  gap: 20px;
}
@media (min-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  }
}
.home-boxes .box {
  position: relative;
  padding: 100px 25px 0;
  text-align: center;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0,0,0,0.52);
  border-bottom: 7px solid #fec60c;
}
.home-boxes .box-financing {
  background-image: url(../images/img-get-financing.jpg);
}
.home-boxes .box-inventory {
  background-image: url(../images/img-truck-inventory.jpg);
}
.home-boxes .box-parts {
  background-image: url(../images/img-parts.jpg);
}
.home-boxes a {
  color:#fff;
  text-decoration: none!important;
}
.home-boxes h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  margin-bottom:25px;
  text-transform: uppercase;
}
.home-boxes h2 span {
  display: block;
}

.home-content {
  background-color: #f2f2f2;
  padding:100px 0;
}
.home-content h2 {
  font-weight: 800;
  font-size: 30px;
  color: #000000 !important;
  line-height: 1.1em;
}
.home-content h3 {
  font-weight: 600;
  font-size: 25px;
  color: #5b5b5b !important;
  letter-spacing: 3px;
  line-height: 1.5em;
}
.home-content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.home-content .btn-secondary {
  box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
  padding:10px 30px;
  font-weight:600;
  font-size:18px;
}
@media (min-width: 992px) {
  .home-boxes h2 {
    font-size: 30px;
  }
  .home-content h2 {
    font-size: 55px;
  }
  .home-content h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .home-boxes h2 {
    font-size: 35px;
  }
}

.home-location {
  background-color: #8e8e8e !important;
}
.home-location h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  color: #fec60c !important;
  text-align: center;
  margin:0;
  padding:15px 0;
}
.home-location .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  align-self: center;
  background-color: #fff;
}
.home-location .hours {
  padding:50px;
}
.home-location h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 50px;
  text-align: left;
  color: #333;
}
.home-location h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 50px;
  text-align: left;
  color: #333;
}

@media (min-width: 992px) {
  .home-location .grid-container {
    grid-template-columns: 1fr 1fr;
  }
  .home-location h3 {
    font-size: 40px;
  }
  .home-location h4   {
    font-size: 32px;
  }
}

.home-banner {
  background-color: #fec60c;
  color: #000;
  padding:100px 0;
  font-size: 18px;
  font-weight: 500;
}
.home-banner h2 {
  font-weight: 800;
  font-size: 30px;
  color: #000000 !important;
  line-height: 1.1em;
  margin-bottom:25px;
}
.home-banner .btn-primary {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
}

@media (min-width: 992px) {
  .home-banner h2 {
    font-size: 55px;
  }
}


footer {
  color:#fff;
}
footer .block1 {
  background: url(../images/world-map-footer.jpg) no-repeat 50% 50% #161616;
  background-size: cover;
  color:#fff;
  padding: 50px 0;
}
footer .block2 {
  background-color: #222220;
  text-align: center;
}
footer a {
  color:#fff;
}
footer a:hover {
  color:#fec60c;
}
.fsl a {
  display: inline-block;
  background: #fec60c;
  padding: 5px;
  border-radius: 25px;
}
.fsl svg {
  width: 25px;
  height: 23px;
  fill: #000;
}
.fsl a:hover {
  background: #fec60c;
}
.fsl a:hover svg {
  fill: #4f2c00;
}

footer h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 24px;
  margin-bottom: 15px;
}
footer ul {
  list-style: none;
  padding: 0 0 0 5px;
}
footer li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 3px;
  display: flex;
  text-decoration: none !important;
  align-items: center;
}
footer li a:hover {
  color:#fec60c;
}
footer li a:hover i {
  color: #fff;
}
footer ul.contact a {
  text-transform: none;
}
footer li a i {
  margin-right:10px;
}

.container.content {
  padding-top:30px;
  padding-bottom:30px;
  min-height: 400px;


}
#contentbox-1381 .panel-heading {
    display: none;
}
#contentbox-1381 td {
    padding: 5px;
}
#contentbox-1381 td.sfield {
    font-weight: 600;
}
