
/* Slider Fix */ 
.noUi-target {
    width: 95%;
}

a {
    cursor: pointer;
}
/* Because IOS doesn't actually want to let you trigger a click event if an <a> doesn't have a href... this fixes it - for some reason. */
body {
    background: FFF;
    color: #000;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    background-size: cover !Important;
}
/* Change the width of the site container */
.row, .content {
    max-width: 100rem;
    margin: 0 auto;
}
.top {
    margin-top: 1rem !important;
}
.bottom {
    margin-bottom: 1rem !important;
}
.top-2x {
    margin-top: 2rem !important;
}
.bottom-2x {
    margin-bottom: 2rem !important;
}
.p-top {
    padding-top: 1rem !important;
}
.p-bottom {
    padding-bottom: 1rem !important;
}
.p-top-2x {
    padding-top: 2rem !important;
}
.p-bottom-2x {
    padding-bottom: 2rem !important;
}
.no-padding {
    padding: 0;
}

@media only screen and (max-width: 40em) {
    .small-no-padding {
        padding: 0 !important;
    }

    .overridable-hide-for-small-only {
        display: none;
    }
}


/* Section Classes */
section.full-width {
    width: 100%;
    max-width: 100%;
}
.panel {
    margin-bottom: 0;
    border: 0;
}
.panel.white {
    background: #FFF;
    padding: 1.25rem 2rem;
}
.panel.grey {
    background: #e5e5e9;
    padding: 1.25rem 2rem;
}
.panel.bg-effect {
    background: #FFF url(../../Assets/gb/_core/backgrounds/paint-bg-lg.jpg) center top no-repeat;
}
.panel.dark-bg-effect {
    background: #262626 url(../../Assets/gb/_core/backgrounds/dark-paint-bg.jpg) center top no-repeat;
    padding: 1.25rem 2rem;
}
.panel.dark {
    background: #202020;
}
section.nav {
}
section.no-padding {
    padding: 0;
}
section.no-padding {
    padding: 0;
}
section.white {
    background: white;
}
section.back {
    background: black;
}
section.grey {
    background: #e5e5e9;
}
section.home-content {
    /* background: url(../../Assets/gb/_core/backgrounds/content-background-home-text.jpg) center top / cover no-repeat; */
    padding: 3rem 0;
}
section.bike-preload-container {
    background: url(../../Assets/_global/_core/backgrounds/category-background.jpg) center top / cover no-repeat fixed;
}
section.login-content {
    background: url(../../Assets/_global/_core/backgrounds/login-background.jpg) center bottom / cover no-repeat; 
    padding: 18rem 0;
}
section.bike-list-content {
    background: #e5e5e9;
    padding: 1rem 1.25rem;
    position: relative;
}
.intro-text {
    padding: 1rem 0;
}

@media only screen and (max-width: 40em) {
    section.nav {
        padding: 0 !Important;
    }
    section.bike-list-content {
        padding: 1.25rem 0;
    }
}


/* Login Container */
.login-container {
    padding: 1rem;
    text-align: center;
}


/* typography changes */
h1, .panel h1, h2, .panel h2, h3, .panel h3, h4, .panel h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-style: normal;
}
h1, .panel h1 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
}
h2, .panel h2 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
}
h3, .panel h3 {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
}
h4, .panel h4 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
}
h5, .panel h5 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000;
}
p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
p.lead {
    font-size: inherit;
    font-weight: 500;
}
ul li {
    font-size: 0.9rem;
}
a {
    color: #6c3;
}
a.link {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: normal;
    font-style: normal;
    color: #000;
    margin: 1rem 0;
    display: block;
}
a.link.return-link {
    font-size: 0.85rem;
    text-align: center;
    text-transform: capitalize;
}
.content a.link.return-link {
    text-align: left;
}
a.link .fas.fa-last {
    margin-left: 15px;
}
a.link .fas.fa-first {
    margin-right: 15px;
}
a:hover, a:focus {
    color: #999;
}
p.small, span.small, span.small {
    font-size: 0.65rem;
    color: #666;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text li, .white-text p, .white-text a.link {
    color: #FFF !important;
}
.panel li {
    font-size: 0.9rem;
}

/* Feature titles */
.feature-title {
    margin-bottom: 2rem;
}
.feature-title h1, .feature-title h2 {
    display: table;
    width: 100%;
    white-space: nowrap;
}
.feature-title h1 span, .feature-title h2 span {
    margin-right: 10px;
}
.feature-title h1:after, .feature-title h2:after {
    content: '';
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='visual' viewBox='0 0 1 1' width='1' height='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'%3E%3Crect x='0' y='0' width='3' height='3' fill='%23002233'%3E%3C/rect%3E%3Cpath d='M0 2L3 2' fill='none' stroke-linecap='round' stroke-linejoin='miter' stroke='%236c3' stroke-width='40'%3E%3C/path%3E%3C/svg%3E");    display: table-cell;
    background-repeat: repeat-x;
    background-position-y: 100%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
h1:after, h2:after {
    border-right: 1px solid transparent;
}

@media only screen and (max-width: 667px) {
    h1, .panel h1 {
        font-size: 1.4rem;
    }
    h2, .panel h2 {
        font-size: 1rem;
    }
    h3, .panel h3 {
        font-size: 0.9rem;
    }
    h4, .panel h4 {
        font-size: 0.7rem;
    }
    h5, .panel h5 {
        font-size: 0.6rem;
        line-height: 1.4rem;
    }
    p, .panel li {
        font-size: 0.6rem;
    }
}

@media only screen and (max-width: 40em) {
    .feature-title h1, .feature-title h2 {
        display: block;
        white-space: normal;
    }
    h1, .panel h1 {
        font-size: 1.6rem;
    }
    h2, .panel h2 {
        font-size: 1.2rem;
    }
    h3, .panel h3 {
        font-size: 1rem;
    }
    h4, .panel h4 {
        font-size: 0.8rem;
    }
    h5, .panel h5 {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }
    p, .panel li {
        font-size: 0.8rem;
    }
}


/* Feature List */
.featuring {
    border-left: 3px solid #6c3;
    padding-left: 15px;
    margin-top: 30px;
}
.featuring h3 {
    margin: 0 0 15px;
}
ul.feature-list {
    margin: 0 0 1rem 0;
    padding: 0;
}
ul.feature-list li {
    list-style: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    color: #5a5a60;
    text-transform: uppercase;
    padding: 5px 0;
}

/* Page title */
.page-title {
    margin-bottom: 2.4rem;
}
.page-title h1 {
    font-size: 2.8rem;
}

    @media screen and (max-width: 40em) {
        .page-title h1 {
            font-size: 2rem;
            line-height: 2.2rem;
            text-align: left;
        }
    }

    /* button changes */
    button, .button {
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 0.9rem;
        line-height: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
        background-color: #000;
        border-color: transparent;
        color: #FFF;
        padding: 20px 25px;
        transition: all .5s ease;
        position: relative;
        border-radius: 0;
    }
    .button span.triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.5px 0 3.5px 4px;
        border-color: transparent transparent transparent #6c3;
        transition: all .5s ease;
        margin: 8px 10px 0 0;
        display: inline-block;
        vertical-align: top;
    }
    .button:hover span.triangle {
        border-color: transparent transparent transparent #000;
    }

    button.tiny, .button.tiny {
        padding: 0.625rem 3.65rem 0.6875rem 1.25rem;
        font-size: 0.6875rem;
    }
    button:hover, .button:hover {
        background: #b5b5b9;
        border-color: transparent;
        color: #000;
    }
    button .fas.fa-last, .button .fas.fa-last {
        margin-left: 15px;
    }
    button.expand, .button.expand {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
    button.small.expand, .button.small.expand {
        font-size: 0.75rem;
    }
    button.expand.text-left, .button.expand.text-left {
        text-align: left
    }

    button-primary, .button-primary {
        background-color: #6c3;
        color: #000;
    }
    button-primary:hover, .button-primary:hover {
        opacity: .7;
        background-color: #6c3;
        color: #000;
    }
    .button-primary span.triangle {
        border-color: transparent transparent transparent #000;
    }
    .button-primary:hover span.triangle {
        border-color: transparent transparent transparent #000;
    }
    button-secondary, .button-secondary {
        background-color: #d7d7da;
        color: #5a5a60;
    }
    button-secondary:hover, .button-secondary:hover {
        background-color: #6c3;
        color: #000;
    }
    .button-secondary span.triangle {
        border-color: transparent transparent transparent #5a5a60;
    }
    button-red, .button-red {
        background-color: #c23616;
        color: #FFF;
    }
    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: #b7b7b7;
        border-color: #b7b7b7;
        color: #000;
    }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
        background-color: #b7b7b7;
        color: #000;
    }

    .button.mobile-filters-link {
        width: 100%;
    }
    .button.mobile-filters-link:before {
        /*font-family: 'Font Awesome 5 Pro';
        vertical-align: middle;
        display: inline-block;
        font-weight: 900;
        content: "\f0b0";
        margin-right: 12px;
        font-size: 12px;
        position: relative;
        top: -2px;*/
    }


    @media screen and (max-width: 40em) {
        button, .button {
            font-size: 0.8rem;
        }
    }

/* Home Into Text */
.home-intro-image {
    margin-top: 2rem;
}

