.font-color-for-active {
    color: #121212!important;
}

/*** HOME PAGE ****/

.custom-quicklinkbutton-wrapper:nth-child(1) {
    background-image: url(https://automanagerprodcdn.azureedge.net/wmclients/046370/images/inventory.jpg) !important;
}

.custom-quicklinkbutton-wrapper:nth-child(2) {
    background-image: url(https://automanagerprodcdn.azureedge.net/wmclients/046370/images/trucks.jpg) !important;
}

.custom-quicklinkbutton-wrapper:nth-child(3) {
    background-image: url(https://automanagerprodcdn.azureedge.net/wmclients/046370/images/specialty.png) !important;
}

.custom-quicklinkbutton-wrapper:nth-child(4) {
    background-image: url(https://automanagerprodcdn.azureedge.net/wmclients/046370/images/campers.png) !important;
}

.font-highlight {
    font-size: 26px !important;
    white-space: nowrap;
}

.font-type {
    font-size: 18px !important;
    white-space: nowrap;
}

.pageid-hom .element-type-slideshow .btn-default {
    border-color: #000000 !important;
    background-color: #000000 !important;
}


/*** INVENTORY ***/

.inventory-menu-options-wrapper .btn-group {
    display: block;
}

.btn-group>.btn:first-child {
    margin-left: 5px;
}

.inventory_menuoptions {
    background-color: #f90101;
    border: 1px solid #f90101;
    color: #ffffff;
    display: block;
    width: 100% !important;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #ffffff !important;
    background-color: #cb0505 !important;
    background-image: none;
    border-color: #cb0505 !important;
}

.inventory_menuoptions:hover {
    background-color: #cb0505;
    color: #ffffff;
    border-color: #cb0505;
}

.inventory-menu-options-wrapper .btn-group.open .dropdown-menu {
    top: 425% !important;
}

.financingbtn {
    background-color: #f90101;
    border: 1px solid #f90101;
    color: #ffffff;
    display: block;
    width: 100% !important;
    border-radius: 5px;
    padding: 10px 12px;
}

.financingbtn.active, .financingbtn:active {
    color: #ffffff;
    background-color: #cb0505;
    background-image: none;
    border-color: #cb0505;
}

.financingbtn:hover {
    background-color: #cb0505;
    color: #ffffff;
    border-color: #cb0505;
}