.dv-vdp-vehicle-incentives {
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #e1e6eb;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav {
    padding: 25px 25px 0 25px;
    position: relative;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav .dv-vdp-vehicle-incentive-nav-zipcode {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 0;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav .dv-vdp-vehicle-incentive-nav-zipcode span {
    display: inline-block;
    font-size: 0.725rem;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav .dv-vdp-vehicle-incentive-nav-zipcode span.dv-vdp-vehicle-incentive-nav-zipcode-label {
    color: #797979;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav .dv-vdp-vehicle-incentive-nav-zipcode span.dv-vdp-vehicle-incentive-nav-zipcode-value {
    font-weight: bold;
    margin-left: 2.5px;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav .dv-vdp-vehicle-incentive-nav-zipcode span.dv-vdp-vehicle-incentive-nav-zipcode-icon {
    margin-left: 15px;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav .dv-vdp-vehicle-incentive-nav-zipcode span.dv-vdp-vehicle-incentive-nav-zipcode-icon i {
    font-size: 1rem;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav button {
    background: transparent;
    padding: 0;
    font-weight: 500;
    border: none;
    font-family: inherit;
    color: #797979;
    margin-right: 15px;
    outline: none;
    text-transform: uppercase;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav button:last-child {
    margin-right: 0;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-nav button:hover {
    cursor: pointer;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content {
    padding: 25px;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content h2 {
    font-size: 1rem;
    font-weight: 500;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item {
    display: none;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item.tab-active {
    display: block;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-row:not(:first-child) {
    margin-top: 50px;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-header {
    margin-bottom: 25px;
    position: relative;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-header .dv-vdp-vehicle-incentives-toggle {
    position: relative;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-header .dv-vdp-vehicle-incentives-toggle a {
    position: relative;
    display: block;
    padding: 0;
    font-size: 1rem;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-header .dv-vdp-vehicle-incentives-toggle a i {
    transition: all 100ms ease;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 0;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-header .dv-vdp-vehicle-incentives-toggle a.active i {
    transform: rotate(180deg);
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-header h2 {
    display: inline-block;
    padding-right: 50px;
    margin-bottom: 0;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item {
    padding: 25px;
    border: 1px solid #f2f5f7;
    display: flex;
    align-items: center;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item + .dv-vdp-vehicle-incentives-item:last-of-type {
    border-top: none;
}
@media screen and (max-width: 768px) {
    .dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item {
        display: block;
    }
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-price-info-wrapper {
    display: flex;
    width: auto;
    flex: 1 1 auto;
    margin-left: auto;
    align-items: center
}
@media screen and (max-width: 768px) {
    .dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-price-info-wrapper {
        flex-wrap: wrap;
        text-align: center;
    }
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-price {
    width: auto;
    flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
    .dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-price {
        flex: 1 1 100%;
    }
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-price p {
    background: #141518;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 500;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-buttons {
    width: auto;
    flex: 1 1 30%;
    text-align: right;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-buttons {
        text-align: center;
        margin-top: 10px;
        font-size: 0;
    }
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-buttons a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 0.625rem;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-buttons a {
        margin: 5px;
        width: calc(50% - 10px);
    }
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-buttons a:first-child {
    background: #141518;
    color: #fff;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-buttons a:last-child {
    color: #fff;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-info {
    width: auto;
    flex: 1;
    margin-left: 25px;
}
@media screen and (max-width: 768px) {
    .dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-info {
        flex: 1 1 100%;
        margin-left: 0;
        margin-top: 5px;
    }
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-info p {
    font-size: 1.125rem;
    line-height: 100%;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-info p.dv-vdp-vehicle-incentives-info-title {
    font-weight: 500;
}
.dv-vdp-vehicle-incentives .dv-vdp-vehicle-incentives-content .dv-vdp-vehicle-incentives-content-item .dv-vdp-vehicle-incentives-item .dv-vdp-vehicle-incentives-info p.dv-vdp-vehicle-incentives-info-sub-title {
    color: #797979;
    font-size: 0.5625rem;
}
