@import "../partners.css";
@import "../hero.css";
@import "../../../v2/css/interlinking.css";
@import "../srp/pagination-v3.css";
@import "../custom-table-tabs.css";
@import "../custom-table-tabs-vin.css";
@import "../srp/error-message-banner.css";
@import "../price-history-module.css";
@import "../widgets.css";
@import url("../custom-table-tabs-mobile.css") (max-width: 1023px);
@import "../lifespan.css";

#vin-carfax-panel.responsive_accordion__body {
    overflow: visible;
}
.centered-text {
    width: auto;
    margin: auto;
    text-align: center;
    padding: 2.7rem 0 2.7rem;
}

div#carfax-summary {
    margin: 1rem auto 0;
    width: fit-content;
    padding:  0.4rem 0 2.8rem;
}

.section__widgets-history {
    padding: 5rem 2rem;
    @media (max-width: 810px) {
        padding: 3rem 2rem 0;
    }
}

.saved .ico-favorite {
    display: none;
    color: orangered;
}
.unsaved .ico-favorite-filled-current{
    display: none;
}

.price-history-table td {
    max-width: 30rem;
    width: 30rem;
}

.section__block-body--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section__block-body--flex {
        display: block;
    }
}

.section__block-foot {
    padding: 2.5rem 1.5rem 2.4rem;
    background: #F8FAFB;
    text-align: center;
    border-radius: 0 0 0.8rem 0.8rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section__block-foot {
        padding: 1.6rem 1.5rem 1.7rem;
    }
}

.section__block-foot a {
    font-weight: 600;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section__block-foot a {
        white-space: normal;
    }
}

.gray-bg {
    background-color: #F8FAFB;
    text-align: center;
    @media (min-width: 768px) {
        height: 7.6rem;
    }
    padding: 2.7rem 0 2.5rem;
    border-radius: .8rem;
}

.accordion__lists-features {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem;
    flex-direction: row;
    /*columns: 25rem;*/
    column-gap: 1.5rem;
    row-gap: 2.5rem;
}

.category-column {
    flex: 1 1 20%;
    @media (max-width: 1345px) {
        flex: 1 1 30%;
    }
    @media (max-width: 1028px) {
        flex: 1 1 45%;
    }
    @media (max-width: 690px) {
        flex: 1 1 100%;
    }
}

.feature-group + .feature-group {
    margin-top: 2.5rem;
    @media (max-width: 767px) {
        margin-top: 2rem;
    }

}

.feature-group {
    overflow: hidden;
    /*flex: 1 1 25%*/
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion__lists-features {
        font-size: 1.4rem;
        line-height: 1.57;
        padding: .5rem;
    }
}

.ui-group-name,
.category-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem;
}

.ui-group-name {
    font-size: 1.8rem;
}

.features-list li {
    font-weight: normal;
    /*font-size: 1.6rem;*/
    font-style: normal;
    padding-bottom: .6rem;
}

.features-list {
    line-height: 1.8rem;
    margin: 1.2rem 0 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.features-list li {
    padding-left: 1.1rem;
    position: relative;
}

.features-list li:after {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features-list li:after {
        left: 0.2rem;
    }
}

.js-content-trigger.is-active svg.ico-arrow-down {
    transform: rotate(180deg);
}

.vin-top-ad {
    margin-bottom: 1rem;
}

@media (max-width: 500px) {
    .right-side.one {
        text-align: right;
    }

    .mobile-vin-header .value_badge {
        justify-content: flex-start;
        -webkit-box-pack: start;
    }
}

.specs-wrapper {
    flex: 1 1 50%;
    margin-top: 2.5rem;
    margin-bottom: .4rem;
    @media (min-width: 768px) {
        flex: 1 1 100%
    }
}

.specs-chooser {
    border: solid 1px #ddd;
    background: #fafafa;
    padding: 1em 1em;
    width: fit-content;
}

.specs-chooser select {
    margin: 0.5em 0.5em 0.5em 0;
}

.for-sale-header {
    margin-top: 2rem;
    @media (max-width: 500px) {
        margin-top: 0;
    }
}

.specs-wrapper + #vin-sub-head-left:has(~ .for-sale-header) {
    /* make the #vin-sub-head-left element last in the flex grid iff the specs chooser AND for-sale-header are present*/
    order: 10
}

.specs-wrapper + #vin-sub-head-left {
    flex: 1 1 100%
}

.right-side.one .for-sale-header {
    text-align: end;
}
.vin-header-buttons.vin-ws-button {
    width: 31.2rem;
    max-width: 31.2rem;
}

@media (max-width: 767px) {
    .btn.vin-header-buttons {
        font-size: 14px !important;
    }
}

.vin-summary-wrapper {
    padding: 3rem 2.4rem;
    @media (max-width: 500px) {
        padding: .5rem .5rem;
    }
}

.mobile-vin-header .left-side,
.mobile-vin-header .right-side {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
}

.mobile-vin-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.mobile-vin-header.flex-column {
    flex-direction: column;
    flex-wrap: nowrap;

    .value_badge {
        padding-top: 0;
    }
}

#vin-head .widget__tooltip {
    margin-left: 0.2rem;
}

.mobile-vin-header .left-side .widget__tooltip,
#vin-sub-head-left .widget__tooltip {
    position: relative;
    bottom: .2rem;
    @media (max-width: 767px) {
        bottom: .1rem;
    }
}

footer.footer {
    margin-top: 0;
}

#no-sji-text svg {
    margin-left: 0;
    flex: 0 0 10%;
}

.vin-disclaimer {
    border-top: solid 1px lightgray;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    background: #F8FAFB;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.open-investigation {
    color: #AA1313;
    text-wrap: nowrap;
    font-size: 14px;
}

.vhr-column h6 {
    margin-bottom: 2.1rem;
}

