﻿/***** 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;
}
/*-------- 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;
}
.clear {
  clear: both;
}
/*-------- BODY STYLES --------*/
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.1;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
a:focus, a:hover {
  text-decoration: none;
  color: #6e7a81 !important;
  outline: 0 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
/*--- HEADER STYLES ---------------------*/
header {}
.header {
  background: #ffce36;
  width: 100%;
  position: relative;
  z-index: 99999;
  padding-top: 10px;
  box-shadow: 0 6px 10px -7px rgb(0 0 0 / 30%);
}
.header .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}
.header .inner-wrap.nav-search {
  display: flex;
}
.top-header {
  padding-bottom: 10px;
}
.logo {
  justify-content: flex-start;
  flex-basis: 60%;
  text-align: left;
  margin-right: 20px;
}
.logo img {
  max-width: 100%;
}
.head-right {
  justify-content: flex-start;
  text-align: right;
  float: right;
  display: inline-block;
}
.head-right img {
  max-width: 100%;
}
.bbb-header img {
  max-width: 100%;
}
.brand-header {
  margin: 0 2px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.dark-yellow {
  background: #E4B31C;
}
.bbb-header {
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.navigation {
  justify-content: flex-start;
  flex-basis: 70%;
  margin-right: 20px;
  background: #000;
  border-radius: 15px 15px 0 0;
  padding: 5px 0 0 0;
}
.head-search {
  justify-content: flex-start;
  flex-basis: 30%;
  text-align: right;
}
.head-search form {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  background: #fff;
  border-radius: 50px;
  padding: 0 20px;
}
.head-search #search-area {
  height: 40px;
  padding: 0;
  font-size: 15px;
  width: auto !important;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
}
#search-btn {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 !important;
  color: #000 !important;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

.page-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  padding: 5px 0;
}
/*---BODY--------------------------------*/
.inner-wrap {
  width: 75%;
  margin: 0 auto;
  float: none;
}
.flex-wrap {
  display: flex;
  width: 100%;
	justify-content: flex-end;
}

.pad-25 {
  padding: 25px 0;
}

#pad {
  padding: 50px 0;
}

#pads {
	padding: 0 10px;
}
#center {
  text-align: center !important;
}
.center {
  text-align: center ;
}

#links {
  color: #000;
}
.align-center {
  align-items: center;
}

.wrap-90 {
  width: 90%;
  margin: 0 auto;
  float: none;
}
.yellow-bg {
  background: #ffce36;
}
.grey-bg {
  background: #e3e3e3;
  padding: 20px;
}
#yellow-txt {
  color: #ffce36;
}
.black-bg {
  background: #000;
}
.image {
  width: 33.3%;
}
.image img {
  max-width: 100%;
}


#underline {
  text-decoration: underline;
}

/*----CTA-----*/
.flex-wrap.cta-wrap {
  flex-wrap: wrap;
  padding: 5px 0;
  justify-content: space-evenly;
}
.cta-col {
  flex-basis: 19.3%;
  margin: 5px 0;
}
.item {
  width: 100%;
  max-height: 240px !important;
  overflow: hidden;
  position: relative;
}
.item h3 {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  padding: 10px 0;
  font-size: 17px;
  margin: 30% auto 0 0;
}
.item img:hover {
  transform: scale(1.12);
  overflow: hidden;
  transition: all .6s ease;
}
.item img {
  width: 100%;
  max-height: 100% !important;
  filter: brightness(.9);
}
/*Page styles*/
.flex-wrap.home, .flex-wrap.otr {
  flex-wrap: wrap;
  justify-content: space-between;
}
#welcome {
  text-transform: none !important;
}
#home-border {
  border-color: #ffce36;
margin: 0 !important;
}
.left-side {
  flex-basis: 60%;
}
.left-side ul {
  list-style: disc;
  margin-left: 35px;
}
.right-side {
  justify-content: flex-start;
  flex-basis: 37%;
}
.black-contact {
  background: #000;
  color: #fff;
}
.black-contact a {
  color: #fff !important;
  transition: all .6s ease;
}
.black-contact a:hover {
  color: #6e7a81 !important;
  outline: 0 !important;
  transition: all .6s ease;
}

