@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap");
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; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
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; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---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----*/
h1, h2, h3, h4 {
  font-family: "Rubik", sans-serif; }

/*----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: "Rubik", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Rubik", sans-serif; }

a {
  text-decoration: none !important; }

.btn {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline-flex;
  padding: 15px 20px;
  justify-content: center;
  transition: .3s ease;
  align-items: center;
  gap: 19px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  .btn i {
    font-size: 16px; }

.orange {
  background: #F58205;
  color: #000;
  border: none; }

.orange-border {
  border: 1px solid #F58205;
  background: transparent;
  color: #fff; }

.btn:hover {
  gap: 35px; }

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
  padding: 10px;
  box-sizing: border-box; }

.pad {
  padding: clamp(20px, 3vw, 50px) 10px; }

/*--- HEADER STYLES ---------------------*/
.top-wrapper {
  background: #111725;
  color: #fff;
  width: 100%; }

.top-header {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
  padding: 10px;
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.top-header a:hover {
  color: #F58205 !important; }

.left-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px; }
  .left-top a {
    color: #fff;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px; }

.right-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px; }
  .right-top a {
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    align-items: center; }

header {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  padding: 0; }

nav {
  width: calc(50% - 80px); }

.logo {
  max-width: 160px;
  width: 100%;
  margin-top: -40px;
  z-index: 50;
  position: relative;
  margin-bottom: -40px; }
  .logo img {
    width: 100%; }

.header-right {
  width: calc(50% - 80px);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px; }

.call {
  width: 240px;
  display: inline-flex;
  transition: .3s ease;
  align-items: center;
  gap: 10px;
  padding: 20px 25px;
  background: #F58205;
  color: #000;
  display: inline-flex;
  align-items: center; }
  .call p {
    font-weight: 600;
    font-size: 17px; }
    .call p span {
      font-size: 14px;
      font-weight: 400; }
  .call i {
    font-size: 28px; }

.call:hover {
  cursor: pointer;
  background: #163582;
  color: #fff; }

/*--------Hero---------*/
.hero {
  width: 100%;
  background: url("/siteart/background-texture.jpg");
  background-color: #000000;
  margin-top: -80px;
  z-index: 5;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0; }
  .hero .hero-content {
    max-width: 1600px;
    margin: 0 auto;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
    padding-top: 60px; }

.hero-text {
  width: 45%;
  padding-top: 60px; }
  .hero-text .sub {
    font-size: clamp(16px, 1.5vw, 26px);
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 3px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    margin: 0 !important; }
  .hero-text h1 {
    font-size: clamp(26px, 5vw, 80px);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: "Rubik", sans-serif; }
    .hero-text h1 span {
      color: #F58205; }
  .hero-text p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 20px 0 30px 0; }

.hero-image {
  width: 55%; }
  .hero-image img {
    width: 100%; }

/*-------Search-----------*/
.search-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  with: 100%;
  max-width: 300px;
  border: solid 1px #999;
  margin-right: 20px; }

.search-wrapper .search-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto; }

.search-wrapper input {
  width: 260px !important;
  border-radius: 5px 0 0 5px;
  background: #fff;
  border: none !important;
  padding: 12px;
  box-sizing: border-box; }