.vhr-column hr {
    margin-bottom: 2rem;
}

.vhr-column .btn {
    margin-top: 4rem;
    @media (max-width: 767px) {
        margin-top: 3rem;
    }
}

.vhr-column {
    /*flex: 1 1 20%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.vhr-ad-info-col1 {
    flex: 1 1 70%;
}

.vhr-ad-info-col2 {
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3rem;
    @media (max-width: 767px) {
        display: none;
    }
}
.vin-title .widget__tooltip {
    display: inline;
}

#vin-vhr-ad .vin-title {
    margin-right: 1rem;
}

#vin-vhr-ad .btn--small {
    padding: .4rem 1rem;
    margin-top: -1.1rem;
    @media (max-width: 650px) {
        margin-top: .5rem;
        margin-bottom: 1rem;
    }
}

#vin-vhr-ad li {
    list-style-type: disc;
}

#vin-vhr-ad hr {
    opacity: 0.26;
    background: #727577;
    max-width: 32rem;
}

ul.vhr-checklist {
    /*min-height: 19.2rem;*/
    margin-left: 2.5rem;
}

@media (min-width: 768px) {
    #vhr-salvage-history .vin-subtext {
        border-bottom: 0.1rem solid #D2D5D7;
    }
}

.vin-subtext {
    padding: 1.8rem 2rem;

    p {
        margin-bottom: 1.5em;
    }
}

.vin-subtext + .vin-subtext {
    padding-top: 0;
}

@media (max-width: 767px) {
    .section__table {
        padding-top: 1.5rem;
        padding-bottom: 1.1rem;
    }

    .vin-subtext {
        padding: 0 0 1.5rem;
    }

    .vin-subtext + .section__table {
        padding-top: 0;
    }
}

.link3.load_list_trigger:before {
    inset: unset;
    border: none;
}

.sort_tab {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.sort_tab.defaultSort {
    background-image: url(asc.gif);
}

.sort_tab.reverseSort {
    background-image: url(desc.gif);
}

.load_list_trigger .ico-arrow-down {
    color: #D2D5D7;
}

select.sort-select {
    color: #333;
    height: 4.6rem;
    padding: 1rem 1.6rem 1rem 1.4rem;
    border: .1rem solid #727577;
    background: #fff;
    border-radius: .5rem;
    font-size: 1.4rem;
    line-height: 1.715;
    margin-left: 1.7rem;
    width: 75%;
    @media (max-width: 350px) {
        width: 55%;
    }
}

.window-sticker-link {
    margin-top: 20px;
}

.stars-sprite-img {
    margin-top: .2rem;
}

.safety-paragraph {
    margin-top: .9rem;
}

.safety-subheading {
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2.5rem;
}

.safety-divider {
    height: 2px;
    opacity: .26;
    background: #727577;
    margin: 2.5rem 0;
}

.vhr-smalltext {
    max-width: 67.5rem;
    color: #333;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    flex: 1 1 80%;
    @media (max-width: 700px) {
        flex: 1 1 100%;
    }
}

.three-col-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 4.5rem;
    justify-content: space-between;
}

.three-col-section {
    flex: 1 1 25%;
    max-width: 32rem;
}

@media (min-width: 841px) and (max-width: 1280px) {
    .three-col-section.safety-rollover {
        order: 2;
    }

    .three-col-section.safety-side {
        order: 3;
    }
}

@media (max-width: 840px) {
    .three-col-container {
        row-gap: 4.5rem;
    }
}

@media (max-width: 1280px) {
    .three-col-container {
        column-gap: 12.6rem;
        justify-content: unset;
    }

    .three-col-section {
        flex: 0 1 33%;
    }
}

@media (max-width: 840px) {
    .three-col-section {
        flex: 1 1 50%;
    }
}

.overall-rating-widget .star-rating-label {
    margin-top: .6rem;
}

.overall-rating-widget {
    font-weight: 600;
}

.big-rating {
    margin-right: 1.3rem;

    color: rgba(51, 51, 51, 0.90);
    font-size: 5.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.star-rating-tag {
    margin-bottom: 1.5rem;
    display: flex;
    align-content: space-between;
}

.overall-rating-widget .star-rating-tag {
    margin-bottom: 1rem;
    flex-direction: column;
}

.star-rating-stars {
    /*flex: 1 1 50%;*/
    /*width: 100%;*/
}

.star-rating-label {
    text-wrap: nowrap;
    flex: 1 1 50%;
    width: 100%;
    margin-right: .5rem;

    text-transform: uppercase;
    color: #333;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.overall-rating-widget {
    border: 1px solid #D2D5D7;
    border-radius: .5rem;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);*/
    box-sizing: border-box;
    margin-bottom: 4.5rem;
    margin-top: 1rem;

    padding: 1.8rem 2.1rem 0.5rem 2.1rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    max-width: 280px;
    max-height: 78px;
    flex-shrink: 0;
}

.p-info {
    max-width: 80.5rem;
}

.section__head .last-updated {
    display: block;
    flex: 1 0 50%;
}

.section__head .action-buttons {
    display: block;
    padding-bottom: 1rem;
}

.section__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.isc-orange {
    color: #DD390C;
}

.vin-page-header {
    h1 {
        margin-bottom: 1.7rem !important;
        font-size: 3rem;
        @media (max-width: 767px) {
            font-size: 2.4rem;
            line-height: 2.5rem;
        }
        @media (min-width: 768px) {
            margin-bottom: .7rem !important;
        }
    }

    padding-right: 5rem;
    @media (min-width: 768px) {
        padding-bottom: 1rem;
    }
}

.vin-page-subhead {
    font-size: 2rem;
    @media (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
}

#vin-ymm-subhead {
    margin-bottom: .8rem;
    @media (min-width: 768px) {
        margin-bottom: .3rem !important;
    }
}

