/*
Theme Name: www.toplift.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
--------------------------------------------------------------*/
/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
.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; }

/*---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: "open-sans", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Arvo", sans-serif; }

a {
  text-decoration: none !important; }

p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "open-sans", sans-serif; }

/*----------Text--------------*/
.large-white {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .8px;
  font-family: "Arvo", sans-serif;
  text-transform: uppercase;
  line-height: 45px; }

.sub-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .6px; }

.large-black {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  font-family: "Arvo", sans-serif;
  line-height: 40px;
  text-transform: uppercase; }

.small-black {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Arvo", sans-serif;
  text-transform: uppercase; }

.medium-white {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  font-family: "Arvo", sans-serif;
  line-height: 40px;
  text-transform: uppercase; }

.small-white {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  font-family: "Arvo", sans-serif;
  text-transform: uppercase; }

.foot-large {
  font-size: 70px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  font-family: "Arvo", sans-serif;
  text-transform: uppercase;
  line-height: 75px; }

/*--------Buttons-----------*/
.red-btn {
  width: 160px;
  transition: .3s ease;
  padding: 10px;
  color: #fff;
  background: #C3151C;
  text-align: center;
  display: block;
  border: None; }

.red-btn:hover, .red-border-right:hover {
  background: #000; }

.white-border {
  width: 160px;
  padding: 10px;
  transition: .3s ease;
  color: #fff;
  background: transparent;
  text-align: center;
  display: block;
  border: solid 1px #fff; }

.white-border:hover {
  background: #C3151C; }

.red-border-right {
  width: 160px;
  transition: .3s ease;
  padding: 10px;
  float: right;
  color: #fff;
  background: transparent;
  text-align: center;
  display: block;
  border: solid 1px #C3151C; }

/*--- HEADER STYLES ---------------------*/
.top-header {
  width: 100%;
  background: #222222; }

.top-header a:hover {
  color: #C3151C; }

.top-wrap {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px; }

.top-wrap a {
  color: #fff;
  font-weight: 600;
  font-sizes: 14px;
  padding: 0 10px; }

.lang {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .lang a {
    padding: 5px;
    font-size: 14px;
    width: 120px;
    display: block;
    margin: 3px;
    text-align: center;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px; }

.top-header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

/* Header Search */
#top-search a {
  color: #000;
  font-size: 20px;
  padding-top: 10px; }

#top-search a i {
  padding: 10px 15px; }

#searchbar {
  position: absolute;
  display: none;
  right: 0;
  width: 100%;
  max-width: 350px;
  z-index: 9999;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  box-sizing: border-box; }

#searchform {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }
  #searchform input {
    width: calc(100% - 50px) !important;
    border-radius: 0 !important;
    height: 50px !important;
    border: solid 1px #ccc !important;
    font-size: 14px;
    padding: 10px 15px; }
  #searchform button {
    width: 50px;
    border: none !important;
    height: 50px;
    background: #C3151C;
    color: #fff;
    font-size: 18px; }
  #searchform button:hover {
    cursor: pointer; }

.head {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.logo {
  max-width: 180px;
  width: 100%; }
  .logo img {
    width: 100%; }

.head-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: calc(100% - 200px);
  padding: 25px 5px; }

/*--------Hero---------*/
.hero {
  width: 100%;
  position: relative;
  height: 700px; }

.hero-socials {
  width: 100px;
  height: 100%;
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.4);
  border-top: solid 1px #ccc; }

.verti {
  writing-mode: vertical-rl;
  margin: 0 !important;
  padding: 25px 15px;
  font-size: 20px;
  font-weight: 700;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff;
  font-family: "open-sans", sans-serif;
  color: transparent;
  letter-spacing: .4px; }

.hero-icons icon {
  -webkit-text-stroke-width: 0.5px !important;
  -webkit-text-stroke-color: #fff !important;
  color: transparent !important;
  font-size: 18px !important;
  text-align: center; }

.hero-icons icon:first-of-type {
  color: #fff !important;
  -webkit-text-stroke-width: 0px !important; }

.hero-icons a {
  display: block;
  margin: 0 auto; }

.hero-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 600px;
  width: 100%; }

.hero-text {
  left: 140px;
  bottom: 60px;
  position: absolute;
  z-index: 500; }

.brands {
  width: 100%;
  background: #222222;
  height: 160px;
  padding: 10px 40px; }