/* Feature Text */
.feature-text {
    padding: 2rem 0;
}

    /* CTA Icons */
    .cta-icon {
        position: absolute;
        top: 0;
        right: 15px;
        width: 25px;
        height: 100%;
        overflow: hidden;
        background: inherit;
        color: inherit !important;
    }

    .button .cta-icon {
        right: 15px;
    }

    .cta-icon:after {
        position: absolute;
        right: 22px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        font-size: 0.9rem;
    }

    .button.cta-icon__long-arrow .cta-icon:after {
        content: '\f30b';
        top: 50%;
    }
    /* CTA animation */
    .button.cta-animation-icon-swipe-out-and-in:hover .cta-icon:after {
        -webkit-animation: swipeOutIn 0.7s;
        -moz-animation: swipeOutIn 0.7s;
        -ms-animation: swipeOutIn 0.7s;
        -o-animation: swipeOutIn 0.7s;
        animation: swipeOutIn 0.7s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .button.cta-animation-icon-swipe-out-and-in[disabled]:hover .cta-icon:after, .button.cta-animation-icon-swipe-out-and-in[disabled]:focus .cta-icon:after {
        animation: none
    }

    .button.cta-animation-expand:hover {
        padding-right: 4.72rem;
        padding-left: 1.72rem;
    }
    /* CTA Animation Keyframes */
    @keyframes swipeOutIn {
        0% {
            left: 0px
        }

        50% {
            left: 40px
        }

        51% {
            left: -28px
        }

        100% {
            left: 0px
        }
    }

    @keyframes rtlSwipeOutIn {
        0% {
            top: 0px
        }

        50% {
            top: -50px
        }

        51% {
            top: 50px
        }

        100% {
            top: 28px
        }
    }


    /* Form Changes */
    input::placeholder {
        opacity: 1;
        color: #000;
    }
    input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
        background-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        border-color: #CED4DA;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000;
        font-size: 0.875rem;
        margin-top: 0rem;
        margin-bottom: 0.5rem;
        height: 2.6125rem;
        border-radius: 0;
    }
    input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        background: #FFF;
        border-color: #000;
        color: #000;
    }
    select {
        background-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        color: #000000;
        font-size: 0.8rem;
        margin-top: 0rem;
        margin-bottom: 0.5rem;
        border-radius: 0;
    }
    select:focus {
        background-color: #FFF;
        border-color: #000;
        color: black;
    }
    select:disabled {
        background-color: #e9ecef;
        color: #a5a5a5;
        border-color: #a6abaf;
        cursor: default; 
        border-radius: 0;
    }
    label {
        color: #000;
        font-size: 0.9rem;
    }


    /* Form Errors */
    .error label, .error label.error {
        color: #AA1500;
    }
    .error input[type="text"] {
        border-color: #AA1500;
    }

    /* Header */
    header {
        background: #000;
        padding: 0;
    }
    .header-section {
        left: 0;
        position: relative;
        width: auto;
    }
    .kawasaki-site-logo {
        width: 400px;
        padding: 2.3rem 1rem;
    }
	img.kawasaki-logo {
		width: 130px;
	} 	
    .site-logo {
        width: 170px;
        padding: 0.5rem 1rem;
    }
    .green-lines {
        width: 100%;
        height: 24px;
        background: url(/Assets/_global/_core/backgrounds/green_lines.jpg);
    }

    @media screen and (max-width: 1180px) {
        .kawasaki-site-logo {
            width: 400px;
            padding: 2rem 1rem;
        }
        .site-logo {
            width: 150px;
        }
    }

    @media only screen and (max-width: 40em) {
        .kawasaki-site-logo {
        }
        .site-logo {
        }
    }

    /* Off Canvas Size Changes */
    .off-canvas {
        position: absolute;
        background: #f6f6f6;
    }
    .off-canvas .close-button, .off-canvas .close-button:hover {
        padding-right: 0;
        text-align: center;
        background: transparent;
        color: black;
    }
    .position-left {
        width: 300px;
    }
    .position-left.is-transition-push {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .off-canvas-content.is-open-left.has-transition-push {
        background: black;
        opacity: 0.8;
    }
    .js-off-canvas-overlay {
        background: rgb(0 0 0 / 85%);
    }

    @media print, screen and (min-width: 64em) {
        .position-left.reveal-for-large ~ .off-canvas-content {
            margin-left: 300px;
        }
    }

    /* Main Navigation changes */
    .navigation-container {
        background-color: #202021;
    }
    .top-bar, .top-bar ul {
        background-color: transparent;
        padding: 0;
    }
    .title-bar {
        position: relative;
        padding: .5rem;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        background: #000;
        top: 1rem;
        right: .5rem;
    }
    @media screen and (max-width: 40rem) {
        .top-bar, .top-bar ul {
            background-color: transparent;
            padding: 0;
            width: 100%;
            text-align: center;
        }
    }


    /* Nav Button Changes and hover states */
    .dropdown.menu > li > a {
        color: #FFF;
        font-family: 'Oswald', sans-serif;
        font-size: 0.9rem;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        padding: 1rem 2rem;
        border-right: 1px solid #2B2B2D;
    }
    .dropdown.menu > li > a:first-of-type {
        border-left: 1px solid #2B2B2D;
    }
    .dropdown.menu > li > a:hover {
        color: #6c3;
    }
    .dropdown.menu > li > a.highlighted-link { 
        color: #6c3;
    }

    @media screen and (max-width: 1180px) {
    }

    @media screen and (max-width: 1180px) {
    }
    /* Drop down hover states */
    /* Mobile Nav Text & Icon */
    .menu-icon {
        width: 30px;
        padding-right: 0;
        position: relative;
        top: 12px;
        right: 7px;
    }

    @media screen and (max-width: 40rem) {
        .top-bar {
            margin-top: 0;
        }
        .drilldown a {
            padding: 1rem 0;
            background: transparent;
            border-bottom: 1px solid #313131;
            font-family: 'Fira Sans', sans-serif;
            font-size: 1rem;
            font-weight: normal;
            text-transform: uppercase;
            color: white;
        }
        .drilldown a.highlighted-link {
            color: #6c3;
        }
        .title-bar {
            top: 1.3rem;
        }
    }
    /* Hero Container */
    .hero-container {
        position: relative;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-position: center center;
        background-size: cover !important;
        -webkit-background-size: cover !important;
        background-attachment: initial !important;
        padding: 0;
        text-align: left;
        min-height: 500px;
    }
    .hero-container:before {
        z-index: 1;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%;
        background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    }
    .hero-container span.banner-overlay {
        position: absolute;
        z-index: 10;
    }
    .hero-content {
        position: absolute;
        display: flex;
        align-items: self-end;
        justify-content: left;
        width: 100%;
        z-index: 10;
        min-height: 500px;
        text-align: left;
        bottom: 5rem;
    }
    .hero-content > div {
    }
    .hero-content h1, .hero-content h2, .hero-content h3, .hero-content p {
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-style: normal;
        color: #FFF;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); 
    }
    .hero-content h1, .hero-content h2, .hero-content h3 {
        font-weight: 500;
        font-size: 1.4rem;
        margin: 0 0 1rem 0;
    }
    .hero-content p {
        font-weight: 600;
        font-size: 3.2rem;
        line-height: 1;
        margin: 0 0 1rem 0;
    }

    @media only screen and (min-width: 64.063em) {
        .hero-content > div {
            max-width: 85%;
            padding-left: 0;
        }
    }
    @media only screen and (max-width: 1600px ) {
        .hero-container {
        }
        .hero-content {

        } 
        .hero-content {
            padding-left: 2%;
        }
    }
    @media screen and (max-width: 40em) {
        .hero-container {
            min-height: 200px;
        }
        .hero-content {
            min-height: 200px;
            width: 100%;
            padding-left: 0;
            bottom: 20px;
        }
        .hero-content div {
            padding-left: 2%;
            max-width: 90%;
        }
        .hero-content h1 {
            font-size: 1.6rem;
            line-height: 2rem;
            margin-bottom: 2rem;
        }
        .hero-content h2 {
            font-size: 1.9rem;
        }
        .hero-content p {
            font-size: 2.2rem;
            display: none;
        }
        .hero-content button, .hero-content .button {
            margin: 0.5rem 0 0.5rem 0;
        }
        .hero-content .button.clear {
            font-size: 1rem;
        }
        .slick-track {
            height: 200px;
        }
    }
    /* Slideshow Enquiry Form */
    .slide-container .panel h3 {
        text-transform: none;
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-bottom: 1rem;
    }
    /* Slideshow Search Container */
        .slide-search-container {
            background: white;
            border-bottom: 3px solid #6c3;
            padding: 1rem 1rem;
        }
        .slide-search-container label {
            color: #000;
        }
        .slide-search-container .search-slider-item {
            color: #000;
        }
        .slide-search-container span.slider-range-value {
            font-family: 'Fira Sans', sans-serif;
            font-weight: normal;
            font-size: 0.9rem;
            float: right;
        }
        .slide-search-container .button, .slide-search-container button {
            margin: 0;
        }
        .slide-search-container .slide-search-options, .filter-search-options {
            margin: 0 0 1rem 0;
        }
		.slide-search-container .slide-search-options a {
			font-family: 'Fira Sans', sans-serif;
			font-weight: 500;
			font-size: 0.9rem;
			color: #949494;
			text-transform: none;
			font-style: normal;
			margin-right: 1rem;
		}
		.slide-search-container .slide-search-options a:after {
			font-family: "Font Awesome 6 Pro";
			font-weight: 400;
			content: '\f054';
			font-size: 11px;
			margin-left: 12px;
			position: relative;
			top: -2px;
		}
		.slide-search-container .slide-search-options a:hover {
			color: #6c3;
		}
		.slide-search-container .slide-search-options a.active {
			color: #6c3;
            font-weight: 600;
		}
		.slide-search-container .slide-search-options a.active:after {
			content: '\f078';
		}



		/* Filter Only Options */
		.filter-search-options .title {
			display: block;
			margin-bottom: 0.5rem;
		}
		.filter-search-options a {
            margin: 0;
			width: 49%;
			text-align: center;
			display: inline-block;
			background: #E0E0E0;
			color: #727272;
			font-family: 'Fira Sans', sans-serif;
			font-weight: 500;
			font-size: 0.75rem;
			font-style: normal;
			text-transform: none;
			padding: 0.5rem 0.35rem;
		}
		.filter-search-options a.active, .filter-search-options a:hover {
			background: #6c3;
			color: #000;
		}
		.filter-search-options a:after {
			font-family: "Font Awesome 6 Pro";
			font-weight: 400;
			content: '\f054';
			font-size: 9px;
			margin-left: 10px;
			position: relative;
			top: -1px;
		}
		.filter-search-options a.active:after {
			content: '\f078';
		}
    @media screen and (max-width: 1215px) {
		.filter-search-options a {
            font-size: 0.7rem;
            padding: 0.5rem 0.15rem;
		}
    }
    @media screen and (max-width: 1080px) {
		.filter-search-options a {
            width: 100%;
		}
    }

    @media screen and (max-width: 40em) {
        .slide-search-container .button, .slide-search-container button {
            float: none;
            width: 100%;
        }
		.slide-search-container .slide-search-options a {
			display: block;
		}
    }
    /* Search Slider Container */
    .range-slider {
        border: 0px solid black;
        margin-bottom: 1rem;
    }
    .quick-search-container {
    }
    .quick-search-container.panel {
        background: #FFF url(../../Assets/gb/_core/backgrounds/paint-bg.jpg) center top no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 10;
        width: 100%;
        margin-top: 3rem;
        padding: 2rem 1.25rem;
    }
    .search-slider-item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0.5rem;
    }
    .search-slider-item:last-of-type {
        margin-bottom: 0;
    }
    .search-slider-item label {
        margin-bottom: 1.2rem;
    } 
    .search-slider-item span {
        font-weight: 600;
        font-size: 0.9rem;
    }
    .quick-search-container p.slider-range-title {
    }
    .quick-search-container span.slider-range-value, .search-slider-item span.slider-range-value {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        font-size: 0.9rem;
        float: right;
    }


    /* Wide Search slider for listing page */
    .filter-container {
        background: #F6F6F6 url(../../Assets/gb/_core/backgrounds/wide-search-bg.png) center top repeat-x;
        padding: 1rem 1.25rem;
    }
    .filter-panel-cta {
        padding-top: 0.5rem;
    }


    /* New Used Bike Page */
    /* New Used Bike Page */
    /* New Used Bike Page */
    /* Filters */
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #6c3 !important;
        background: #6c3 !Important;
    }
    .ui-widget-header {
        background: #dddddd !important;
    }
    .ui-widget.ui-widget-content {
        border: 1px solid #cccccc !important;
    }
    .ui-slider-horizontal .ui-slider-handle { 
        margin-left: 0 !important;
    }
    .ui-slider-horizontal .ui-slider-handle:last-child {
        margin-left: -1.2em !important;
    }
    .filters h3 {
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: 1rem;
    }
    .filters h3 a {
        float: right;
        display: block;
        
        font-weight: 400;
        font-size: 0.8rem;
        line-height: normal;
        text-transform: capitalize;
        letter-spacing: 0;
        color: #000;
    }
    .filters h3 a:hover {
        color: #6c3;
    }
    .filters h3 a i {
        font-size: 0.7rem;
        margin-left: 5px;
    }
    .filters h4 {
        text-transform: capitalize;
        letter-spacing: 0;
        font-size: 0.9rem;
    }
    .filters .distance-filters {
        padding: 1.5rem 0;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    .filters .filter-sliders {
        border-right: 2px solid #E2E2E2;
    }
    input[type="text"][readonly].filter-amount {
        display: inline-block;
        width: auto;
        height: auto;
        background: none;
        border-style: none;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
        padding: 0;
        margin: 0;
    }
    .price-slider-container, .mileage-slider-container {
        margin-bottom: 1rem;
    }
    .filters #update-vehicle-list {
        margin: 1rem 0 0 0;
    }

    /* Model Filters */
    .model-filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .model-filters .select {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 3px;
        width: 48%;
    }

    /* Reset Search */
    #ResetSearch {
        color: #000000;
        font-size: 0.9rem;
        margin-bottom: 1rem;
        display: block;
    }
    #ResetSearch:hover {
        color: #6c3;
    }

    /* Page Sorter */
    .page-sorter {
        font-size: 0.8rem;
        text-align: right;
        padding: 1rem 0;
        border-top: 0px solid #f1f1f1;
        border-bottom: 0px solid #f1f1f1;
        background: #FFF;
    }
    .page-sorter span {
        margin: 0 0.5rem;
    }
    .page-sorter span.grid-toggles {
        position: relative;
        top: 3px;
    }
    .page-sorter span.grid-toggles a.toggle-view {
        color: #7f7f7f;
        color: rgba(0, 0, 0, 0.5);
        font-size: 1rem;
        margin: 0 3px 0 0;
    }
    .page-sorter span.grid-toggles a.toggle-view:hover {
        color: #4c4c4c;
        color: rgba(0, 0, 0, 0.7);
    }
    .page-sorter span.grid-toggles a.toggle-view.active {
        color: #000;
    }
    .page-sorter span.bike-count {
        float: left;
    }
    .page-sorter span.featured-container input[type="checkbox"] {
        margin: 0;
        top: 0px;
        position: relative;
    }
    .page-sorter select {
        background-color: #fafafa;
        border: 1px solid #cccccc;
        margin: 0 0 0 10px;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: rgba(0, 0, 0, 0.75);
        line-height: normal;
        border-radius: 0;
        width: 80px;
        border-radius: 0;
    }
    .page-sorter select.order-by {
        width: 200px;
    }
    .page-sorter select.results-per-page {
        width: 50px;
    }

        @media only screen and (max-width: 40em) {
            .page-sorter {
                font-size: 0.6rem;
                padding: 0.5rem 0;
                margin-bottom: 0.5rem;
            }
            .page-sorter select {
                height: 1.7375rem;
                font-size: 9px;
            }
            .page-sorter select.order-by {
                width: 100px;
                height: 1.7375rem;
            }
        }

    /* No Bikes Message */
    .no-results-message {
        text-align: center;
        margin: 1.5rem 0;
    }
    /* Used Bikes List View */
    /*.list-view .used-bike-container {
     background: #FFF;
     border-bottom: 0px solid #d7dadb;
     margin-bottom: 1rem;
     padding: 1rem;
     width: 100%;
}
 .list-view .used-bike-container:nth-child(even) {
     background: #f7f7f7;
}
 .list-view .used-bike-image-container {
     width: 30%;
     position: relative;
     float: left;
     padding-left: 0;
     padding-right: 0.5375rem;
}
 .list-view .used-bike-image-container span.image-count {
     position: absolute;
     top: 5px;
     left: 5px;
     padding: 3px 7px;
     font-size: 12px;
     background: #000;
     border: 1px solid #777;
     color: #fff;
}
 .list-view .used-bike-image-container span.image-count .fas {
     font-size: 0.7rem;
     margin-right: 5px;
}
 .list-view .used-bike-image-container span.cpo-logo-image-overlay {
     position: absolute;
     bottom: 10px;
     right: 10px;
     padding: 5px 7px;
     font-size: 0;
     background: rgba(0, 0, 0, 0.5);
     border: 0px solid #777;
     color: #fff;
     width: 170px;
}
 .list-view .used-bike-detail-container {
     width: 70%;
     position: relative;
     float: left;
     padding-left: 0.5375rem;
     padding-right: 0;
}
 .list-view .used-bike-header, .list-view .used-bike-details {
     width: 100%;
     position: relative;
     float: left;
     margin-bottom: 0;
}
 .list-view .used-bike-details {
     width: 60%;
     float: left;
}
 .list-view .used-bike-link {
     position: relative;
     float: right;
     width: 40%;
     margin-top: 1rem;
}
 .list-view .used-bike-link a.link {
     font-size: 0.65rem;
     margin-top: 0.5rem;
     margin-bottom: 0;
}
 .list-view .used-bike-container h3.title {
     float: left;
     width: 70%;
     font-size: 1.4rem;
     line-height: 1.4rem;
     text-transform: uppercase;
     margin: 0;
     position: relative;
     top: 5px;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
 .list-view .used-bike-container h3.price {
     float: left;
     text-align: right;
     width: 30%;
     font-size: 2rem;
     line-height: 2.4rem;
     margin: 0;
     color: #6c3;
}
 .list-view .used-bike-container h3.price span.old-price {
     font-size: 0.9rem;
     color: #333333;
     position: relative;
     top: 5px;
     text-decoration: line-through 
}
 .list-view .used-bike-container p.finance-from-price {
     font-size: 1rem;
     margin: 5px 0 15px 0;
     text-align: right;
}
 .list-view .used-bike-container p.finance-from-price span {
     font-weight: bold;
     color: #6c3;
}
 .list-view .used-bike-container ul {
     margin: 0;
}
 .list-view .used-bike-container li {
     font-family: 'Fira Sans', sans-serif;
     font-weight: normal;
     text-transform: uppercase;
     display: block;
     list-style: none;
     font-size: 0.9rem;
     line-height: 1;
     letter-spacing: 1px;
     padding: 7px 0;
     margin: 7px 0;
     border-bottom: 1px solid #EEE;
}
 .list-view .used-bike-container li span.list-option {
     min-width: 120px;
     display: inline-block;
}
 .list-view .used-bike-container li span.list-value {
     float: right;
}
 .list-view .used-bike-container li span.spacer, .list-view .used-bike-container span.spacer {
     margin: 0 3px;
     color: #6c3;
     font-weight: bold;
     font-size: 1.4rem;
     position: relative;
     top: 4px;
}
 .list-view .used-bike-container p {
     font-size: 0.75rem;
}
 .list-view .used-bike-container p.office-number {
     font-size: 0.9rem;
     font-weight: bold;
}
 .list-view .used-bike-container p.office-number .fa {
     font-size: 1.4rem;
     position: relative;
     top: 2px;
     margin: 0 5px 0 0;
}
 .list-view .used-bike-link .button {
     margin: 0 0 0.5rem 0;
     font-size: 0.7rem;
     float: right;
     width: 80%;
}
 .list-view button, .list-view .button {
     margin: 0;
}
 .list-view .button.used-list-photos {
     margin: 0.5rem 0 0 0;
     background: transparent;
     font-size: 0.8rem;
     color: #545454;
     padding: 0.2rem 0;
}
*/
    @media only screen and (max-width: 40em) {
        /*.list-view .used-bike-container {
         background: #FFF;
         border: 5px solid #EEEEEE;
         margin: 0 5px 10px;
         width: 100%;
         position: relative;
         padding: 0;
         float: left;
         text-align: center;
    }
     .list-view .used-bike-image-container {
         width: 100%;
         position: relative;
         float: left;
         padding: 0;
    }
     .list-view .used-bike-image-container span.image-count {
         position: absolute;
         top: 5px;
         left: 5px;
         padding: 3px 5px;
         font-size: 14px;
         background: #000;
         border: 1px solid #777;
         color: #fff;
    }
     .list-view .used-bike-image-container span.image-count .fas {
         font-size: 0.8rem;
         margin-right: 7px;
    }
     .list-view .used-bike-image-container span.cpo-logo-image-overlay {
         position: absolute;
         bottom: 10px;
         right: 10px;
         padding: 5px 7px;
         font-size: 0;
         background: rgba(0, 0, 0, 0.2);
         border: 0px solid #777;
         color: #fff;
         width: 170px;
    }
     .list-view .used-bike-detail-container {
         width: 100%;
         position: relative;
         float: left;
         padding-left: 0.7375rem;
         padding-right: 0.7375rem;
    }
     .list-view .used-bike-header {
         min-height: 110px;
    }
     .list-view .used-bike-header, .list-view .used-bike-details {
         width: 100%;
         position: relative;
         float: left;
    }
     .list-view .used-bike-contact, .list-view .used-bike-link {
         width: 100%;
         position: relative;
         float: left;
         margin: 0 0 1rem 0;
    }
     .list-view .used-bike-container h3.title {
         margin: 15px 0 7px 0;
         width: 100%;
         font-size: 1rem;
         text-align: center;
         text-transform: uppercase;
         letter-spacing: 1px;
         text-overflow: ellipsis;
         white-space: nowrap;
         overflow: hidden;
    }
     .list-view .used-bike-container h3.price {
         width: 100%;
         font-size: 2rem;
         letter-spacing: 0;
         text-align: center;
         color: #6c3;
         margin: 0;
    }
     .list-view .used-bike-container p.finance-from-price {
         font-size: 0.8rem;
         margin: 5px 0 15px 0;
         text-align: center;
    }
     .list-view .used-bike-container p.finance-from-price span {
         font-weight: bold;
         color: #6c3;
    }
     .list-view .used-bike-container h3.price span.old-price {
         font-size: 0.9rem;
         color: #333333;
         position: relative;
         top: 5px;
         text-decoration: line-through 
    }
     .list-view .used-bike-container ul {
         margin: 0;
    }
     .list-view .used-bike-container li {
         font-family: 'Fira Sans', sans-serif;
         font-weight: normal;
         text-transform: uppercase;
         display: block;
         list-style: none;
         line-height: 1;
         padding: 5px 0;
         margin: 5px 0;
         border-bottom: 1px solid #EEE;
    }
     .list-view .used-bike-container li span.list-value {
         float: right;
    }
     .list-view .used-bike-container li span.spacer, .list-view .used-bike-container span.spacer {
         margin: 0 5px;
         color: #6c3;
         font-weight: bold;
         font-size: 1.4rem;
         position: relative;
         top: 3px;
    }
     .list-view .used-bike-container .used-bike-details p {
         font-size: 0.75rem;
         display: none;
    }
     .list-view .used-bike-container p.office-number {
         font-size: 0.9rem;
         font-weight: bold;
         display: block;
         text-align: center;
         margin: 0;
    }
     .list-view .used-bike-container p.office-number .fa {
         font-size: 1.4rem;
         position: relative;
         top: 2px;
         margin: 0 5px 0 0;
    }
     .list-view .used-bike-link .button {
         margin: 0.5rem 0 1rem 0;
         font-size: 0.7rem;
         float: right;
         width: 100%;
    }
     .list-view .more-about-link {
         float: none;
         clear: both;
         text-align: center;
         font-size: 0.55rem;
         margin: 1rem 0;
    }
     .list-view .used-bike-link .button.used-model-finance-link {
         display: none;
    }
     .list-view button, .list-view .button {
         margin: 0;
    }
     .list-view .button.used-list-photos {
         display: none;
         margin: 0.5rem 0 0 0;
         background: transparent;
         font-size: 0.8rem;
         color: #545454;
         padding: 0.2rem 0;
    }
     .list-view .more-about-link {
         float: none;
         clear: both;
         text-align: center;
         font-size: 0.55rem;
         margin: 1rem 0;
    }
    */
    }

    @media only screen and (max-width: 40em) {
        /*.list-view .used-bike-container h3.title {
         font-size: 1rem;
         margin: 0.5rem 0;
         line-height: 1.2rem;
    }
     .list-view .used-bike-image-count {
         display: none;
    }
     .list-view .used-bike-container p.description {
         display: none;
    }
     .list-view .used-bike-contact, .grid-view .used-bike-link {
         width: 100%;
    }
     .list-view .used-bike-link .button {
         width: 100%;
    }
     .list-view .used-bike-container ul {
         display: none;
    }
    */
    }
    /* List view Finance Table */
    /*.finance-table-container {
     padding-top: 1rem;
     overflow: auto;
     overflow-y: hidden;
}
 .finance-table-container p {
     margin-bottom: 0;
     font-size: 0.7rem !important;
     font-style: italic;
}
 .finance-table-container table {
     margin-bottom: 0;
}
 table.finance-table thead {
     background: #000;
}
 table.finance-table thead tr th {
     font-size: 0.6rem;
     line-height: 1rem;
     text-align: center;
     text-transform: capitalize;
     font-weight: normal;
     color: #FFF;
}
 table.finance-table tr td {
     font-size: 0.6rem;
     padding: 0.1625rem 0.425rem;
     text-align: center;
}
 table.finance-table tr td p {
     margin: 0 !important;
}
 table.finance-table tr td .button.tiny {
     padding: 0.3625rem 0.725rem;
     text-transform: none;
}
 @media only screen and (max-width: 1020px) {
     table.finance-table thead tr th {
         font-size: 0.6rem;
    }
}
 @media only screen and (max-width: 920px) {
     table.finance-table thead tr th {
         font-size: 0.5rem;
    }
     table.finance-table tr td {
         font-size: 0.6rem;
    }
}
 @media only screen and (max-width: 40em) {
     .finance-table-container {
         display: none;
    }
     table.finance-table thead tr th {
         font-size: 0.6rem;
    }
     table.finance-table tr td {
         font-size: 0.6rem;
    }
     p.mobile-table-text {
         font-style: italic;
         font-size: 0.7rem;
    }
     p.mobile-table-text .fa {
         font-size: 1.2rem;
         color: #dc1e33;
         margin-right: 10px;
         top: 2px;
         position: relative;
    }
}
*/
    /* Used Bikes Grid View */
    .grid-view .used-bike-container {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .grid-view .used-bike-container a {
        color: black;
    }
    .grid-view .inner-wrap {
        background: white;
        border: 1px solid #e5e5e9;
    }
    .grid-view .used-bike-image-container {
        width: 100%;
        position: relative;
        float: left;
        padding: 0;
		display: flex;		
    }
	.grid-view  .used-bike-image {
		/*background: url(https://resource.medialinksonline.com/assets/hd-originals-image-coming-soon.jpg);
		background-size: cover;
		min-height: 215px;
		width: 100%;*/
	}
    .grid-view .used-bike-image-container span.image-count {
        position: absolute;
        top: 5px;
        left: 5px;
        padding: 3px 5px;
        font-size: 14px;
        background: #000;
        border: 1px solid #777;
        color: #fff;
    }
    .grid-view .used-bike-image-container span.image-count .fas {
        font-size: 0.8rem;
        margin-right: 7px;
    }
    .grid-view .used-bike-image-container span.cpo-logo-image-overlay {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 5px 7px;
        font-size: 0;
        /* background: rgba(0, 0, 0, 0.2); */
        border: 0px solid #777;
        color: #fff;
        width: 95px;
    }
    .grid-view .used-bike-detail-container {
        width: 100%;
        position: relative;
        float: left;
        padding-left: 0.7375rem;
        padding-right: 0.7375rem;
    }
    .grid-view .used-bike-header {
        min-height: 60px;
    }
    .grid-view .used-bike-header, .grid-view .used-bike-details {
        width: 100%;
    }
    .grid-view .used-bike-contact, .grid-view .used-bike-link {
        width: 100%;
    }
    .grid-view .used-bike-container h3.title {
        margin: 15px 0 7px 0;
        width: 100%;
        font-size: 1rem;
        font-weight: 500;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .grid-view .used-bike-container h3.price {
        width: 100%;
        font-weight: 500;
        font-size: 1.4rem;
        letter-spacing: 0;
        text-align: left;
        color: #6c3;
        margin: 0 0 0.7rem 0;
    }
    .grid-view .used-bike-container h4 {
        font-family: 'Fira Sans', sans-serif;
        font-size: 0.75rem;
        line-height: 1.5;
        text-transform: capitalize;
        letter-spacing: 0px;
        font-weight: 400;
        margin: 0;
    }
    .grid-view .used-bike-dealer {
        padding: 1rem 0;
    }
    .grid-view .used-bike-container .finance-from-price {
        margin: 0.5rem 0 1rem 0;
        min-height: 80px;
    }
        .grid-view .used-bike-container p.finance-from-price, .grid-view .used-bike-container .finance-from-price p {
            font-size: 0.75rem;
            margin: 0 0 0.2rem 0;
        }
        .grid-view .used-bike-container p.finance-from-price span, .grid-view .used-bike-container .finance-from-price p span {
            font-weight: bold;
            color: #6c3;
        }
        .grid-view .used-bike-container p.finance-from-price, .grid-view .used-bike-container .finance-from-defaults p {
            font-size: 0.65rem;
        }

    .grid-view .used-bike-container h3.price span.old-price {
        font-size: 0.9rem;
        color: #333333;
        position: relative;
        top: 5px;
        text-decoration: line-through
    }
    .grid-view .used-bike-container ul {
        margin: 0;
    }
    .grid-view .used-bike-container li {
        font-size: 0.8rem;
        display: block;
        list-style: none;
        line-height: 1;
        padding: 0px 0;
        margin: 10px 0;
        border-bottom: 0px solid #EEE;
    }
    .grid-view .used-bike-container li span.list-value {
        float: right;
    }
    .grid-view .used-bike-container li span.spacer, .grid-view .used-bike-container span.spacer {
        margin: 0 5px;
        color: #6c3;
        font-weight: bold;
        font-size: 1.4rem;
        position: relative;
        top: 3px;
    }
    .grid-view .used-bike-details {
        border-top: 3px solid #E2E2E2;
        border-bottom: 3px solid #E2E2E2;
        padding: 0.5rem 0;
    }
    .grid-view .used-bike-details span.list-option {
        color: #A3A3A3;
        margin-right: 10px;
    }
    .grid-view .used-bike-details span.list-value {
        color: #000;
        font-size: 0.8rem;
    }
    .grid-view .used-bike-details span.used-bike-detail {
        padding: 0.3rem 0;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .grid-view .used-bike-container p.office-number {
        font-size: 0.9rem;
        font-weight: bold;
        display: block;
        text-align: center;
        margin: 0;
    }
    .grid-view .used-bike-container p.office-number .fa {
        font-size: 1.4rem;
        position: relative;
        top: 2px;
        margin: 0 5px 0 0;
    }
    .grid-view .used-bike-link .button {
        margin: 0.5rem 0 1rem 0;
        /*font-size: 0.7rem;
        float: right;
        width: 100%;*/
    }
    .grid-view .more-about-link {
        font-size: 0.65rem;
        margin: 1.5rem 0.7rem;
        float: none;
        display: inline-block;
        width: 100%;
        letter-spacing: 0.5px;
    }

        .grid-view .more-about-link:hover {
            color: #777;
        }
    .grid-view .used-bike-link .button.used-model-finance-link {
        display: none;
    }
    .grid-view button, .grid-view .button {
        margin: 0;
    }
    .grid-view .button.used-list-photos {
        display: none;
        margin: 0.5rem 0 0 0;
        background: transparent;
        font-size: 0.8rem;
        color: #545454;
        padding: 0.2rem 0;
    }
    .used-bike-detail-container .logo-container img {
        padding: 0 15px;
    }

    @media print, screen and (min-width: 1960px) {
        .large-up-5 > .cell {
            width: 20%;
        } 
    }

    @media print, screen and (max-width: 1860px) {
        .large-up-5 > .cell {
            width: 24.9%;
        }
    }

    @media print, screen and (max-width: 1500px) {
        .large-up-5 > .cell {
            width: 33.2%;
        }
    }

    @media print, screen and (max-width: 1270px) {
        .large-up-5 > .cell {
            width: 49.4%;
        }
    }

    @media print, screen and (max-width: 1120px) {
        .large-up-5 > .cell {
            width: 33.3%;
        }
    }

    @media only screen and (max-width: 1073px) {
        .grid-view .used-bike-container {
           
        }
    }

    @media only screen and (max-width: 1024px) {
        .grid-view .used-bike-container {
            
        }
		.button.mobile-filters-link {
			display: block !important;
		}
    }

    @media only screen and (max-width: 832px) {
        .grid-view .used-bike-container {
            
        }
    }

    @media print, screen and (max-width: 735px) {
        .large-up-5 > .cell {
            width: 49.5%;
        }
    }


    @media only screen and (max-width: 40em) {
        .large-up-5 > .cell {
            width: 100%;
        }
        .grid-view .used-bike-container {
            text-align: left;
            margin: 0 0 0.5rem 0;
        }

        .grid-view .used-bike-image-container {
            width: 45%;
        }
		.grid-view  .used-bike-image {
			/*min-height: 125px;*/
		}

        .grid-view .used-bike-detail-container {
            width: 55%;
        }

        .grid-view .used-bike-container h3.title, .grid-view .used-bike-container h3.price {
            width: 100%;
            text-align: left;
        }

        .grid-view .used-bike-container h3.title {
            font-size: 0.75rem;
            margin: 0.5rem 0;
            line-height: 1rem;
        }

        .grid-view .used-bike-container h3.price {
            font-size: 1.4rem;
        }

        .grid-view .used-bike-container p.finance-from-price {
            font-size: 0.7rem;
            margin: 5px 0 10px 0;
            text-align: left;
        }

        .grid-view .used-bike-container h4 {
            font-size: 0.75rem;
            letter-spacing: 0;
            text-align: left;
        }
        .grid-view .used-bike-image-count {
            display: none;
        }

        .grid-view .more-about-link {
            display: none;
        }

        .grid-view .used-bike-container p.description {
            display: none;
        }

        .grid-view .used-bike-contact, .grid-view .used-bike-link {
            width: 100%;
        }

        .grid-view .used-bike-link .button {
            width: 100%;
        }

        .grid-view .used-bike-container ul {
            display: none;
        }

        .grid-view .used-bike-image-container span.image-count .fas {
            font-size: 0.4rem;
        }

        .grid-view .used-bike-image-container span.image-count {
            font-size: 7px;
        }

        .grid-view .used-bike-image-container span.cpo-logo-image-overlay {
            bottom: 0;
            right: 0;
            width: 70%;
        } 
    }
    /* Grid View Finance Table */
    .grid-view .finance-table-container {
        display: none;
    }
    /* Loading Icons */
    .price-slider-loading .fa, .mileage-slider-loading .fa {
        margin-bottom: 15px;
        font-size: 1.2rem;
        color: #000;
        color: rgba(0, 0, 0, 0.8);
        position: relative;
        top: 8px;
    }

    .loading-container {
        min-height: 500px;
        text-align: center;
        background: #FFF;
    }

        .loading-container .fa {
            top: 230px;
            position: relative;
            color: rgb(156, 156, 156);
        }
    /* Used Bike Pagination */
    .pagination {
        text-align: center;
    }

    .pagination-container {
        width: 100%;
        border-top: 0px solid #f1f1f1;
        border-bottom: 0px solid #f1f1f1;
        display: inline-block;
        padding: 0;
        margin-top: 2rem;
        text-align: center;
    }

    .pages {
        display: inline-block;
        list-style: none;
        margin: 0;
    }

    .pagination-container li.page {
        display: inline-block;
        float: left;
        color: #222222;
        background-color: #ececec;
        font-size: 14px;
        font-weight: normal;
        line-height: 12px;
        padding: 10px;
        margin: 0 5px;
        cursor: pointer;
        border-radius: 0;
    }

        .pagination-container li.page:hover {
            background-color: #CCC;
        }

        .pagination-container li.page.current-page {
            color: #FFF;
            background-color: #6c3;
            display: block;
            font-weight: bold;
        }
    /* Approved Used List View */
    .list-view .used-bike-container.approved-used {
        background: #333;
        border: 5px solid #505050;
    }
    .list-view .used-bike-container.approved-used p.approved-used-text {
        font-family: 'delta_probold',Arial,sans-serif;
        font-size: 1rem;
        line-height: 1.4rem;
        color: #5bab27;
        margin: 0;
    }
    .list-view .used-bike-container.approved-used h3.title, .list-view .used-bike-container.approved-used li, .list-view .used-bike-container.approved-used p, .list-view .used-bike-container.approved-used .button.used-list-photos, .list-view .used-bike-container.approved-used p.office-number {
        color: #FFF;
    }
    .list-view .used-bike-container.approved-used .kawasaki-select-logo {
        position: absolute;
        top: 10px;
        left: 20px;
        z-index: 10;
    }
    .list-view .used-bike-container.approved-used .kawasaki-select-logo img {
        width: 130px;
    }

    /* Used Bike View Page */
    .orginals-model-image-container {
        position: relative;
    }
    .orginals-model-image-container .thumbnail {
		padding: 0;
		border: 0px solid;
		border-radius: 0;
		margin-bottom: 0;
		-webkit-box-shadow: 0 0 0 1px rgba(10,10,10,0);
		box-shadow: 0 0 0 1px rgba(10,10,10,0);
		width: 100%;
    }
    .orginals-model-image-container a.thumbnail:focus, .orginals-model-image-container a.thumbnail:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(43,166,203,0);
        box-shadow: 0 0 0 0 rgba(43,166,203,0);
    }
    .orginals-model-image-container span.cpo-kawasaki-logo-image-overlay {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 5px 7px;
        font-size: 0;
        /* background: rgba(0, 0, 0, 0.5); */
        border: 0px solid #777;
        color: #fff;
        width: 20%;
	}
    .used-model-page-header h1, .used-model-page-header h1.bike-name, .used-model-page-header h1 span.bike-name {
        margin: 0;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .used-model-page-header h2, .used-model-page-header h2.bike-price, .used-model-page-header h2 span.bike-price {
        font-size: 3rem;
        color: #6c3;
        margin-bottom: 1.5rem;
        font-weight: 600;
    }
    .used-model-page-header h2 span.finance-price, .used-model-page-header h2.bike-price span.finance-price, .used-model-page-header h2 span.bike-price span.finance-price {
        font-size: 1rem;
        color: #1a1a1a;
        text-transform: none;
        margin-bottom: 0rem;
        font-weight: 400;
    }
    .used-model-page-header h2 span.finance-price span, .used-model-page-header h2.bike-price span.finance-price span, .used-model-page-header h2 span.bike-price span.finance-price span {
        color: #6c3;
        font-weight: 600;
    }
    .used-bike-title {
        margin: 0;
        padding: 0.5rem 0;
    }
    .used-bike-title h1.bike-name, h1.bike-name {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .used-bike-title h2.bike-price, h2.bike-price {
        font-size: 3rem;
        color: #6c3;
        text-transform: uppercase;
        letter-spacing: 0;
        margin-bottom: 0.5rem;
    }
    .filter-warranty-container {
        margin: 15px 0 5px 0;
    }
    .filter-warranty-container i.WarrantyState, .filter-warranty-container i#WarrantyState {
        font-size: 1.2rem;
        position: relative;
        margin-right: 3px;
        color: #e5e5e9;
    }
    .filter-warranty-container i.WarrantyState.fa-check-square, .filter-warranty-container i#WarrantyState.fa-check-square {
        color: #88c850;
    }
    .used-bike-title h2.bike-price span.finance-price, h2.bike-price span.finance-price {
        font-size: 1.4rem;
        letter-spacing: 1px;
        color: #000;
    }
	.used-bike-title p.finance-price {
        font-size: 0.95rem;
        margin: 0 0 0.4rem 0;
	}
	.sticky-payment-section p.finance-price {
		font-size: 0.75rem;
		margin: 0 0 0.2rem 0;
	}
	.used-bike-title p.finance-price span, .sticky-payment-section p.finance-price span {
		font-weight: bold;
		color: #6c3;
	}	 
	.used-bike-title p.finance-price span.optional-repayment {
		font-size: 0.75rem;
		margin: 0.7rem 0 0.4rem 0;
		color: black;
		font-weight: normal;
	}	
	.sticky-payment-section p.finance-price span.optional-repayment {
		font-size: 0.55rem;
		margin: 0.7rem 0 0.4rem 0; 
		color: white;
		font-weight: normal; 
	}	
	.used-bike-title p.default-values, .sticky-payment-section p.default-values {
		font-size: 0.75rem;
		margin: 0.5rem 0 0.5rem 0;
		font-weight: bold;
	}
    .used-bike-title h2.bike-price span.divider, h2.bike-price span.divider {
        color: #d6d6d6;
        font-size: 2.6rem;
        line-height: 1;
                
        font-weight: 400;
        position: relative;
        top: -3px;
        margin: 0 10px;
    }
    .used-bike-title h2.bike-price span.finance-tooltip, h2.bike-price span.finance-tooltip {
        font-size: 0.7rem;
        margin-left: 5px;
        position: relative;
        top: -10px;
        color: black;
    }
    .used-bike-title .has-finance-options p, .has-finance-options p {
        font-weight: 400;
        margin: 0;
    }
    .used-bike-title .has-finance-options span, .has-finance-options span {
        font-weight: 900;
        color: #6c3;
    }
    .used-bike-title .has-finance-options span.finance-tooltip, .has-finance-options span.finance-tooltip {
        color: #1a1a1a;
        font-size: 0.7rem;
        position: relative;
        top: -1px;
    }
    .used-bike-title p.phone-number {
        font-size: 1.2rem;
        font-weight: 400;
        margin: 2rem 0 0 0;
    }
    .used-bike-title p.bike-location {
        font-size: 0.8rem;
        margin: 0.5rem 0 0 0;
    }
    .used-bike-title p.bike-location .fa {
        color: #6F6F6F;
        font-size: 1rem;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }
	.usedmodel-cta-container {
		width: 100%;
		float: left;
	}
    .usedmodel-cta-container .button.expand {
        margin: 0 0 0.5rem 0;
        width: 60%;
        float: left;
    }
    .usedmodel-cta-container h3 {
        font-size: 1.4rem;
        margin: 1rem 0;
    }

    .button.used-return {
        margin-top: 0;
        margin-bottom: 1rem;
        float: right;
    }
    .bike-content .panel.usedmodel-specs {
        padding: 3rem 1.25rem;
    }
    .bike-content p.bike-description {
        font-size: 1rem;
        line-height: 2;
    }
    .bike-content h3.title {
        text-transform: capitalize;
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .bike-content .pricing-table .title {
        width: 100%;
        background-color: #f1f1f1;
    }
    .bike-content .pricing-table .title h2 {
        color: #FFF;
        font-size: 1.8rem;
        line-height: 2rem;
        border-bottom: 0;
        margin: 0;
    }
    .bike-content .pricing-table .title h3 {
        color: #1a1a1a;
        font-size: 1.3rem;
        line-height: 1.4rem;
        font-weight: bold;
        border-bottom: 0;
        margin: 0;
    }
    .bike-content hr.used-divider {
        border: solid #f1f1f1;
        border-width: 5px 0 0;
        clear: both;
        margin: 2.65rem auto 2.5875rem;
        height: 0;
        width: 70%;
    }
    .bike-content .pricing-table .price {
        background-color: #f6f6f6;
        padding: 0.9375rem 1.25rem;
        text-align: center;
        color: #333333;
        font-weight: normal;
        font-size: 1.6rem;
    }
    .bike-content .usedmodel-specs h3.title, .bike-content .usedmodel-description h3.title, .bike-content .usedmodel-finance h3.title {
        text-align: center;
    }
    .bike-content .used-bike-specifications {
        padding: 0.3rem 0 0 0;
        margin: .7rem 0 1.5rem 0;
        border-top: 2px solid #ededed;
    }
    .bike-content .used-bike-specifications .spec-item {
        border-bottom: 2px solid #ededed;
        padding: 0.3rem 0;
        font-size: 0.9rem;
        text-transform: capitalize;
    }
    .bike-content .used-bike-specifications .spec-item p {
        margin: 0;
    }
    .bike-content .used-bike-specifications .spec-item p.spec-description {
        text-align: right;
    }
    .bike-content .usedmodel-specs .spec-item .spec-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        opacity: 0.8;
    }

        .bike-content .usedmodel-specs .spec-item .spec-icon.icon-location {
            background: url("../../Assets/gb/specification-icons/spec-map-marker-icon.png");
            background-size: contain;
        }

        .bike-content .usedmodel-specs .spec-item .spec-icon.icon-colour {
            background: url("../../Assets/gb/specification-icons/spec-colour-icon.png");
            background-size: contain;
        }

        .bike-content .usedmodel-specs .spec-item .spec-icon.icon-mileage {
            background: url("../../Assets/gb/specification-icons/spec-mileage-icon.png");
            background-size: contain;
        }

        .bike-content .usedmodel-specs .spec-item .spec-icon.icon-registration {
            background: url("../../Assets/gb/specification-icons/spec-license-icon.png");
            background-size: contain;
        }

    .bike-content .usedmodel-description, .bike-content .usedmodel-finance {
        text-align: center;
    }

    .pricing-table .bullet-item {
        padding: 0.8175rem;
        font-size: 0.775rem;
    }

    .bike-content .pricing-table .cta-button {
        padding: 0rem 1.25rem 0;
    }

    .bike-content .pricing-table .print-button {
        float: right;
        margin: 15px 0 0 0;
    }

        .bike-content .pricing-table .print-button .fa {
            margin-right: 5px;
        }

    .bike-content .pricing-table .button {
        margin: 0;
    }

	@media only screen and (max-width: 1024px) {
		.usedmodel-cta-container .button.expand {
			width: 100%;
			font-size: 0.7rem;
		}
	}
    @media only screen and (max-width: 40em) {
        .used-bike-title p.model-rep-example {
            font-size: 0.6em;
            text-transform: none;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }
        .usedmodel-cta-container {
            margin: 1rem 0 0 0;
        }

        .usedmodel-cta-container .button.expand {
            width: 100%;
            font-size: 0.7rem;
        }

        .used-bike-title {
            padding: 0.5rem 0;
        }

        .orginals-model-image-container span.cpo-logo-image-overlay {
            background: rgba(0, 0, 0, 0.5);
            border: 0px solid #777;
            color: #fff;
            width: 180px;
        }

        .bike-content .usedmodel-specs .spec-item p {
            font-size: 1.2rem;
            line-height: 1.6rem;
            letter-spacing: 0.2px;
            margin-bottom: 1.5rem;
        }
        .bike-content p.bike-description {
            font-size: 1rem;
            line-height: 1.5;
        }
	    .used-bike-title p.finance-price {
            font-size: 0.85rem;
	    }
    }
    /* Gallery Images */
    .clearing-thumbs, [data-clearing] {
        list-style: none;
        margin: 0;
    }

    .bike-content img.bike-image {
        width: 100%;
    }

    .bike-content .clearing-thumbs li, [data-clearing] li {
        width: 100%;
    }
    /* Lightbox */
    .clearing-blackout {
        background: #222;
        background: rgba(0, 0, 0, 0.8);
    }

    .clearing-assembled .clearing-container .visible-img {
        background: transparent;
        height: 100%;
        overflow: hidden;
    }

    .visible-img img {
        background: #222;
        padding: 0.5rem;
        border: 1px solid #222;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .clearing-close {
        color: #FFF;
    }

    .clearing-main-next > span {
        border-left-color: #1a1a1a;
        display: none;
    }

    .clearing-main-prev > span {
        border-right-color: #1a1a1a;
        display: none;
    }
    /* Hide Carousel Images from Lightbox */
    .clearing-assembled .clearing-container .carousel {
        display: none;
    }
    /* Dealer Details */
    .dealer-details h3 {
        text-transform: capitalize;
        margin-bottom: 1.5rem;
    }

    .dealer-details a.link {
        font-size: 0.65rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    /* HD Originals Section */
    .hd-originals-container h3.feature-title {
        text-transform: capitalize;
        font-size: 3rem;
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }

    .hd-originals-container .text-anchor:before {
        content: '';
        position: absolute;
        height: 0.7rem;
        width: 100%;
        max-width: 9rem;
        background-color: #6c3;
        margin-top: 0rem;
    }

    .hd-originals-container li {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    /* Sticky Tally Container */
    section.StickyTallyContainer {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.95);
        border-bottom: 0px solid #ececec;
        padding: 0.8rem 0;
        z-index: 1;
        box-shadow: 0 0 15px rgba(0,0,0,0.5)
    }

    .StickyTallyContainer h1, .StickyTallyContainer h2, .StickyTallyContainer h3, .StickyTallyContainer h4, .StickyTallyContainer h5, .StickyTallyContainer p, .StickyTallyContainer ul, .StickyTallyContainer li {
        color: #FFF;
    }

    .StickyTallyContainer h2.bike-name {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .StickyTallyContainer h3.bike-price {
        font-size: 2rem;
        color: #6c3;
        text-transform: uppercase;
        letter-spacing: 0;
        margin-bottom: 0;
    }

    .StickyTallyContainer h3.bike-price span.finance-price {
        font-size: 1.2rem;
        letter-spacing: 1px;
        color: #FFF;
    }

    .StickyTallyContainer h3.bike-price span.divider {
        color: #d6d6d6;
        font-size: 1.8rem;
        line-height: 1;
                
        font-weight: 400;
        position: relative;
        top: -3px;
        margin: 0 10px;
    }

    .StickyTallyContainer h3.bike-price span.finance-tooltip {
        font-size: 0.6rem;
        margin-left: 5px;
        position: relative;
        top: -8px;
        color: white;
    }

    .StickyTallyContainer .button {
        margin: 0 0 0.8rem 0;
    }

    .StickyTallyContainer .mobile-tally-list {
        display: none;
    }

    @media only screen and (max-width: 40em) {
        section.StickyTallyContainer {
            top: auto;
            bottom: 0;
        }

        .StickyTallyContainer .button {
            margin: 0 0 0.2rem 0;
            font-size: 0.6rem;
            padding-top: 0.7rem;
            padding-bottom: 0.7rem;
            padding-left: 0.7rem;
            padding-right: 0.7rem;
        }

        .StickyTallyContainer h2.bike-name {
            font-size: 1rem;
            line-height: 1.4rem;
        }

        .StickyTallyContainer h3.bike-price {
            font-size: 1.4rem;
            margin-bottom: 0.7rem;
        }

            .StickyTallyContainer h3.bike-price span.finance-price {
                font-size: 0.9rem;
                letter-spacing: 0.2px;
                color: #FFF;
            }

            .StickyTallyContainer h3.bike-price span.divider {
                font-size: 1rem;
                margin: 0 5px;
            }

            .StickyTallyContainer h3.bike-price span.finance-tooltip {
                font-size: 0.5rem;
                top: -5px;
                color: white;
            }

        .StickyTallyContainer p.bike-location {
            display: none;
        }
    }


    /* Accordion Content */
    .accordion {
        margin: 0;
        background: transparent;
        list-style-type: none;
    }
    .accordion-title {
        margin-bottom: 0 !important;
    }
    .accordion-title:before {
        content: "+";
        float: right;
        font-size: 35px;
        line-height: 1;
        top: -3px;
        right: 0;
        position: relative;
    }
    .accordion-title.is-active > a:after {
        content: "-";
        top: 0;
    }
    .accordion-item:first-child .accordion-title{
        border-top: 1px solid #bebebe;
    }
    .accordion-item:last-child .accordion-title{
        border-bottom: 1px solid #bebebe;
    }
    .accordion-title {
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 1rem;
        text-transform: uppercase;
        color: #000;
        padding: 1.5rem 1rem;
        display: block;
        background: transparent;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid #bebebe;
    }
    .accordion-item.is-active .accordion-title, .accordion-title:hover, .accordion-title:focus {
        color: #6c3;
    }    
    .accordion .accordion-content {
        padding: 2rem 1rem 2rem 1rem;
        border-bottom: 1px solid #bebebe;
        background: transparent;
    }
    .accordion .accordion-content .spec-item p.lead {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        text-transform: none;
        font-size: 1rem;
        margin: 0 0 0.2rem 0;
    }
    .accordion .accordion-content .spec-item p {
        font-family: 'Fira Sans', sans-serif;
        font-size: 0.9rem;
        text-transform: none;
        margin-bottom: 1rem;
    }

    @media only screen and (max-width: 40em) {
        .page-header h1.bike-name {
            font-size: 1.6rem;
            line-height: 1.6rem;
            margin-bottom: 0;
            text-align: center;
        }
        .page-header p.approved-used-text {
            font-size: 1.2rem;
        }
        .panel .bike-content .pricing-table .title h3.bike-name {
            font-size: 1rem;
            line-height: 1.2rem;
        }
        .panel .bike-content .pricing-table .title h3.bike-price {
            font-size: 1.4rem;
            line-height: 1.6rem;
        }
        .panel .bike-content .pricing-table .description img.select-logo {
            width: 150px;
        }
    }
    /* End New Used Bikes */
    /* Icon Grid Container */
    .icon-container {
    background: white;
    box-shadow: 0 14px 24px rgb(0 0 0 / 10%);
    padding: 1rem 0;
    margin-bottom: 1rem;
    }

    .icon-image-container {
        min-height: 190px;
        max-height: 190px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .icon-image-container:before {
            /* content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 10px 8px 10px;
     border-color: transparent transparent #fff transparent;
     position: absolute;
     left: 50%;
     margin-left: -8px;
     bottom: 0;
     z-index: 3;
     */
        }

    .icon-grid {
        width: 100%;
        min-height: 220px;
        max-height: 220px;
        display: inline-block;
        /* cursor: pointer;
     */
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        transition: transform 1s;
    }

    .icon-container:hover .icon-grid, .icon-container:focus .icon-grid {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    /* .icon-grid.one {
     background-image: url(../Assets/assets-home/save-time-background.jpg);
     background-position: center;
     background-size: cover;
}
 */
    /* Icons */
    .icon-grid .icon {
        width: 190px;
        height: 220px;
        margin: 0 auto;
    }

        .icon-grid .icon img {
            margin: 1rem 0 0 0;
        }


    /* Icon Panel Styles */
    .icon-container .panel {
        text-align: center;
        padding: 2.5rem 1.25rem 1rem 1.25rem;
        border: none;
        /* margin-bottom: 1rem; */
        background: transparent;
    }
    .icon-container .panel h1, .icon-container .panel h2, .icon-container .panel h3 {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2rem;
        line-height: 1.2;
        text-transform: capitalize;
        letter-spacing: 0;
        color: #000 !important;
    }
    .icon-container .panel h1 span, .icon-container .panel h2 span, .icon-container .panel h3 span {
		color: black;
    }
    .icon-container .panel p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: normal;
        font-size: 0.7rem;
        line-height: 1.4;
        text-transform: capitalize;
        letter-spacing: 0px;
        color: #f5821f !important;
    }
    .icon-container .panel a {
        font-family: 'Fira Sans', sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 1.5rem;
        display: block;
    }
    .icon-container:hover .panel a .fa {
        animation: bounce-arrow 1s linear infinite;
    }

    .icon-container .panel a .fa {
        font-size: 0.8rem;
        position: relative;
        top: -1px;
        margin-left: 5px;
    }

    @media only screen and (max-width: 40em) {
        .icon-container .panel h1, .icon-container .panel h2, .icon-container .panel h3 {
            font-size: 1rem;
        }
        .icon-grid .icon {
            width: 130px;
            height: 150px;
        }
        .icon-grid, .icon-image-container {
            min-height: 150px;
            max-height: 150px;
        }
        .icon-container .panel {
            padding: 0.5rem 0.55rem 0rem 0.55rem;
        }
    }


    /* footer styling */
    footer {
        background-color: black;
        padding: 2rem 0;
    }

        footer h2, footer h3 {
            font-size: 1.4rem;
            color: white;
            margin-bottom: 1rem;
        }

        footer p {
            color: #f1f1f1;
            margin-bottom: 0.5rem;
        }

        footer a {
            color: #f1f1f1;
        }

        footer ul {
            margin-left: 1.1rem;
            color: #f1f1f1;
            font-size: 14px;
        }

        footer li {
            margin-bottom: 0.3rem;
        }

        footer a:hover {
            color: white;
        }

        footer strong {
            color: white;
        }

    .footer-column {
        background: #1c1c1c;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sub-footer-column {
    }

    .dealership-info {
        padding-left: 0;
    }

    .sub-footer-column p, .sub-footer-column a {
        color: #FFF;
        font-size: 0.8rem;
        text-align: center;
    }
.sub-footer-column p.small, .sub-footer-column a.small {
    font-size: 0.65rem;
}

    .sub-footer-column a:hover {
        color: #6C3;
    }

    .social-icons {
        width: 100%;
        margin: 1rem auto;
        text-align: center;
    }

    .social-link {
        margin: 0 10px;
    }

    @media only screen and (max-width: 667px) {
        footer {
            padding: 1.5rem;
        }

            footer h2, footer h3 {
                font-size: 1rem;
                color: white;
                margin-bottom: 1rem;
            }

            footer p, footer a {
                font-size: 0.6rem;
                color: #bababa;
            }
    }
    /* Loader */
    @keyframes swing {
        0%,36%,52%,100% {
            transform: rotate(0deg);
            animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            transform: rotate(2deg);
            animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            transform: rotate(-2deg);
            animation-timing-function: ease-out
        }

        38%,40% {
            transform: rotate(3deg);
            animation-timing-function: ease-out
        }

        42%,44% {
            transform: rotate(-3deg);
            animation-timing-function: ease-out
        }
    }

    @-o-keyframes swing {
        0%,36%,52%,100% {
            -o-transform: rotate(0deg);
            -o-animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            -o-transform: rotate(2deg);
            -o-animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            -o-transform: rotate(-2deg);
            -o-animation-timing-function: ease-out
        }

        38%,40% {
            -o-transform: rotate(3deg);
            -o-animation-timing-function: ease-out
        }

        42%,44% {
            -o-transform: rotate(-3deg);
            -o-animation-timing-function: ease-out
        }
    }

    @-ms-keyframes swing {
        0%,36%,52%,100% {
            -ms-transform: rotate(0deg);
            -ms-animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            -ms-transform: rotate(2deg);
            -ms-animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            -ms-transform: rotate(-2deg);
            -ms-animation-timing-function: ease-out
        }

        38%,40% {
            -ms-transform: rotate(3deg);
            -ms-animation-timing-function: ease-out
        }

        42%,44% {
            -ms-transform: rotate(-3deg);
            -ms-animation-timing-function: ease-out
        }
    }

    @-webkit-keyframes swing {
        0%,36%,52%,100% {
            -webkit-transform: rotate(0deg);
            -webkit-animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            -webkit-transform: rotate(2deg);
            -webkit-animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            -webkit-transform: rotate(-2deg);
            -webkit-animation-timing-function: ease-out
        }

        38%,40% {
            -webkit-transform: rotate(3deg);
            -webkit-animation-timing-function: ease-out
        }

        42%,44% {
            -webkit-transform: rotate(-3deg);
            -webkit-animation-timing-function: ease-out
        }
    }

    @-moz-keyframes swing {
        0%,36%,52%,100% {
            -moz-transform: rotate(0deg);
            -moz-animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            -moz-transform: rotate(2deg);
            -moz-animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            -moz-transform: rotate(-2deg);
            -moz-animation-timing-function: ease-out
        }

        38%,40% {
            -moz-transform: rotate(3deg);
            -moz-animation-timing-function: ease-out
        }

        42%,44% {
            -moz-transform: rotate(-3deg);
            -moz-animation-timing-function: ease-out
        }
    }

    @-webkit-keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @-moz-keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @-ms-keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @-o-keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @-webkit-keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }

    @-moz-keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }

    @-ms-keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }

    @-o-keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }

    @keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }
    /* =Loader -------------------------------------------------------------- */
    .loader {
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 1);
    }

        .loader h5 {
            -webkit-animation: blink-text 1s infinite;
            -moz-animation: blink-text 1s infinite;
            -ms-animation: blink-text 1s infinite;
            -o-animation: blink-text 1s infinite;
            animation: blink-text 1s infinite;
        }

    .loader-content {
        display: block;
        position: relative;
        top: 45%;
        -webkit-animation: fadeInDown 0.7s;
        -moz-animation: fadeInDown 0.7s;
        -ms-animation: fadeInDown 0.7s;
        -o-animation: fadeInDown 0.7s;
        animation: fadeInDown 0.7s;
    }

        .loader-content img {
            vertical-align: middle;
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

    .progress-container {
        display: block;
        position: relative;
        width: 100px;
        height: 2px;
        overflow: hidden;
        margin: 1.5rem auto;
    }

    .progress-bar {
        display: block;
        position: absolute;
        bottom: 0;
        left: -102px;
        overflow: hidden;
        width: 100px;
        height: 2px;
        background-color: #6c3;
        -webkit-animation: loader-anim 1s 0s infinite;
        -moz-animation: loader-anim 1s 0s infinite;
        -ms-animation: loader-anim 1s 0s infinite;
        -o-animation: loader-anim 1s 0s infinite;
        animation: loader-anim 1s 0s infinite;
    }

    @media only screen and (max-width: 40em) {
        .loader-content img {
            width: 300px;
        }
    }
    /* End Loader */



    /* Bike Preload Container */
    .bike-preload-container .panel {
        padding: 10rem 1.25rem;
    }

    .bike-preload-container img {
        width: 150px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -ms-animation-delay: 4s;
        -o-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation: swing 3s infinite;
        -moz-animation: swing 3s infinite;
        -ms-animation: swing 3s infinite;
        -o-animation: swing 3s infinite;
        animation: swing 3s infinite;
        transform-origin: 50% 69%;
    }

    .bike-preload-container h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    /* End Bike Preload Container */
    
   
    
    /* Report Preload Container */
    .report-response-loading {
        padding: 3rem 1.25rem;
        text-align: center;
    }

    .report-response-loading img {
        width: 150px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -ms-animation-delay: 4s;
        -o-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation: swing 3s infinite;
        -moz-animation: swing 3s infinite;
        -ms-animation: swing 3s infinite;
        -o-animation: swing 3s infinite;
        animation: swing 3s infinite;
        transform-origin: 50% 69%;
    }

    .report-response-loading h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    /* End Bike Preload Container */

    /* Report Preload Container */
    .no-bikes-error {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        padding-top: 45vh;
        width: 100%;
        height: 65%;
        top: 0;
        left: 0;
        z-index: 10;
        text-align: center;
        padding: 0;
        text-align: center;
    }

    .no-bikes-error i {
        width: 150px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .no-bikes-error h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    /* End Bike Preload Container */

    .filter-label {
        
    }

    .highlighted-filter-background {
        background-color: #e6e6e6;
    }

    .filter-header {
        font-weight: bold;
        text-align: center;
        font-size: 1.25rem !important;
    }

    .more-about-link {
        float: right;
        font-size: 0.8rem;
    }
    /* Modal Changes */
    .reveal-modal-bg {
        background: #000;
        background: rgba(0, 0, 0, 0.7);
    }
    /* Modal Filter */
    .reveal-modal .filter-cache-filter-list {
        margin: 0 0 2rem 0;
    }

        .reveal-modal .filter-cache-filter-list li {
            display: block;
            list-style: none;
            line-height: 1.4rem;
            padding: 6px 0;
            margin: 6px 0;
            border-bottom: 1px solid #dadada;
        }

            .reveal-modal .filter-cache-filter-list li span.list-option {
                min-width: 120px;
                display: inline-block;
            }

            .reveal-modal .filter-cache-filter-list li span.pre-filtered-value {
                font-family: 'Fira Sans', sans-serif;
                color: #6c3;
                font-size: 1rem;
                letter-spacing: 1px;
                font-weight: normal;
                text-transform: uppercase;
                float: right;
            }


    .mandatory-error {
        border: 3px solid red !important;
    }

    .used-bike-header > h4 {
        float: left;
        color: #6c3;
    }

    .used-bike-header .bike-location {
        letter-spacing: 0.05rem;
    }

.price.no-mp {
    margin-bottom: 1rem !important;
}

[data-no-finance] {
    display:none !important;
}

.finance-from-defaults p {
    font-weight:bold;
}
.g-recaptcha {
	margin: 2rem 0;
}
/* Owl Nav Overrides */
    @media only screen and (max-width: 40em) {
		.owl-nav .icon {
			font-size: 1rem;
			width: 30px;
		}
	}


    [data-report].selected {
        background-color: #6c3;
    }



/* Dark Container */
.dark-container h1, .dark-container h2, .dark-container h3, .dark-container h4, .dark-container h5, .dark-container p, .dark-container label {
    color: white;
} 
.dark-container {
    background: #202021;
    padding: 1rem;
}
.dark-container .button, .dark-container input[type="text"], .dark-container input[type="date"] {
    margin: 0;
}

/* Siebar Menu */
.sidebar.menu li {
    margin: 0;
}
.sidebar.menu a {
    background: #e5e5e9;
    border-bottom: 1px solid #CCC;
    color: black;
    padding: 1rem 0;
}
.sidebar.menu a:hover, .sidebar.menu a.selected {
    color: #6c3;
}
.sidebar.menu a.selected{
    font-weight: 600;
}


/* Member Region List */
.sidebar.menu#RegionList li a span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
}
.member-region {
}
.member-region:hover {
    background-color: rgba(255, 102, 0, 0.70);
    color: white;
}
.member-region.selected {
    background-color: rgba(255, 102, 0, 0.90);
    color: white;
}
.member-region.selected:hover {
    background-color: rgba(255, 102, 0, 0.40);
}
.member-region.no-region {
    cursor:not-allowed;
}


.bike-container {
    min-height: 900px;
}

/* HD Certified Benefit Icons */
.hd-certified-benefit .benefit-title {
    margin-bottom: 10px;
}
.hd-certified-benefit span.icon {
    padding: 7px;
    display: block;
    background: none;
    width: 100%;
}
.hd-certified-benefit h3 {
    line-height: 1.2;
    margin: 0;
}
.hd-certified-benefit ul li {
    margin-bottom: 0.5rem;
}
.hd-certified-benefit ul li::marker {
    color:#6c3;
}
.hd-certified-benefit .icon-key p.small {
    margin: 0;
    font-size: 0.7rem;
}

.template-list > li {
    text-transform:capitalize;
    padding: 0.25rem 0.5rem;
}

.template-list > li:hover {
    cursor:pointer;
    background-color:#6c38;
    color: white;
}

.template-list >li.selected {
    background-color:#6c3;
    color: white;
}

.template-list > li.selected:hover {
    cursor: pointer;
    background-color: #6c38;
    color: white;
}

.pages .jump-to-page {
    float: right;
    display: inline-flex;
    width: 250px;
}

.pages .jump-to-page label {
    width: 75%;
    position: relative;
    top: 5px;
    right: 10px;
    text-align: right;
}

.pages .jump-to-page select {
    width: 25%;
}
@media only screen and (max-width: 40em) {
    .pages .jump-to-page {
        float: left;
        width: 220px;
        margin-top: 1rem;
    }

    .pages .jump-to-page label {
        width: 50%;
    }

    .pages .jump-to-page select {
        width: 25%;
    }
}

.list-value {
    text-transform:capitalize;
}

/* Loading Overlays */
.filters-loading-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2e0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
}

.filters-loading-text {
    position: relative;
    top: -10px;
}

    .filters-loading-text p {
        margin: 1rem 0;
    }

    .filters-loading-text i {
        font-size: 2rem;
    }

.bikes-need-update-container, .bikes-no-filter-result-container {
    position: absolute;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background: #232323e0;
    padding-top: 45vh;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    color: white;
}

.bikes-need-update-container-text p {
    margin: 1rem 0;
    font-size: 1rem;
}

.bikes-need-update-container-text i {
    font-size: 2rem;
}