﻿/***** BEGIN RESET *****/

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;
}

ol,
ul {
  list-style: none;
}

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;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
  flex-shrink: 0;
}

/*-------- 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;
}

/*-------- BODY STYLES --------*/

body {
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
}
h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
h3 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
}
h4 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
p {
  font-family: "Roboto", sans-serif;
}
a {
  font-family: "Roboto", sans-serif;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

hr {
  border: #000 1px solid;
}

/*--- HEADER STYLES ---------------------*/
header {
}

/*---BODY--------------------------------*/
.top-section {
  background: url("/siteart/banner-hoe.png");
  min-height: 66vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  /* padding-top: 69px; */
}

.hero-title {
  padding-right: 3vw;
  padding-left: 3vw;
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  z-index: 1;
}
.hero-title h1 {
  /* line-height: 40px; */
  color: #1f2a44;
  /* font-weight: 600; */
  line-height: 1.3328;
  font-size: calc(2.2 * 1rem);
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: bold;
}
.hero-info-l {
  width: 61%;
}
.hero-cta {
  width: 100%;
  margin-top: 5%;
}
.hero-cta a {
  background: #f68a1e;
  padding: 1.5% 5%;
  color: white;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.hero-cta a:hover {
  background: #1f2a44;
}
.word-block {
  background: #1f2a44;
}
.wb-content {
  width: 1200px;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 5% 0;
}
.wb-content p {
  font-size: 19px;
  font-weight: 400;
  padding-top: 2%;
}
.wb-content ul {
  list-style: disc;
  text-align: left;
  font-family: "Roboto";
  line-height: 24px;
  padding: 4%;
}
.wb-cta {
  width: 100%;
  margin-top: 3%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.wb-cta a {
  background: #f68a1e;
  padding: 1% 0%;
  color: white;
  width: 16%;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.wb-cta a:hover {
  background: white;
  color: #1f2a44;
}
.mid-section {
  background: url(../siteart/about.jpg);
  height: 550px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-overlay2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.hero-title2 {
  position: relative;
  width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  z-index: 1;
}
.hero-title2 h2 {
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
.hero-title2 p {
  font-size: 18px;
  padding-top: 3%;
}
.hero-info-r {
  width: 50%;
  color: white;
}
.btns-grp {
  padding: 0 1%;
  display: flex;
}

.big-btn {
  width: 29.3333%;
  margin: 0 2%;
  padding-bottom: 22%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.col100 .big-btn {
  width: 46%;
  margin: 0 2%;
  padding-bottom: 22%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.big-btn img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.big-btn .heading {
  width: 70%;
  position: absolute;
  bottom: 10%;
  left: 0;
  padding: 15px 20px;
  background: #f68a1e;
  letter-spacing: normal;
  color: #fff;
  transition: ease all 0.2s;
}
.big-btn:hover .heading {
  padding: 15px 20px 15px 30px;
}
/*===================================*/
/*     SUBPAGE HEADER + STYLES      */
/*==================================*/
.page-main {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.page-img {
  background: url("../siteart/home.jpg");
  width: 100%;
  top: 0;
  left: 0px;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-txt {
  position: absolute;
  top: 47%;
  left: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.page-txt2 h2 {
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}
.page-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 5%;
}

/*=========================*/
/*       CONTACT PAGE      */
/*=========================*/
.contact-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.contact-wrap > form {
  text-align: left;
}
.contact-info {
  text-align: left;
}
.contact-info a {
  color: #f68a1e;
  text-decoration: underline;
}
.socials a {
  color: white;
  font-size: 27px;
  padding-right: 3%;
}
.news-iframe iframe {
  width: 100%;
  height: 500px;
}
/*=========================*/
/*       FINANCE PAGE      */
/*=========================*/
.top-section2 {
  background: url("../siteart/finance.jpg");
  height: 550px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-txt2 {
  position: absolute;
  top: 41%;
  left: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.page-txt h2 {
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}
.industries {
  padding: 5% 0;
  border-bottom: 1px solid black;
}
/*==============================
		 THANK YOU PAGE
================================*/
.ty-wrapper {
  padding: 10% 15%;
}
.ty-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
  color: #d10024;
  letter-spacing: 2px;
}
.ty-wrapper p {
  font-size: 21px;
  font-family: "Roboto";
}
.ty-wrapper a {
  color: black;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.ty-wrapper a:hover {
  color: #d10024;
  cursor: pointer;
}

/*--------FORM STYLES--------------------*/
.form-row {
  font-family: "Roboto";
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.form-row input {
  width: 30%;
  margin-bottom: 15px;
  padding: 1%;
  font-family: "Roboto";
}
.form-row h4 {
  padding-bottom: 8px;
}
input.radio {
  width: auto;
  font-family: "Roboto";
}
textarea {
  width: 100%;
  font-family: "Roboto";
  padding: 7px;
  margin-bottom: 15px;
}
input.bttn-base,
.bttn-green {
  padding: 1% 0%;
  font-family: "Roboto";
  background: #f68a1e;
  color: white;
  text-decoration: none;
  border: 0px;
  width: 30%;
  font-size: 18px;
  letter-spacing: 2px;
}
.CaptchaPanel {
  margin: 10px 0px 10px 0px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0 !important;
}
.CaptchaMessagePanel {
  padding: 5px 5px 10px 5px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto";
  text-align: left;
}
.CaptchaWhatsThisPanel a {
  padding: 5px 5px 10px 5px;
  font-size: 12px;
  font-family: "Roboto" !important;
  color: white !important;
}
@media only screen and (max-width: 1350px) {
  .CaptchaPanel {
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .form-text h2 {
    font-size: 23px !important;
    line-height: 26px;
  }
  .form-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .form-text {
    width: 100%;
    padding-bottom: 5%;
  }
  .form-main {
    width: 100%;
    padding-left: 0;
  }
  .form-row {
    flex-direction: column;
  }
  .form-row input {
    width: -webkit-fill-available;
  }
  textarea {
    width: -webkit-fill-available;
  }
  input.bttn-base,
  .bttn-green {
    width: -webkit-fill-available;
  }
}
@media only screen and (max-width: 425px) {
  .form-text {
    padding-bottom: 11%;
  }
  .form-text h2 {
    font-size: 23px !important;
    line-height: 21px;
  }
  .form-text p {
    font-size: 14px;
  }
  .CaptchaMessagePanel {
    font-size: 3.6vw;
  }
  .CaptchaWhatsThisPanel a {
    font-size: 2.7vw;
  }
}

/*-------- FOOTER STYLES ----------------*/
footer {
}

.flex {
	display: flex;
}

.footer-wrapper {
	margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px;
}

.footer-wrapper > .flex {
	justify-content: space-between;
}

.footer-wrapper > .flex > div {
	margin-left: 20px;
}

.footer-wrap {
	background: #1f2a44;
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer-wrap li, .footer-wrap i, .footer-wrap p {
	color: #fff;
}

.footer-wrap i {
	margin-right: 15px;
}

.footer-wrap li {
	margin-bottom: 20px;
	align-items: center;
}

.footer-wrap li a {
	line-height: 30px;
	color: #fff;
}

.footer-wrap .footer-logo img {
	margin-bottom: 40px;
}

.footer-contact {
	max-width: 270px;
	width: 100%;
}

.footer-contact a {
	transition: .3s ease;
}

.footer-contact a:hover {
	color: #1f2a44;
}

.socila-media-footer a {
	font-size: 32px;
}

.socila-media-footer a:hover {
	color: #fff;
}

.heading-footer {
	margin-bottom: 30px;
	font-weight: 700;
}

.iframe-height {
	max-width: 600px;
	width: 100%;
	height: 450px;
}

.google-map-footer {
	max-width: 600px;
	width: 100%;
}

@media only screen and (max-width: 1120px) {
	.footer-wrapper > .flex {
		flex-direction: column;
	}
	
	.footer-wrapper > .flex > div {
		margin-left: 0px;
		margin-top: 100px;
	}
	
	.footer-contact {
		margin-top: 0!important;
	}
}


/* ===========================================================
10. Inventory Styles
=========================================================== */

.inv-page-wrap {
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
}

body.internal.inv {
  height: auto !important;
}
.inventory-listings {
  margin-top: 200px;
}
.list-content .list-top-section .sticky-top-menu {
  z-index: 5 !important;
}
.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
  max-width: 80% !important;
}

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !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 {
  border: none !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;
}

.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-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: #f68a1e !important;
  border: none;
  color: #fff !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #f68a1e !important;
  color: #fff !important;
  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: #666 !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 {
  background: #da7005 !important;
  color: #fff !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: #666;
}

.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: #f68a1e !important;
  border: 1px #f68a1e solid !important;
}
.modal-content .modal-top .modal-title {
  font-size: 1.3rem !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.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 {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #efefef !important;
}

.detail-group-data h2 {
  font-size: 22px !important;
}

.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  font-weight: 400 !important;
  background-color: #ededed !important;
}
.detail-content-mobile .detail-main-body .fin-stacked {
  background: #fff !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #f68a1e;
  border: 1px #f68a1e solid;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #f68a1e !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #da7005 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #da7005 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #efefef;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #666;
}

.list-content .list-main-section .list-container .list-listing {
  border: 1px solid #ccc;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #f68a1e !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #241e20;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}
.contact-info-heading h2 {
  font-size: 26px !important;
  line-height: 39px !important;
  font-weight: 300 !important;
  margin-bottom: 25px;
  letter-spacing: -1.5px;
}
.grouped-faceted-header {
  background: #ededed !important;
  color: #6e6e6e !important;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #241e20;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-container p {
  font-size: 14px !important;
  line-height: 18px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-widgets a {
  background-color: #dddbdb !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call
  .dealer-phone,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text
  .dealer-phone {
  color: #fff !important;
}
.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: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  background: #f68a1e !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call:hover,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #da7005 !important;
  color: #fff !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

/*
footer a[href^="tel:"] {
  color: inherit !important;
  box-sizing: border-box;
}
*/

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #fff !important;
}

.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 {
  min-width: 100% !important;
  width: 100% !important;
}
/* Modal / Mobile buttons / Mobile Data Rows */

.button,
.contact-options a,
.fin-calc-mobile > a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #f68a1e !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #da7005 !important;
  color: #fff !important;
}
.contact-options a {
  background: #f68a1e !important;
  background-color: #f68a1e !important;
  color: #fff !important;
}

/*  */

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1880px) {
  .news-iframe iframe {
    height: 450px;
  }
}

@media only screen and (max-width: 1440px) {
  .top-section {
    height: 600px;
  }
  .big-btn .heading {
    width: 80%;
  }
  /********	sub pages css  ********/
  .news-iframe iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 1350px) {
  .hero-title,
  .hero-title2,
  .wb-content {
    width: 80% !important;
  }
  /********	sub pages css  ********/
  .page-wrap {
    width: 80% !important;
  }
  /*	contact us  */
  .contact-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .contact-wrap > form {
    text-align: center;
  }
  .contact-info {
    text-align: center;
    padding-top: 7%;
  }
  .news-iframe iframe {
    height: 350px;
  }
  .socials a {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .column-wrap {
    width: 98%;
  }
}
@media only screen and (max-width: 1024px) {
  .big-btn .heading {
    font-size: 18px !important;
    line-height: 18px !important;
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 31px;
    line-height: 31px;
  }
  h2 {
    font-size: 23px;
    line-height: 26px;
  }
  .top-section {
    height: 500px;
  }
  .hero-title {
    flex-direction: column;
    top: 48%;
  }
  .hero-title h1 {
    padding-bottom: 1%;
  }
  .hero-info-l {
    width: 65%;
  }
  .hero-title2 {
    top: 49%;
  }
  .btns-grp {
    flex-wrap: wrap;
  }
  .big-btn {
    width: 96%;
    margin: 3% 2%;
    padding-bottom: 75%;
  }
  /********	sub pages css  ********/
  /*	finance  */
  .page-txt2 {
    top: 38%;
  }
  /*	thank you  */
  .ty-wrapper {
    text-align: center;
    padding: 15%;
  }
  .ty-wrapper h2 {
    font-size: 28px;
  }
  .ty-wrapper p {
    font-size: 15px;
  }

  /*	end of footer styles   */
}

@media only screen and (max-width: 768px) {
  .hero-title2 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .wb-content {
    padding: 10% 0;
  }
  .hero-info-r {
    width: 100%;
  }
  .wb-cta a {
    padding: 2% 0;
    width: 30%;
  }
  /********	sub pages css  ********/
  /*	contact us  */
  .contact-info {
    padding-top: 13%;
  }
  .news-iframe iframe {
    height: 480px;
  }
  .socials a {
    font-size: 18px;
  }
  /*	thank you  */
  .ty-wrapper {
    padding: 20%;
  }
  .ty-wrapper h2 {
    font-size: 25px;
  }
  .ty-wrapper p {
    font-size: 14px;
  }
  .column-logo img {
    max-width: 160px;
  }
  .column-wrap {
    width: 90%;
    flex-direction: column;
  }
  .column,
  .column-logo {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .hero-title h1 {
    font-size: 27px;
    line-height: 31px;
    width: 100%;
  }
  .hero-cta a {
    padding: 3% 10%;
  }
  .hero-info-r > .hero-cta a {
    padding: 1.5% 5%;
  }
  .wb-content p {
    font-size: 16px;
  }

  /*	end of footer styles   */
  /********	sub pages css  ********/
  .news-iframe iframe {
    height: 420px;
  }
  /*    finance    */
  .page-txt2 {
    top: 34%;
  }
}

@media only screen and (max-width: 426px) {
  .hero-cta a {
    padding: 3% 8%;
    font-size: 14px;
  }
  .hero-info-l {
    width: 80%;
  }
  .wb-content {
    padding: 15% 0;
  }
  .wb-cta a {
    width: 40%;
  }
  /********	sub pages css  ********/
  .page-txt h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .page-txt2 h2 {
    font-size: 30px;
    line-height: 30px;
  }
  /*    finance    */
  .page-txt2 {
    top: 30%;
  }
  /*	thank you  */
  .ty-wrapper {
    padding: 22%;
  }
  .ty-wrapper h2 {
    font-size: 20px;
  }
  .ty-wrapper p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 336px) {
  /********	sub pages css  ********/
}