.wrap {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.about {
  padding: 8% 0; }

.black-back {
  width: 100%;
  background: url("/wp-content/themes/www.toplift.com/imgs/back.webp"); }

.qls {
  padding: 5% 0;
  color: #fff; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

/*----------Quick Links-----------*/
.ql {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  display: block; }
  .ql .back {
    width: 100%;
    transition: .3s ease;
    height: 100%;
    object-fit: cover; }
  .ql .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 70px;
    width: 70px;
    padding: 5px;
    background: #C3151C;
    object-fit: contain;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center; }
  .ql .link-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .ql .link-text i {
      color: #fff;
      height: 60px;
      flex-wrap: wrap;
      font-size: 24px;
      width: 60px;
      background: #C3151C;
      padding: 5px;
      display: flex;
      align-content: center;
      justify-content: center; }
    .ql .link-text p {
      font-size: 30px;
      margin: 0;
      flex-wrap: wrap;
      align-content: center;
      color: #fff;
      font-weight: 700;
      font-family: "Arvo", sans-serif;
      line-height: 35px; }
  .ql:hover link-text {
    background: rgba(0, 0, 0, 0.8); }
  .ql:hover .back {
    transform: scale(1.1); }

.shadow {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  padding: 5% 6%;
  background: #fff;
  z-index: 200;
  margin-top: -50px; }

#advancedmyCarousel2 .slick-dots {
  bottom: 0 !important; }

/*-----Bottom Links-----*/
.btm-link {
  height: 260px;
  margin: 8px;
  position: relative;
  display: block; }
  .btm-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4); }
  .btm-link .text-box {
    padding: 20px;
    align-content: center;
    flex-wrap: wrap;
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background: transparent;
    border: solid 1px #fff; }
    .btm-link .text-box .text {
      font-size: 18px;
      color: #fff !important;
      text-align: center; }
    .btm-link .text-box .btn {
      width: 100%;
      color: #fff;
      border: solid 1px #C3151C;
      transition: .3s ease;
      border-radius: 0;
      padding: 10px;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      background: #C3151C;
      font-weight: 400; }
  .btm-link :hover .btn {
    background: #000; }

/*--------Testimonials and Form--------------*/
.flex-row {
  width: 100%;
  display: flex;
  flex-direction: row; }

.testi-sec {
  width: 50%;
  background: #222222;
  padding: 4%;
  color: #fff; }
  .testi-sec p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "open-sans", sans-serif; }
  .testi-sec h2 {
    font-size: 22px;
    font-weight: 400;
    font-family: "open-sans", sans-serif; }

.homeform {
  width: 50%;
  background: #000;
  padding: 4%;
  color: #fff; }
  .homeform p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "open-sans", sans-serif; }
  .homeform h2 {
    font-size: 22px;
    font-weight: 400;
    font-family: "open-sans", sans-serif; }

/*--------Home Locations--------*/
.map-back {
  background: url("/wp-content/themes/www.toplift.com/imgs/canada-map.png") center center no-repeat;
  width: 100%; }

.home-locations {
  padding: 7% 10px 2% 10px; }

.loc {
  margin: 8px;
  text-align: left !important; }
  .loc h3 {
    font-size: 25px;
    text-align: left;
    margin: 0;
    font-weight: 700;
    font-family: "Arvo", sans-serif;
    color: #C3151C;
    text-transform: uppercase;
    padding: 15px 0; }
  .loc .bold {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px; }
  .loc p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "open-sans", sans-serif;
    text-align: left;
    padding: 5px 0;
    margin: 0; }
  .loc .red-full {
    width: 100%;
    margin-top: 15px;
    transition: .3s ease;
    text-transform: uppercase;
    background: #C3151C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 14px;
    font-family: "open-sans", sans-serif; }
  .loc .red-full:hover {
    background: #000; }

.map {
  width: 100%;
  height: 160px; }
  .map iframe {
    width: 100%;
    height: 100%; }

/*-------Brands-----*/
.brand {
  background: transparent !important;
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 20px 0; }

/*---------Dark Form-------------*/
.home-form p {
  color: #fff !important; }

.dark-form input, .dark-form textarea, .dark-form select {
  background: #222222;
  border: solid 1px #fff;
  color: #fff !important;
  border-radius: 0 !important; }

.dark-form input:placeholder, .dark-form textarea:placeholder, .dark-form select:placeholder {
  color: #ccc !important; }

.dark-form .sheSubmitButton {
  width: 160px !important;
  border-radius: none !important;
  border: none !important;
  padding: 10px;
  color: #fff;
  background: #C3151C !important;
  text-align: center;
  display: block;
  border: None; }

/*--------Reviews------------*/
.review {
  clip-path: polygon(100% 0%, 0% 1.25%, 0% 93.75%, 14.5% 93.75%, 20.05% 100%, 18.78% 93.75%, 100% 93.75%);
  position: relative;
  background-color: #47ebbf;
  background: #393939;
  padding: 45px;
  height: 350px;
  box-sizing: border-box;
  border-radius: 10px; }
  .review p {
    color: #fff;
    text-align: left !important;
    font-size: 18px;
    line-height: 28px; }
  .review .top-quote {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 140px;
    color: rgba(255, 255, 255, 0.1); }
  .review .bottom-quote {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 140px;
    color: rgba(255, 255, 255, 0.1); }

.review-person {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 20%; }
  .review-person i {
    font-size: 35px;
    color: #C3151C;
    padding: 5px; }
  .review-person p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 5px;
    margin: 0; }

/*---------Pages----------*/
.page-top {
  width: 100%;
  height: 400px;
  position: relative; }

.page-back {
  width: 100% !important;
  height: 400px; }
  .page-back img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    filter: brightness(0.6); }

.page-head {
  position: absolute;
  bottom: 15%;
  left: 6%;
  z-index: 40; }
  .page-head h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .8px;
    font-family: "Arvo", sans-serif;
    text-transform: uppercase;
    line-height: 45px; }
  .page-head p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .6px; }

