﻿/* ===========================================================
   blue: #07255c - gray: #5e5e5e
   =========================================================== */

/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
   04.      Typography
   05.      Links / Buttons
   06.      Site Structure
   07.      Footer Structure
   08.      Form
    08.01   Form Base Styles
    08.02   Captcha
    08.02   Form Structure
   09.      Classes
   10.      Inventory Styles
   11.      Responsive Styles
   =========================================================== */

/* ===========================================================
   01. Reset
   =========================================================== */

html,
body,
div,
span,
i applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  vertical-align: top;
}

header,
nav,
article,
footer,
address {
  display: block;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ===========================================================
      02. Body Styles
      =========================================================== */

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
}

/* ===========================================================
      03. Header Structure
      =========================================================== */

.mobile-nav-container {
  display: none !important;
}

header {
  max-width: 100%;
  background: #fff;
  padding: 20px 0;
}

header .wrapper {
  width: 90%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

header h1 img {
/*  max-width: 380px;*/
  max-width: 400px;
  max-height: 100%;
}

.header-top {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

header .col-1 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

header .col-1:first-of-type {
  margin-bottom: 20px;
}

.header-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.header-top-right {
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.header-bottom-button i {
  color: #1f2041  !important;
  font-size: 20px;
  margin-right: 10px;
}

.header-right a {
  color: #7d7d7e;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.header-bottom-button {
  margin-left: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hover:hover {
  opacity: 0.7;
}

.initiallyHidden {
  display: none;
}

.search-slide-down {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0 !important;
  top: 100px;
  z-index: 100 !important;
  padding: 15px 0;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.53);
}

.search-slide-down form {
  display: -webkit-box;
  display: flex;
}

.search-slide-down input[type="text"] {
  background: #e0e0e2;
  width: 90%;
}

.search-slide-down button {
  margin-left: -5px;
  background: #e0e0e2;
  height: 46px;
  color: #07255c;
  cursor: pointer;
  width: 10%;
}

.search-slide-down button i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}

.search-slide-down button:hover i {
  opacity: 0.7;
}

.search-slide-down div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}

.search-slide-down + form {
  margin: 20px;
}

.slide-search {
  width: 90%;
}

/* 03.01. Mobile Nav
      =========================================================== */

.mobile.button {
  display: none;
}

/* ===========================================================
     04. Typography
      =========================================================== */

h2,
h1.list-title {
  text-transform: uppercase;
/*  color: #07255c !important;*/
  color: #1f2041 !important;
  font-weight: 700;
  font-size: 40px;
}

h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

p {
  font-size: 20px;
  line-height: 31px;
  color: #7d7d7e;
}

.intro-body {
  font-weight: 700;
  color: #07255c;
}

.italic {
  color: #07255c;
  font-style: italic;
  text-align: center;
}

/* ===========================================================
      05. Links / Buttons
      =========================================================== */

.button-white {
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
  border: 2px solid #fff;
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 9px 73px;
  margin-top: 20px;
/*  border: 2px solid #07255c;*/
  border: 2px solid #205098;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
/*  color: #07255c;*/
  color: #205098;
  text-align: center;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: none;
}

.button:hover {
/*  background: #07255c;*/
  background: #205098;
  color: #fff;
}

/* ===========================================================
      06. Body Structure
      =========================================================== */

.wrapper {
  width: 90%;
  margin: 0 auto;
}

.hero {
  position: relative;
  z-index: 7;
  border-bottom: 5px solid #fff;
}



.hero img {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: -4px;
  z-index: 0 !important;
}

.inventory-buttons .col-1 {
  display: -webkit-box;
  display: flex;
}

.inventory-card {
  width: 25%;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 180px;
  z-index: 6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.inventory-card:first-of-type {
  background-image: url("../siteart/inventory-cards/inventory-card-heavy-duty-trucks.png");
}

.inventory-card:nth-of-type(2) {
  background-image: url("../siteart/inventory-cards/inventory-card-medium-duty-trucks.png");
}

.inventory-card:nth-of-type(3) {
  background-image: url("../siteart/inventory-cards/inventory-card-light-duty-trucks.png");
}

.inventory-card:last-of-type {
  background-image: url("../siteart/inventory-cards/inventory-card-trailers.png");
}

.inventory-card:last-of-type {
  margin-right: 0;
}

.inventory-card img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.inventory-card:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
}

.inventory-card-copy {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  top: 20%;
}

.inventory-card-copy h3,
.inventory-card-copy h4,
.button-white p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.inventory-card-copy h3 {
  font-size: 24px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inventory-card-copy h4 {
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-white p {
  font-size: 10px !important;
}

.inventory-card:hover h3 {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 1;
}

.inventory-card:hover h4 {
  opacity: 0.7;
}

.inventory-card:hover .button-white {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.why-buy {
  margin: 0 auto;
  padding: 50px 0;
}

.rule {
  height: 3px;
  width: 150px;
  background: #cdd3de;
  margin: 0 auto;
}

.why-buy .col-2-3 {
  margin: 0 auto;
}

.why-buy h2,
.view-inventory h2,
.thank-you h2 {
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
}

.why-buy p {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
/*  color: #07255c;*/
  color: #1f2041;
}

.why-buy p:first-of-type {
  margin-top: 15px;
}

section.view-inventory {
  background-color: #dcdcde;
  background-image: url("../siteart/background-02-view-inventory.png");
  height: 450px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.view-inventory p {
  margin-top: 15px;
/*  color: #07255c !important;*/
  color: #1f2041 !important;
  font-weight: 600;
}

section.view-inventory .wrapper {
  height: 100%;
}

section.view-inventory .col-2-3 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}

.contact-us {
  padding: 50px 0;
}

.contact-us .button {
  margin-top: 0 !important;
	    display: inherit;
	cursor: pointer;
}

.thank-you {
  padding-top: 50px;
}

.thank-you .col-2-3 {
  margin: 0 auto;
}

.thank-you p {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 300px;
  color: #07255c;
  text-align: center;
}

.form-flex {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

ul.home-page-list {
    margin: 0 auto;
    max-width: 850px;
    list-style: disc;
}

ul.home-page-list li {
	margin-bottom: 20px;;
}

p.list-title {margin-bottom: 30px;color:#205098 !important;padding-top: 30px;
}

.quote p{margin:20px auto !important;text-align: center;}

.blue.rule {
    height: 3px;
    width: 80%;
    background: #1f2041;
    margin: 0 auto;	
	
}
/* ===========================================================
      07. ACCORDIAN
      =========================================================== */
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 70%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
	padding-bottom: 20px;
}

.panel p {    
	font-size: 16px;
    color: black;
    text-align: left !important;
    padding: 13px 0;
line-height:1.6;}

.bottom-spacing {margin-bottom:30px;}

.active, .accordion.click:hover {
	
  transition:ease-in-out 0.4s
}

button.accordion.click{ 
    display: flex;
    justify-content: space-between;
font-size:19px;}

.panel {
  padding: 0 18px;
  width: 70%;
  display: none;
  background-color: white;
  overflow: hidden;
	margin:0 auto;
	margin-bottom: 30px;;
}

.accordion {text-align: center;
    margin: 0 auto;}

section.FAQ {background:#205098;padding: 120px 0;}

section.FAQ h2{    color: #fff !important;
    text-align: center;
    padding-bottom: 30px;}

/* ===========================================================
      07. Footer Structure
      =========================================================== */

footer {
/*  background: #07255c;*/
  background:#205098;
  padding: 50px 0;
}

footer .col-4-12:first-of-type a {
  display: inline-block;
  margin-bottom: 20px;
}

footer img {
  max-width: 320px;
}

footer .col-4-12:first-of-type {
  display: -webkit-box;
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

footer .wrapper .col-4-12:nth-of-type(2) {
  margin-left: 150px;
}

footer .col-4-12:last-of-type {
  padding-left: 100px;
}

footer a {
  color: #fff;
  line-height: 31px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 14px;
}

footer .wrapper {
  display: -webkit-box;
  display: flex;
}

nav.footer-social li {
  display: inline-block;
  margin-right: 8px;
}

footer a:hover {
  opacity: 0.7;
}

.footer-social ul {
  display: -webkit-box;
  display: flex;
}

.footer-social i {
  font-size: 34px;
}

.footer-social img {
  height: 30px !important;
  width: auto;
  margin-top: 2px;
}

.footer-nav li {
  text-transform: uppercase;
}

p.footer-bottom-copy {
  font-size: 10px !important;
  line-height: 15px;
  color: #fff;
  margin-top: 50px;
}

/* ===========================================================
      08. Form
      =========================================================== */

/* 08.01. Form Base Styles
      =========================================================== */

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  /* Recent browsers */
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

::placeholder {
  /* Recent browsers */
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

textarea::-moz-placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

textarea:-ms-input-placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

textarea::-ms-input-placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

textarea::placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.self-input-style:focus,
.contact-us input:focus,
.contact-us textarea:focus,
.contact-us select:focus {
  background: #bfbfc1 !important;
  outline: none !important;
  border-color: none !important;
  box-shadow: none;
}

.self-input-style:focus + button {
  background: #bfbfc1 !important;
}

#formpage input,
#formpage select,
#formpage textarea {
  background: #e0e0e2;
  border: none;
  padding: 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

button {
  border: none;
}

#green-btn {
  margin: 20px 0;
  font-size: 14px;
  color: #7d7d7e;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#green-btn:hover {
  color: #000;
}

header input {
  padding: 15px;
  height: 46px;
  background: #e0e0e2;
  width: 260px;
}

header #form-submit {
  margin-left: -5px;
  background: #e0e0e2;
  height: 46px;
  padding: 0 15px;
  color: #07255c;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header #form-submit i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header #form-submit:hover i {
  opacity: 0.7;
}

/* 08.02. Captcha
      =========================================================== */

.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 10px 0px 10px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

.CaptchaWhatsThisPanel {font-size: 14px !important; font-weight: 700 !important;}

.CaptchaPanel {
    text-align: center !important;
    padding: 10px 0 !important;
}
/* 08.03. Form Structure
      =========================================================== */

.contact-us form {
  width: 100%;
  margin: 40px 0 !important;
}

#formpage .col-1 {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="number"],
.contact-us input[type="phone"],
.contact-us select {
  width: 100%;
  margin-bottom: 20px;
}

.contact-us input[type="text"],
.contact-us input[type="number"],
.contact-us input[type="email"],
.contact-us input[type="phone"],
.contact-us select,
.contact-us textarea {
  padding: 10px 20px;
}

.contact-us textarea {
  width: 100%;
  min-height: 200px;
}

/* ===========================================================
      09. Classes
      =========================================================== */

.contact-half {
  width: 49% !important;
}

.white {
  color: #fff !important;
}

.margin-right {
  margin-right: 25px;
}

.margin-right-md {
  margin-right: 40px;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.col-1-4 {
  width: 25%;
}

.col-4-12 {
  width: 33%;
}

.col-1-2 {
  width: 50%;
}

.col-2-3 {
  width: 67%;
}

.col-1 {
  width: 100%;
}

.col-1-main {
  display: -webkit-box;
  display: flex;
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(18, 18, 18, 0.6);
  border-color: #191919;
  padding: 40px;
  margin-bottom: 40px;
}

/* ===========================================================
      10. Inventory Styles - Keep at Bottom of CSS
      =========================================================== */

#main-container {
  background: #000 !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  background: #fff !important;
}

.body-content {
  margin: 40px 0 !important;
}

.list-content .list-main-section .list-container .list-error {
  padding: 65px 25px 90px !important;
}

.list-title,
.list-content .list-title .list-title-text,
.list-sort-order,
.legal-text-content {
  color: #07255c !important;
}

.list-title {
  padding-left: 10px !important;
}

.list-content .list-title .list-title-text {
  font-family: "Roboto", sans-serif !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label + input,
.modal-form-el label + select {
  height: 30px;
  line-height: 30px;
}

.list-content {
  max-width: 100%;
}

.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

#faceted-search {
  background: #07255c !important;
  text-transform: uppercase;
}

.print-this,
.email-this {
/*  background: #07255c !important;*/
  background: #205098!important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
}

a.view-listing-details-link.des-view-listingDetails.template-branded-button {background:#205098!important}

.paging-container .list-page-number,
.ui-selectmenu-text {
  font-size: 16px !important;
  font-weight: 800;
}

.paging-container .page-navs .list-page-nav {
  margin-left: 10px !important;
  text-transform: uppercase;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #07255c !important;
  border: none;
  border-radius: 0 !important;
}

.faceted-search-content .faceted-section-head {
  text-transform: uppercase;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #07255c !important;
  color: #fff;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #141416 !important;
}

.listing-content {
  position: relative !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .fin-calc-btn-mobile:hover,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover,
.print-this:hover,
.email-this:hover {
  background: #041a3d !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top
  .listing-top-left
  .listing-main-stats
  .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: green;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #07255c !important;
  border: 1px #07255c solid !important;
  border-radius: 0 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  background: #07255c !important;
  color: #fff !important;
  /* border: 1px #147cac solid; */
}

.white-bg .container {
  width: 100% !important;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.list-content .list-title .list-listings-count {
  display: block;
  width: 100%;
  margin-left: 0;
}

.list-content .print-this,
.list-content .email-this {
  margin: 0 0 0 5px;
  padding: 7px 15px;
  font-size: 14px;
  border: none !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #f2f2f2;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: green;
}

.fin-calc p {
  line-height: 10px;
}

.has-search-bar {
  width: 74%;
}

.body-wrapper {
  margin-bottom: 0 !important;
/*  padding: 40px 0;*/
  background: #fff;
}

.list-container-flexrow .list-listing-card-wrapper {
  display: flex;
  width: 30%;
  margin: 10px;
}

.detail-content .dealer-info .dealer-company-header {
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif !important;
  color: #07255c !important;
}

/* ===========================================================
      11. Responsive Styles
      =========================================================== */

@media only screen and (max-width: 1600px) {
  footer img {
    max-width: 270px;
  }
}

@media only screen and (max-width: 1200px) {
  header h1 img {
    max-width: 300px;
    max-height: 100%;
  }
  .view-inventory .col-4-12 {
    width: 45%;
  }
  .inventory-card h3 {
    font-size: 20px;
  }
  footer .wrapper .col-4-12:nth-of-type(2) {
    margin-left: 100px;
  }
  footer .col-4-12:last-of-type {
    padding-left: 20px;
  }
  header input {
    width: 200px;
  }
  section.view-inventory {
    background-size: contain;
  }
  .header-right a {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1050px) {
  .inventory-buttons .col-1 {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }G
  .inventory-card {
    width: 49% !important;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .inventory-card:first-of-type,
  .inventory-card:nth-of-type(3) {
    margin-right: 5px;
  }
  section.view-inventory {
    height: 340px;
  }
}

@media only screen and (max-width: 1200px) {
 footer .wrapper {
    flex-wrap: wrap;
  }
  footer .col-4-12:first-of-type {
    -webkit-box-ordinal-group: 4;
    order: 3;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 50px;
  }
  footer .col-4-12:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 37%;
    margin-left: 0 !important;
  }
  footer .col-4-12:last-of-type {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 60%;
    padding-left: 0 !important;
  }
  .footer-nav ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media only screen and (max-width: 1000px) {
  .header-top-right {
    flex-direction: column;
    align-items: flex-end;
  }
  .header-right a {
    margin: 4px 0;
  }
  .list-content .list-title {
    display: block !important;
    padding: 2px;
    text-align: left !important;
  }
  .listings-watchlist-lnk-wrapper {
    float: none !important;
    position: static !important;
    display: block !important;
  }
	
	.accordion {width:100%;}
	.panel {width:100%;}

}

@media only screen and (max-width: 900px) {
  p {
    font-size: 17px;
    line-height: 24px;
  }
  header {
    padding: 0;
  }
  h1 a {
    display: -webkit-box;
    display: flex;
    padding: 8px 0;
  }
  .hide-mobile {
    display: none;
  }
  .nav-icon {
    margin-left: 0;
  }
  .nav-icon i {
    font-size: 25px !important;
    color: #07255c;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .nav-icon i:hover {
    opacity: 0.6;
  }
  .nav-bar-rule {
    height: 100%;
    width: 1px;
    background: #ededed;
    margin: 0 25px;
  }
  .mobile-search-open {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .mobile-nav-container {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
  }
  h2 {
    font-size: 32px;
    letter-spacing: 0;
  }
  .col-4-12 {
    width: 50%;
  }
  /* header h1 img {
        max-width: 144px;
    } */
  header .col-1:first-of-type {
    margin-bottom: 0;
  }
  .header-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .view-inventory .col-4-12 {
    text-align: right;
  }
  .header-top .nav-icon i {
    font-size: 30px;
  }
  .cycle-pager {
    top: 92%;
  }
  .why-buy p {
    margin-bottom: 25px;
  }
 
}

@media only screen and (max-width: 768px) {
  .header-right .col-1:first-of-type {
    display: none;
  }
  .hero {
    position: relative;
    z-index: 7;
    border-bottom: 5px solid #fff;
  }
	ul.home-page-list {
		max-width: 630px;
		padding-left: 30px;
	}
  /* header {
        padding: 8px;
    } */
  header .wrapper {
    width: 88%;
  }
  h1 {
    text-align: center;
  }
  h1 a {
    display: inline-block;
    -webkit-box-pack: center;
    justify-content: center;
  }
  header h1 img {
    max-width: 250px;
    max-height: 100%;
    margin-top: 5px;
  }
  .mobile-nav-container {
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .nav-icon {
    margin-left: 0 !important;
  }
  .search-slide-down {
    top: 100px;
  }
  .cycle-pager {
    top: 90% !important;
  }
  h2 {
    font-size: 26px;
  }
  .col-2-3 {
    width: 100%;
  }
  .why-buy {
    padding: 30px 0;
  }
  .view-inventory .col-2-3 {
    text-align: center;
    width: 70%;
  }
  .view-inventory .col-2-3 p {
    font-weight: 600;
  }
  footer .col-4-12:first-of-type img {
    max-width: 260px;
  }
  .footer-bottom-copy {
    text-align: center;
    margin: 0 auto;
  }
  .contact-half {
    width: 100% !important;
  }
  .margin-right {
    margin-right: 0;
  }
  #formpage div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .inventory-buttons .col-1 {
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .inventory-card {
    width: 100% !important;
  }
  .search-slide-down {
    top: 142px;
  }
  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  footer .wrapper {
    flex-wrap: no-wrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  footer .col-4-12:first-of-type div {
    width: 58%;
  }
  footer .col-4-12:nth-of-type(2) {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
  footer .col-4-12:last-of-type {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  footer .col-4-12:nth-of-type(2) h4,
  footer .col-4-12:last-of-type h4 {
    text-align: center;
    font-size: 15px;
  }
  .footer-nav ul {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .nav-icon {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  section.view-inventory {
    height: auto;
  }
  .col-2-3 {
    width: 100% !important;
  }
  footer .col-4-12:first-of-type {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
  footer .col-4-12:first-of-type img {
    max-width: 230px;
  }
  footer .col-4-12:nth-of-type(2) {
    margin-top: 30px;
  }
  h4 {
    font-size: 15px !important;
  }
}


@media only screen and (max-width: 400px) {

  footer .col-4-12:first-of-type img {
    max-width: 180px;
  }
	
	footer .col-4-12:first-of-type {
		flex-direction: column-reverse;
		align-items: center;
	}
	
	footer .col-4-12:first-of-type div {
		text-align: center;
	}
	
	.footer-nav ul {column-gap: 40px;}

}