#video-caption {
  font-size: 18px;
}
.left-side .black-btn {
  width: 100%;
  padding: 10px 0;
}
.black-btn, #black-btn {
  background: #000;
  color: #fff !important;
  text-align: center;
  padding: 8px 0px;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  border: 1px solid #000;
  width: 100%;
}
.black-btn:hover, #black-btn:hover {
  background: #ffce36;
  color: #000 !important;
}
.page-title h1 {
  font-size: 30px;
}
.lightboximg img {
  max-width: 100%;
}
.lightboximg {
  max-width: 100%;
}
.left-side.att {
  flex-basis: 64%;
  justify-content: flex-start;
  padding-right: 40px;
}
.right-side.att {
  flex-basis: 30%;
}
.thirds {
  flex-basis: 32%;
}
.flex-wrap.three-row {
  justify-content: space-between;
}
.border-bottom {
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.flex-wrap.rentals {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.rent-cat {
  flex-basis: 23%;
  margin: 5px;
  position: relative;
}
.black-btn.rentbtn {
  position: absolute;
  bottom: 0;
}
.rentbtn a {
  color: #fff;
  padding: 0 10px;
}
.rentbtn a:hover {
  color: #000 !important;
}
#rent-txt {
  padding-bottom: 100px;
}
.fit {
  width: fit-content;
  padding: 8px 25px;
}
.flex-wrap.facility {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.facility-img {
  flex-basis: 24%;
  display: inherit;
}
.fac-title {
  position: relative;
}
.contact-third {
  flex-basis: 25%;
}
.contact-main {
  flex-basis: 50%;
}
.staff-wrap {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.staff {
  flex-basis: 45%;
  padding: 8px;
	text-align: center;
}
.contact-links {
  font-size: 18px;
  text-decoration: underline !important;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  color: #fff !important;
}
.pad-20 {
  padding: 20px 0;
}
.black-bg h2 {
  margin-top: 0 !important;
}
.flex-wrap.about {
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.about-right {
  flex-basis: 20%;
}
.about-left {
  flex-basis: 72%;
}
.finance-logo img, .finance-apply img {
  max-width: 100%;
}
.finance-logo {
  width: 200px;
}
.finance-apply {
  width: 250px;
}
#finance-border {
  border-color: rgba(0, 0, 0, .07);
  margin: 0 !important;
}

/*-------- FOOTER STYLES ----------------*/
footer {}
.top-footer {
  background: #2e2e2e;
  color: #fff;
}
.flex-wrap.foot-wrap {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col-3 {
  flex-basis: 30%;
}
#yellow-offer {
  color: #ffce36;
  padding: 0;
  font-size: 18px;
}
.map-footer {
  background: url("/siteart/map1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.tab-wrap {
  padding: 100px 0 0 0;
}
.tab {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  border: 2px solid #000;
  margin: 0 auto;
  display: block;
  width: 320px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.tab:hover {
  background: #2e2e2e;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.col-2 {
  flex-basis: 50%;
}
.col-2.bottom-right {
  text-align: right;
  font-size: 30px;
}
.bottom-footer, .bottom-footer a {
  color: #000;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv {
  padding: 5% 0;
}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
  font-family: 'Roboto Condensed', sans-serif !important;
} /* Reset font, ignore icons */
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
	margin-top: -2px !important;
}
.compare-listings-container .compare-container .button {
  color: #fff !important
}
.compare-listings-container .compare-container .button:hover {
  color: #000 !important;
}
.rent-title, .lease-title, .fractional-title {
  font-size: 14px;
  color: #2e2e2e !important;
}
.detail-wrapper .other-site-data-section .rent-title-details, .detail-wrapper .other-site-data-section .lease-title-details {
  font-size: 16px !important;
}
.detail-wrapper .other-site-data-section .rent-prices, .detail-wrapper .other-site-data-section .lease-prices {
  font-size: 14px !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
  margin: 2px 3px 3px 4px;
}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type input[type=radio] {
  margin: 0px 3px 0px 6px;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {
  text-transform: uppercase;
}
.detail-additional-data .data-row .data-value {
  font-weight: normal !important;
}
.dealer-info, .detail-additional-data .data-row .data-value, .detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {
  color: #ffce36 !important;
}
.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}
.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {
  background: #ffce36 !important;
  color: #000 !important;
}
.mobile-breadcrumb {
  background: #2e2e2e !important;
  color: #fff !important;
}
.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button {
  border: solid 1px #ffce36 !important;
  transition: ease all 0.2s !important;
}
.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {
  background: #fff !important;
  color: #000 !important;
  border: solid 1px #000 !important;
}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {
  background: #000 !important;
  border: solid 1px #000 !important;
  transition: ease all 0.2s !important;
}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {
  color: #000 !important;
}
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
  padding-left: 4px;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {
  background: #000 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {
  background: #000 !important;
}
.list-main-section .contact-options a {
  border: #000 solid 1px !important;
  transition: ease all 0.2s !important;
}
.list-main-section .contact-options a:hover {
  background: transparent !important;
  color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {
  border-color: #000 !important;
  color: #000 !important;
}
.material-icons, .collapsible-content a {
  color: #fff !important;
}
#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
  background-color: #000 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
  height: 48px !important;
  box-sizing: border-box;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1700px) {
  .logo, .head-right {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 1665px) {
  .rent-cat {
    flex-basis: 30%;
  }
  .staff {
    flex-basis: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1430px) {
  .cta-col {
    flex-basis: 32.3%;
  }
}
@media screen and (max-width: 1272px) {
  .brand-header {
    width: 32%;
  }
  .header .inner-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1096px) {
  .navigation {
    display: none;
  }
  .header {
    padding: 10px 0;
  }
  .header .inner-wrap.nav-search {
    justify-content: space-between;
  }
  .head-search {
    flex-basis: 90%;
  }
  #menu-button {
    flex-basis: 13%;
    min-width: 110px;
  }
}
@media only screen and (max-width: 1050px) {
  .inner-wrap {
    width: 90%;
  }
  .flex-wrap.rentals {
    gap: 8px;
  }
}
@media only screen and (max-width: 994px) {
  .cta-col {
    flex-basis: 49%;
    margin: 0 !important;
  }
  .flex-wrap.cta-wrap {
    margin: 10px 0;
    gap: 10px;
  }
}
@media only screen and (max-width: 890px) {
  .facility-img {
    flex-basis: 32%;
  }
  .flex-wrap.contact-rows {
    flex-wrap: wrap;
    gap: 20px;
  }
  .contact-third, .contact-main {
    flex-basis: 100%;
  }
  .staff {
    text-align: left;
  }
}
@media only screen and (max-width: 790px) {
  .left-side, .right-side, .left-side.att, .right-side.att {
    flex-basis: 100%;
  }
  .left-side.att {
    padding: 0 !important;
  }
  .flex-wrap.home, .flex-wrap.otr, .flex-wrap.three-row {
    gap: 40px;
  }
  .top-footer {
    text-align: center;
  }
  .tab {
    padding: 10px 0;
    width: 90%;
    margin: 10px auto;
    border-radius: 20px;
  }
  .tab-wrap {
    padding: 50px 0;
  }
  .logo {
    padding-bottom: 15px;
    margin: 0;
  }
  .inner-wrap.top-header {
    display: block;
  }
  .head-right {
    text-align: left;
    float: none;
    width: 100%;
  }
  .left-side .black-btn {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
  }
  .flex-wrap.three-row {
    flex-wrap: wrap;
  }
  .thirds {
    flex-basis: 100%;
  }
  .rent-cat {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 700px) {
  .flex-wrap.foot-wrap, .tab-wrap, .flex-wrap.page-img {
    display: block !important;
  }
  .image {
    width: 100%;
  }
  .facility-img {
    flex-basis: 48.5%;
  }
  .about-left, .about-right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .rent-cat {
    flex-basis: 100%;
  }
  .flex-wrap.rentals {
    gap: 8px;
  }
  #rent-txt {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .cta-col {
    flex-basis: 100%;
  }
  .header .inner-wrap.nav-search {
    display: block;
  }
  .head-search form {
    width: 100%;
    padding: 0 !important;
    margin: 15px 0 0 !important;
    border-radius: 0 !important;
  }
  .head-search #search-area {
    width: 85% !important;
  }
  .bbb-header {
    margin: 0 10px;
  }
  #search-btn {
    margin-right: 10px;
    margin-left: 0 !important;
  }
  .facility-img {
    flex-basis: 100%;
  }
}