.search-wrapper button {
  border: none !important;
  transition: .3s ease;
  border-radius: 0 5px 5px 0;
  width: 40px !important;
  padding: 12px;
  box-sizing: border-box;
  background: transparent;
  font-size: 14px;
  color: #666; }

.search-wrapper button:hover {
  color: #000;
  cursor: pointer; }

.search-row input[type="text"] {
  height: 40px; }

/*---------Brands---------*/
.inv-brandslider a {
  max-width: 270px; }

.brandbar .width {
  width: 98%;
  margin: 0 auto; }

.brandbar {
  background: transparent;
  margin: 0px auto;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  max-width: 1700px;
  top: 0;
  left: 0;
  right: 0;
  display: block !important; }

.manu-slider img {
  width: 70%;
  max-width: 250px;
  max-height: 100px;
  object-fit: contain;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  background-color: #fff;
  margin: 15px auto;
  background: #fff;
  transition: .3s ease; }

.slick-list {
  max-width: 1700px !important; }

.slick-prev {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #01549a;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  transition: .3s ease-in-out; }

.slick-next {
  width: 50px;
  height: 50px;
  display: block;
  background-color: #01549a;
  text-align: center;
  padding: 15px 0;
  margin-left: 10px;
  cursor: pointer;
  transition: .3s ease-in-out; }

.slick-list {
  margin: 0 auto !important; }

/*----Quick Links-----*/
.ql-top {
  text-align: center;
  margin-bottom: 40px; }
  .ql-top h2 {
    font-size: clamp(24px, 3vw, 50px);
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: "Rubik", sans-serif;
    margin: 0; }
    .ql-top h2 span {
      font-size: clamp(16px, 1.5vw, 26px);
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      line-height: 1.1;
      letter-spacing: 3px;
      font-family: "Rubik", sans-serif; }

.qls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center; }
  .qls a {
    background-color: #000000;
    width: calc(33.33% - 20px);
    overflow: hidden;
    transition: .3s ease;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    height: 350px; }
    .qls a .grad {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 90%); }
    .qls a img {
      width: 100%;
      height: 350px;
      object-fit: cover; }
    .qls a .ql-text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      align-content: flex-end;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      color: #fff; }
      .qls a .ql-text h3 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        padding: 16px 20px;
        text-transform: uppercase; }
      .qls a .ql-text p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        padding: 0 20px 20px 20px;
        margin-top: -10px; }
      .qls a .ql-text img {
        width: 60px;
        height: 60px;
        padding: 10px;
        background: #F58205; }
  .qls a:hover img {
    transform: scale(1.05);
    transition: .3s ease; }

/*---About---*/
.about {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 80px;
  align-items: center;
  padding: 40px 0; }
  .about img {
    width: 50%; }
  .about .about-text {
    width: 50%;
    max-width: 700px; }
    .about .about-text h2 {
      font-size: clamp(24px, 3vw, 50px);
      font-weight: 900;
      color: #000;
      text-transform: uppercase;
      line-height: 1.1;
      font-family: "Rubik", sans-serif;
      margin: 0; }
      .about .about-text h2 span {
        font-size: clamp(16px, 1.5vw, 26px);
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        line-height: 1.1;
        letter-spacing: 3px;
        font-family: "Rubik", sans-serif; }
      .about .about-text h2 span.or {
        color: #e27a0a !important;
        font-size: clamp(24px, 3vw, 50px);
        font-weight: 900;
        color: #000;
        text-transform: uppercase;
        line-height: 1.1;
        font-family: "Rubik", sans-serif; }
    .about .about-text p {
      font-family: "Rubik", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin: 20px 0; }
    .about .about-text a.btn.orange {
      margin-top: 20px; }

.icon-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .icon-row .icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    height: 250px;
    width: calc(20% - 20px);
    justify-content: center;
    align-items: center;
    background: url("/siteart/border-shape.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .icon-row .icon i {
      font-size: 50px; }
    .icon-row .icon p {
      font-family: "Rubik", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      color: #000;
      padding: 0 10px; }

.white-back {
  width: 100%;
  background-image: url("/siteart/white-hexagons.png");
  background-repeat: repeat;
  background-size: contain; }

.faq-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative; }
  .faq-row .faq {
    width: 50%;
    padding: 30px 0 80px 0; }
    .faq-row .faq h2 {
      font-size: clamp(24px, 3vw, 50px);
      font-weight: 900;
      color: #000;
      text-transform: uppercase;
      line-height: 1.1;
      font-family: "Rubik", sans-serif;
      margin: 0;
      padding-bottom: 20px; }
      .faq-row .faq h2 span {
        font-size: clamp(16px, 1.5vw, 26px);
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        line-height: 1.1;
        letter-spacing: 3px;
        font-family: "Rubik", sans-serif; }
  .faq-row img {
    position: absolute;
    bottom: -130px;
    right: 0;
    width: 100%;
    max-width: 850px; }

