/*
Theme Name: www.clairemontequipment.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/
/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
html, body {
  width: 100%; }

.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
  display: block;
  height: auto;
  max-width: 100%; }

.wp-custom-header {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.wp-custom-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Class for Google Map widget */
.google_map {
  width: 100%;
  min-height: 58vh; }

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important; }

.navbar {
  min-height: auto !important;
  margin-bottom: 0 !important; }

.navigation-top {
  width: 100%; }

.menu li {
  width: auto !important;
  padding-right: 6%;
  display: inline-block; }

.menu li:last-child {
  padding-right: 0 !important; }

.menu li > a {
  color: #000;
  font-size: 1.5em; }

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  color: orange;
  border-radius: 0px; }

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 18px; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #e68a24; }

.dropdown-menu:not(.head-list) > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 400; }

.dropdown-menu:not(.head-list) > li > a:hover {
  background-color: #e68a24;
  transition: linear 0.2s; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.brand-land .white-box {
  margin: 20px auto !important;
  z-index: 0 !important; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#wp-admin-bar-new-content-default {
  display: none; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Barlow", sans-serif; }

p {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0; }
  p a {
    color: #000;
    font-weight: 600; }
  @media only screen and (max-width: 500px) {
    p {
      font-size: 16px;
      line-height: 22px; } }

h1, h2, h3, h4, h5 {
  font-family: "Teko", sans-serif;
  margin: 0; }

a {
  text-decoration: none; }

ul li {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 22px; }
  ul li a {
    color: #000;
    font-weight: 600; }
  @media only screen and (max-width: 500px) {
    ul li {
      font-size: 16px;
      line-height: 22px; } }

/*--------Text---------*/
.medium-text {
  font-size: 45px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 50px; }
  .medium-text span {
    color: #034281; }
  @media only screen and (max-width: 600px) {
    .medium-text {
      font-size: 40px;
      line-height: 45px; } }
  @media only screen and (max-width: 600px) {
    .medium-text {
      font-size: 32px;
      line-height: 36px; } }

.large-text {
  font-size: 80px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  color: #fff;
  line-height: 70px; }

.large-black-text {
  font-size: 60px;
  color: #000;
  line-height: 62px;
  font-weight: 600;
  font-family: "Teko", sans-serif; }

.small-black {
  font-size: 28px;
  font-family: "Teko", sans-serif;
  color: #000;
  font-weight: 600; }
  @media only screen and (max-width: 500px) {
    .small-black {
      font-size: 22px;
      line-height: 25px; } }

.small-white {
  font-size: 28px;
  font-family: "Teko", sans-serif;
  color: #fff;
  font-weight: 600; }
  @media only screen and (max-width: 500px) {
    .small-white {
      font-size: 22px;
      line-height: 25px; } }

/*-------Buttons-------*/
.yellow-btn {
  transition: .3s ease;
  border: solid 1px #FFCC00;
  background: #FFCC00;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  padding: 14px 20px;
  text-align: center;
  display: inline-block; }

.yellow-btn:hover {
  background: #034281 !important;
  color: #fff !important; }

.blue-outline {
  background: transparent;
  color: #034281;
  border: solid 1px #034281;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  padding: 14px 20px;
  text-align: center;
  display: inline-block; }

.yellow-outline {
  transition: .3s ease;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
  background: transparent;
  color: #fff;
  border: solid 1px #FFCC00;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  padding: 14px 20px;
  text-align: center;
  display: inline-block; }

.yellow-outline:hover {
  background: #FFCC00;
  color: #000; }

.blue-btn {
  background: #034281;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  border: solid 1px #034281;
  border: solid 1px #fff;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  padding: 14px 20px;
  text-align: center;
  display: inline-block; }

.blue-btn:hover {
  color: #000 !important;
  background: #FFCC00;
  text-decoration: none !important; }

/*--------Header---------*/
.top-header {
  width: 100%;
  background: #034281;
  border-bottom: solid 5px #FFCC00; }

.top-header-wrap {
  max-width: 1750px;
  margin: 0 auto;
  width: 98%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px; }

.head-row {
  max-width: 1750px;
  margin: 0 auto;
  width: 98%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.logo {
  max-width: 280px;
  width: 100%; }
  .logo img {
    width: 100%; }

.top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 550px;
  gap: 10px;
  width: 100%; }

.call {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  font-weight: 200;
  text-transform: uppercase;
  padding-right: 10px; }
  .call i {
    font-size: 18px;
    padding-right: 5px; }
  .call a:hover {
    color: #FFCC00; }
  .call a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: .3s ease; }

.left-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.icon-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .icon-row a {
    padding: 10px;
    color: #fff !important;
    font-size: 16px !important; }
  .icon-row i {
    color: #fff !important;
    font-size: 16px !important; }

.search-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: calc(100% - 200px); }

.search-wrapper .search-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  border: solid 1px #fff; }

.search-wrapper .search-row input {
  height: 100% !important;
  background: transparent !important; }

.search-wrapper input {
  width: calc(100% - 50px);
  font-size: 14px;
  height: 50px;
  background: transparent;
  border: none !important;
  color: #fff !important;
  padding: 10px;
  box-sizing: border-box; }

.search-wrapper input::placeholder {
  color: #fff; }

.search-wrapper button {
  border: none !important;
  height: 50px;
  transition: .3s ease;
  width: 50px !important;
  padding: 9px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff; }

.search-wrapper button:hover {
  background: #034281;
  cursor: pointer; }

/*----------Hero-----------*/
.hero {
  background-image: url("///media.sandhills.com/img.axd?id=11010009148&wid=0&rwl=False&p=&ext=jpg&w=1500&h=608&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=zJDTbKGV6z8BtM4j%2bGOXf1aO67lGcM9s");
  background-repeat: no-repeat;
  background-size: cover; }

.hero-text {
  max-width: 800px;
  width: 100%;
  margin-left: 5%;
  padding-top: 11%; }
  .hero-text p {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px; }

.btn-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 40px;
  gap: 10px; }
  .btn-row a {
    margin: 3px !important; }

/*------Home---------*/
.gray-back {
  background: linear-gradient(to bottom, #EFEEEE 80%, #fff 80%);
  width: 100%; }

.wrap {
  max-width: 1750px;
  margin: 0 auto;
  width: 98%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box; }

.lg-pad {
  padding: clamp(25px, 5%, 60px) 10px !important; }

.white-box {
  padding: 30px 30px 15px 30px;
  margin: -100px 0 2% 0;
  z-index: 300;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15); }

.man-logo {
  max-width: 260px;
  width: 100%;
  float: right; }
  .man-logo img {
    width: 100%; }

.ql {
  width: 96%;
  background: #000;
  overflow: hidden;
  margin: 10px !important;
  height: 350px;
  position: relative;
  display: block; }
  .ql img {
    width: 100%;
    background-color: #000;
    overflow: hidden;
    transition: .3s ease;
    height: 100%;
    object-fit: cover; }
  .ql .grad {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8)); }
  .ql i {
    position: absolute;
    transition: .3s ease;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background: #034281; }
  .ql:hover i {
    background: #FFCC00; }
  .ql:hover img {
    filter: brightness(0.6); }

.btm-txt {
  position: absolute;
  text-transform: uppercase;
  bottom: 30px;
  left: 20px;
  font-size: 25px;
  font-family: "Barlow", sans-serif;
  text-align: left !important;
  color: #fff !important;
  font-weight: 700;
  line-height: 22px; }
  .btm-txt span {
    font-size: 17px;
    color: #FFCC00;
    font-weight: 400; }

.hero .customSliderSlide {
  background-blend-mode: normal !important; }

.table-mobile {
  display: none; }

.table {
  width: 100%;
  padding: 0 !important; }

.table-top {
  width: 100%;
  border: solid 1px #ccc;
  padding: 0 !important;
  margin: 0 !important;
  background: #FFCC00 !important; }
  .table-top h2 {
    text-align: center;
    font-size: 28px;
    font-family: "Teko", sans-serif;
    color: #000;
    font-weight: 600;
    padding: 12px;
    text-transform: uppercase;
    background: #FFCC00 !important; }
    @media only screen and (max-width: 500px) {
      .table-top h2 {
        font-size: 22px;
        line-height: 25px; } }

.table-bottom {
  width: 100%;
  border: solid 1px #ccc;
  padding: 40px 40px 20px;
  background: #EFEEEE; }

.table-row {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #EFEEEE;
  flex-wrap: wrap; }
  .table-row a {
    color: #000;
    transition: .3s ease;
    font-weight: 500;
    text-align: center;
    width: calc(25% - 8px);
    background: #fff;
    padding: 12px;
    display: block; }
  .table-row a:hover {
    background: #FFCC00; }

.table:not([data-blockstyles="sheditor-element-ignore"]) > :not(caption) > * > * {
  padding: 0 !important; }

.clearfix {
  padding: 0 !important; }

.about-home {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.about-links {
  width: 38%;
  background: #034281;
  padding: 3% 20px 20px 5%; }

.about-text {
  width: 62%;
  padding: 3% 6% 3% 3%;
  background: #fff; }

.abt-link {
  width: 100%;
  transition: .3s ease;
  border-bottom: solid 1px #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff; }
  .abt-link span {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    font-weight: 600; }
  .abt-link i {
    font-size: 30px;
    padding-top: 10px;
    color: #fff; }
  .abt-link:hover {
    padding: 30px 40px; }

.accordion-body {
  background: #EFEEEE !important; }

.accordion-button {
  text-align: center;
  font-size: 28px;
  font-family: Teko, sans-serif;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px;
  background: #FFCC00 !important;
  text-align: center !important; }

.search-sec {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.search-left {
  width: 50%;
  padding: 40px;
  box-sizing: border-box; }
  .search-left h2 {
    border-bottom: solid 5px #034281;
    display: inline-block;
    margin-bottom: 40px; }
  .search-left .search-form {
    width: 100%; }
    .search-left .search-form select, .search-left .search-form input {
      padding: 17px;
      width: 100%;
      font-size: 16px;
      background: #f0f0f0;
      border: none;
      display: block;
      margin: 15px 0; }

.search-img {
  width: 50%; }
  .search-img img {
    max-height: 460px;
    object-fit: cover;
    width: 100%; }

.rental-img img {
  object-fit: contain !important; }

.search-forms {
  width: 100%; }

.search-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .search-btns button {
    padding: 17px 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    color: #000;
    text-align: center;
    border: solid 1px #ccc;
    background: #fff; }

#Second, #Third {
  width: 100%;
  display: none; }

.open {
  background: #034281 !important;
  color: #fff !important; }

.slick-dotted.slick-slider {
  margin: 0 !important; }

/*-------Featured----------*/
.card {
  border: none !important; }

.outer-img-box {
  padding: 0 !important; }

.inv_image {
  margin-left: 0 !important;
  transform: translateX(0) !important;
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important; }

.listing-title {
  font-size: 28px;
  font-family: "Teko", sans-serif;
  color: #000;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: solid 2px #ccc; }
  @media only screen and (max-width: 500px) {
    .listing-title {
      font-size: 22px;
      line-height: 25px; } }

.carousel_details_btn {
  width: 180px;
  background: transparent;
  color: #034281;
  border: solid 1px #034281;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  padding: 14px;
  text-align: center;
  display: block;
  font-weight: 600;
  transition: .3s ease; }

.carousel_details_btn:hover {
  background: #034281;
  color: #fff; }

.carousel-indicators {
  display: none !important; }

.card:hover {
  box-shadow: none !important; }

.back-texture {
  width: 100%;
  background: url("/wp-content/themes/www.clairemontequipment.com/imgs/background-pattern.webp"); }

.testi-home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3% 0; }

.say {
  width: 38%; }

.testimonials {
  width: 62%;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15); }

.testi-top-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px; }

.testi-top-text h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  color: #034281;
  font-weight: 700; }

.stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .stars i {
    color: #FFCC00;
    font-size: 20px !important;
    margin: 3px; }

.testi-top-row i {
  font-size: 60px;
  color: #FFCC00; }

.testimonial-wrapper {
  max-width: none !important; }

.testimonial-quote {
  padding: 0 !important; }

.testimonial-title {
  display: none !important; }

.testimonial-text {
  text-align: left !important;
  padding: 0 !important; }

.customer {
  text-align: left !important;
  font-style: italic;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 15px !important;
  font-weight: 400 !important; }

.customer:before {
  content: "- "; }

.testimonials .advancedresults5 .slick-prev {
  bottom: -63px !important;
  right: 12px !important; }

.testimonials .advancedresults5 .slick-next {
  bottom: -63px !important;
  right: -25px !important; }

.back-img {
  width: 100%;
  background-color: #000 !important;
  background: url("/wp-content/themes/www.clairemontequipment.com/imgs/Off-highway-trucks.jpg") center center no-repeat;
  background-size: cover;
  position: relative; }

.grad {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.careers {
  padding: 5% 0;
  max-width: 800px;
  width: 100%;
  color: #fff; }

.careers h2 {
  font-size: 50px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px; }
  .careers h2 span {
    color: #FFCC00; }

.white-box .slick-track {
  margin: 0 !important; }

.brand {
  width: 90%;
  margin: 0 auto;
  display: block; }
  .brand img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    transition: .3s ease; }
  .brand:hover img {
    transform: scale(1.05); }

/*--------Rentals--------*/
.rental {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .rental img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin: 0;
    object-fit: contain;
    transition: .3s ease; }
  .rental h3 {
    font-size: 28px;
    font-family: "Teko", sans-serif;
    color: #000;
    font-weight: 600;
    word-break: keep-all;
    font-size: 24px;
    display: flex;
    align-self: center;
    padding-left: 20px; }
    @media only screen and (max-width: 500px) {
      .rental h3 {
        font-size: 22px;
        line-height: 25px; } }

/*---Contact----*/
.cont-btns {
  display: flex;
  flex-direction: row; }

.button-wrapper button p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 20px 15px;
  color: #000; }

.team-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px;
  justify-content: center !important; }

.team-wrapper button {
  width: calc(33.33% - 20px);
  margin: 10px;
  box-sizing: border-box;
  padding: 35px;
  transition: .3s ease;
  background-color: #fff;
  border: solid 1px #886d3c;
  text-align: center; }

.team-wrapper button p.bold-name {
  color: #886d3c;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase; }

.team-wrapper button p {
  color: #000;
  font-weight: 600; }

.team-wrapper button:hover {
  cursor: pointer;
  background-color: #886d3c; }

.team-wrapper button:hover p {
  color: #fff !important; }

#First, #Second, #Third, #Fourth, #Fifth, #Sixth, #Seventh, #Eighth, #Ninth {
  width: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box; }

.open {
  display: block; }

/*---------Brand Landing Pages------------*/
.brnd {
  padding: 20px;
  box-sizing: border-box;
  display: block; }
  .brnd img {
    width: 90%;
    height: 230px;
    margin: 0 auto;
    object-fit: contain;
    transition: .3s ease; }
  .brnd h3 {
    font-size: 28px;
    font-family: "Teko", sans-serif;
    color: #000;
    font-weight: 600; }
    @media only screen and (max-width: 500px) {
      .brnd h3 {
        font-size: 22px;
        line-height: 25px; } }

.blue-back {
  background: linear-gradient(to bottom, #fff 50%, #034281 50%); }

/*-------Sub Page-------------*/
.inline-recaptcha-fields:first-of-type::before {
  content: 'Please verify that you are human';
  font-weight: 600;
  padding-bottom: 20px;
  color: #000;
  margin-left: -8px; }

.inline-recaptcha-fields:last-of-type::before {
  content: '';
  padding-bottom: 30px;
  display: block;
  height: 20px; }

.blue-background {
  width: 100%;
  padding: 2% 0;
  background: #034281;
  color: #fff; }
  .blue-background h1 {
    font-size: 45px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    padding-bottom: 20px; }
    .blue-background h1 span {
      color: #fff; }
    @media only screen and (max-width: 600px) {
      .blue-background h1 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 600px) {
      .blue-background h1 {
        font-size: 32px;
        line-height: 36px; } }
  .blue-background p {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #fff; }
    .blue-background p a {
      color: #000;
      font-weight: 600; }
    @media only screen and (max-width: 500px) {
      .blue-background p {
        font-size: 16px;
        line-height: 22px; } }

.cards {
  padding: 20px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  margin: 10px !important;
  height: auto !important; }
  .cards i {
    font-size: 25px;
    padding-right: 10px;
    color: #FFCC00; }
  .cards h3 {
    font-size: 28px;
    font-family: "Teko", sans-serif;
    color: #000;
    font-weight: 600; }
    @media only screen and (max-width: 500px) {
      .cards h3 {
        font-size: 22px;
        line-height: 25px; } }
  .cards .blue-btn {
    width: 100% !important;
    margin-top: 10px; }

.subpage a {
  color: #000;
  font-weight: 600; }

.subpage a:hover {
  text-decoration: underline; }

.gray-grad {
  width: 100%;
  padding: 10px 0 0 0;
  background: linear-gradient(to bottom, #EFEEEE 15%, #fff 15%); }

.blue-grad {
  background: linear-gradient(-45deg, #034281 80%, #034F9A 80%);
  width: 100%; }

.clear-back {
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 60px !important; }

.small-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.blue-links a {
  color: #034281 !important; }

.gray-card {
  background: #f3f3f3 !important;
  padding: 20px;
  border-left: solid 5px #FFCC00;
  color: #000;
  font-size: 18px;
  line-height: 26px; }

.blue-card {
  background: #034281 !important;
  padding: 20px;
  border-top: solid 5px #FFCC00;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center; }

/*------Blogs-------*/
.blogs {
  width: 98%;
  margin: 0 auto;
  border: solid 1px #ccc;
  padding: 20px;
  text-align: left; }
  .blogs h2 {
    font-size: 28px;
    font-family: "Teko", sans-serif;
    color: #000;
    font-weight: 600;
    text-align: left;
    padding-bottom: 15px !important; }
    @media only screen and (max-width: 500px) {
      .blogs h2 {
        font-size: 22px;
        line-height: 25px; } }
  .blogs p {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 22px;
    padding: 0 !important;
    text-align: left; }
    .blogs p a {
      color: #000;
      font-weight: 600; }
    @media only screen and (max-width: 500px) {
      .blogs p {
        font-size: 16px;
        line-height: 22px; } }
  .blogs a {
    margin-top: 20px !important; }

.blogpage {
  padding: 20px 10px !important; }
  .blogpage h2 {
    font-size: 45px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    padding-top: 30px !important;
    font-size: 34px !important; }
    .blogpage h2 span {
      color: #000; }
    @media only screen and (max-width: 600px) {
      .blogpage h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 600px) {
      .blogpage h2 {
        font-size: 32px;
        line-height: 36px; } }
  .blogpage h3 {
    font-size: 28px;
    font-family: "Teko", sans-serif;
    color: #000;
    font-weight: 600;
    padding-top: 15px !important;
    color: #034281; }
    @media only screen and (max-width: 500px) {
      .blogpage h3 {
        font-size: 22px;
        line-height: 25px; } }
  .blogpage p {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 22px; }
    .blogpage p a {
      color: #000;
      font-weight: 600; }
    @media only screen and (max-width: 500px) {
      .blogpage p {
        font-size: 16px;
        line-height: 22px; } }

.blogtop a {
  color: #fff !important; }

.bread p {
  padding: 10px 0 30px 0 !important;
  font-style: italic; }

.photo-card-back {
  padding: 0px !important;
  display: block !important;
  background: #fff !important;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15); }

.photo-image {
  padding: 20px 20px 40px 20px !important;
  position: relative;
  background: #fff;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15);
  transform: rotate(3deg); }

.photo-image-left {
  padding: 20px 20px 40px 20px !important;
  position: relative;
  background: #fff !important;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15);
  transform: rotate(-3deg); }

/*------Locations------*/
.loc-card {
  padding: 20px;
  box-sizing: border-box;
  text-align: center !important; }
  .loc-card h2 {
    padding-bottom: 10px; }
  .loc-card p {
    font-size: 16px;
    font-weight: 400;
    color: #222; }
  .loc-card .phone {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    font-family: "Barlow", sans-serif;
    color: #000;
    display: block; }
    .loc-card .phone:hover {
      color: #034281; }
  .loc-card .blue-btn {
    margin: 3px;
    width: 100% !important; }

.cont-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 3% 0; }

.cont-info {
  width: 600px;
  padding-right: 50px; }
  .cont-info h1 {
    font-size: 45px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    padding-bottom: 4%; }
    .cont-info h1 span {
      color: #000; }
    @media only screen and (max-width: 600px) {
      .cont-info h1 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 600px) {
      .cont-info h1 {
        font-size: 32px;
        line-height: 36px; } }
  .cont-info p.big {
    font-size: 25px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    padding-bottom: 10px; }
    .cont-info p.big i {
      font-size: 25px;
      color: #FFCC00;
      padding-right: 10px; }
  .cont-info a, .cont-info .small {
    color: #000;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Barlow", sans-serif !important; }
  .cont-info .blue-btn {
    color: #fff; }

.cont-form {
  width: calc(100% - 600px); }

/*------Careers----------*/
.job {
  padding: 2% 10px; }
  .job h1 {
    font-size: 45px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    padding-bottom: 10px; }
    .job h1 span {
      color: #000; }
    @media only screen and (max-width: 600px) {
      .job h1 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 600px) {
      .job h1 {
        font-size: 32px;
        line-height: 36px; } }

/*--------Forms----------*/
.forms {
  padding: 3% !important;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  border-radius: 0; }

.p-call {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #034281 !important;
  float: right; }

/*---------Footer---------*/
footer {
  background: #034281;
  color: #fff; }

.footer {
  padding: 3% 0; }
  .footer p {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    padding-bottom: 25px;
    font-weight: 600;
    color: #fff; }
  .footer ul {
    margin: 0;
    padding: 0 !important; }
    .footer ul li {
      line-height: 26px;
      list-style: none; }
      .footer ul li a {
        color: #fff; }
      .footer ul li a:hover {
        text-decoration: underline; }
  .footer .row-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px; }

.foot-text {
  width: 95%; }
  .foot-text .bold {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    padding-bottom: 25px; }
  .foot-text p {
    color: #fff;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 22px;
    text-transform: none; }
    .foot-text p a {
      color: #000;
      font-weight: 600; }
    @media only screen and (max-width: 500px) {
      .foot-text p {
        font-size: 16px;
        line-height: 22px; } }
  .foot-text a {
    color: #FFCC00 !important;
    font-weight: 600;
    margin-top: 20px;
    font-size: 16px; }

.footer-bottom {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px; }

.footer-bottom .icon-row {
  justify-content: flex-end !important; }

.foot-bottom-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff; }

.policy {
  font-size: 14px; }
  .policy p, .policy a {
    color: #fff;
    font-size: 14px; }

.ctaphone{
  font-size: 14px; }

.ctaphone p, .ctaphone a {
    font-size: 14px; }
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) button.page-nav {
  background: #034281 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper > div:not(.detail-wrapper) .contact-options a,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper > div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper > div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
  background: #034281 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper > div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper > div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
  background: #FFCC00 !important;
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper > div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
  color: #000 !important;
  border: 1px solid #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper > div:not(.detail-wrapper) .title-media-buttons-heading h1 {
  color: #000 !important;
  line-height: 28px !important; }

.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper > div:not(.detail-wrapper) .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .fin-calc p,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper > div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper > div:not(.detail-wrapper) .info,
.body-wrapper > div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper > div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper > div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper > div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper > div:not(.detail-wrapper) .listing-description-text,
.body-wrapper > div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper > div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper > div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper > div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper > div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper > div:not(.detail-wrapper) .rent-title,
.body-wrapper > div:not(.detail-wrapper) .rent-title-details,
.body-wrapper > div:not(.detail-wrapper) span.list-title-text,
.body-wrapper > div:not(.detail-wrapper) a.search-results-link,
.body-wrapper > div:not(.detail-wrapper) h3.listing-portion-title {
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper > div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper > div:not(.detail-wrapper) span.parts-listings-count {
  color: #000 !important; }

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width: 1350px) {
  .about-text {
    padding: 2%; }

  .about-links {
    padding: 20px; }

  .large-black-text {
    font-size: 46px;
    line-height: 50px; } }
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .top-right {
    display: none; }

  .search-sec {
    flex-direction: column; }

  .search-left {
    width: 100%; }

  .search-img {
    width: 100%; }
    .search-img img {
      width: 100% !important;
      height: 400px;
      object-fit: cover;
      max-width: none; }

  .testi-home {
    flex-direction: column; }

  .say {
    width: 100%; }

  .testimonials {
    width: 100%; }

  .cont-row {
    flex-direction: column !important; }

  .cont-info {
    width: 100%;
    padding: 20px 10px; }

  .cont-form {
    width: 100%; } }
@media only screen and (max-width: 1050px) {
  .large-text {
    font-size: 70px;
    line-height: 75px; }

  .hero-text {
    margin-left: 0 !important;
    padding: 3% 10px !important; }

  .about-home {
    flex-direction: column; }

  .about-links {
    width: 100%; }

  .about-text {
    width: 100%;
    padding: 30px 10px; }

  .abt-link {
    padding: 20px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 993px) {
  .blue-background h1 {
    font-size: 42px;
    line-height: 46px; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 850px) {
  .desk {
    display: none; }

  .table-mobile {
    display: block; }

  .table-row a {
    width: calc(50% - 8px) !important; }

  .grad {
    background: rgba(0, 0, 0, 0.6); } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .large-text {
    font-size: 50px;
    line-height: 50px; }

  .search-left h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px !important; }

  .search-left {
    padding: 40px; }

  .careers h2 {
    font-size: 40px;
    line-height: 44px; }

  .blue-background h1 {
    font-size: 36px;
    line-height: 40px; }

  .customer {
    padding-left: 0 !important;
    padding-top: 20px !important; }

  .man-logo {
    float: none;
    display: block; }

  .clear-back {
    padding: 40px !important; }

 .foot-bottom-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .icon-row {
    display: none; }

  .top-left {
    width: 100%;
    text-align: center; }

  .top-header-wrap {
    padding: 3px; }

  .head-row {
    justify-content: center;
    flex-direction: column;
    padding: 0; }

  .logo {
    margin: 0 auto;
    padding: 10px; }
    .logo img {
      margin: 0 auto;
      display: block; }

  .large-black-text {
    font-size: 32px;
    line-height: 36px; }

  #menu-button {
    text-align: center !important;
    background: #FFCC00 !important;
    line-height: 30px !important; }

  .hero-text {
    padding: 30px 10px 0 10px !important; }

  .btn-row {
    flex-direction: column; }

  .call {
    margin: 0 auto; }

  .white-box {
    padding: 30px; }

  .search-btns {
    flex-direction: column; }
    .search-btns button {
      width: 100%;
      padding: 15px;
      font-size: 18px;
      text-align: center;
      display: block; }

  .search-img img {
    height: 260px !important; }

  .table-row a {
    width: calc(100% - 8px) !important; }

  .accordion-button {
    font-size: 18px !important; }

  .abt-link {
    padding: 15px; }
    .abt-link span {
      font-size: 22px; }

  .blue-background h1 {
    font-size: 30px;
    line-height: 34px; }

  .blue-background {
    padding: 25px 10px; }

  .white-box {
    margin: -50px 0 2%; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .large-text {
    font-size: 40px;
    line-height: 40px; }

  .ql {
    height: 250px; }

  .about-links {
    padding: 20px 10px; }

  .abt-link {
    padding: 15px 0px;
    font-size: 20px; }

  .careers h2 {
    font-size: 32px;
    line-height: 35px; }

  .blue-background h1 {
    font-size: 25px;
    line-height: 28px; }

  .search-left {
    padding: 30px; }

  .search-left .search-form select, .search-left .search-form input {
    padding: 12px; }

  .footer .row-links {
    flex-direction: column; }

  .clear-back {
    padding: 25px !important; } }
