/*Toyota SmartPath Freeze Banner*/
@keyframes pulse {
    0% {
        background-color: darkred;
    }

    100% {
        background-color: orangered;
    }
}

.ddc-composer::before {
    content: "You are editing the site of a Toyota SmartPath dealer. Due to program requirements, new inventory must link to Toyota's MST-C experience temporarily and inventory should be managed in Dealer Daily.";
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    display: block;
    padding: 20px 25px;
    background-color: darkred;
    animation: pulse 1250ms ease-in-out alternate infinite;
    text-shadow: 0 0 3px rgba(0,0,0,.55);
    border-bottom: 1px solid black;
    width: 100%;
    top: 188px;
    position: static;
}

.v9-oem-toyota-0004-v1 .ddc-composer .page-header.minimal {
    position: relative;
}

.v9-oem-toyota-0004-v1 .ddc-composer .navbar.header-default {
    position: relative;
}

.v9-oem-toyota-0004-v1 .ddc-composer .ddc-wrapper {
    padding-top: 0!important;
}


/* ddcdmeline PPR-254091 */
.cst_WARRANTY_FOREVER img {height: 40px;}
.cst_WARRANTY_FOREVER {position: relative !Important;top: 0px !Important;left: 20px !Important; }

@media (max-width: 1280px) {
    .cst_WARRANTY_FOREVER img {height: 20px;}
}