#vin-vin-subhead {
    margin-bottom: 1.3rem;
}

.list-links li {
    text-align: center;
}

.list-links a {
    font-size: 1.4rem;
}

.btn#track-vin-btn {
    padding: .5rem 1.4rem;
}
.btn#track-vin-btn.btn--size3 {
    min-width: 14.2rem;
    padding: 0.8rem 1rem;

    @media(max-width: 450px){
        min-width: 8rem;
    }
}
.btn#track-vin-btn.btn--size1 {
    @media (max-width: 1023px) {
        max-width: 15rem;
        min-width: 15rem;
    }
    @media (max-width: 767px) {
        max-width: 11rem;
        min-width: 11rem;
    }
    @media (max-width: 525px) {
        margin: .7rem;
    }
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.5em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

.footer {
    margin-top: 0;
}

.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

.ui-input-clear, .ui-input-clear-hidden {
    /*Hide the 'Clear Text' link below text input fields (jquery mobile)*/
    display: none;
}

/* ------------------------------------------------------------ *\
	List words
\* ------------------------------------------------------------ */
.list-words {
    padding-left: 2rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .list-words {
        padding: 0 1rem 0 2.4rem;
    }
}

.list-words li {
    padding-left: 3.3rem;
    list-style-type: none;
    position: relative;
}

.list-words li:before {
    content: attr(data-marker);
    display: block;
    font-size: inherit;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.list-words li + li {
    margin-top: 0.1rem;
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
.list {
    padding-left: 1rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .list {
        padding-left: 1.3rem;
    }
}

.list li {
    padding-left: 1.9rem;
    list-style-type: none;
    position: relative;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .list li {
        padding-left: 2.2rem;
    }
}

.list li:before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: currentColor;
    position: absolute;
    top: 0.9rem;
    left: 1rem;
}

.list li + li {
    margin-top: 0.4rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .list li + li {
        margin-top: 0.5rem;
    }
}

/* ------------------------------------------------------------ *\
	Number Info
\* ------------------------------------------------------------ */
.number-info .number__cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .number-info .number__cols {
        display: block;
    }
}

.number-info .number__item {
    margin-top: 3.9rem;
    padding-top: 3.6rem;
    border-top: 0.1rem solid #D2D5D7;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .number-info .number__item {
        margin-top: 3.3rem;
        padding-top: 2.6rem;
    }
}

/* ------------------------------------------------------------ *\
	Number Vin
\* ------------------------------------------------------------ */
.number-vin {
    margin: 0 auto 6.7rem;
    max-width: 69.2rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .number-vin {
        margin-bottom: 5.8rem;
        padding: 0 0.3rem;
    }
}

.number-vin img {
    width: 100%;
}

/* ------------------------------------------------------------ *\
	Question
\* ------------------------------------------------------------ */
.question {
    padding-right: 3rem;
    letter-spacing: -0.01em;
}

.question p a {
    color: #006FB9;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .question {
        padding-right: 0;
    }
}

.question h5 {
    margin-bottom: 1.6rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .question h5 {
        margin-bottom: 1.8rem;
    }
}

.question p {
    margin-bottom: 1.8rem;
}

.question p:last-child {
    margin-bottom: 0;
}

.question ul {
    padding-left: 1.9rem;
    font-size: 1.6rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .question ul {
        padding-left: 2.2rem;
        line-height: 1.46;
    }
}

.question li {
    padding: 0 7rem 0 1.2rem;
    list-style-type: none;
    position: relative;
    letter-spacing: 0;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .question li {
        padding: 0 0 0 1.3rem;
    }
}

.question li + li {
    margin-top: 0.5rem;
}

.question li:before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 0;
}

/* ------------------------------------------------------------ *\
	Questions
\* ------------------------------------------------------------ */
.questions .questions__item + .questions__item {
    margin-top: 3.4rem;
    padding-top: 3.3rem;
    border-top: 0.1rem solid #D2D5D7;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .questions .questions__item + .questions__item {
        margin-top: 2.7rem;
        padding-top: 2.4rem;
    }
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
    padding-bottom: 6rem;
    max-width: 66.9rem;
    margin: 0 auto;
    isolation: isolate;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search {
        padding-bottom: 0;
    }
}

.search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search form {
        display: block;
    }
}

.search .search__controls {
    position: relative;
    max-width: 46rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46rem;
    flex: 0 0 46rem;
    margin-right: 0.9rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search .search__controls {
        max-width: 100%;
        margin: 0 auto 1.3rem;
    }
}

.search .search__controls:before {
    content: "";
    display: block;
    position: absolute;
    inset: -0.4rem;
    border: 0.2rem solid #DD390C;
    border-radius: 0.5rem;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 0;
}

.search .search__controls:focus-within:before {
    opacity: 1;
}

.search .search__controls.is-invalid:before,
.search .search__controls:focus-within:before {
    opacity: 0;
}

.search .search__controls.is-invalid .search__field,
.search .search__controls:focus-within .search__field {
    border-color: inherit;
}

.search .search__controls.is-invalid .search__error {
    opacity: 1;
}

.search .search__field {
    background: #fff;
    border: 0.1rem solid #C5C5C7;
    border-radius: 0.5rem;
    width: 100%;
    height: 5.4rem;
    padding: 0rem 1.9rem;
    -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
    color: #333333;
}

.search .search__error {
    padding: 1rem 1rem 1rem 2.6rem;
    position: absolute;
    top: 111%;
    width: 100%;
    /*color: #AA1313;*/
    color: #333;
    font-size: 1.4rem;
    line-height: 1.42;
    text-align: left;
    background: #fff;
    border-radius: .5rem;
    border: 1px solid #AA1313;

    -webkit-transition: opacity 0.4s, max-height 0.4s, margin 0.4s;
    -o-transition: opacity 0.4s, max-height 0.4s, margin 0.4s;
    transition: opacity 0.4s, max-height 0.4s, margin 0.4s;
}

