﻿/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** BEGIN RESET *****/

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,600i,600,700,700i&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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Titillium Web', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; height:0px; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}

a.breadcrumbLink {text-decoration:underline !important; color:#de281e !important;}

.bold {font-weight: 700;}
.red {color:#de281e;}
.white {color: #fff!important;}

strong {font-weight:700; }

/***** END RESET *****/


::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*-------- BODY STYLES --------*/

.centered {
    justify-content: center;
    text-align: center;
    align-items: center;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
h3 {
    font-size: 23px;
	
}
.uppercase {
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 1.4;
}
a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


hr {
    border: #000 1px solid;
}

.our-products {padding: 20px 0;box-sizing: border-box;position: relative;z-index: 9;}
/*========================================================================
POPUP
=======================================================================*/
/* Pop up styles */
#popupContainer {
	display:none; position:absolute; z-index:12000; top:10% !important; left:0; right:0; width:50%; height:auto; margin:0 auto; padding:20px 30px 30px 20px;
	color:#fff; border:2px #fff solid; background:#de281e;
	box-sizing:border-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

#popupContainer h2 {margin:0 0 10px 0; font-size:28px; font-weight:700; font-family: 'Roboto', sans-serif;}
#popupContainer p, #popupContainer a {
	    font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size:19px;
    color: #fff;
    line-height: 135%;	
}

#popupContainer img {width:95%; padding:2.5%; background:#fff;}

#popupClose {
	position:absolute; top:16px; right:16px; padding:1px 3px; font-size:20px; line-height:20px; color:#22313F; cursor:pointer; background:#fff;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.23); -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.23); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.23);
}

#popupOverlay {position:fixed; z-index:11000; display:none; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}

@media screen and (max-width: 1375px) {
	#popupContainer {width:75%;}
}

@media screen and (max-width: 875px) {
	#popupContainer {width:90%;}
}




#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
max-width: 600px;
width: 100%;
min-height: 150px;
margin: 100px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

#closebutton {
	padding:10px 15px;
	background:#E8E8E8;

	color:#000;
	font-weight:bold;
	float:right;
	
}

#closebutton:hover {
	background:#ff3600;
	color:#fff;
}

.popup img {
	width:100%;
	max-width:400px;
	margin:0 auto;
	display:block;
}

.popup h3 {
	text-align:center;
	font-size: 27px;
}

.popup h1 {
	line-height:42px;
	padding-bottom:10px;
}

.popup p {
	text-align:center;
}

.popbutton {
	width:100%;
	display:block;
	background:#E8E8E8;
	border:1px solid #C1C1C1;
	color:#000!important;
	text-align:center;
	font-weight:bold;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
	
}

.popbutton:hover {
	background:#ff3600;color:#fff!important;
}
/*--------HEADER STYLES--------------------*/

.header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding-top: 10px;
	padding-bottom:50px;
	background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 27%);
}

.flex-container {
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
    flex-direction: row;
    position: relative;
}
.flex-container.column {
    flex-direction: column;
    margin: 10px auto;
}

.flex-container-inv {
	display: flex;
    margin: 0 auto;
    padding: 0 5%;
    flex-direction: row;
    position: relative;
}

.inv-container {
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

.nav-container {
    border-top: solid 1px #fff;
    margin-top: 10px;
}

.flex-1 {
    flex: 1 1;
}
header.mobile {
    display: none;
}
.header .flex-container {
    align-items: center;
}

.flex-1.locations p {
    line-height: 1.5;
}

.flex-1.logo {margin-right: 5%;}

.logo img {width: 90%}

a.header-btn {
    background: #de281e;
	color: #fff;
    display: block;
    text-align: center;
	text-transform: uppercase;
	font-weight: 700;
    padding: 15px;
}


.quickAnnounce{
	width:90%; 
	background: #fff; color: #de281e; text-transform: uppercase; font-size: 23px; font-weight: 600; border:solid 1px #de281e; font-style: italic; padding: 30px 10px; box-shadow: 2px 2px 2px #000; box-sizing: border-box; display: inline-block; margin-bottom: 50px;
}

.product-boxes {
    display: flex;
    width: 100%;
    margin-bottom: -50px;
    margin-top: 30px;
	
}

.precision-boxes {
	 display: flex;
	flex-flow:row wrap;
    width: 100%;
    margin-top: 30px;
}
.our-services {
	background:#222 url("../siteart/services-bg.jpg") no-repeat;
	position: relative;
	background-position: center center;
	background-size: cover;
    box-sizing: border-box;
    padding-top: 5%;
}

.services {
    display: flex;
    width: 100%;
    margin-bottom: -50px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.services a {
    flex: 1 0 30%;
}

.services a {
    flex: 1 0 30%;
    margin: 1%;
}

#specials {
    background: #95120b;
}
#auctions {
    background: #c7342c;
}
#parts {
    background: #de281e;
}
#guidance {
    background: #b22119;
}
#financing {
    background: #d92319;
}
#contact {
    background: #95120b;
}

