/*@import url("DLE_2019_bootstrap_mod.css");
*/
/*@import url("boostrap-4.0.0.css");
*/
 @import url("DLE_2019_Cards.css?2024-10-14-1");
 @import url("DLE_OEM.css");
 @import url("DLE_mobile_location.css");
 @import url("DLE_2019_nav.css");
 @import url("DLE_2019_home_top_banner.css");
 @import url("DLE_2019_product.css?2023-04-14");
 @import url("DLE_2019_helpers.css");
 @import url("DLE_2019_promo.css");
 @import url("DLE_2019_lists.css");
 @import url("2022_showroom.css?2023-04-14");
 @import url("2022_location.css");
 @import url("2022_card.css?2023-04-14");
 @import url("footer.css");
/*@import url("2022_blocks.css");
 */
/* CSS Document */
 body.dle-min-body {
     background-color: #FFFFFF;
}
 a {
     color: #E64515;
}
 .dle-grey-bg {
     background-color: #D2D2D2;
}
 .dle-empty {
     margin-top: 10vh;
     height: 50vh;
}
 .dle-body-container {
     padding: 16px;
     background-color: #ffffff;
}
 .dle-section-main {
     margin-top: 16px;
     background-color: #ffffff;
}
 .dle-section-title{
     color: #707070;
     font-size: 20px;
     font-weight: 700;
     padding-top: 16px;
     padding-bottom: 16px;
}
 .dle-callout{
     color:#FF0000;
     text-transform:uppercase;
     font-weight: 700;
}
 .dle-cta-button-make-an-offer{
     color:#FF0004 !important;
}
 .dle-content-side-bar-container{
     position: sticky;
     top: 10px;
}
 .dle-side-bar-search-container {
     border: solid 1px #000000;
     padding: 10px;
}
 .dle-carousel-indicators{
     bottom: -7px;
}
 .dle-carousel-control{
     width:5%;
}
 .dle-category{
}
 .dle-year{
}
 .dle-make{
}
 .dle-model{
}
 .dle-hours{
}
 .dle-price{
}
 .dle-modal-lg {
}
 .dle-refine-search-container {
}
 .dle-footer-nav-title{
     margin-bottom: 10px;
     font-weight: 700;
     font-size: 18px;
     color: #B7B7B7;
}
 .dle-footer-nav-ul{
     margin:none;
     padding: 0px;
}
 .dle-footer-nav-ul li.menu-item{
     margin:none;
     list-style-type: none;
}
 .dle-footer-nav-ul li.menu-item a{
     font-size: 14px;
     color: #B7B7B7;
}
 .dle-oem-promo-image-mobile{
     display: none;
}
 .dle-article-list-item-image, .dle-blog-article-main-image {
     background-position: center;
     background-size: cover;
     min-height: 250px;
}
 .dle-blog-article-main-image {
     min-height: 400px;
}
 .dle-modal-iframe {
     width: 100%;
}
 .dle-icons-social {
     width: 50px;
}
 .wpcf7-form .form-control, .wpcf7-form .custom-select {
     font-size: 1.3rem;
     line-height: 1.3;
     padding: 0.175rem 0.75rem;
}
 .btn-black {
     text-align: left;
     color:#ffffff;
     background-color: #000000;
     background-image: url('../_images/arrow-white.svg');
     background-repeat: no-repeat;
     background-position: right 10px center;
     background-size: 13px;
     display: block;
     border-radius: 0px;
}
 .btn-black:hover {
     text-align: left;
     color:#000000;
     background-color: #FFFFFF;
     background-image: url('../_images/arrow-orange.svg');
     background-repeat: no-repeat;
     background-position: right 10px center;
     background-size: 13px;
     display: block;
}
 .text-small {
     font-size: 12px;
}
 @media (max-width: 575.98px) {
     .dle-oem-promo-image-desktop{
         display: none;
    }
     .dle-oem-promo-image-mobile{
         display: block;
    }
}
 @media (min-width: 769px) {
     #dle_search_input {
         display: block;
    }
     .dle-refine-search-container {
         display: none;
    }
}
/* Job Page & List */
 .job-posting .bg_white {
     padding: 25px;
}
 .job-list {
     margin-top: 50px;
}
 .job-list h3, .job-list p {
     padding-bottom: 0;
     margin-bottom: 0;
}
 .job-list h3 {
     margin-right: 10px;
     font-weight: 600;
     text-transform: uppercase;
}
 .job-list p {
     margin-right: 10px;
}
 .job-list a {
     color: #333333;
}
 .job-list a:hover {
     color: #E64515;
     text-decoration: none;
}
 .job-list .list-group-item:hover a {
     color: #E64515;
}
 .job-list .list-group-item {
     padding: 1.25rem;
     display: flex;
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: flex-start;
     flex-direction: row;
}
 .job-list .list-group-item:hover {
     background-color: #f8f8f8;
}
 .job-list .job-wrap {
     align-items: center;
}
 .nf-field-container h3 {
     font-size: 1.7rem;
     text-transform: uppercase;
     font-weight: 600;
     margin: 15px 0 10px 0;
     padding: 0 0 10px 0;
     border-bottom: 1px solid;
}
 @media (max-width: 768px) {
     .job-list .job-wrap {
         flex-direction: column;
         align-items: flex-start;
    }
}