.black-back2 {
  width: 100%;
  background: #000;
  padding: 60px 0;
  color: #fff; }
  .black-back2 h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: "Arvo", sans-serif;
    line-height: 40px;
    text-transform: uppercase; }
  .black-back2 p {
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "open-sans", sans-serif; }

.gray-back {
  width: 100%;
  background: #f0f0f0;
  padding: 60px 0; }

.cards {
  padding: 30px;
  background: #fff !important;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.15); }
  .cards i {
    font-size: 40px;
    width: 100%;
    color: #C3151C;
    padding: 10px;
    text-align: center; }
  .cards h3 {
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-family: "open-sans", sans-serif;
    text-transform: uppercase;
    padding: 20px 0; }
  .cards p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "open-sans", sans-serif;
    color: #222;
    text-align: center; }

.lg-card {
  padding: 30px;
  background: #fff !important;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.15); }
  .lg-card h2 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    font-family: "Arvo", sans-serif;
    line-height: 40px;
    text-transform: uppercase; }
  .lg-card p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "open-sans", sans-serif; }
  .lg-card .flex-tb {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .lg-card .flex-tb .item {
      width: calc(50% - 10px);
      margin: 5px;
      padding: 10px;
      border: solid 1px #ccc;
      font-size: 18px;
      font-weight: 600;
      color: #000; }
      .lg-card .flex-tb .item p {
        margin: 0; }
      .lg-card .flex-tb .item i {
        font-size: 20px;
        color: #C3151C;
        padding-right: 10px; }

/*--------Locations---------*/
.loc-top {
  width: 100%;
  padding: 20px 0; }
  .loc-top h1 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    font-family: "Arvo", sans-serif;
    line-height: 40px;
    text-transform: uppercase; }

.loc-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.loc-left {
  width: 40%; }
  .loc-left a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding: 10px 0;
    display: block;
    font-family: "open-sans", sans-serif;
    transition: .3s ease; }
  .loc-left a:hover {
    color: #C3151C; }
  .loc-left .add, .loc-left .fax {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "open-sans", sans-serif;
    text-align: left;
    padding: 5px 0;
    margin: 0; }
  .loc-left .hours {
    padding-top: 20px; }
    .loc-left .hours h3, .loc-left .hours h2 {
      font-size: 22px;
      color: #000;
      font-weight: 700;
      font-family: "Arvo", sans-serif;
      text-transform: uppercase; }

.loc-right {
  width: 60%; }
  .loc-right iframe {
    width: 100%;
    height: 400px; }

.loc-single-page .home-locations {
  padding: 0 !important; }

/*------Careers----------*/
.career-card {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  margin: 10px !important; }
  .career-card h2 {
    font-size: 22px;
    text-align: left !important;
    color: #000;
    font-weight: 700;
    font-family: "open-sans", sans-serif;
    text-transform: uppercase; }
  .career-card p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "open-sans", sans-serif; }
  .career-card a {
    width: 100%;
    margin-top: 10px;
    transition: .3s ease;
    text-transform: uppercase;
    background: #C3151C;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 12px;
    font-family: "open-sans", sans-serif; }
  .career-card a:hover {
    background: #000; }

/*--------FORM STYLES--------------------*/
#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }
  #formpage label {
    margin: 5px;
    padding: 10px 0 5px 0; }
  #formpage input, #formpage select {
    padding: 14px;
    border: #ccc;
    color: #fff !important;
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 5px; }
  #formpage input[type="text"], #formpage input[type="email"], #formpage input[type="date"], #formpage select, #formpage input[type="phone"] {
    width: 100%;
    box-sizing: border-box; }
  #formpage textarea {
    font-family: 'Arial', sans-serif;
    border: #ccc;
    box-sizing: border-box;
    color: #fff;
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    padding: 14px;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 5px; }
  #formpage textarea:focus {
    border: 1px solid #ccc;
    border-radius: 2px; }

