/* Case #  DDCJEFFN */



/** Global Styles **/
.adops-page .col-xs-12 {
    padding: 0;
}
.adops-page h2 {
    margin-top: 0;
}
.mobile .include-velocity {
    margin-bottom: 0;
}
.adops-page .include-velocity {
    margin-bottom: 0;
}

.adops-container {
    width: 1260px;
    margin: 0 auto;
}

@media (max-width: 1320px) {
    .adops-container {
        width: 100%;
    }
    .collapsed-add-pad {
        padding: 0 5%;
    }
}

@media (max-width: 600px) {
    .adops-container {
        width: 100%;
    }
    .collapsed-add-pad {
        padding: 0 2%;
    }
}
/* ----------------------------------------------------------------------*/

/** Global Button Styles **/
.button-container {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
}
.button-container .nav {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
}
.button-container .nav li {
    display: block;
    width: 250px;
    margin-right: 10px;
}
.button-container .nav li .adops-button {
    display: block;
    width: 100%;
    height: 40px;
    padding-right: 0;
    padding-left: 0;

    font-size: 14px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 20px;
    background-color: #c00;
}
.button-container .nav li .adops-button.single-button {
    width: 100%;
}
.button-container .nav li .adops-button:hover {
    text-decoration: none;

    color: #fff;
    background-color: #f33000;
}
.adops-button:active {
    color: #fff;
}
.button-container .nav li:last-child {
    margin-right: none;
}

.main-copy .button-container {
    margin-top: auto;
}
.main-copy .button-container .nav {
    justify-content: space-between;
}
.main-copy .button-container .nav li {
    width: 48%;
    margin-right: 0;
}
.main-copy .button-container.single-button-100-percent-width ul.nav li {
    width: 100%;
    margin-right: 0;
}
.adops-button.single-button {
    width: 100%;
    margin-right: 0;
}


.showroom-button-container {
    width: 100%;
}
.showroom-button-container .nav {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
    justify-content: space-between;
}
.showroom-button-container .nav li {
    width: 48%;
    margin-right: 0;
}
.showroom-button-container .nav li .adops-button {
    display: block;
    width: 100%;
    height: 40px;
    padding-right: 0;
    padding-left: 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 20px;
    background-color: #c00;
}
.showroom-button-container .nav li .adops-button:hover {
    text-decoration: none;

    color: #fff;
    background-color: #f33000;
}
.showroom-button-container .nav li {
    width: 49%;
    margin-right: 0;
}

.rental-listing-wrapper .adops-button {
    display: block;
    width: 250px;
    height: 40px;
    margin-right: 10px;

    line-height: 37px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border-radius: 20px;
    background-color: #c00;
}
.rental-listing-wrapper .adops-button:hover {
    text-decoration: none;

    color: #fff;
    background-color: #f33000;
}
.rental-listing-wrapper .adops-button.single-button {
    width: 100%;
    margin-right: 0;
}

@media (max-width: 684px) {
    .adops-button {
        width: 100%;
        margin-bottom: 15px;
    }
    .main-copy .button-container .nav li {
        width: 100%;
        margin-bottom: 15px;
    }
    .showroom-button-container .nav li {
        margin-bottom: 15px;
    }
    .button-container {
        flex-wrap: wrap;
    }
    .button-container .nav li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 550px) {
    .showroom-button-container .nav li {
        width: 100%;
        margin-right: 0;
    }
}

/* ----------------------------------------------------------------------*/


/** Header Styles **/
.adops-page .header-image img {
    width: 80%;
}
.adops-page .header-image {
    cursor: pointer;
}
.mobile .header-image {
    width: 80%;
    min-width: 250px;
    margin: 20px auto;
}