.accordion {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  width: 85%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  margin: 5px;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  font-family: 'Oswald', sans-serif; }
  .accordion i {
    height: 46px;
    color: #fff;
    width: 46px;
    background: #163582;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px; }
  .accordion p {
    padding: 10px; }

.active i, .accordion:hover i {
  background-color: #F58205; }

.panel {
  padding: 0px 10px;
  width: 85%;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.panel p {
  padding: 25px 10px; }

.loc-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 80px;
  flex-wrap: wrap; }
  .loc-row .map {
    width: calc(50% - 40px); }

.locs {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px; }

.location {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff; }
  .location .loc-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ccc; }
    .location .loc-top h2 {
      font-size: clamp(18px, 2vw, 26px);
      padding: 0 20px;
      font-weight: 600;
      color: #000; }
    .location .loc-top i {
      width: 60px;
      height: 60px;
      border-top-right-radius: 8px;
      background: #F58205;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px; }
  .location .loc-info-wrap {
    padding: 30px; }
  .location .loc-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0 30px 0; }
    .location .loc-info a {
      color: #000;
      font-size: 15px;
      display: block; }
    .location .loc-info p {
      color: #000;
      font-size: 15px; }
    .location .loc-info .bold {
      font-size: 18px;
      font-weight: 600; }
    .location .loc-info .loc-left {
      width: 40%; }
    .location .loc-info .loc-right {
      width: 60%; }

.blue-back {
  background-image: url("/siteart/background-texture.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40px 0; }
  .blue-back .finance-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff; }
    .blue-back .finance-banner h2 {
      font-size: clamp(30px, 3vw, 40px);
      font-weight: 900;
      color: #000;
      text-transform: uppercase;
      line-height: 1.1;
      letter-spacing: -.45px;
      font-family: "Rubik", sans-serif;
      margin: 0;
      color: #fff; }
      .blue-back .finance-banner h2 span {
        font-size: clamp(16px, 1.5vw, 26px);
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        line-height: 1.1;
        letter-spacing: 3px;
        font-family: "Rubik", sans-serif;
        color: #fff; }
    .blue-back .finance-banner a.btn.orange {
      margin-top: 40px;
      height: 50px; }

/*---------Pages----------*/
.page-hero {
  background-image: url("/siteart/background-texture.jpg");
  background-color: #000;
  border-bottom: solid 5px #F58205;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px 0 80px 0;
  margin-top: -80px;
  z-index: 5;
  position: relative; }
  .page-hero .bread {
    color: #F58205;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }
    .page-hero .bread a {
      color: #fff;
      opacity: .7; }
  .page-hero h1 {
    font-size: clamp(26px, 6vw, 80px);
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: "Rubik", sans-serif; }
    .page-hero h1 span {
      color: #F58205; }
  .page-hero hr {
    width: 120px;
    height: 10px;
    background: #F58205;
    border: none;
    margin-top: 20px; }

.about-us-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px; }

.about-us {
  width: calc(50% - 40px); }
  .about-us h2 {
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -.45px;
    font-family: "Rubik", sans-serif;
    margin: 0; }
    .about-us h2 span {
      font-size: clamp(16px, 1.5vw, 26px);
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      line-height: 1.1;
      letter-spacing: 3px;
      font-family: "Rubik", sans-serif; }
  .about-us p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
  .about-us a.btn.orange {
    margin-top: 20px; }
  .about-us hr {
    margin: 20px 0 0;
    width: 100px;
    height: 8px;
    background: #F58205;
    border: none; }

.about-us-row img {
  width: calc(45% - 40px);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  object-fit: cover; }

.list-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 40px; }
  .list-row ul {
    margin: 0;
    padding: 0; }
    .list-row ul li {
      font-family: "Rubik", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      list-style: none;
      margin: 10px 0; }
      .list-row ul li i {
        color: #F58205;
        margin-right: 10px; }

.btm-banner {
  text-align: center;
  max-width: 800px;
  margin: 20px auto; }
  .btm-banner h2 {
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -.45px;
    font-family: "Rubik", sans-serif;
    margin: 0;
    color: #fff; }
    .btm-banner h2 span {
      color: #F58205; }
  .btm-banner p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0; }
  .btm-banner a.btn.orange {
    margin-top: 20px;
    height: 50px; }

/*--------FORM STYLES--------------------*/
.flex-form {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff; }
  .flex-form h2 {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -.45px;
    font-family: "Rubik", sans-serif;
    margin: 0 0 20px 0; }

#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }
  #formpage label {
    margin: 5px;
    padding: 8px 0 3px 0;
    display: block; }
  #formpage input, #formpage select {
    padding: 14px;
    border: #ccc;
    color: #777 !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: #000;
    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: #F58205;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #000;
  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: #163582;
  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; }

.CaptchaPanel {
  text-align: left !important; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #111725;
  color: #fff; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0; }
  .footer img {
    max-width: 350px;
    width: 100%; }

.footer-left {
  width: calc(100% - 350px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px; }
  .footer-left .foot-col {
    min-width: 200px; }
    .footer-left .foot-col ul {
      margin: 0;
      padding: 0; }
      .footer-left .foot-col ul li {
        list-style: none;
        margin: 5px 0; }
        .footer-left .foot-col ul li a {
          color: #fff;
          font-size: 16px; }
    .footer-left .foot-col p {
      color: #fff;
      font-size: 16px;
      padding-bottom: 10px;
      font-weight: 600; }

.footer a:hover {
  color: #F58205 !important; }

.copy {
  padding: 10px;
  text-align: left;
  border-top: solid 1px #ccc;
  margin-top: 40px; }

/*----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: #033151 !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: #033151 !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: #661117 !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: 1600px) {
  nav {
    width: calc(62% - 80px); }

  .header-right {
    width: calc(38% - 80px); }

  .about-us-row img {
    width: calc(50% - 40px); } }
@media only screen and (max-width: 1350px) {
  #menu-button {
    order: 2; }

  .logo {
    order: 1; }

  .header-right {
    order: 3; }

  .call {
    order: 4; }

  .top-header {
    justify-content: flex-end;
    gap: 20px; }

  .qls a {
    height: 300px; }

  .qls a img {
    height: 300px; }

  .icon-row .icon {
    width: calc(33% - 20px); }

  .faq-row img {
    bottom: -250px; }

  .faq-row {
    margin-bottom: 80px; } }
@media only screen and (max-width: 1250px) {
  .hero .hero-content {
    flex-direction: column;
    gap: 40px; }
  .hero .hero-text {
    width: 100%;
    padding-top: 20px; }
  .hero .hero-image {
    width: 80%;
    margin: 0 auto; }
  .hero .about {
    gap: 40px; }

  .about-us-row {
    flex-direction: column;
    gap: 20px; }

  .about-us-row img {
    width: 60%; }

  .about-us {
    width: calc(100% - 20px); } }
@media only screen and (max-width: 1200px) {
  .faq-row img {
    display: none; }

  .faq-row {
    margin-bottom: 0; }

  .faq-row .faq {
    width: 100%; }

  .footer img {
    max-width: 280px; } }
@media only screen and (max-width: 1100px) {
  .qls a {
    width: calc(50% - 20px); }

  .about {
    flex-direction: column-reverse;
    gap: 40px; }

  .about img {
    width: 80%;
    margin: 0 auto; }

  .about .about-text {
    width: 100%;
    padding: 0;
    max-width: none; }

  .loc-row {
    flex-direction: column-reverse;
    gap: 20px; }

  .loc-row .map {
    width: 100%; }
    .loc-row .map iframe {
      height: 260px !important; }

  .loc-row .locs {
    width: 100%; } }
@media only screen and (max-width: 1000px) {
  .header-right {
    display: none; } }
@media only screen and (max-width: 900px) {
  .icon-row .icon {
    width: calc(50% - 10px); }

  .icon-row {
    gap: 10px; }

  .footer img {
    display: none; }

  .icon-row {
    margin-top: 0; }

  .about-us-row img {
    width: 80%; } }
@media only screen and (max-width: 800px) {
  .accordion {
    width: 100%; }

  .blue-back .finance-banner {
    flex-direction: column;
    justify-content: flex-start; }

  .blue-back .finance-banner a.btn.orange {
    margin-top: 20px;
    width: 160px; }

  .list-row {
    flex-direction: column;
    gap: 0px; }
    .list-row ul {
      width: 100%; } }
@media only screen and (max-width: 700px) {
  .hero .hero-image {
    width: 95%; }

  .qls a {
    width: calc(100% - 20px);
    height: 240px; }

  .qls a img {
    height: 240px; }

  .footer-left .foot-col {
    min-width: 150px; }

  .footer-left {
    flex-wrap: wrap; }

  .logo {
    margin: -20px 0; }

  .hero {
    margin-top: -90px; }

  .about-us-row img {
    width: 90%; }

  .page-hero {
    padding: 120px 0 60px 0; } }
@media only screen and (max-width: 600px) {
  .call {
    display: none; }

  #menu-button {
    padding: 20px !important; }

  .about img {
    width: 95%; }

  .about-us-row img {
    width: 100%; }

  .icon-row .icon {
    height: 200px; }

  .icon-row .icon i {
    font-size: 40px; }

  .icon-row .icon h3 {
    font-size: 18px;
    text-align: center;
    width: 90%;
    margin: 0 auto; }

  .hero .hero-content {
    padding-top: 0; }

  .flex-row {
    flex-direction: column; }

  .form-half, .form-whole {
    width: calc(100% - 10px); } }
@media only screen and (max-width: 500px) {
  .icon-row .icon {
    height: 160px; }

  .location .loc-info {
    flex-direction: column;
    gap: 10px; }
    .location .loc-info .loc-right, .location .loc-info .loc-left {
      width: 100%; }

  .manu-slider img {
    max-width: 200px;
    height: 80px;
    object-fit: contain; }

  .left-top {
    display: none; }

  .hero .hero-image {
    width: 100%; } }
@media only screen and (max-width: 430px) {
  .icon-row .icon {
    height: 150px; }

  #menu-button {
    font-size: 20px !important; }

  .flex-form {
    padding: 20px; } }
@media only screen and (max-width: 380px) {
  .list-row ul li {
    font-size: 13px; } }