.service-box {
    display: flex;
    position: relative;
    padding: 35px;
    box-sizing: border-box;
}

.service-box img {
    right: 0;
    bottom: 0;
    max-width: 100%;
    position: absolute;
}

.service-text {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.service-text img {
    position: relative;
    margin-right: 13%;
}

.product-boxes a {
    background: #c7342c;
    flex: 1 0;
    margin: 0 1%;
    text-align: center;
}

.product-box img {
    width: 100%;
	height: 100%;
}

.product-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-box h3 {position: absolute;width: 100%;top: 10%;font-size: 26px;font-weight: 700;}


.precision-boxes a {
    background: #c7342c;
    flex: 1 0 30%;
    margin: 1%;
    text-align: center;
}

.precision-box img {
    width: 100%;
	height: 100%;
}

.precision-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.precision-box h3 {position: absolute;width: 100%;top: 0%; padding:5% 0; font-size: 26px;font-weight: 700; background:rgba(199,52,44,0.95);}




.combine-home {
	background:#303030;
	padding:20px;
}
.whitebanner {
	background-color: white!important;
	width:100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.whitebanner img{
	width:100%;
}

.combine-text{
	text-align: left;
width: 62%;
	padding:35px 80px;
}
.combine-text p {
	color:#de281e;
	font-size: 38px;
}
.combine-text h4 {
	font-size: 25px;
}



.contact-us {
    padding-top: 8%;
	padding-bottom: 20px;
}
.location-box {
    width:49%;
	margin:1.5% 0 0 auto;
    padding: 20px;
    box-sizing: border-box;
	background:#f7f7f7; 
	border: solid 3px #ededed;
	border-right:0;
}

a.red-btn {
    margin: 15px auto;
    display: inline-block;
    background: #de281e;
    color: #fff !important;
    padding: 15px 40px;
    text-transform: uppercase;
}
.red-bg {margin:1.5% auto 0 0; background: #f8d4d2; border:0; border-left: solid 3px #de281e;}

.location-box h3 {
    margin-bottom: 15px;
}

.location-box a {color:#000;}

.search-box {width:100%; background:#efefef; padding:25px; margin:20px 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.search-box h5 {color:#de281e; font-size:20px; font-weight:700; text-align:center; margin-bottom:10px;}
.search-box .column3 {width:25%; padding:0 1%; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.search-box label {display:block; margin-bottom:3px;}
.search-box input {background:#fff; width:100%; display:block; padding:5px; margin-bottom:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.search-box select {background:#fff; width:100%; display:block; padding:5px; margin-bottom:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.search-box input[type="submit"] {background:#de281e; color:#fff; padding:7px; border:none; text-align:center; font-weight:700; text-transform:uppercase; max-width:400px; margin:0 auto; -webkit-appearance:none; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; cursor:pointer;}
.search-box input[type="submit"]:hover {background:#C4241B;}


/*--------HERO STYLES--------------------*/
.hero-section{
	background:#222 url("../siteart/main-bg-new.jpg") no-repeat;
	position: relative;
	background-position: top;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box; *behavior: url(/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.hero-text{
    text-align: center;
    max-width: 1020px;
    margin: 0;
    padding: 20% 0 10% 0;
    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-content a {color: #000;}
.main-content {padding: 30px 0;}
.hero-text p {color:#fff; font-size: 20px; margin-bottom: 20px;}
.hero-heading{color: #fff; font-size: 50px; font-weight: 700; text-transform: uppercase; text-shadow: 2px 2px 2px #000; margin-bottom:20px;}
.red-hero{background: #de281e; color: #fff; text-transform: uppercase; font-size: 23px; font-weight: 600; border:solid 3px #fff; font-style: italic; padding: 10px 30px; box-shadow: 2px 2px 2px #000; box-sizing: border-box; margin-top: 20px; display: inline-block; margin-bottom: 50px;}



.internal-hero-section{
	background-color:#222; 
	background-image: url("../siteart/internal-bg.jpg");
	position: relative;
	background-position: top;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box; *behavior: url(/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 450px;
}

.afs-field-ops-hero-section {background-image: url("../siteart/afs/afs-field-ops-bg.jpg"); background-size: cover;}
.afs-displays-hero-section {background-image: url("../siteart/afs/afs-displays-bg.jpg"); background-size: cover;}
.afs-accusync-hero-section {background-image: url("../siteart/afs/afs-accusync-bg.jpg"); background-size: cover;}
.afs-receivers-hero-section {background-image: url("../siteart/afs/afs-recievers-bg.jpg"); background-size: cover;}
.afs-accuracy-hero-section {background-image: url("../siteart/afs/afs-accuracy-bg.jpg"); background-size: cover;}
.afs-steering-hero-section {background-image: url("../siteart/afs/afs-steering-bg.jpg"); background-size: cover;}
.afs-planting-hero-section{background-image: url("../siteart/afs/afs-planting-seeding-bg.jpg"); background-size: cover;}
.afs-harvest-command-hero-section{background-image: url("../siteart/afs/afs-harvest-command-bg.jpg"); background-size: cover;}
.afs-soil-command-hero-section{background-image: url("../siteart/afs/afs-soil-command-bg.jpg"); background-size: cover;}
.afs-application-hero-section{background-image: url("../siteart/afs/afs-application-bg.jpg"); background-size: cover;}
.afs-raven-products-hero-section {background-image: url("../siteart/afs/afs-raven-products-bg.jpg"); background-size: cover;}
.afs-raven-omnidrive-hero-section {background-image: url("../siteart/afs/afs-raven-omnidrive-bg.jpg"); background-size: cover;}
.afs-water-management-hero-section {background-image: url("../siteart/afs/afs-water-management-bg.jpg"); background-size: cover;}
.afs-rtk-network-hero-section {background-image: url("../siteart/afs/afs-rtk-network-bg.jpg"); background-size: cover;}



img.fullImage {width:100%;}

ul.redBullets {list-style:square; margin-inline-start: 25px;}
ul.redBullets ::marker {color:#c41230;}
ul.redBullets li {margin:5px 0 15px 0; line-height:1.4;}

ol.redDecimal {list-style:decimal; list-style-position:inside; margin-inline-start: 25px;}
ol.redDecimal ::marker {color:#c41230;}
ol.redDecimal li {margin:5px 0 15px 0; line-height:1.4;}

ol.redAlpha {list-style:lower-alpha; list-style-position:inside; margin-inline-start: 25px;}
ol.redAlpha ::marker {color:#c41230;}
ol.redAlpha li {margin:5px 0 15px 0; line-height:1.4;}

ul.dualColumn {column-count: 2;}

.videoEmbed {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.videoEmbed iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}




.modelTable {}
.modelTableTitle {width: 100%; padding:2.5% 0; font-size:26px; font-weight:700; text-align:center; color:#fff;  background: #c7342c;}

.modelTableRow {display:flex; flex-flow:row wrap; /*align-items:center; */justify-content:space-between; border-bottom:#E8E8E8 1px solid;}

.modelTableDataTitle {width:25%;  padding:1% 0; text-align:center; font-weight:700; color:#fff; background:#55595b; }
.modelTableData {width:calc(23% - 1px); padding:1%; text-align:center; border-left:#E8E8E8 1px solid; }
.modelTableData:last-of-type {width:calc(23% - 2px); border-right:#E8E8E8 1px solid;}



.inside-text{
    text-align: center;
    max-width: 1020px;
    margin-top: 4%;
    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.employee-box {
    text-align: center;
    justify-content: center;
    margin: 1%;
    /*flex: 1 0 31%;*/
    flex: 1 0 23%;
	max-width:181px;
}

.employee-box img {width:100%; height:auto; max-width:225px; margin-bottom:5px;}

.flex-container.employees {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px 0;
}

/*--------FORM STYLES--------------------*/
/*-------- FOOTER STYLES ----------------*/
.gray-footer {
    background: #303030;
    padding: 20px 10px;
}

.footer-contact {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.footer-icon i {
    font-size: 28px;
    margin-right: 15px;
}
a {
    font-size: 18px;
    line-height: 1.4;
}
.footer-info-text h6 {
    font-size: 18px;
}

.footer-info-text a {
    font-size: 16px;
}

/*.cf {width:100%;}*/

.footer-justify {
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}

.footer-nav li {
    margin: 10px 0;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    padding: 5px 0;
    background: #de281e;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.divfooter a, .divfooter p, .divfooter {
    color: #fff;
}

h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.semi-bold {
    font-weight: 600;
}

ul.footer-menu li a {color: #fff;line-height: 1.3;}

.flex-2 {
    flex: 2 1;
}

.flex-3 {
	flex:1 0 30%;

}

#phone-text {color:#fff;}
.contact-us-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-2.align-left.contact-us-footer h4 {
    flex-basis: 100%;
}

.footer-info {
    flex: 1 0 49%;
}

.gray-footer p {
    color: #fff;
}

.gray-footer .flex-container {
    margin: 10px auto;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.detail-content-mobile .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .detail-price, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{color:#000!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: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !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: #de281e !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: #de281e !important;
  color: #fff !important;
  font-weight: 700;
}

.paging-container .page-navs .page-nav {background:#de281e !important}

.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: #de281e !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: #de281e !important;
  border: 1px #de281e 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-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: #fff !important;
}
.detail-content-mobile .detail-main-body .fin-stacked {
  background: #fff !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #de281e;
  border: 1px #de281e 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: #de281e !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: #de281e !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #de281e !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: #de281e !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;
}

.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: #de281e !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: #de281e !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: #de281e !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #de281e !important;
  color: #fff !important;
}
.contact-options a {
  background: #de281e !important;
  background-color: #de281e !important;
  color: #fff !important;
}






@media only screen and (max-width: 1600px) {


}

/*---------- RESPONSIVE STYLES ----------*/






@media only screen and (min-width:0px) and (max-width: 1350px) {



.whitebanner {
	    flex-wrap: wrap;
	    justify-content: center;
}
.combine-text{
	text-align: center;}


}


@media only screen and (min-width:768px) and (max-width: 1000px) {
	
	.precision-boxes a {flex: 1 0 48%;}
		
.cnt223 {
    max-width: 600px;
	width: 70%;}
.services a {
    flex-basis: 48%;
}

}


@media only screen and (max-width: 767px) {
	
	.precision-boxes a {flex: 1 0 48%;}
	
	.cnt223 {
    max-width: 600px;
		width: 70%;}
	header.header {
    display: none;
}


.listing-option-mobile .listing-option-bar {
    bottom: 100px !important;
}
    
header.mobile {
    display: block;
    padding: 10px 0 0;
}

.flex-container {
    flex-wrap: wrap;
}

header.mobile .flex-container {
    padding: 0;
}

.flex-1.logo {
    margin-right: 0;
    margin: 0 auto;
    text-align: center;
    flex-basis: 100%;
    margin-bottom: 10px;
}
	
	.logo img{width:30%;}

.flex-1.location-mobile {
    text-align: center;
    background: #de281e;
    border-right: solid 2px #fff;
}

.flex-1.location-mobile:last-child {
    border-right: none;
}

.flex-1.location-mobile a {
    color: #fff;
}
	
.hero-text {
    padding: 5%;
}

h1.hero-heading {font-size: 36px;}

.hero-text p {
    text-shadow: 2px 2px 5px #000;
}	
	
	
.product-boxes a {
    text-align: center;
    margin: 1%;
    max-width: 300px;
    justify-content: center;
}

.employee-box {
    flex: 1 0 31%;
	max-width: 161px;
}
    
.product-boxes {justify-content: center; align-items: center;flex-direction: column; display: inline-block; width: 90%; margin: 0 auto;}
	
.product-box{width:100%;display: inline-block; background: #C7342C; margin: 10px 0;}
	
	.product-box img{height:auto!important;}
	

.services {
    margin: 20px auto;
}

.location-box {
    flex-basis: 100%;
}
	
.location-box {
    width:100%;
	margin:1.5% auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
	background:#f7f7f7; 
	border:0;
	border-right:0;
}
.red-bg {margin:1.5% auto 0 auto; background: #f8d4d2; border-left:0;}
	
.internal-hero-section {
    height: 200px;
}	
	
.services a {
    flex-basis: 100%;
}	
	
.search-box .column3 {width:50%;}

	
.flex-1, .flex-2 {
    flex-basis: 100%;
    text-align: center;
    margin: 1%;
}

	
.flex-3 {
	flex-basis: 100%;
}
.gray-footer {
    padding-bottom: 30%;
}	
	
	
	
	
	
	
	
	
	.gray-footer a {color: #fff !important;}
	
	a[x-apple-data-detectors] {
  color: #000 !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
	
	
a[href^="tel"] {
  color: #000; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}	
	
	
	

}

@media only screen and (max-width: 600px) {
	.precision-boxes a {flex: 1 0 48%; overflow:hidden;}
	.precision-box h3 {padding:20px 0; font-size:18px;}
	
}

@media only screen and (max-width: 500px) {
	.gray-footer a {color: #fff;}
	a {color:#000;}
	
	a[href^="tel"] {
  color: #000; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
		a[x-apple-data-detectors] {
  color: #000 !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
	
.search-box .column3 {width:100%;}
	
	.precision-boxes a {flex: 1 0 98%; overflow:hidden;}
	.precision-box h3 {font-size:22px;}
}