.adops-page .service-center-header {
    padding: 20px 30px;

    background-color: #e9e9e9;
}
.adops-page .service-center-header-inner {
    display: flex;

    align-items: center;
    flex-wrap: wrap;
}
.adops-page .header-col {
    width: 100%;
}
.adops-page .header-hours {
    display: flex;

    flex-wrap: wrap;
}
.adops-page .header-hours .widget-heading {
    width: 100%;

    text-align: center;
}
.adops-page .header-hours ul {
    display: flex;
    margin-bottom: 0;
}
.adops-page .header-hours ul li {
    width: 14.2%;
}
.adops-page .header-hours ul li span {
    display: block;
    width: 100%;

    text-align: center;
}



@media (max-width: 1199px) {
    .adops-page .service-center-header {
        padding: 0;
    }
    .adops-page .header-hours {
        padding: 16px;
    }
    .adops-page .header-image-wrap {
        background-color: #f2f2f2;
    }
    .adops-page .header-image {
        width: 50%;
        min-width: 250px;
        margin: 30px auto;
    }
}

@media (max-width:670px) {
    .adops-page .header-hours {
        padding: 10%;
    }
    .adops-page .header-hours ul {
        display: block;
        width: 100%;
    }
    .adops-page .header-hours ul li {
        width: 100%;
    }
    .adops-page .header-hours ul li span {
        display: inline;
        width: 50%;
    }
    .adops-page .header-hours ul li span.key {
        text-align: left;
    }
    .adops-page .header-hours ul li span.value {
        text-align: right;
    }
}

@media (max-width:365px) {
    .adops-page .header-hours {
        padding: 5%;
    }
}



/* ----------------------------------------------------------------------*/

/** Nav Styles **/
.service-nav {
    background-color: #fff;
}
.nav-container {
    display: flex;

    text-align: center;

    flex-wrap: wrap;
}
.nav-col {
    width: 50%;
}
.adops-page ul.nav-list {
    display: flex;
    padding: 0;
    margin-bottom: 0;

    list-style: none;

    align-items: center;
    justify-content: space-between;
}
.adops-page ul.nav-list li {
    display: block;

    flex: 1;
}
.service-nav-link {
    display: block;
    padding: 20px;

    font-size: 18px;
    line-height: 18px;

    color: #000;
}
.service-nav-link.call-link {
    padding: 20px;

    color: #fff;
    background-color: #c00;
}

.service-nav-link:hover {
    text-decoration: none;
}
.service-nav-link.call-link:hover {
    text-decoration: none;

    background-color: #f33000;
}

@media (max-width: 1199px) {
    .nav-col {
        width: 100%;
    }
}

@media (max-width:670px) {
    .service-nav-link {
        font-size: 14px;
    }
}

/* ----------------------------------------------------------------------*/