.vin-not-found {
    font-weight: 700;
    font-style: italic;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search .search__error {
        padding: 1rem 1rem 1rem 2.6rem;
        position: relative;
        top: initial;
        left: initial;
        font-size: 1.4rem;
        margin-top: 15px;
    }
}

.search .search__error:before {
    content: "";
    left: .5rem;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("../../images/error-ico.svg") no-repeat center;
    position: absolute;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search .search__error:before {
        left: 0.3rem;
    }
}

.search .search__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 46.9rem);
    flex-basis: calc(100% - 46.9rem);
    max-width: calc(100% - 46.9rem);
    position: relative;
}

.search .search__btn.window-sticker-price-label--btn {
    width: 200px;
    max-width: none;
}

.window-sticker-price-label--background {
    fill: rgba(114, 117, 119, 0.75);
    filter: blur(2px);
}

@media (max-width: 767px) {
    .window-sticker-price-label--background {
        display: none;
    }

    .search .search__btn.window-sticker-price-label--btn {
        width: 100%;
    }
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search .search__btn {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

.search .search__tooltip {
    padding-top: 0.7rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search .search__tooltip {
        top: initial;
        bottom: 100%;
        padding: 0 0 0.7rem 0;
    }
}

.search .search__tooltip-content {
    padding: 1.6rem 1.7rem 1.6rem 6.3rem;
    background: #fff;
    border: 0.1rem solid #DD390C;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.428;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    isolation: isolate;
}

.search .search__tooltip-content:before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 1.7rem;
    background: url("../../images/tooltip-shape.svg") no-repeat;
    position: absolute;
    background-size: cover;
    top: -1.55rem;
    right: 1.4rem;
    z-index: -1;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search .search__tooltip-content:before {
        top: initial;
        bottom: -1.5rem;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.search .search__tooltip-ico:before {
    content: "";
    position: absolute;
    inset: -0.3rem -0.4rem -0.4rem;
    border: 0.2rem solid #DD390C;
    border-radius: 50%;
    opacity: 0;
}

.search .search__tooltip-ico:focus:before {
    opacity: 1;
}

.search .search__tooltip-ico img {
    opacity: 0.6;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.search .search__tooltip-ico {
    position: absolute;
    top: -4rem;
    right: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .search .search__tooltip-ico {
        top: initial;
        bottom: -3.9rem;
    }
}

.search .search__tooltip-ico:hover {
    opacity: 1;
}

.search .search__tooltip-ico:hover .search__tooltip-content {
    opacity: 1;
    z-index: 10;
}

.search .search__tooltip-ico:hover ~ .search__tooltip-content {
    opacity: 1;
}

@media (max-width: 1023px) {
    .search .search__tooltip-ico.is-active {
        opacity: 1;
    }

    .search .search__tooltip-ico.is-active .search__tooltip-content {
        opacity: 1;
        z-index: 10;
    }

    .search .search__tooltip-ico.is-active ~ .search__tooltip-content {
        opacity: 1;
    }
}

.search .search__tooltip-content .icon-svg {
    position: absolute;
    top: 50%;
    left: 1.6rem;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

/* ------------------------------------------------------------ *\
	Section Callout
\* ------------------------------------------------------------ */
.section-callout {
    padding: 5rem 0;
    background: #E6EFF5;
}

.section-callout h1 {
    margin-bottom: 1.8rem;
}

.section-callout p {
    margin-bottom: 2.4rem;
}

.section-callout .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 69rem;
    margin: 0 auto;
}

.section-callout .section__content {
    padding: 0.2rem 6rem 0 0.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 2rem;
    letter-spacing: -0.01em;
}

.section-callout .section__image {
    margin: 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.8%;
    flex: 0 0 32.8%;
    max-width: 32.8%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.section-callout .section__actions a + a {
    margin-left: 0.5rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section-callout {
        padding: 4.7rem 0 5rem;
        text-align: center;
    }

    .section-callout h1 {
        margin-bottom: 2.3rem;
        font-size: 2.7rem;
        line-height: 1.25;
    }

    .section-callout p {
        margin-bottom: 4.7rem;
    }

    .section-callout .section__inner {
        display: block;
    }

    .section-callout .section__content {
        padding: 0;
        font-size: 1.6rem;
    }

    .section-callout .section__image {
        margin-bottom: 3.2rem;
        max-width: 100%;
    }
}

.summary-text {
    display: inline-block;
    /*width: 35rem;*/
    vertical-align: middle;
    padding: .5rem 0 .5rem .5rem;
    width: 80%;
}

/* ------------------------------------------------------------ *\
	Section Cardsp
\* ------------------------------------------------------------ */
.section-cards {
    padding: 10rem 0;
    background: #F8FAFB;
    overflow: hidden;
}

.section-cards h2 {
    margin-bottom: 4.8rem;
    text-align: center;
}

.section-cards .section__inner--alt {
    padding: 0 0.4rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section-cards {
        padding: 4.8rem 0;
    }

    .section-cards h2 {
        max-width: 85%;
        margin: 0 auto 3.1rem;
    }

    .section-cards .section__inner--alt {
        padding: 0;
    }
}

/* ------------------------------------------------------------ *\
	Section FAQ
\* ------------------------------------------------------------ */
.section-faq {
    padding: 5rem 0 10rem;
}

.section-faq .section__head {
    margin-bottom: 6.3rem;
    text-align: center;
}

.section-faq .section__body {
    margin-bottom: 5.7rem;
}

.section-faq .section__actions {
    text-align: center;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section-faq {
        padding: 2.4rem 0 4.8rem;
    }

    .section-faq .section__head {
        margin-bottom: 3.2rem;
    }

    .section-faq .section__body {
        margin-bottom: 4.3rem;
    }

    .section-faq .section__actions a {
        display: block;
    }
}

/* ------------------------------------------------------------ *\
	Section Number
\* ------------------------------------------------------------ */
.section-number {
    padding: 10rem 0;
}

.section-number h2 {
    margin-bottom: 1.7rem;
}

.section-number .section__inner {
    margin: 0 auto;
    max-width: 88.5rem;
}

.section-number .section__head {
    margin: 0 auto 6.4rem;
    max-width: 60rem;
    text-align: center;
    letter-spacing: -0.01em;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section-number {
        padding: 5rem 0;
    }

    .section-number h2 {
        margin-bottom: 3.1rem;
    }

    .section-number .section__head {
        margin-bottom: 2.7rem;
        padding: 0 2rem;
    }
}

/* ------------------------------------------------------------ *\
	Section Savings
\* ------------------------------------------------------------ */
.section-savings {
    padding: 7rem 0 5rem;
}

.section-savings h2 {
    margin-bottom: 1rem;
}

.section-savings h5 {
    font-weight: 400;
}

.section-savings .section__head {
    margin-bottom: 4.8rem;
    text-align: center;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section-savings {
        padding: 4.8rem 0 2.4rem;
    }

    .section-savings h2 {
        margin-bottom: 3rem;
    }

    .section-savings h5 {
        font-size: 1.6rem;
    }

    .section-savings .section__head {
        margin-bottom: 3.3rem;
    }
}

/* ------------------------------------------------------------ *\
	Section small
\* ------------------------------------------------------------ */
.section-small {
    line-height: 1.35;
    text-align: center;
    background: #E6EFF5;
    padding: 2.8rem 0rem 2.5rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section-small {
        padding: 1.5rem 0;
    }
}

/* ------------------------------------------------------------ *\
	Section Table
\* ------------------------------------------------------------ */
.section-table {
    padding: 10rem 0;
}

.section-table h2 {
    margin-bottom: 1.2rem;
}

.section-table .section__head {
    margin-bottom: 5.4rem;
    text-align: center;
}

@media (max-width: 374px) {
    .section-table .section__head {
        padding: 0 1rem;
    }
}

.section-table .section__head h5 {
    font-weight: 400;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section-table {
        padding: 4.7rem 0;
    }

    .section-table h2 {
        margin-bottom: 3rem;
    }

    .section-table .section__head {
        margin-bottom: 3.7rem;
        padding: 0 3.5rem;
    }

    .section-table .section__head h5 {
        font-size: 1.6rem;
    }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
    background: #F8FAFB;
    padding: 10rem 0rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section {
        padding: 4.8rem 0;
    }
}

.section .section__head {
    margin-bottom: 4.9rem;
}

.section .section__actions {
    margin-top: 3.3rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section .section__actions {
        margin-top: 3.1rem;
        text-align: center;
    }
}

.section .section__actions span {
    margin-left: 1.8rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section .section__actions span {
        margin: 1.5rem 0 0;
    }
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section .section__actions a {
        display: block;
    }
}

/* ------------------------------------------------------------ *\
	Section info
\* ------------------------------------------------------------ */
.section--info {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section--info {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.section--info .section__head {
    margin-bottom: 3.3rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section--info .section__head {
        margin-bottom: 2.5rem;
    }
}

.section--info .section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section--info .section__body {
        display: block;
    }
}

.section--info .section__content {
    padding-right: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .section--info .section__content {
        padding-right: 0;
    }
}

.section--info .section__aside {
    padding-top: 1.3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.section--info .section__image {
    margin-right: -1.6rem;
}

@media (max-width: 1199px) {
    .section--info .section__image {
        margin-right: 0;
    }
}

.section--info .section__image img {
    width: 100%;
}

.section-number {
    padding: 10rem 0;
}

.section-related .section__head {
    margin-bottom: 2rem;
}

.section-related .section__head h2 {
    text-align: center;
}

.vin-rankings-table {
    max-width: 440px;
}

.vin-rankings-table.rankings {
    max-width: 550px;
}

.vin-rankings-table th div {
    padding-left: 25px;
    padding-right: 25px;
}

.vin-rankings-table th {
    border-radius: 8px;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-style: solid;
    border-color: #D2D5D7;
    padding: 16px 25px 16px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.vin-rankings-table .score__title {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 30px;
}

.vin-rankings-table .score__title strong {
    font-size: 26px;
    color: #333333;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.014em;
    margin: 0 8px 0 15px;
}

.vin-rankings-table .score__title strong span {
    font-weight: 300;
    display: inline-block;
    margin-top: -3px;
}

.vin-rankings-table .score__title small {
    color: #025E9B;
    font-size: 11px;
    line-height: 2.18;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    vertical-align: middle;
    display: block;
    letter-spacing: 0.045em;
}

.vin-rankings-table .score__title small img {
    vertical-align: middle;
}

.vin-rankings-table .score__info {
    width: 241px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .21);
    border-radius: 5px;
    padding: 15px 10px 15px 14px;
    position: absolute;
    bottom: 165%;
    left: -54%;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: transform .4s;
    z-index: 10;
    background-color: #fff;
}

.vin-rankings-table .score__info:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -27px;
    background-image: url('../../../v2/images/best-cars/after3.png');
    background-size: cover;
    height: 27px;
    width: 245px;
    left: 50%;
    transform: translateX(-50%);
}

.vin-rankings-table .score__info p {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.013em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 14px;
    color: #555555;
    text-transform: none;
}

.vin-rankings-table .score__info a span {
    text-transform: none;
    color: #F06726;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.vin-rankings-table .score__info a {
    transition: opacity .4s;
}

.vin-rankings-table .score__info a:hover {
    text-decoration: none;
    opacity: .6;
}

.vin-rankings-table .score__info a img {
    vertical-align: middle;
    margin-left: 2px;
}

.vin-rankings-table .score__info a span {
    vertical-align: middle;
}

.vin-rankings-table.rankings tr:nth-child(even) {
    background-color: #F8FAFB;
}

.vin-rankings-table.rankings td {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-left: 25px;
    padding-right: 25px;
    height: 60px;
}

span.score__missing-final {
    font-size: 14px;
    margin-top: 0 !important;
    font-weight: 300;
    display: inline-block;
    text-transform: none;
    letter-spacing: -0.014em;
    vertical-align: top;
}

/* ------------------------------------------------------------ *\
	circle
\* ------------------------------------------------------------ */

.circle {
    width: 34px;
    height: 34px;
    background-color: #C9D3D7;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle--blue {
    background-color: #025E9B;
}

.vin-rankings-table .score__body ul {
    padding: 0 25px;
}

.vin-rankings-table .score__body li {
    display: flex;
    align-items: center;
}

.vin-rankings-table .score__body li span {
    flex: 0 0 34px;
}

.vin-rankings-table .score__body li + li {
    margin-top: 12px;
}

.vin-rankings-table .score__body li strong {
    flex: 1;
    font-size: 11px;
    line-height: 2.18;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #025E9B;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    top: -3px;
}

.vin-rankings-table .score__body li strong small {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #333333;
    display: block;
}

.vin-rankings-table .tooltip.js-tooltip.widget__tooltip {
    display: inline-flex;
    margin-left: 0;
}

.vin-rankings-table .tooltip .ico-info {
    width: 13px;
    height: 13px;
}

.vin-rankings-table .tooltip .tooltip__content p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .013em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-transform: none;
}

@media (max-width: 1186px) {
    .vin-rankings-table {
        max-width: 550px;
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .section-related {
        padding: 48px 0 55px;
    }

    .section-related .section__head {
        margin-bottom: 1.7rem;
    }

    .vin-rankings-table .score__title {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vin-rankings-table .score__body ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vin-rankings-table th div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vin-rankings-table.rankings td {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.vin-listing-description .more-content {
    display: none;
}

.vin-listing-description #toggle:checked ~ .more-content {
    display: block;
    padding-top: 25px;
}

.vin-listing-description #toggle:checked ~ .see-more {
    display: none;
}

.vin-listing-description .see-less .ico-arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vin-listing-description #toggle:not(:checked) ~ .see-less {
    display: none;
}

.vin-listing-description input[type="checkbox"] {
    display: none;
}

.vin-listing-description {
    padding-left: 53px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    max-width: 900px;
}

@media (max-width: 1186px) {
    .vin-listing-description {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .vin-listing-description {
        padding-left: 37px;
    }
}

.vin-listing-description .description-legend {
    margin-left: 0;
    margin-top: 25px;
    font-size: 14px;
}

.vin-msrp {
    display: flex;
    margin-bottom: 20px;
}

.vin-msrp .vin-msrp__msrp {
    width: 316px;
    padding-left: 7px;
    border-right: #D2D5D7 solid 1px;
}

.vin-msrp .vin-msrp__invoice {
    width: 287px;
    padding-left: 102px;
    border-right: #D2D5D7 solid 1px;
}

.vin-msrp .vin-msrp__destination-charge {
    padding-left: 102px;
}

.vin-msrp svg {
    width: 54px;
    height: 54px;
}

@media (max-width: 1022px) {
    .vin-msrp svg {
        display: none;
    }
}

.vin-msrp .vin-msrp__msrp-td {
    padding-left: 40px;
}

.vin-msrp .vin-msrp__field-title {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 30px;
}

.vin-msrp .vin-msrp__field-value {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1022px) {
    .vin-msrp .vin-msrp__msrp-td {
        padding-left: 0;
    }

    .vin-msrp .vin-msrp__field-title {
        font-size: 20px;
        padding-right: 0;
    }

    .vin-msrp .vin-msrp__msrp, .vin-msrp .vin-msrp__invoice {
        border: none;
    }

    .vin-msrp .vin-msrp__msrp {
        max-width: 316px;
        padding-left: 0;
    }

    .vin-msrp .vin-msrp__invoice {
        max-width: 287px;
        padding-left: 0;
    }

    .vin-msrp .vin-msrp__destination-charge {
        padding-left: 0;
    }

    .vin-msrp .vin-msrp__destination-charge .vin-msrp__field-title {
        min-width: 195px;
    }
}

.vin-msrp-mobile-table {
    display: none;
}

@media (max-width: 767px) {
    .vin-msrp {
        display: none;
    }

    .vin-msrp-mobile-table {
        display: table;
    }

    .vin-msrp-mobile-table tr:nth-child(odd) {
        background-color: #f8fafb;
    }

    .vin-msrp-mobile-table tr:nth-child(even) {
        background-color: #FFFFFF;
    }

    .vin-msrp-mobile-table td {
        height: 50px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: -0.16px;
        color: #333;
        font-family: "Open Sans", sans-serif;
    }

    .vin-msrp-mobile-table td:first-child {
        padding-left: 20px;
        width: 325px;
    }

    .vin-msrp__window-sticker-link {
        padding: 0 2rem 2rem 2rem;
    }
}

@media (max-width: 500px) {
    .vin-msrp-mobile-table td:first-child {
        width: unset;
    }
}

.vin-additional-resources {
    b {
        font-weight: 600;
    }

    tr:nth-child(odd) {
        background-color: #f8fafb;
    }

    tr:nth-child(even) {
        background-color: #FFFFFF;
    }

    td {
        vertical-align: top;
        padding-top: 18px;
        padding-bottom: 13px;
    }

    td:first-child {
        padding-left: 20px;
        width: 320px;
    }

    td:nth-child(2) {
        padding-right: 20px;
    }

    td a {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
    }

    @media (max-width: 767px) {
        td:first-child {
            width: unset;
            max-width: 320px;
            padding-top: 21px;
            padding-left: 1.6em;
        }

        td:nth-child(2) {
            padding-left: 25px;
        }

        td a {
            font-size: unset;
        }
    }

    td:nth-child(2) ul {
        padding-right: 10px;
    }

    td li {
        line-height: 21px;
        padding-bottom: 10px;
    }

    td li:last-child {
        padding-bottom: 0;
    }
}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
    padding: 4.5rem 3.5rem 4.2rem;
    height: 100%;
    border-radius: 1.5rem;
    background: #F8FAFB;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.02em;
    font-size: 2rem;
}

@media (max-width: 1023px) {
    .testimonial {
        padding: 5rem 2rem 2rem;
        font-size: 1.4rem;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.642;
    }
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .testimonial {
        padding: 3.6rem 3rem 3rem;
    }
}

.testimonial .testimonial__icon {
    margin: 0 auto 2.4rem;
    width: 2.4rem;
    height: 1.8rem;
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .testimonial .testimonial__icon {
        margin-bottom: 2.9rem;
    }
}

.testimonial .testimonial__icon img {
    width: 100%;
}

/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */
.testimonials {
    padding: 0 0.4rem 0 0.2rem;
}

@media (max-width: 1199px) {
    .testimonials {
        padding: 0;
    }
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .testimonials {
        position: relative;
        padding-left: 0.5rem;
    }

    .testimonials:after {
        content: "";
        display: block;
        height: 100%;
        width: 7%;
        background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        right: 0;
        top: 0;
    }
}

.testimonials ul {
    display: grid;
    gap: 4.1rem;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
    .testimonials ul {
        gap: 2rem;
    }
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .testimonials ul {
        overflow-x: auto;
        gap: 1.4rem;
        grid-template-columns: repeat(3, 26.5rem);
    }
}

.testimonials li {
    list-style-type: none;
}

/* ------------------------------------------------------------ *\
	Tile Info
\* ------------------------------------------------------------ */
.tile-info {
    font-size: 1.4rem;
}

.tile-info h5 {
    margin-bottom: 1.6rem;
    font-weight: 400;
}

.tile-info h5 strong {
    font-weight: 600;
    font-size: 2rem;
}

.tile-info .tile__head {
    margin-bottom: 2rem;
}


.popup__body {
    padding: 1rem 1rem 1.5rem;
}

@media (max-width: 1023px) {
    .popup__body {
        padding: 2rem 2rem 2.5rem;
    }
}

.mfp-wrap {
    height: 100% !important;
}

/* -------------------------------------------------------------
   window sticker
------------------------------------------------------------- */
#body_vin-window-sticker-panel li {
    list-style: inherit;
    margin-left: 20px;
}

#body_vin-window-sticker-panel .ws-col {
    display: inline-block;
    max-width: 45%;
    vertical-align: top;
}

#body_vin-window-sticker-panel .sample-sticker {
    margin-left: 5.1rem;
    @media (max-width: 1023px) {
        /*margin-top: 4rem;*/
    }
}

#wrapper_vin-window-sticker-panel {
    box-shadow: 0.6rem 0.9rem 3.2rem 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
    #body_vin-window-sticker-panel .ws-col {
        display: block;
        max-width: inherit;
        vertical-align: inherit;
    }

    #body_vin-window-sticker-panel .sample-sticker {
        margin-left: 0;
    }
}
.ws-sample-pdf {
    @media (max-width: 767px) {
        margin-top: 3rem;
    }
}

