/** { background-color: rgba(255,0,0,.2); }*/
/** * { background-color: rgba(0,255,0,.2); }*/
/** * * { background-color: rgba(0,0,255,.2); }*/
/** * * * { background-color: rgba(255,0,255,.2); }*/
/** * * * * { background-color: rgba(0,255,255,.2); }*/
/** * * * * * { background-color: rgba(255,255,0,.2); }*/
/** * * * * * * { background-color: rgba(255,0,0,.2); }*/
/** * * * * * * * { background-color: rgba(0,255,0,.2); }*/
/** * * * * * * * * { background-color: rgba(0,0,255,.2); }*/


.secondary a *, .site-footer a *, .site-header a *, a {
    transition: all 0s linear;
  }
  
  .bottom-description {
      margin-top: 20px;
      background-color: #efefef;
      padding: 20px;
  }
  
  .page-template-template-listings .site-content .ast-container,
  .single-glc_listing .site-content .ast-container {
      margin-bottom: 50px;
  }
  
  .archive .site-content .ast-container {
      margin-bottom: 50px;
      max-width: 100%;
  }
  
  .top-category-header {
      padding-left: 20px;
      padding-bottom: 20px;
  }
  
  .top-category-header h1 {
      padding-bottom: 20px;
  }
  
  .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
      margin: 1.25em 0;
  }
  
  div#secondary.widget-area.secondary {
      margin-top: 20px;
  }
  
  .ast-separate-container {
      background-color: #fff;
  }
  
  body.page-template-template-listings .job_listings > .ast-row {
      width: calc(100% + 40px);
  }
  
  .archive-job_listing-filter-title.ast-row {
      width: 100%;
  }
  
  body.page-template-template-listings #content {
      line-height: 1.3;
      margin: 0 auto;
  }
  
  body.page-template-template-listings select.facetwp-sort-select {
      font-size: 14px;
  }
  
  .archive-job_listing-found, .entry-content .pm-section-title, .listing.products.woocommerce h2, .section-title {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1px;
  }
  
  
  a.job_listing-clickbox {
      border-width: 0;
      bottom: 0;
      color: #05a9f5;
      display: block;
      font-size: 100%;
      height: 100%;
      left: 0;
      margin: 0;
      outline: 0;
      padding: 0;
      position: absolute;
      right: 0;
      text-decoration: none;
      top: 0;
      vertical-align: baseline;
      width: 100%;
      z-index: 20;
  }
  
  
  ul.job_listings {
      list-style: none;
      position: relative;
      margin-left: 10px;
      margin-right: 10px;
  }
  
  ul.job_listings li {
      font-size: 100%;
      margin: 0 0 40px 0;
      min-height: 1px;
      outline: 0;
      padding: 0 20px;
      position: relative;
      vertical-align: baseline;
      border:1px solid transparent;
      box-shadow: 0 1px 3px rgba(0,0,0,0.3);
      border-radius: 0px;
      overflow: hidden;
  }
  
  header.job_listing-entry-header.listing-cover.has-image {
      background-color: #f5f5f5;
      background-position: center center;
      background-size: cover;
      color: #fff;
      display: block;
      height: 350px;
      overflow: hidden;
      padding: 0;
      position: relative;
      text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
  }
  
  footer.job_listing-entry-footer {
      display: block;
      min-height: 55px;
      padding: 1em;
      position: relative;
      font-size: .8em;
  }
  
  .facetwp-flyout-content h3 {
      
      clear: both;
      font-size: 16px;
      font-weight: 800;
      line-height: normal;
      margin: 0 0 1.25em;
      outline: 0;
      background-color: #ebebeb;
      color: black;
      padding: 10px;
      vertical-align: baseline;
      
  }
  
  .facetwp-type-search input {
      font-size: 14px !important;
  }
  
  .facetwp-type-fselect .fs-wrap,
  .facetwp-type-fselect .fs-dropdown,
  .facetwp-type-search input {
      width: 100% !important;
  }
  
  footer.job_listing-entry-footer .ast-row {
      margin-bottom: 5px;
  }
  
  footer.job_listing-entry-footer .ast-row:first-child {
      margin-bottom: 40px;
  }
  
  h2.job_listing-title {
      font-size: 28px;
      max-width: 400px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  h3.job_listing-subtitle {
      font-size: 22px;
  }
  
  .listing-price {
      color: #000000;
      padding: 0 15px;
      position: relative;
      text-align: right;
      width: 100%;
      font-weight: bolder;
      font-size: 1.7em;
	  font-weight: 600;
	  font-family: russo one;
  }
  
  .glc_listing-template-default .listing-price {
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 1.1em;
  }
  
  .disclaimer-tooltip {
              position: relative;
              display: inline-block;
              cursor: pointer;
      font-size: 16px;
      color: #f57b27;
          }
  
          .disclaimer-tooltip .tooltiptext {
              visibility: hidden;
              width: 250px;
              background-color: #555;
              color: #fff;
              border-radius: 5px;
              padding: 10px;
              position: absolute;
              z-index: 101;
              text-align: center;
              line-height: 16px;
              top: 125%; /* Position below the icon */
              margin-left: -250px; /* Center the tooltip */
              opacity: 0;
              transition: opacity 0.3s;
              font-size: 14px;
          }
  
          .disclaimer-tooltip .tooltiptext::after {
              content: "";
              position: absolute;
              top: -5px; /* Position the arrow above the tooltip */
              left: 50%;
              margin-left: -5px;
              border-width: 5px;
              border-style: solid;
              border-color: transparent transparent #555 transparent;
          }
  
          .disclaimer-tooltip:hover .tooltiptext {
              visibility: visible;
              opacity: 1;
          }
  
  .listing-card .disclaimer-tooltip {
      display: none;
  }
  
  .listing-card .listing-finance-terms ,
  .listing-card .listing-finance-incentive {
      font-size: 0.6em;
      margin-top: 0px;
  }
  
  .listing-card .listing-sale-price {
      text-decoration: line-through;
      color: #676767;
      font-size: .7em;
      font-weight: bold;
  }
  
  .listing-price-sold {
      color: #ff0000;
  }
  
  .listing-price-pending {
      color: #fc8200;
  }
  
  .listing-card .listing-price-pending {
      font-size: 18px;
  }
  
  .price-coming-cont {
      margin-top: 10px;
  }
  
  .listing-card .price-coming-cont {
      margin-top: 10px;
  }
      
  .listing-price-coming {
      background-color: #646464;
      border-radius: 10px;
      color: #fff;
      padding: 10px 10px 15px 10px;
      font-size: 22px;
  }
  
  .listing-card .listing-price-coming {
      background-color: #646464;
      border-radius: 10px;
      color: #fff;
      padding: 5px 7px 8px 7px;
      font-size: 16px;
  }
  
  .listing-price-special-order {
      background-color: #09a006;
      border-radius: 10px;
      color: #fff;
      padding: 5px 5px 10px 5px;
      font-size: 22px;
  }
  
  .listing-card .listing-price-special-order {
      background-color: #09a006;
      border-radius: 10px;
      color: #fff;
      padding: 5px 7px 8px 7px;
      font-size: 18px;
  }
  
  .dealer-carousel .listing-price-special-order {
      background-color: #09a006;
      border-radius: 5px;
      color: #fff;
      padding: 4px;
      font-size: 16px;
  }
  
  .listing-file-uploads {
      background: #ececec;
      padding: 10px;
      margin-top: -30px;
  }
  
  .listing-file-uploads ul {
      list-style: none;
  }
  
  .listing-file-uploads li {
      font-size: 16px;
      font-weight: 900;
  }
  
  .request-info-cta {
      display: block;
      background-color: #f57b27;
      font-size: 18px;
      font-weight: 900;
      text-align: center;
      width: 100%!important;
      color: white!important;
      padding-top: 10px;
      padding-bottom: 10px;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-family: russo one;
  }
  
  .request-info-cta:hover {
      background-color: #d78754 !important;
  }
  
  .vdp-call-cta {
      display: block;
      background-color: transparent;
      border: 2px solid #f57b27;
      font-size: 16px;
      font-weight: 900;
      text-align: center;
      width: 100%!important;
      color: #f57b27;
      padding-top: 5px;
      padding-bottom: 5px;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-family: russo one;
  }
  
  .vdp-call-cta:hover {
      background-color: #f57b27;
      color: white;
  }
  
  .financing-listing {
      display: block;
      background-color: #f57b27;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      width: 100%!important;
      color: white!important;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-family: russo one;
  }
  
  .financing-listing i {
      padding-right: 10px;
  }
  
  .financing-listing:hover {
      background-color: #d78754 !important;
  }
  
  .vdp-cta-container {
      background-color: #ffffff;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
      padding: 15px 15px 30px 15px;
      z-index:10;
      margin: 0 auto;
      
  }
  
  @media (min-width: 768px) and (max-width: 1090px) {
  
      .listing-card .listing-price-coming {
      font-size: 10px;
  }
  }
  
  .listing-finance-incentive {
      font-size: 0.6em;
      color: #ff0000;
      font-weight: bold;
  }
  
  .listing-finance-terms {
      font-size: 0.4em;
      color: green;
      font-weight: bold;
      margin-top: -10px;
  }
  
  .job_filters.facets .facetwp-filter {
      margin-bottom: 1em;
      border:1px solid transparent;
      box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  }
  
  .job_filters.facets aside .facetwp-facet {
      margin-bottom: 1em;
      font-size: 14px;
      padding: 10px;
  }
  
  
  .job_filters.facets .facetwp-filter h2 {
      clear: both;
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      margin: 0 0 1.25em;
      outline: 0;
      background-color: #ebebeb;
      color: black;
      padding: 10px;
      vertical-align: baseline;
      letter-spacing: 1px;
  }
  
  .listing-card .ast-col-md-4 {
      width: 40%;
  }
  
  .listing-card .ast-col-md-8 {
      width: 60%;
  }
  
  .facetwp-page {
      padding: 6px 12px!important;
      box-shadow: inset 0 0 0 1px #e5e5e5, rgba(0, 0, 0, .03) 0 2px 0;
      background: #fff;
      font-size: .9em;
      color: #000;
      
  }
  
  .facetwp-pager-label {
      font-size: .8em;
      padding-left: 10px;
  }
  
  body.page-template-template-listings select.facetwp-sort-select {
      margin-right: -50px;
  }
  
  input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
      background: white;
      border-color: black;
      color: black;
      
  }
  @media (min-width: 769px) {
      body.page-template-template-listings .job_listings > .ast-row {
          width: auto;
      }
  
  }
  
  
  /* SLICK */
  
  .slick-initialized .slick-slide {
      display: block;
  }
  
  .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  
  .listing-gallery__item-trigger {
      border: 1px solid #c8c8c8;
      color: #05a9f5;
      display: block;
      font-size: 100%;
      height: 500px;
      margin: 0;
      outline: 0;
      padding: 0;
      text-decoration: none;
      vertical-align: baseline;
  }
  
  @media (max-width: 767px) {
      .listing-gallery__item-trigger {
          height: 300px !important;
      }
      
      .listing-card .ast-col-md-4 {
      width: 100%;
  }
  
  .listing-card .ast-col-md-8 {
      width: 100%;
  }
  
  .listing-gallery .slick-arrow {
      display: none!important;
  }
  
      .slick-lightbox-slick .slick-arrow {
          display: none !important;
      }
  }
  
  .listing-gallery .slick-arrow {
      z-index: 98;
  }
  
  .slick-prev:before, .slick-next:before {
      font-size: 40px;
      color: #f57b27;
  }
  
  .listing-gallery .slick-prev {
      left: 10px;
  }
  
  .listing-gallery .slick-next {
      right: 30px;
  }
  
  .listing-gallery img, .listing-gallery-nav img {
      border-radius: 4px;
      display: block;
      min-width: 100%;
  }
  
  .listing-gallery-nav.slick-slider {
      margin: 0 -.5em;
  }
  
  .slick-initialized .slick-slide {
      display: block;
  }
  
  .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  
  .listing-gallery-nav__item .item__wrapper {
      cursor: pointer;
      margin: .5em;
  }
  
  
  .slick-lightbox-slick-item-inner {
      margin-right: -10px;
  }
  
  .slick-lightbox-slick .slick-prev, .slick-lightbox-slick .slick-next {
      z-index: 9999;
  }
  
  .slick-lightbox-slick-img {
      width: 100%;
  }
  
  /*.slick-lightbox .slick-prev {*/
  /*	left: 15px;*/
  /*}*/
  
  /*.slick-lightbox .slick-next {*/
  /*	right: 40px;*/
  /*}*/
  
  .listing-gallery-nav.slick-slider .slick-track, .listing-gallery-nav.slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0) !important;
      -moz-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
      -o-transform: translate3d(0, 0, 0) !important;
      transform: translate3d(0, 0, 0) !important;
  }
  
  .listing-gallery-nav.listing-gallery-items-counter-0,
  .listing-gallery-nav.listing-gallery-items-counter-1 {
      display: none !important;
  }
  
  /* SLICK END */
  
  .single-glc_listing #primary, .single-glc_listing #secondary {
      margin-top: 2em;
  }
  
  .single-glc_listing .listing-header {
      margin-top: 2em;
  }
  
  .single-glc_listing .listing-specs-container .ast-row {
      margin-right: 0;
      margin-left: 0;
  }
  
  .single-glc_listing .listing-specs-container .ast-row:nth-child(odd) {
      background-color: #EFEFEF;
  }
  
  .single-glc_listing .listing-content-container,
  .single-glc_listing .listing-features-container {
      margin-top: 20px;
  }
  
  .single-glc_listing .listing-features-container .ast-col-sm-4:before {
  content: '✓';
  margin-right: 5px;
  }
  
  .single-glc_listing h2.section-title {
      background-color: #233f9a;
      border-bottom: 2px solid #233f9a;
      clear: both;
      color: #fff;
      font-size: 24px;
      line-height: normal;
      margin: 0.65em 0 1.25em 0;
      text-transform: uppercase;
      font-weight: bold;
      padding: .75em;
  }
  
  
  .single-glc_listing .widget h2.widget-title {
      background-color: #233f9a;
      border-bottom: 2px solid #233f9a;
      clear: both;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      line-height: normal;
      padding: .75em;
      text-transform: uppercase;
  }
  
  .widget.gform_widget .gform_wrapper {
      padding-left: 15px;
      padding-right: 15px;
  }
  
  .widget.gform_widget {
      background-color: #F5F5F5 !important;
  }
  
  .widget.gform_widget input, .widget.gform_widget textarea {
      font-size: 14px !important;
  }
  
  
  .widget.gform_widget input.gform_button.button {
      -webkit-appearance: none;
      background-color: #f57b27;
      background-image: none;
      border-radius: 3px;
      border-width: 0;
      box-shadow: rgba(0, 0, 0, .1) 0 -3px 0 inset;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 18px !important;
      font-weight: 700;
      line-height: normal;
      margin: 0 16px 0 0;
      max-width: 100%;
      padding: 13px 25px;
      text-align: center;
      text-shadow: none;
      text-transform: uppercase;
      vertical-align: bottom;
      width: 100%;
  }
  
  .widget.gform_widget input.gform_button.button:hover {
      background-color: #d78754 !important;
  }
  
  .listing-sale-price {
      text-decoration: line-through;
      font-size: 0.7em;
      color: #676767;
  }
  
  .oldprice-sale-price {
      font-size: 0.7em;
      color: #676767;
  }
  
  .sale-price-callout {
  color: #233f9a​;
  }
  
  .listing-sale-price-badge {
      display: inline-block;
      outline: 0;
      position: absolute;
      left: 2px;
      top: 2px;
      vertical-align: middle;
  }
  
  .listing-card-cta {
      color: #ffffff!important;
      background-color: #f57b27 !important;
      display: inline-block;	
      font-size: 19px;
      letter-spacing: .05em;
      line-height: normal;
      padding: 10px 10px;
      margin-top: 10px;
      text-shadow: none;
      text-transform: uppercase;
      vertical-align: middle;
      background: transparent;
      font-weight: 800;
          text-align: center;
      width: 33%;
      font-family: russo one;
  }
  
  .listing-card-cta:hover {
      background-color: #d78754!important;
  }
  
  .listing-view-details {
      display: inline-block;
      border-radius: 0px;
      border-width: 0;
      color: #fff;
      font-size: 22px;
      letter-spacing: .05em;
      line-height: normal;
      padding: 10px 50px;
      margin-top: 10px;
      text-shadow: none;
      text-transform: uppercase;
      vertical-align: middle;
      background-color: #f57b27;
      font-weight: 800;
          text-align: center;
          font-family: russo one;
  }
  
  .listing-view-details:hover {
      color: #ffffff;
      background-color: #d78754 !important;
  }
  
  @media only screen and (min-width: 1100px) and (max-width: 1250px) {
      .listing-card-cta {
          font-size: 15px;
          width: 30%;
      }
      
  }
  
  @media (max-width: 1099px) {
      
      .listing-card-cta {
          width: 100%;
  }
  }
  
  .listing-card .quick-headline {
      padding: 20px 20px 0px 20px;
      font-size: 16px;
      font-weight: 500;
          display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; /* Change the number to the desired line count */
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .quick-headline {
      margin: 20px 10px 10px 10px;
      font-size: 16px;
      font-weight: 900;
  }
  
  .test-drive-cta .fa-calendar-alt, .trade-in-cta .fa-exchange-alt {
      margin-top: 5px;
      float: left;
  }
  
  .test-drive-cta, .trade-in-cta {
      width: 100%;
      font-size: 16px!important;
      font-weight: 600!important;
      background-color: #ffffff;
      border: 1px solid #f57b27;
      text-align: right;
      color: #f57b27;
      padding: 5px 10px 5px 10px;
      margin-bottom: 5px;
  }
  
  
  .test-drive-cta:hover, .trade-in-cta:hover {
      background-color: #f57b27;
      color: white;
      border: none;
      border: 1px solid #f57b27;
  }
  
  .fa-calendar-alt, .fa-exchange-alt, .fa-search-dollar, .fa-video {
      padding: 0 10px 0 0px;
  }
  
  .fa-dollar-sign {
      padding: 0 15px 0 0px;
      text-align: center;
  }
  
  .widget {
      margin-bottom: 20px;
  }
  
  .job_filters.facets .facetwp-filter-on_sale h2 {
      background-color: #ee4630;
      color: white;
  }
  
  .listing-video-container { 
          position: relative; 
          padding-bottom: 56.25%;
          overflow: hidden;
          max-width: 100%;
          height: auto;
      } 
  
      .listing-video-container iframe,
      .listing-video-container object,
      .listing-video-container embed { 
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
  
  .watch-video-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
      z-index: 101;
  }
  .watch-video-overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .watch-video-popup {
    margin: 50px auto;
    background: #fff;
    width: 100%;
    position: relative;
    max-height: 100%;
    overflow:auto !important;
  }
  
  .watch-video-popup .header {
      background-color: #233F9A;
      width: 100%;
      padding: 1px;
      margin-bottom: 20px;
  }
  
  .watch-video-popup .header p {
      font-size: 24px;
      text-align: center;
      color: white;
      margin-bottom: 10px;
      margin-top: 10px;
      font-weight: 700;
  }
  
  .watch-video-popup .close {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 40px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
  }
  
  .watch-video-popup .content {
    overflow: auto;
    overflow-y:scroll;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    margin-top: -20px;
  }
  
  .swal2-close {
      top: 50px!important;
      right: 30px!important;
      background: transparent!important;
  }
  
  .swal2-close:hover {
      color: #d0d0d0!important;
  }
  
  .lead-form-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
      z-index: 101;
  }
  .lead-form-overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .lead-form-popup {
    margin: 50px auto;
    background: #fff;
    width: 30%;
    position: relative;
    max-height: 90%;
    overflow:auto !important;
  }
  
  .lead-form-popup .header {
      background-color: #233F9A;
      width: 100%;
      padding: 1px;
  }
  
  .lead-form-popup .header p {
      font-size: 24px;
      text-align: center;
      color: white;
      margin-bottom: 10px;
      margin-top: 10px;
      font-weight: 700;
  }
  
  .lead-form-popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
  }
  
  .lead-form-popup .content {
    overflow: auto;
    overflow-y:scroll;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    margin-top: 0px;
  }
  
  .lead-form-popup .form {
      padding: 12px;
  }
  
  @media (max-width: 1024px) {
      .lead-form-popup .header p {
          font-size: 20px;
      }
      
  .lead-form-popup {
      width: 90%;
      max-height:70%;
  }
  }
  
  .go-back-button {
      background-color: #f57b27;
      padding: 10px 50px 10px 50px;
      color: #fff;
      font-size: 18px!important;
  }
  
  .go-back-button:hover {
      background-color: #d78754 !important;
      color: white;
      
  }
  
  .listings-slider-gallery .slick-arrow {
      z-index: 80;
  }
  
  .listings-slider-gallery .slick-prev {
      left: 0;
  }
  
  .listings-slider-gallery .slick-next {
      right: 20px;
  }
  
  
  
  @media (min-width: 993px) {
      div#secondary.widget-area.secondary {
          padding-left: 20px;
      }
  
  }
  
  .js-toggle-area-trigger {
      display: none;
  }
  
  @media (max-width: 1024px) {
  
      .watch-video-popup .header p {
          font-size: 18px;
      }
      
  .watch-video-popup {
      width: 90%;
      max-height:70%;
  }
  
    .swal2-close {
      right: 50px!important;
      }
      
      .ast-left-sidebar #content > .ast-container {
          flex-direction: column;
      }
  
      .job_filters, .js-toggle-area {
          display: none;
      }
  }
  
  @media (max-width: 520px) {
  
      .single-glc_listing .listing-specs-container .ast-row:nth-child(odd) {
          background-color: #fff;
      }
      
          .ast-col-xs-4 {
          width: 40%;
      }
      
          .ast-col-xs-8 {
          width: 60%;
      }
  }
  
  @media (max-width: 1024px) {
  
      .quote-by-phone {
          width: 100%;
  }
  
  .ginput_recaptcha {
      transform:scale(0.8);
      -webkit-transform:scale(0.8);
      transform-origin: scale(0.8);
      -webkit-transform-origin:0 0;
      
  }
  }
  
  .main-header-bar{
      margin: 0;
  }
  
  @media screen and (max-width: 640px) {
      html {
          width: 100%;
          overflow-x: hidden;
      }
  }
  
  .gcr-wholesale .gcr-share_toolbox,
  .gcr-wholesale .test-drive-cta,
  .gcr-wholesale .trade-in-cta,
  .gcr-wholesale .finance-cta,
  .gcr-wholesale .calculate-payment {
      display: none;
  }
  
  .listing-watch-video{
      width: 100%;
      font-size: 16px!important;
      font-weight: 600!important;
      background-color: #f57b27;
      border: 1px solid #f57b27;
      text-align: center;
      color: #FFFFFF;
      padding: 10px 0 10px 10px;
      margin-bottom: 5px;
      margin-top: 20px;
      font-family: russo one;
  }
  
  .listing-watch-video:hover {
      background-color: #d78754 !important;
  }
  
  
  @media only screen and (max-width: 768px) {
      
      .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
      margin-bottom: 40px;
  }
  }	
  
  @media only screen and (max-width: 520px) {
      
      .job_listing-title {
          font-size: 24px;
      }
      
      #masthead .ast-mobile-header-wrap .ast-above-header-bar {
          padding-right: 5px;
          padding-left: 5px;
      }
  }
  
  .owl-item .item img {
      object-fit: contain;
      max-height: 700px !important;
  }
  
      .gca-mobile-cta-wrapper {
              position: fixed;
              background-color: white;
              box-shadow: 0px 0px 20px 0px #bdbdbd;
              bottom: 0px;
              left: 0;
              width: 100%;
              height: 100px;
              text-align: center;
              z-index: 9998;
              padding: 10px;
          }
          
          .filter-cta-half {
              display: inline-block;
              background-color: #f57b27;
              border: 2px solid #f57b27;
              text-align: center;
              color: #ffffff;
              vertical-align: center;
              text-decoration: none;
              z-index: 1000000001;
              margin-bottom: 20px;
              font-weight: 900;
              font-size: 12px!important;
              text-transform: uppercase;
              width: 57%;
              padding: 15px 10px 15px 10px;
              font-family: russo one;
          }
          
              .reset-mobile-filter {
              width: 41%;
              display: inline-block;
              background-color:transparent;
              border: 2px solid #f57b27;
              text-align: center;
              color: #f57b27;
              vertical-align: center;
              text-decoration: none;
              z-index: 1000000001;
              margin-bottom: 20px;
              font-weight: 900;
              font-size: 12px!important;
              text-transform: uppercase;
              padding-top: 15px;
              padding-bottom: 15px;
              font-family: russo one;
          }
          
          .reset-mobile-filter:active {
              z-index: 1000000001;
          }
          
          .facetwp-flyout-open i {
              padding-right: 10px;
          }
          
          .facetwp-flyout-close {
              font-size: 24px;
              font-weight: 700;
          }
          
          .facetwp-radius-dropdown {
              height: 40px!important;
              border-color: #e5e5e5!important;
          }
          
          .js-toggle-area-trigger:after {
              display: none!important;
          }
          
                  .gca-mobile-cta-wrapper {
              position: fixed;
              background-color: white;
              box-shadow: 0px 0px 20px 0px #bdbdbd;
              bottom: 0px;
              left: 0;
              width: 100%;
              height: 100px;
              text-align: center;
              z-index: 10;
              padding: 10px;
          }
  
          .mobile-cta {
              display: inline-block;
              width: 100%;
              background-color: #f57b27;
              padding-top: 15px;
              padding-bottom: 15px;
              text-align: center;
              color: #ffffff;
              vertical-align: center;
              text-decoration: none;
              z-index: 11;
              margin-bottom: 20px;
              font-weight: 900;
              font-size: 18px;
              font-family: russo one;
          }
  
          .mobile-cta-half {
              width: 49%;
          }
  
  ul.job_listings li.listing-featured {
      border: 2px solid #2dc000 !important;
      background: #f6fff3;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .listing-featured-badge {
      display: inline-block;
      outline: 0;
      position: absolute;
      left: 0px;
      bottom: 0px;
      color: #fff;
      background-color: #2dc000;
      padding: 5px;
      font-weight: 900;
      font-size: 18px;
      text-transform: uppercase;
      width: 100%;
      text-align: center;
  }
  
  .floating-filter-cta {
      width: 100%;
      text-align: center;
      background-color: #f57b27;
      padding: 20px 10px;
      font-weight: 900;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 0px;
      border: none;
      margin-bottom: 10px;
      font-family: russo one;
  }
  
  .floating-filter-cta:hover {
      background-color: #d78754 !important;
  }
  
  .reset-filter-cta {
      width: 100%!important;
      text-align: center;
      background-color: #fff;
      padding: 10px;
      font-weight: 900;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 0px;
      border: 2px solid #f57b27;
      color: #f57b27;
      margin-bottom: 30px;
      font-family: russo one;
  }
  
  .oem-builder-cta {
      display: block;
      background-color: #f57b27;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      width: 100%!important;
      color: white!important;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-family: russo one;
  }
  
  .oem-builder-cta:hover {
      background-color: #d78754 !important;
  }
  
  .listing-card-location {
      font-size: 16px;
      padding-top: 10px;
      font-weight: 700;
  }
  
  .listing-card-location i {
      color: #f57b27;
  }
  
  .subtitle-divider {
      color: #f57b27;
      font-weight: 900;
  }
  
  .listing-card-logo {
      width: 130px;
      float: right;
      margin-top: 10px;
      margin-right: 30px;
  }
  
  .srp-contact-container {
      background-color: #ffffff;
      z-index:100;
      margin: 0px 0px 30px 0px;
  }
  
  .srp-contact-container .header {
      width: 100%;
      text-align: center;
      font-size: 16px;
      background-color: #233F9A;
      color: #fff;
      font-weight: 900;
  }
  
  .srp-contact-container .header p {
      font-size: 30px;
      margin-top: -10px;
      font-family: russo one;
  }
  
  .srp-contact-container .form {
      padding: 0px 15px 5px 15px;
      margin-top: -20px;
  }
  
  .sticky-archive-side {
      overflow-y: auto; /* Adds vertical scrollbar when content overflows */
      height: 700px;
      background-color: #fff;
  }
  
  
  @media only screen and (max-width: 1099px) {
      
      .sticky-archive-side {
          display: none;
      }
  }
  
  
  .listing-table {
              width: 100%;
              border-collapse: collapse;
      margin-top: -20px;
          }
          th, td {
              border: 1px solid #dddddd;
              text-align: left;
              padding: 8px;
          }
          th {
              background-color: #f2f2f2;
          }
  
  .listing-savings {
      font-size: 20px;
      color: #009a07;
  }
  
  .dealer-carousel .listing-savings {
      display: none;
  }
  
  .job_filters.facets .facetwp-filter-clearance h2 {
      background-color:#FFEF01;
  }
  
  .facetwp-flyout-content .name-clearance h3 {
      background-color:#FFEF01;
  }
  
  .facetwp-flyout-content .name-on_sale h3 {
      background-color: #ee4630;
      color: white;
  }