/** Hero Styles **/
.hero-wrapper {
    padding: 40px 60px;

    background-color: rgba(37,37,37,.54);
}
.hero-content-inner {
    color: #fff;
}
.main-copy-wrapper {
    position: relative;

    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.hero-headline {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;

    font-size: 50px;
    line-height: 58px;

    text-transform: uppercase;

    border-bottom: 2px solid #fff;
}
.hero-byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;

    font-size: 20px;
    line-height: 20px;

    text-transform: uppercase;
}
.main-copy {
    display: flex;
    width: 63%;
    flex-direction: column;

    font-size: 16px;
}
.hero-copy {
    height: auto;
}
.hero-copy.amenities {
    padding-left: 32px;

    background-image: url(../png/icon-amenities.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.hero-copy.first-p {
    margin-top: 16px;
}
.hero-image-aside {
    width: 33%;
    margin-left: 3%;
}
.hero-image-text-pusher {
    display: none;
}
.full-width-infograph {
    padding: 40px 0 60px;

    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #fff;
}
.hero-bg-wrap {
    border-bottom: 3px solid #c00;
}
.toyotacare .hero-headline {
    font-size: 35px;
    line-height: 35px;

    color: #000;
    border-bottom: none;
}
.toyotacare .hero-content-inner {
    height: 100%;
}
.toyotacare .main-copy {
    display: flex;
    width: 100%;
    flex-direction: column;

    font-size: 16px;

    color: #000;
}
.hero-wrapper.toyotacare {
    display: flex;
    width: 50%;
    min-height: 415px;

    background-color: rgba(255,255,255,.8);

    align-items: center;
}

.main-copy-wrapper .main-copy .content::before {
    display: none;
    float: right;
    width: 54%;
    height: 240px;

    content: "\00a0";
}


@media (max-width: 990px) {
    .main-copy {
        display: block;
    }
    .hero-wrapper {
        padding: 30px;
    }
    .hero-wrapper.toyotacare {
        width: 100%;
        min-height: 400px;
        padding: 30px 50px;
    }
    .hero-headline {
        font-size: 34px;
        line-height: 36px;
    }
    .hero-byline {
        font-size: 16px;
        line-height: 18px;
    }
    .hero-image-aside {
        position: absolute;
        top: 0;
        right: 0;

        width: 50%;
    }
    .hero-image-aside {
        display: flex;
        height: 240px;
        overflow: hidden;

        align-items: center;
        object-fit: contain;
    }
    .hero-image-text-pusher {
        display: block;
        float: right;
        width: 54%;
        height: 240px;
    }
    .main-copy-wrapper .main-copy .content::before {
        display: block;
    }
    .main-copy {
        width: 100%;
    }
}



/* ----------------------------------------------------------------------*/

/** Homepage Links **/

h3.navigate-title {
    width: auto;
    padding-bottom: 10px;
    margin: 0 auto 40px;

    font-weight: 400;

    border-bottom: 1px solid #c00;
}
.navigate-title .content {
    width: auto;
    padding-bottom: 10px;
    margin: 0 auto 20px;

    font-size: 18px;
    font-weight: 400;

    border-bottom: 1px solid #c00;
}
.homepage-link-list h3.widget-heading {
    width: 100%;

    font-size: 30px;

    text-align: center;
}

.homepage-link-list ul.nav {
    display: flex;
    width: 100%;
    padding: 20px 80px 0;

    list-style: none;

    flex-wrap: wrap;
    justify-content: center;
}
.homepage-link-list ul.nav li {
    width: auto;
    margin: 0 15px 30px;
}
.homepage-link-list ul.nav li a.homepage-link {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}
.homepage-link-list ul.nav li a.homepage-link:hover {
    color: #c00;
    border: 1px solid #c00;
    background-color: #fff;
}





.homepage-link .link-circle {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;

    border: 3px solid #000; 
    border-radius: 50%;

    align-items: center;
    justify-content: center;
}
.homepage-link .link-title {
    display: block;
    margin-top: 10px;

    font-size: 14px;

    text-align: center;
    text-transform: uppercase;

    color: #000;
}

@media (max-width:900px) {
    .homepage-link-list ul.nav {
        padding-right: 20px;
        padding-left: 20px;
    }
    .homepage-link .link-title {
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .homepage-link-list ul.nav li {
        width: 100%;
    }
    .homepage-link-list ul.nav {
        padding-right: 20px;
        padding-left: 20px;
    }
}


/* ----------------------------------------------------------------------*/

/** Standard Page Content Styles **/
.page-content-wrapper {
    background-color: #fff;
}
.page-content-inner {
    position: relative;

    display: flex;
    padding: 20px 0 0;

    flex-wrap: wrap;
    justify-content: space-between;
}
.page-content-inner.homepage {
    justify-content: center;
}
.page-content-inner.yakima {
    padding: 60px 0;
}
.page-content-col.image-col {
    width: 32%;
    padding-top: 40px;
}
.page-content-col.copy-col {
    width: 68%;
    padding-left: 60px;
}
.content-copy-pusher {
    display: none;
}
.content-copy-block {
    position: relative;

    padding-right: 0;
    margin-bottom: 40px;
}
.content-copy-list {
    padding-left: 154px;
}
.content-copy-item {
    margin-bottom: 10px;

    font-size: 20px;
}
.icon-headline {
    padding: 40px 0 40px 130px;

    font-size: 32px;

    background: transparent no-repeat;
    background-position: 15px center;
}
.img-icon-headline {
    padding: 40px 0 40px 180px;

    font-size: 32px;

    background: transparent no-repeat;
    background-position: left center;
}
.content-cta-block {
    background-color: #f1f1f1;
}

/** Content COL Syles **/
.content-col-1-1 {
    width: 100%;
    margin-bottom: 30px;
}
.content-col-1-2 {
    width: 48%;
    margin-bottom: 30px;
}
.content-col-1-3 {
    width: 32%;
    margin-bottom: 30px;
}
.content-col-1-1 p {
    font-size: 18px;

    text-align: center;
}
.col-copy-wrap p {
    margin-bottom: 25px;
}
.col-copy-wrap h3 {
    font-size: 21px;
}
.col-title {
    min-height: 70px;

    font-size: 32px;
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
}
.legal-subhead {
    display: block;

    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
}

.content-col-1-2.takata-col {
    padding: 40px;
}
.content-col-1-3.takata-col {
    padding: 27px;
}
.takata-col {
    margin: 30px 0 50px;

    border: 2px solid #c00;
}
.takata-col .col-title {
    font-size: 50px;
    line-height: 65px;

    text-align: center;
}
.takata-col .col-copy-wrap p {
    font-size: 20px;

    text-align: center;
}
.takata-col .col-copy-wrap h3 {
    margin: 0 0 30px;

    font-size: 26px;

    text-align: center;
}
.takata-col p.takata-disc {
    font-size: 12px;
}


.takata-list {
    padding-left: 16px;

    list-style: none;
}
.takata-list li {
    margin-bottom: 12px;

    font-size: 20px;
}
.takata-list li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;

    content: "\2022";

    color: #c00;
}

.toyotacare-plus-list {
    padding-left: 16px;

    list-style: none;
}
.toyotacare-plus-list li {
    margin-bottom: 12px;

    font-size: 14px;
}
.toyotacare-plus-list li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;

    content: "\2713";

    color: #c00;
}

.content-col-img {
    width: 100%;
}
.content-col-img img {
    width: 50%;
    margin: 20px auto 40px;
}
.content-std-list {
    padding-left: 20px;
}
.content-std-item {
    font-size: 16px;
}

span.underline {
    text-decoration: underline;
}

.toyotcare-headline {
    font-size: 30px;
}
.content-tcp-col {
    width: 335px;
    margin: 0 30px;
}
.page-content-inner.toyotacare-inner {
    justify-content: center;
}
.toyotacare-col-image {
    margin: 0 auto 15px;
}
.toyotacare-col-image img {
    margin: 0 auto;
}
.content-col-1-1 p.toyotacare-headline {
    padding: 0 115px;

    font-size: 35px;
}

.full-width-call {
    padding: 60px 60px;
    margin-bottom: 0;
}
.full-width-call h2 {
    margin-bottom: 0;

    font-size: 36px;

    text-align: center;
}

.promotions-listing {width:100%;}

@media (max-width:990px) {
    .content-col-1-2 {
        width: 100%;
        padding: 0 5%;
    }
    .content-col-1-3 {
        width: 100%;
        padding: 0 5%;
    }
    .content-col-1-1 {
        padding: 0 5%;
    }
    .col-title {
        min-height: auto;
    }
    .page-content-col.image-col {
        position: absolute;
        top: 0;
        right: 0;

        display: flex;
        width: 35vh;
        height: 38vh;
        overflow: hidden;

        align-items: center;
        object-fit: contain;
    }
    .page-content-col.image-col.tall {
        width: 35vh;
        height: 42vh;
    }
    .page-content-col.copy-col {
        width: 100%;
        padding-right: 20px;
        padding-left: 0;

        order: 1;
    }
    .content-copy-pusher {
        display: block;
        float: right;
        width: 35vh;
        height: 38vh;
    }
    .content-copy-pusher.tall {
        display: block;
        float: right;
        width: 35vh;
        height: 42vh;
    }
    .content-copy-list {
        padding-left: 32px;
    }
    .icon-headline {
        padding: 40px 0 40px 120px;

        font-size: 24px;
    }
    .content-copy-item {
        margin-bottom: 10px;

        font-size: 16px;
    }
    .image-col .image-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width:785px) {
    .page-content-col.image-col {
        display: none;
    }
    .page-content-col.copy-col {
        padding: 0 20px;
    }
    .content-copy-pusher {
        display: none;
    }
    .content-copy-pusher.tall {
        display: none;
    }
    .icon-headline {
        padding: 40px 0 40px 120px;

        font-size: 21px;

        background-position: left center;
    }
    .img-icon-headline {
        padding: 40px 0 40px 180px;

        font-size: 21px;

        background-position: left center;
    }
    .content-copy-list {
        padding-left: 16px;
    }
    .content-copy-item {
        margin-bottom: 10px;

        font-size: 14px;
    }
    .content-col-img img {
        width: 65%;
    }
    .full-width-call {
        padding: 40px;
    }
    .full-width-call h2 {
        font-size: 26px;
    }
}


@media (max-width: 930px) {
    .content-tcp-col {
        width: 300px;
        margin: 0 15px;
    }
    .content-tcp-col .col-title {
        font-size: 28px;
    }
    .content-col-1-1 p.toyotacare-headline {
        padding: 0 50px;

        font-size: 25px;
    }
}

@media (max-width: 730px) {
    .content-tcp-col {
        margin: 20px 4%;
    }
    .content-col-1-1 p.toyotacare-headline {
        padding: 0;

        font-size: 25px;
    }
}
/* ----------------------------------------------------------------------*/

/** Icon Styles **/
.icon-headline.icon-info-handshake {
    background-position: left center;
}
.icon-info-stopwatch {
    background-image: url(../png/icon-info-stopwatch.png);
}
.icon-info-alert {
    background-image: url(../png/icon-info-alert.png);
}
.icon-info-question {
    background-image: url(../png/icon-info-question.png);
}
.icon-info-handshake {
    background-image: url(../png/icon-info-handshake.png);
}
.img-express-1 {
    background-image: url(../jpg/pic-info-icon-oil-filter.jpg);
}
.img-express-2 {
    background-image: url(../jpg/pic-info-icon-brake-inspection.jpg);
}
.img-express-3 {
    background-image: url(../jpg/pic-info-icon-tire-rotation.jpg);
}
.img-express-4 {
    background-image: url(../jpg/pic-info-icon-multi-point-inspection.jpg);
}
.img-express-5 {
    background-image: url(../jpg/pic-info-icon-fluid-inspection.jpg);
}
/* ----------------------------------------------------------------------*/

/** CTA Block Styles **/
.cta-block-inner {
    display: flex;
    padding: 40px 0;

    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.cta-block-inner .cta-block-image {
    margin-right: 30px;
}
.cta-block-copy {
    max-width: 50%;
}
.cta-block-copy h2 {
    margin-top: 0;

    font-size: 30px;
}
.cta-block-button {
    width: 60%;
}

@media (max-width:700px) {
    .cta-block-copy {
        width: 100%;
        max-width: 100%;
    }
    .cta-block-inner .cta-block-image {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
/* ----------------------------------------------------------------------*/

/** Video Section Styles Styles **/
.video-bg-wrap {
    background-size: cover;
}
.video-wrapper {
    padding: 60px;

    background-color: rgba(255,255,255,.65);
}
.video-embed-container {
    position: relative;

    width: 570px;
    padding-bottom: 320px;
    margin: 0 auto;
}
.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

@media (max-width: 730px) {
    .video-wrapper {
        padding: 60px 0;
    }
    .video-embed-container {
        width: 100%;
        height: 0;
        max-width: 100%; 
        padding-bottom: 56.25%;
        overflow: hidden;
    }
}

/* ----------------------------------------------------------------------*/


/** Parts Link List Styles **/
a.find-parts-link {
    color: #000;
}
a.find-parts-link:hover {
    color: #c00;
}


.find-parts-link-list ul.nav {
    display: flex;
    width: 100%;
    padding: 20px 80px 0;

    list-style: none;

    flex-wrap: wrap;
    justify-content: center;
}
.find-parts-link-list ul.nav li {
    width: 150px;
    height: 150px;
    margin: 0 15px 30px;

    color: #000;
    border-radius: 50%;
    background-color: #fff ;
}
.find-parts-link-list ul.nav li .find-parts-link {
    display: flex;
    width: 100%;
    height: 100%;

    font-size: 18px;
    line-height: 20px;

    text-align: center;

    border: 1px solid #000;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);

    align-items: center;
    justify-content: center;
}

a.btn.btn-primary.btn-no-decoration.find-parts-link {
    color: #000;
}
a:hover.btn.btn-primary.btn-no-decoration.find-parts-link {
    color: #c00;
}

.find-parts-link .link-circle {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;

    border: 3px solid #000; 
    border-radius: 50%;

    align-items: center;
    justify-content: center;
}
.find-parts-link .link-title {
    display: block;
    margin-top: 10px;

    font-size: 14px;

    text-align: center;
    text-transform: uppercase;

    color: #000;
}

@media (max-width:900px) {
    .find-parts-link {
        width: 110px;
    }
    .find-parts-link-list ul.nav {
        padding-right: 80px;
        padding-left: 80px;
    }
    .find-parts-link .link-title {
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .find-parts-link-list ul.nav {
        padding-right: 20px;
        padding-left: 20px;
    }
}


/* ----------------------------------------------------------------------*/

/** Disclaimer Styles **/
.disclaimer-content {
    padding: 30px 0;

    border-top: 1px solid #e7e7e7;
}
.disclaimer-list {
    padding-left: 0;

    list-style: none;
}
.disclaimer-list-item {
    margin-bottom: 8px;

    font-size: 10px;
}
.disclaimer-list-p {
    margin-bottom: 8px;

    font-size: 10px;
}
.disc-list-number {
    font-weight: 800;

    color: #c00;
}
sup.disc-num {
    font-size: 70%;

    color: #c00;
}
/* ----------------------------------------------------------------------*/

/** Dealer Info Styles **/
.dealer-info-wrapper {
    background-color: #f7f7f7;
}
.dealer-info-inner {
    display: flex;
    padding: 0 30px;

    flex-wrap: wrap;
    justify-content: space-between;
}
.dealer-info-col {
    display: flex;
    width: 49%;
    padding: 30px 0;

    flex-wrap: wrap;
}

.mobile .dealer-info-col .mx-4 {
    margin-right:0px !important;
    margin-left:0px !important;
}

.dealer-info-copy .content {
    width: 100%;
    max-height: 300px;
    padding: 30px;
    overflow-y: auto;

    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px inset #999;
            box-shadow: 0 0 10px inset #999;
}
.info-detail-col {
    width: 50%;
}
.info-detail-col.buttons {
    width: 100%;
}

.mobile .contact-info {
    width: 100%;
}

.mobile .hours-default {
    width: 100%;
}



@media (max-width: 990px) {
    .dealer-info-col {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .dealer-info-contact,
    .dealer-info-hours {
        width: 100%;
        margin-bottom: 20px;

        text-align: center;
    }
}

/* ----------------------------------------------------------------------*/

/** Rental Listing **/
.rental-listings-container {
    display: flex;
    padding: 50px 0;

    flex-wrap: wrap;
    justify-content: space-between;
}
.rental-listing-block {
    width: 23%;
    padding: 20px 0;
    margin-bottom: 3% !important;

    background-color: #fff;
}
.rental-listing-img {
    padding: 0 10px;
}
.rental-listing-title {
    width: 100%;
    margin-bottom: 15px;

    font-size: 20px;

    text-align: center;
}
.pricing-titles {
    display: flex;
    width: 100%;
    padding: 10px 0;

    font-size: 10px;

    text-align: center;

    color: #808080;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.price-title {
    flex-grow: 1;
}
.pricing-values {
    display: flex;
    width: 100%;
    padding-bottom: 10px;

    font-size: 30px;

    text-align: center;

    color: #c00;
}
span.currency-marker {
    font-size: 12px;

    vertical-align: super;
}
.price-value {
    flex-grow: 1;
}
.rental-listing-inner .button-container {
    padding: 0 15px;
}

@media (max-width: 960px) {
    .rental-listing-block {
        width: 48%;
        margin-bottom: 4% !important;
    }
}

@media (max-width: 530px) {
    .rental-listing-block {
        width: 100%;
        margin-bottom: 5% !important;
    }
    .rental-listing-img {
        margin: 0 auto;
    }
}


/* ----------------------------------------------------------------------*/

/** Hero Image BG Styles **/
.hero-bg-wrap {
    background-size: cover;
}

.hero-bg-1 {
    background-image: url("../jpg/hero-bg-1-service-center-homepage.jpg");
}
.hero-bg-2 {
    background-image: url(../jpg/hero-bg-2-service-specials-and-coupons.jpg);
}
.hero-bg-3 {
    background-image: url(../jpg/hero-bg-3-parts-specials-and-coupons.jpg);
}
.hero-bg-4 {
    background-image: url(../jpg/hero-bg-4-national-service-and-parts-promotions.jpg);
}
.hero-bg-5 {
    background-image: url(../jpg/hero-bg-5-toyota-tires.jpg);
}
.hero-bg-6 {
    background-image: url(../jpg/hero-bg-6-brake-service-and-repair.jpg);
}
.hero-bg-7 {
    background-image: url(../jpg/hero-bg-7-battery-service-and-replacement.jpg);
}
.hero-bg-8 {
    background-image: url(../jpg/hero-bg-8-toyota-oil-change.jpg);
}
.hero-bg-9 {
    background-image: url(../jpg/hero-bg-9-toyota-service-fluid-replacement.jpg);
}
.hero-bg-10 {
    background-image: url(../jpg/hero-bg-10-cabin-air-filter.jpg);
}
.hero-bg-11 {
    background-image: url(../jpg/hero-bg-11-engine-air-filter.jpg);
}
.hero-bg-12 {
    background-image: url(../jpg/hero-bg-12-toyota-oil-filter.jpg);
}
.hero-bg-13 {
    background-image: url(../jpg/hero-bg-13-toyota-wiper-blades.jpg);
}
.hero-bg-14 {
    background-image: url(../jpg/hero-bg-14-schedule-service.jpg);
}
.hero-bg-15 {
    background-image: url(../jpg/hero-bg-15-toyota-express-maintenance.jpg);
}
.hero-bg-16 {
    background-image: url(../jpg/hero-bg-16-toyotacare.jpg);
}
.hero-bg-17 {
    background-image: url(../jpg/hero-bg-17-toyotacare-plus.jpg);
    background-position: 30% 100%;
}
.hero-bg-18 {
    background-image: url(../jpg/hero-bg-18-toyota-complete.jpg);
}
.hero-bg-19 {
    background-image: url(../jpg/hero-bg-19-certified-collision-center.jpg);
}
.hero-bg-20 {
    background-image: url(../jpg/hero-bg-20-rent-a-car.jpg);
}
.hero-bg-21 {
    background-image: url(../jpg/hero-bg-21-takata-airbag-recall.jpg);
}
.hero-bg-22 {
    background-image: url(../jpg/hero-bg-22-find-toyota-genuine-parts.jpg);
}
.hero-bg-23 {
    background-image: url(../jpg/hero-bg-23-order-toyota-genuine-parts.jpg);
}
.hero-bg-24 {
    background-image: url(../jpg/hero-bg-24-yakima-accessories.jpg);
}
.hero-bg-25 {
    background-image: url(../jpg/hero-bg-25-toyota-genuine-accessories.jpg);
}

/* ----------------------------------------------------------------------*/