.centered-elem {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}

.update-report-popup {
    padding: 1.5rem;
    margin: 0 auto;
}

h5.price {
    display: inline;
    font-size: 2.4rem;
}

#vin-sub-head-left {
    flex-wrap: wrap;
    row-gap: .7rem;

    flex: 1 1 50%;
    display: flex;
    flex-direction: row;
    line-height: 0.8em;
    @media (max-width: 750px) {
        flex-direction: column;
    }
}

#estimated-mileage,
#estimated-price {
    display: flex;
}

.dt-price-header {
    display: flex;
    font-size: 14px;
    flex: 1 1 30%;
    flex-direction: column;
    align-items: flex-end;
}

.mobile-price-header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-right: 1rem;
    margin-bottom: .7rem;
}

.mobile-price-header .after-price {
    align-self: flex-end;
    margin-left: 1rem;
}

.left-side.one h5.price {
    margin-bottom: .7rem;
}

.vin-page-header {
    flex: 1 1 70%;
}

/*@media (max-width: 671px) {*/
@media (max-width: 767px) {

    #vin-sub-head-left {
        align-items: flex-start;
        flex: 1 1 50%
    }

    #estimated-mileage,
    #estimated-price {
        flex-wrap: wrap;
    }

    .vin-page-header {
        flex: 1 1 50%;
    }
}