.flex-form {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

.form-third {
  width: calc(33.33% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

#formpage .submit-button, #submit-btn button {
  width: 200px;
  padding: 14px;
  background: #C3151C;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
  font-size: 14px;
  text-transform: uppercase; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  transition: ease-out .3s;
  cursor: pointer;
  background: #222222;
  color: #fff; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.captcha-button {
  width: 200px; }

#formpage input.submit-button {
  color: #fff !important; }

.include-captcha {
  display: none; }

/*-------- FOOTER STYLES ----------------*/
footer {
  background: url("/wp-content/themes/www.toplift.com/imgs/foot-back.webp") center center no-repeat;
  padding: 4% 0;
  background-size: cover;
  width: 100%; }

.footer a:hover {
  color: #C3151C; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff; }

.footer-left {
  width: 160px; }
  .footer-left ul {
    margin: 0;
    padding: 0; }
    .footer-left ul li {
      list-style: none;
      line-height: 28px; }
      .footer-left ul li a {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "open-sans", sans-serif; }

.footer-right {
  width: calc(100% - 160px); }
  .footer-right p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600; }
  .footer-right ul {
    margin: 0 !important;
    padding: 0; }
    .footer-right ul li {
      list-style: none;
      padding: 0; }
      .footer-right ul li a {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 28px;
        font-weight: 400; }

.footer-bottom {
  width: 100%;
  padding: 40px 0 5%; }
  .footer-bottom p {
    color: #fff;
    font-size: 15px;
    font-weight: 400; }

/*----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: #C3151C !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: #C3151C !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: #000 !important;
  color: #fff !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; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1300px) {
  .top-wrap {
    flex-direction: column;
    justify-content: flex-start; }

  .foot-large {
    font-size: 55px;
    line-height: 60px; } }
@media only screen and (max-width: 1100px) {
  .hero-socials, .hero-text {
    display: none; }

  .hero {
    height: auto; }

  .flex-row {
    flex-direction: column !important; }

  .testi-sec, .homeform {
    width: 100%; }

  .foot-large {
    font-size: 45px;
    line-height: 50px; } }
@media only screen and (max-width: 1000px) {
  .large-black, .medium-white {
    font-size: 30px;
    line-height: 34px; } }
@media only screen and (max-width: 900px) {
  .loc-row {
    flex-direction: column; }

  .loc-left {
    width: 100%; }

  .loc-right {
    width: 100%; }
    .loc-right iframe {
      width: 100%;
      height: 260px; } }
@media only screen and (max-width: 800px) {
  .foot-large {
    font-size: 35px;
    line-height: 64px; }

  .footer {
    flex-direction: column !important; }

  .footer-left {
    width: 100%; }

  .footer-right {
    width: 100%; } }
@media only screen and (max-width: 700px) {
  .top-header-left {
    display: none; }

  .large-black, .medium-white {
    font-size: 25px;
    line-height: 28px; }

  .page-head h1 {
    font-size: 32px;
    line-height: 35px; } }
@media only screen and (max-width: 600px) {
  .ql {
    height: 380px; }
    .ql p {
      font-size: 25px; }

  .foot-large {
    text-align: left !important;
    font-size: 35px;
    line-height: 38px; }

  .footer-right .red-border {
    display: none !important; }

  .page-top, .page-back, .page-back img {
    height: 340px !important; } }
@media only screen and (max-width: 550px) {
  .large-black {
    font-size: 22px;
    line-height: 26px; }

  .large-black, .medium-white {
    font-size: 24px;
    line-height: 27px; }

  .career-card {
    padding: 20px; }
    .career-card h2, .career-card h3 {
      font-size: 20px; }

  .loc-top h1 {
    font-size: 28px;
    line-height: 32px; }

  .loc-left a {
    font-size: 18px; }
  .loc-left .hours h2, .loc-left .hours h3 {
    font-size: 18px; } }
@media only screen and (max-width: 430px) {
  #top-search {
    display: none; }

  .ql p {
    font-size: 20px; }

  .foot-large {
    font-size: 25px;
    line-height: 28px; }

  .page-top, .page-back, .page-back img {
    height: 300px !important; }

  .page-head h1 {
    font-size: 26px;
    line-height: 29px; }

  .cards {
    padding: 20px; }

  .cards h3 {
    font-size: 18px; } }
@media only screen and (max-width: 380px) {
  .logo {
    max-width: 150px; }

  .large-black, .medium-white {
    font-size: 20px;
    line-height: 24px; } }