.nowrap.tooltip__content,
.nowrap .tooltip__content,
.dt-price-header .tooltip__content {
    text-wrap: wrap;
    white-space: wrap;
}

.popup__body .features-container {
    padding-bottom: 20px
}

.popup__body div.specs-section-header {
    font-weight: bold;
    background-color: #d3d3d3;
    padding: 7px;
    /*margin-top: 30px;*/
    margin-bottom: 10px
}

.popup__widgets-features {
    padding-bottom: 0;
}

.popup__body div.id135_vntbl_col {
    margin-left: 13px
}

.complaintsByComponent {
    margin-top: 2rem;
}
.product-price-text {
    text-align: center;
    font-size: 14px;
    margin-top: 1.1rem;
    font-style: italic;
}
.button-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1023px) {
    .window-sticker-link {
        align-items: center;
        display: flex;
        align-content: flex-end;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-price-text {
        width: 100%;
    }

    img.window-sticker {
        margin-top: 4rem;
    }
}

.scatter-chart-toggle {
    float: left;
    @media (max-width: 1023px) {
        margin-right: 1rem;
    }
    @media (min-width: 1024px) {
        width: 275px;
    }
}

.vin-full-features .popup__body {
    overflow: auto;
}

p.desktop-no-margin {
    @media (min-width: 1024px) {
        margin-bottom: 0
    }
}

.android-deep-link {
    padding: 10px;
    width: 100%;
    border-bottom: solid darkgrey 1px;
}

.android-deep-link > * {
    vertical-align: middle;
}

.android-deep-link {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: white;
}

.android-app-btn {
    border-radius: 17px;
    background: #006FB9;
    display: flex;
    width: 75px;
    padding: 5px 20px;
    flex-direction: column;
    align-items: flex-start;
    color: white !important;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 4px;
    float: right;
}

.android-banner-title {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.16px;
    width: 250px;
}

.android-banner-subtitle {
    color: #333;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 374px) {
    .android-app-btn {
        float: none;
    }
}

.vin-summary-body b {
    font-weight: 600;
}


.iihs-no-credit {
    position: relative;
    bottom: .3rem;

    width: 4rem;
    height: 2.5rem;
    font-size: 9px;
    /*line-height: .7rem;*/
    background-color: #d4d4d4;
    border-radius: 4px;
    padding: 1px;

    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 4px auto 0;
    white-space: inherit;

    text-align: center;
    line-height: 1.1rem;
}
.iihs-wrapper {
    margin-top: 1.5rem;
    .top-container {
        row-gap: 4rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        @media (max-width: 1350px) {
            flex-wrap: wrap;
        }

        .image-container {
            margin-right: 1rem;
            @media (min-width: 1315px) {
                position: relative;
                top: -1.8rem;
            }
            @media (max-width: 899px) {
                flex: 1 1 100%
            }
        }

        .iihs-key {
            padding: 2rem 2rem;
            height: fit-content;
            display: flex;
            gap: 3.1rem;
            flex-wrap: nowrap;
            justify-content: center;
            border: 1px solid #D2D5D7;
            border-radius: 8px;
            @media (max-width: 949px) {
                flex: 0 0 70%;
                flex-wrap: wrap;
                justify-content: flex-start;
                width: fit-content;
                row-gap: 1.2rem;
                max-height: 18rem;
            }
            @media (max-width: 935px) {
                flex: 0 0 80%
            }
            @media (max-width: 830px) {
                flex: 0 0 90%;
            }
            @media (max-width: 750px) {
                flex: 0 0 100%;
            }
            @media (max-width: 620px) {
                column-gap: .7rem;
                flex-direction: column;
            }

            & > span {
                display: flex;

                svg {
                    margin-right: .7rem;
                }
            }

            .key-key {
                padding: 0 1rem;
                background: #fff;
                font-weight: 600;

                position: absolute;
                transform: translate(-790%, -125%);
                @media (max-width: 949px) {
                    transform: translate(-15%, -125%);
                }
                @media (max-width: 767px) {
                    transform: translate(-15%, -150%);
                }
            }
        }
    }
}

.iihs-wrapper.no-award .top-container {
    justify-content: flex-start;
}

.iihs-not-top-pick .iihs-wrapper .iihs-key .key-key {
    transform: translate(-420%, -125%);
    @media (max-width: 949px) {
        transform: translate(-15%, -125%);
    }
    @media (max-width: 767px) {
        transform: translate(-15%, -150%);
    }
}

.iihs-columns {
    /*max-height: 45rem;*/
    align-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    column-gap: 6.7rem;
    row-gap: 4rem;
    margin-top: 4rem;
    @media (max-width: 1200px) {
        column-gap: 3rem;
        justify-content: space-between;
    }
    @media (max-width: 767px) {
        column-gap: 2rem;
    }

    li {
        list-style-type: disc;
    }
    .iihs-data-wrapper + .iihs-col-title {
        margin-top: 2.9rem;
    }
    .iihs-col-title + .iihs-data-wrapper {
        margin-top: 1.5rem;
    }
    .iihs-col-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.2px;
        /*margin-bottom: 3rem;*/
    }
    .iihs-data-col {
        flex: 1;
        /*max-width: 25%;*/
        @media (max-width: 1200px) {
            justify-content: space-between;
            flex: 0 0 40%;
        }
        @media (max-width: 850px) {
            flex: 1 1 100%
        }
        /*@media (max-width: 899px) {*/
        /*    max-width: 100%;*/
        /*}*/
    }
    .iihs-data-wrapper {
        padding: 1.2rem 0;
        border-bottom: 1px solid #E6EFF5;

        @media (min-width: 900px) {
            &:first-of-type {
                border-top: 1px solid #E6EFF5;
            }
            &:last-of-type {
                border-bottom: none;
            }
        }
    }
    .data-subtext {
        width: 90%;
        text-transform: capitalize;
        margin-top: .7rem;
        font-weight: normal;
    }
    .iihs-data-row {
        display: flex;
        justify-content: space-between;
        & > span {
            flex: 1 1 90%
        }
        & > svg {
            flex: 1 1 10%
        }
        .widget__tooltip {
            display: inline;
        }

        .iihs-row-rating {
            /*float: right;*/
            text-align: right;
        }

    }
}

@media print {
    .header,
    .action-buttons,
    .android-deep-link,
    .jmpads-none,
    .jmpads,
    #vin-analyze-panel,
    #vin-feedback-panel,
    footer.footer,
    #vin-vhr-ad,
    #vin-theft-panel,
    #panel-vin-market-analysis,
    #vin-manuals-panel,
    #vin-resources-panel,
    #vin-window-sticker-panel,
    .vin_debug,
    .free-plan-banner,
    .free-plan-banner.visible-lg-flex,
    #debug_queries {
        display: none !important;
    }
}
