
/* Comment Generated by Combres - Resource '~/css/responsive/0/fontfamilies.css' (Mode: Static) */
@import url('https://images.hertz.com/font/css/family/Ride.css');
*:not(dcs\:content) {

    font-family: 'Ride', arial, sans-serif!important;

}


/* Comment Generated by Combres - Resource '~/css/responsive/0/foundation.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html
{
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after
    {
        content: '';
        content: none;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

body
{
        background: #fff;
        font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 13px;
        line-height: 18px;
        color: #555;
        position: relative;
        -webkit-font-smoothing: antialiased;
        visibility: visible;
}

/* Links ---------------------- */
a
{
    color: #308dff;
    text-decoration: none;
    line-height: inherit;
}

    a:hover
    {
        color: #2795b6;
    }

    a:focus
    {
        color: #2ba6cb;
        outline: none;
    }
    .button:focus {
        color: #fff;
    }

p a, p a:visited
{
    line-height: inherit;
}

/* Misc ---------------------- */
.left
{
    float: left;
}


.right
{
    float: right;
}


.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}


.text-center
{
    text-align: center;
}

.hide
{
    display: none;
}

.highlight
{
    background: #ffff99;
}

#googlemap img, object, embed
{
    max-width: none;
}

#map_canvas embed
{
    max-width: none;
}

#map_canvas img
{
    max-width: none;
}

#map_canvas object
{
    max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
figure
{
    margin: 0;
}

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
    direction: ltr;
}

p
{
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
}

    p.lead
    {
        font-size: 17.5px;
        line-height: 1.6;
        margin-bottom: 17px;
    }

aside p
{
    font-size: 13px;
    line-height: 1.35;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #222222;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small
    {
        font-size: 60%;
        color: #6f6f6f;
        line-height: 0;
    }

h1
{
    font-size: 44px;
}

h2
{
    font-size: 37px;
}

h3
{
    font-size: 27px;
}

h4
{
    font-size: 23px;
}

h5
{
    font-size: 17px;
}

h6
{
    font-size: 14px;
}

hr
{
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 22px 0 21px;
    height: 0;
}

.subheader
{
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: 300;
    margin-bottom: 17px;
}

em, i
{
    font-style: italic;
    line-height: inherit;
}

strong, b
{
    font-weight: bold;
    line-height: inherit;
}

small
{
    font-size: 60%;
    line-height: inherit;
}

code
{
    font-weight: bold;
    background: #ffff99;
}

/*        --------------------------------------------------
        :: Lists
        -------------------------------------------------- */
ul, ol
{
    margin-bottom: 18px;
}

ul
{
    list-style: none outside;
}

ol
{
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc
{
    margin-left: 30px;
}

ul.square
{
    list-style: square outside;
}

ul.circle
{
    list-style: circle outside;
}

ul.disc
{
    list-style: disc outside;
}

ul.large li
{
    line-height: 21px;
}

/* Blockquotes ---------------------- */
blockquote, blockquote p
{
    line-height: 1.5;
    color: #6f6f6f;
}

blockquote
{
    margin: 0 0 17px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite
    {
        display: block;
        font-size: 13px;
        color: #555555;
    }

        blockquote cite:before
        {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited
        {
            color: #555555;
        }

abbr, acronym
{
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px solid #ddd;
    cursor: help;
}

abbr
{
    text-transform: none;
}

/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only
{
    display: none !important;
}


/* Requires globals.css */
/* Standard Forms ---------------------- */
form
{
    margin: 0 0 19.41641px;
}

.row form .row
{
    margin: 0 -6px;
}

    .row form .row .column, .row form .row .columns
    {
        padding: 0 6px;
    }

    .row form .row.collapse
    {
        margin: 0;
    }

        .row form .row.collapse .column, .row form .row.collapse .columns
        {
            padding: 0;
        }

        .row form .row.collapse.left .column, .row form .row.collapse.left .columns
        {
            padding: 0 6px 0 0;
        }

form label, form .item_label
{
    margin-bottom: 3px;
}

label, .item_label
{
    font-size: 0.9em;
    color: #4d4d4d;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}

    label.right
    {
        float: none;
        text-align: right;
    }

    label.inline
    {
        line-height: 32px;
        margin: 0 0 12px 0;
    }

.prefix, .postfix
{
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 31px;
}

a.button.prefix, a.button.postfix
{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

span.prefix, span.postfix
{
    background: #f2f2f2;
    border: 1px solid #cccccc;
}

.prefix
{
    left: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
}

.postfix
{
    right: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea
{
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0 6px;
    height: 24px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.customSelectSkin
{
    margin: 0 0 0 0;
}

input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize
{
    font-size: 17px;
    padding: 4px 6px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]: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, textarea:focus
{
    background: #fafafa;
    outline: none !important;
    border-color: #b3b3b3;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled]
{
    background-color: #ddd;
}

textarea
{
    height: auto;
}

select
{
    width: 100%;
}

/* Fieldsets */
fieldset
{
    border: solid 1px #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 12px 12px 0;
    margin: 18px 0;
}

    fieldset legend
    {
        font-weight: bold;
        background-color: transparent;
        padding: 0 3px;
        margin: 0;
        margin-left: -3px;
    }

/* Errors */
.error input, input.error, .error textarea, textarea.error
{
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

.error label, label.error, .errors_list, .statusInvalid
{
    color: #c60f13;
}

.statusValid
{
    color: #008000;
}

.error small, small.error
{
    display: block;
    padding: 6px 4px;
    margin-top: -13px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


/* Custom Forms ---------------------- */
form.custom
{ /* Custom input, disabled */
}

    form.custom span.custom
    {
        display: inline-block;
        width: 16px;
        height: 16px;
        position: relative;
        top: 2px;
        border: solid 1px #ccc;
        background: #fff;
    }

        form.custom span.custom.radio
        {
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            border-radius: 100px;
        }

        form.custom span.custom.checkbox:before
        {
            content: "";
            display: block;
            line-height: 0.8;
            height: 14px;
            width: 14px;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 14px;
            color: #fff;
        }

        form.custom span.custom.radio.checked:before
        {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            border-radius: 100px;
            background: #222;
            position: relative;
            top: 3px;
            left: 3px;
        }

        form.custom span.custom.checkbox.checked:before
        {
            content: "\00d7";
            color: #222;
        }

    form.custom div.custom.dropdown
    {
        display: block;
        position: relative;
        width: auto;
        height: 28px;
        margin-bottom: 9px;
        margin-top: 2px;
    }

        form.custom div.custom.dropdown a.current
        {
            display: block;
            width: auto;
            line-height: 26px;
            min-height: 28px;
            padding: 0;
            padding-left: 6px;
            padding-right: 38px;
            border: solid 1px #ddd;
            color: #141414;
            background-color: #fff;
            white-space: nowrap;
        }

        form.custom div.custom.dropdown a.selector
        {
            position: absolute;
            width: 27px;
            height: 28px;
            display: block;
            right: 0;
            top: 0;
            border: solid 1px #ddd;
        }

            form.custom div.custom.dropdown a.selector:after
            {
                content: "";
                display: block;
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: solid 5px;
                border-color: #aaaaaa transparent transparent transparent;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -2px;
                margin-left: -5px;
            }

        form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after
        {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: solid 5px;
            border-color: #222222 transparent transparent transparent;
        }

        form.custom div.custom.dropdown.open ul
        {
            display: block;
            z-index: 10;
        }

        form.custom div.custom.dropdown.small
        {
            width: 134px !important;
        }

        form.custom div.custom.dropdown.medium
        {
            width: 254px !important;
        }

        form.custom div.custom.dropdown.large
        {
            width: 434px !important;
        }

        form.custom div.custom.dropdown.expand
        {
            width: 100% !important;
        }

        form.custom div.custom.dropdown.open.small ul
        {
            width: 134px !important;
        }

        form.custom div.custom.dropdown.open.medium ul
        {
            width: 254px !important;
        }

        form.custom div.custom.dropdown.open.large ul
        {
            width: 434px !important;
        }

        form.custom div.custom.dropdown.open.expand ul
        {
            width: 100% !important;
        }

        form.custom div.custom.dropdown ul
        {
            position: absolute;
            width: auto;
            display: none;
            margin: 0;
            left: 0;
            top: 27px;
            margin: 0;
            padding: 0;
            background: #fff;
            background: rgba(255, 255, 255, 0.95);
            border: solid 1px #cccccc;
        }

            form.custom div.custom.dropdown ul li
            {
                color: #555;
                font-size: 13px;
                cursor: pointer;
                padding: 3px;
                padding-left: 6px;
                padding-right: 38px;
                min-height: 18px;
                line-height: 18px;
                margin: 0;
                white-space: nowrap;
                list-style: none;
            }

                form.custom div.custom.dropdown ul li.selected
                {
                    background: #cdebf5;
                    color: #000;
                }

                    form.custom div.custom.dropdown ul li.selected:after
                    {
                        content: "\2013";
                        position: absolute;
                        right: 10px;
                    }

                form.custom div.custom.dropdown ul li:hover
                {
                    background-color: #e3f4f9;
                    color: #222;
                }

                    form.custom div.custom.dropdown ul li:hover:after
                    {
                        content: "\2013";
                        position: absolute;
                        right: 10px;
                        color: #8ed3e7;
                    }

                form.custom div.custom.dropdown ul li.selected:hover
                {
                    background: #cdebf5;
                    cursor: default;
                    color: #000;
                }

                    form.custom div.custom.dropdown ul li.selected:hover:after
                    {
                        color: #000;
                    }

            form.custom div.custom.dropdown ul.show
            {
                display: block;
            }

    form.custom .custom.disabled
    {
        background-color: #ddd;
    }

/* Correct FF custom dropdown height */
@-moz-document url-prefix()
{
    form .custom div.custom.dropdown a.selector;

{
    height: 30px;
}

}

.lt-ie9 form.custom div.custom.dropdown a.selector
{
    height: 30px;
}

/* The Grid ---------------------- */
.row
{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
    /*.row .row { width: auto; max-width: none; min-width: 0; margin: 0 0px; }*/
    .row.collapse .column, .row.collapse .columns
    {
        padding: 0;
    }

    .row .row
    {
        min-width: 0;
    }

        .row .row.collapse
        {
            margin: 0;
        }

.column, .columns
{
    float: left;
    min-height: 1px;
    padding: 0 0px;
    position: relative;
}

    .column.centered, .columns.centered
    {
        float: none;
        margin: 0 auto;
    }

[class*="column"] + [class*="column"]:last-child
{
    float: right;
}

[class*="column"] + [class*="column"].end
{
    float: left;
}

.one, .row .one
{
    width: 8.33333%;
}

.two, .row .two
{
    width: 16.66667%;
}

.three, .row .three
{
    width: 25%;
}

.four, .row .four
{
    width: 33.33333%;
}

.five, .row .five
{
    width: 41.66667%;
}

.six, .row .six
{
    width: 50%;
}

.seven, .row .seven
{
    width: 58.33333%;
}

.eight, .row .eight
{
    width: 66.66667%;
}

.nine, .row .nine
{
    width: 75%;
}

.ten, .row .ten
{
    width: 83.33333%;
}

.eleven, .row .eleven
{
    width: 91.66667%;
}

.twelve, .row .twelve
{
    width: 100%;
}

.row .offset-by-one
{
    margin-left: 8.33333%;
}

.row .offset-by-two
{
    margin-left: 16.66667%;
}

.row .offset-by-three
{
    margin-left: 25%;
}

.row .offset-by-four
{
    margin-left: 33.33333%;
}

.row .offset-by-five
{
    margin-left: 41.66667%;
}

.row .offset-by-six
{
    margin-left: 50%;
}

.row .offset-by-seven
{
    margin-left: 58.33333%;
}

.row .offset-by-eight
{
    margin-left: 66.66667%;
}

.row .offset-by-nine
{
    margin-left: 75%;
}

.row .offset-by-ten
{
    margin-left: 83.33333%;
}

.push-two
{
    left: 16.66667%;
}

.pull-two
{
    right: 16.66667%;
}

.push-three
{
    left: 25%;
}

.pull-three
{
    right: 25%;
}

.push-four
{
    left: 33.33333%;
}

.pull-four
{
    right: 33.33333%;
}

.push-five
{
    left: 41.66667%;
}

.pull-five
{
    right: 41.66667%;
}

.push-six
{
    left: 50%;
}

.pull-six
{
    right: 50%;
}

.push-seven
{
    left: 58.33333%;
}

.pull-seven
{
    right: 58.33333%;
}

.push-eight
{
    left: 66.66667%;
}

.pull-eight
{
    right: 66.66667%;
}

.push-nine
{
    left: 75%;
}

.pull-nine
{
    right: 75%;
}

.push-ten
{
    left: 83.33333%;
}

.pull-ten
{
    right: 83.33333%;
}

img, object, embed
{
    max-width: 100%;
    height: auto;
}

object, embed
{
    height: 100%;
}

img
{
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img
{
    max-width: none!important;
}

/* Nicolas Gallagher's micro clearfix */
.row
{
    *zoom: 1;
}

    .row:before, .row:after
    {
        content: "";
        display: table;
    }

    .row:after
    {
        clear: both;
    }

/* Mobile Grid and Overrides ---------------------- */

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid
{
    display: block;
    overflow: hidden;
    padding: 0;
}

    .block-grid > li
    {
        display: block;
        height: auto;
        float: left;
    }

    .block-grid.one-up
    {
        margin: 0;
    }

        .block-grid.one-up > li
        {
            width: 100%;
            padding: 0 0 15px;
        }

    .block-grid.two-up
    {
        margin: 0 -15px;
    }

        .block-grid.two-up > li
        {
            width: 46%;
            margin-left: 15px;
            padding: 0;
        }

            .block-grid.two-up > li:nth-child(2n+1)
            {
                clear: both;
            }

            .block-grid.two-up > li:nth-child(2n)
            {
                margin-left: 10px;
            }

    .block-grid.three-up
    {
        margin: 0 -12px;
    }

        .block-grid.three-up > li
        {
            width: 33.33%;
            padding: 0 12px 12px;
        }

            .block-grid.three-up > li:nth-child(3n+1)
            {
                clear: both;
            }

    .block-grid.four-up
    {
        margin: 0 -10px;
    }

        .block-grid.four-up > li
        {
            width: 25%;
            padding: 0 10px 10px;
        }

            .block-grid.four-up > li:nth-child(4n+1)
            {
                clear: both;
            }

    .block-grid.five-up
    {
        margin: 0 -8px;
    }

        .block-grid.five-up > li
        {
            width: 20%;
            padding: 0 8px 8px;
        }

            .block-grid.five-up > li:nth-child(5n+1)
            {
                clear: both;
            }

/* Mobile Block Grids */

.firstRow
{
    margin-top: 33px;
}

/*    --------------------------------------------------
    Tabs
    -------------------------------------------------- */
dl.tabs
{
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    height: 30px;
    border-bottom: solid 1px #ddd;
}

    dl.tabs dt
    {
        display: block;
        width: auto;
        height: 30px;
        padding: 0 9px 0 20px;
        line-height: 30px;
        float: left;
        color: #999;
        font-size: 11px;
        text-transform: uppercase;
        cursor: default;
    }

        dl.tabs dt:first-child
        {
            padding: 0 9px 0 0;
        }

    dl.tabs dd
    {
        display: block;
        width: auto;
        height: 30px;
        padding: 0;
        float: left;
    }

        dl.tabs dd a
        {
            display: block;
            width: auto;
            height: 29px;
            padding: 0 9px;
            line-height: 30px;
            border: solid 1px #ddd;
            margin: 0 -1px 0 0;
            color: #555;
            background: #eee;
        }

            dl.tabs dd a.active
            {
                background: #fff;
                border-width: 1px 1px 0 1px;
                height: 30px;
            }

.nice.tabs
{
    border-bottom: solid 1px #eee;
    margin: 0 0 30px 0;
    height: 43px;
}

    .nice.tabs dd a
    {
        padding: 7px 18px 9px;
        font-size: 15px;
        font-size: 1.5rem;
        color: #555555;
        background: none;
        border: none;
    }

        .nice.tabs dd a.active
        {
            font-weight: bold;
            color: #333;
            background: #fff;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            border-top: 3px solid #00a6fc;
            margin: 0 10px;
            position: relative;
            top: -5px;
        }

    .nice.tabs dd:first-child a.active
    {
        margin-left: 0;
    }

dl.tabs.vertical
{
    height: auto;
}

    dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd
    {
        float: none;
        height: auto;
    }

        dl.tabs.vertical dd a
        {
            display: block;
            width: auto;
            height: auto;
            padding: 15px 20px;
            line-height: 1;
            border: solid 0 #ccc;
            border-width: 1px 1px 0;
            margin: 0;
            color: #555;
            background: #eee;
            font-size: 15px;
            font-size: 1.5rem;
        }

            dl.tabs.vertical dd a.active
            {
                height: auto;
                margin: 0;
                border-width: 1px 0 0;
                background: #fff;
            }

.nice.tabs.vertical
{
    border-bottom: solid 1px #eee;
    height: auto;
}

    .nice.tabs.vertical dd a
    {
        padding: 15px 20px;
        border: none;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
        background: #fff;
    }

        .nice.tabs.vertical dd a.active
        {
            border: none;
            background: #00a6fc;
            color: #fff;
            margin: 0;
            position: static;
            top: 0;
            height: auto;
        }

    .nice.tabs.vertical dd:first-child a.active
    {
        margin: 0;
    }

ul.tabs-content
{
    margin: 0;
    display: block;
}

    ul.tabs-content > li
    {
        display: none;
    }

.no-js ul.tabs-content > li
{
    display: block;
}

ul.tabs-content > li.active
{
    display: block;
}

dl.contained, dl.nice.contained
{
    margin-bottom: 0;
}

    dl.contained.tabs dd a
    {
        padding: 0 14px;
    }

    dl.nice.contained.tabs dd a
    {
        padding: 7px 18px 9px;
    }

ul.contained.tabs-content
{
    padding: 0;
}

    ul.contained.tabs-content > li
    {
        padding: 20px;
        border: solid 0 #ddd;
        border-width: 0 1px 1px 1px;
    }

ul.contained.vertical.tabs-content > li
{
    border-width: 1px 1px 1px 1px;
}

ul.nice.contained.tabs-content > li
{
    border-color: #eee;
}
/*
}
*/





/* Comment Generated by Combres - Resource '~/css/responsive/0/overlay.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
 #overLayContainer
 {
  display: none;
 }

 #overLayDiv
 {
  max-width: 960px;
 }

 #overLayDiv .popcontent
 {
 display: table;
 height: 100%;
 }
 
   .GB #overLayDiv .calculatorDisclaimer
 {
  padding: 10px;
 }

.GB #overLayDiv .calculatorInner,
.GB #overLayDiv .blackhorseOutput
{
 width: 100%;
}

 #overLayDiv .calculatorInner
 {
  float: left;
  padding: 0 15px 15px;
 }

 #overLayDiv .blackhorseOutput
 {
  float: left;
  line-height: 26px;
  padding: 10px 30px 10px 15px;
  border: 1px solid #CCCCCC;
 }

#overLayDiv .Overlay_container 
{
    position: relative;
    width: 100%;
    height: 100%;
}

#overLayDiv .PopUpContent-box 
{
    height: 100%;
    box-sizing: border-box;
    padding-top: 80px
}

  #overLayDiv .blackhorseOutput .blackhorseValue
 {
  float: right;
 }

#overLayDiv .popmainContent 
{
    display: table-cell;
    width: 29%;
    height: auto;
    background-color: #ffd100;
    vertical-align: top;
}

 #overLayDiv aside
 {
  width: 64%;
  float: left;
  margin: 10px 0 0 30px;
  display: block;
  overflow: auto;
 }

 #overLayDiv .buttonDiv_container 
{
 display: table-cell;
 padding: 15px 40px 0 40px;
}

 .popmainContent section
 {
  padding: 10px 0px 10px 30px;
  font-family: Arial;
  font-size: 14px;
  color: #000000;
 }

 .popmainContent .selected
 {
 font-weight: bold;
  background-color: #ffd100;
 }

.popmainContent .selected:hover 
{
  background-color: #000000;
  color: #ffd100;
}


 .popContentHeader
 {
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;
  margin-bottom: 15px;
 }

.imgOverlayContainer .six
{
 width: 100%;
 padding: 0 0 20px !important;
}

.imgOverlayContainer img
{
 max-width: 150px;
}

 .sidebarContent
 {
  font-size: 11px;
  margin-bottom: 15px;
  line-height: 110%;
 }

 .linkButton
 {
  background-color: #D5D5D5;
  cursor: pointer;
  cursor: pointer;
  font-size: 12px;
  font-family: Arial;
  font-weight: bolder;
  text-align: center;
  text-indent: 0;
  display: inline;
  padding: 3px 10px 3px 10px;
 }

 .prevButton .linkButton
 {
  float: left;
 }

 .nextButton .linkButton
 {
  float: right;
 }

 .prevButton, .nextButton
 {
  margin-bottom: 30px;
 }

 .prevButton
 {
  float: left;
  width: 48%;
  padding: 3px;
 }

 .nextButton
 {
  float: right;
  width: 48%;
  padding: 3px;
 }

 .prevButton a
 {
  text-align: left;
  display: block;
  clear: both;
  padding-top: 10px;
  font-size: 1em;
 }

 .nextButton a
 {
  text-align: right;
  display: block;
  clear: both;
  padding-top: 10px;
  font-size: 1em;
 }

hr 
{
    display: none;
}


 #popBottom
 {
  margin: 30px 0 5px 0;
  position: relative;
  width: 100%;
  text-align: center;
 }


 #overLayDiv .moreReasonButton a
 {
  background: none repeat scroll 0 0 #308dff;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 100%;
  font-family: Arial;
  font-weight: bolder;
  text-align: center;
  text-indent: 0;
  padding: 7px 12px;
  color: #fff;
  display: inline-block;
 }
#overLayDiv .moreReasonButton a:hover 
{
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #308dff;
    color: #308dff;
}

  .popselected
 {
  display: block;
  height: 100%;
 }

 .popnotselected
 {
  display: none;
 }

 #overLayDiv
 {
  background: #ffffff;
  /*height:400px;*/
  overflow: auto;
  -webkit-box-shadow: #999 0 0 10px;
  -moz-box-shadow: #999 0 0 10px;
  box-shadow: #999 0 0 10px;
  padding: 0;
  border: 0;
 }

 .closeOverlay
 {
  float: right;
  margin: 30px 45px 0 0;
  font-size: 14px;
  text-transform: uppercase;
 }

.closeOverlay .linkStyle 
{
   color: #000!important;
}

.closeOverlay .close_search_icon 
{
    width: 22px;
    vertical-align: middle;
    margin-left: 3px;
}

 .notSelected:hover
 {
  background-color: #000000;
  cursor: pointer;
  color: #ffd100;
 }

 .kbbImage, .financeImage
 {
  margin-top: 20px;
  font-weight: bold;
 }

 div.row div.five img
 {
  margin-top: 0px;
 }

 #fr-FR
 {
  background: url("/content/img/fr-FR/kbb.png") no-repeat scroll -30px 50% transparent;
 }

 #it-IT
 {
  background: url("/content/img/it-IT/kbb.png") no-repeat scroll -30px 50% transparent;
 }

 #en-GB
 {
  background: url("/content/img/en-GB/kbb.png") no-repeat scroll -30px 50% transparent;
 }

 .kbbImage
 {
  background: url("/content/img/content/kbb.png") no-repeat scroll 0 50% transparent;
  height: 100px;
 }
 #de-DE
 {
  display:none;
 }
 .financeImage
 {
  background: url("/content/img/content/calc.png") no-repeat scroll 0 50% transparent;
  height: 80px;
 }

.FR .financeImage
{
 background: none;
}

.frCalcBtn 
{
 margin: 0 16px !important;
 text-align: center;
}

 .GB .financeImage
 {
  background: url("/Content/img/en-GB/blackhorse_small.jpg") no-repeat;
  height: 80px;
 }
.DE > .disclaimerLink 
{
    display:none !important;
}
 .kbbImage span
 {
  float: left;
  margin-top: 50px;
  margin-left: 110px;
 }

 .financeImage span
 {
  float: left;
  margin-top: 40px;
  margin-left: 110px;
 }

.GB .closeCal.calcToggle
{
 float: right;
}

 .bold
 {
  font-weight: bold;
 }

 #overLayContainer
 {
  width: 80%;
 }

 #overLayDiv p
 {
  margin-bottom: 0px;
 }

.GB #overLayDiv .calculator
{
 width: 100%;
 max-width: 100%;
}

 #overLayDiv .calculator
 {
  display: block;
  border: 5px solid #cccccc;
  padding: 10px; 
  max-width: 300px;
 }

.GB .calculatorInput input
{
 width: 100%;
}

 .calculatorInputLabel
 {
  margin-top: 5px;
  font-weight: bold;
 }

 .estimatedPayment
 {
  font-size: 115%;
  font-weight: bold;
 }

 .calculatorDisclaimer
 {
  font-size: 80%;
 }

 .calculateMonthlyPayment, .calculatorHeadingText
 {
  margin-top: 5px;
 }

.handCursor {
    cursor:pointer;
}

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/0/global.css' (Mode: Static) */
/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/
/*@media only screen and (min-width: 0px)
{
*/
.col, .cols
{
    margin-left: 2.30%;
    float: left;
    min-height: 1px;
    position: relative;
}

    .col:first-child, .cols:first-child
    {
        margin-left: 0px;
    }

.row .one.cols
{
    width: 18.16%;
}

.row .two.cols
{
    width: 38.62%;
}

.row .three.cols
{
    width: 59.080000000000005%;
}

.row .four.cols
{
    width: 79.54%;
}

.row .five.cols
{
    width: 100%;
}

.multicol, .multicols
{
    margin-left: 2.09%;
    float: left;
    min-height: 1px;
    position: relative;
}

    .multicol:first-child, .multicols:first-child
    {
        margin-left: 0px;
    }

.row .one.multicols
{
    width: 8.119%;
}

.row .two.multicols
{
    width: 18.328%;
}

.row .three.multicols
{
    width: 28.537%;
}

.row .four.multicols
{
    width: 38.745999999999995%;
}

.row .five.multicols
{
    width: 48.955%;
}

.row .six.multicols
{
    width: 59.164%;
}

.row .seven.multicols
{
    width: 69.37299999999999%;
}

.row .eight.multicols
{
    width: 79.582%;
}

.row .nine.multicols
{
    width: 89.791%;
}

.row .ten.multicols
{
    width: 100%;
}
/*------------------------------------------------
    :: added block grid
------------------------------------------------ */

.block-grid
{
    width: 100%;
}

    .block-grid.six-up
    {
        margin-left: -0.1%;
    }

        .block-grid.six-up > li
        {
            margin-left: 0%;
            width: 16.6%;
        }
    /* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

    .block-grid.seven-up
    {
        margin-left: -0.1%;
    }

        .block-grid.seven-up > li
        {
            margin-left: 0%;
            width: 14.2%;
        }
    /* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

    .block-grid.eight-up
    {
        margin-left: -0.1%;
    }

        .block-grid.eight-up > li
        {
            margin-left: 0%;
            width: 12.5%;
        }
    /* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

    .block-grid.nine-up
    {
        margin-left: -0.1%;
    }

        .block-grid.nine-up > li
        {
            margin-left: 0%;
            width: 11.1%;
        }
    /* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

    .block-grid.ten-up
    {
        margin-left: -0.1%;
    }

        .block-grid.ten-up > li
        {
            margin-left: 0%;
            width: 10%;
        }
/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

/*--------------------------------------------------
global style 
----------------------------------------------------*/

/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
a
{
    color: #308dff;
    text-decoration: none;
    line-height: inherit;
}

    a:hover
    {
        color: #308dff;
    }
/*
	a:focus { color:#308dff; outline: none; }
*/
p a, p a:visited
{
    line-height: inherit;
}

/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
h1, h2, h3, h4, h5, h6
{
    color: #181818;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
    {
        font-weight: inherit;
    }

h1
{
    font-size: 18px;
    margin-bottom: 12px;
}

h2
{
    font-size: 35px;
    margin-bottom: 9px;
}

h3
{
    font-size: 28px;
    margin-bottom: 9px;
}

h4
{
    font-size: 21px;
    margin-bottom: 3px;
}

h5
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 3px;
}

h6
{
    font-size: 15px;
    font-weight: normal;
}

p
{
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 18px;
}

    p img
    {
        margin: 0;
    }

    p.lead
    {
        font-size: 18px;
        line-height: 1.5;
    }

em, i
{
    font-style: italic;
    line-height: inherit;
}

strong, b
{
    font-weight: bold;
    line-height: inherit;
}

small
{
    font-size: 60%;
    line-height: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small
{
    color: #777;
}

header .r2blogo
{
    float: left;
    min-height: 1px;
    width: 21.68%;
}

.subheader
{
    color: #777;
    font-weight: 300;
    margin-bottom: 24px;
}

.mkbdr-tp-drk
{
    border-top: solid 1px #9b9a9a;
    margin: 10px 2px;
}

.kcenter
{
    margin: 0 auto;
}

ol, ul
{
    list-style: none;
}

div.container
{
    position: relative;
    padding: 0;
}

.bannerpos
{
    min-width: 100%;
    overflow: hidden;
}

#headerContainer
{
    margin: 0 auto;
    max-width: 1280px;
    display: block;
    background-color: #000000;
}

div.headerbg 
{
    background-color: #ffd100;
}

div.headerbg, div.endfooterbg
{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    box-shadow: 1px 3px 9px #6f6f6f;
    display: block;
}

div.containerbg
{
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 100%;
    width: 1280px;
    z-index: 2;
}

div.footerbg
{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

nav#help-nav, nav#main-nav
{
    position: relative;
    height: 30px;
    padding-bottom: 0px !important;
    line-height: 2.1;
}

#country-nav
{
    visibility: hidden;
}

#country-nav .customSelectSkin 
{
   height: 24px;
   font-weight: normal;
   font-size: 12px;
}


.OverlayHeader 
{
    background-color: #000000;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
OverlayHeader-logo-box
{
    display: inline-block;
}

.r2blogo img 
{
    width: 120px;
    height: 32px;
    margin: 25px 0px 0px 30px;
} 

.OverlayHeader  .Overlayheader-logo-text
 {
  color: #fff;
  display:inline;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  font-family: Ride!important;
  margin-left: 5px;
 } 


div.subheaderbg
{
    float: left;
    position: relative;
    background-color: #000000;
    margin: 0 auto;
    max-width: 1280px; /*min-width: 1280px; width: 100%; /*margin-top:5px;*/ /*box-shadow:0px 2px 12px #6f6f6f;*/
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 99;
}

/*.header {z-index:9999}*/
div.subheaderbg
{
    height: 30px;
}

    div.subheaderbg .row
    {
        z-index: 4;
        height: 30px;
    }

div.containerbg
{
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 100%; /*min-width: 1280px;*/
    width: 1280px;
    z-index: 2;
}

div.footerbg
{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

nav#country-nav, nav#user-nav ul li a
{
    color: #ffd100;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

#country-nav
{
    visibility: hidden;
}

    #country-nav select
    {
        width: auto;
    }

nav#country-nav ul li
{
    display: inline;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
}

    nav#country-nav ul li ahe
    {
        text-decoration: underline;
    }

#user-nav.right, #country-nav.right
{
    float: right;
}

nav#user-nav ul li
{
    display: inline;
    margin-left: 20px;
    padding-left: 20px;
}

nav#help-nav, nav#main-nav
{
    position: relative;
    height: 30px;
    padding-bottom: 0px !important;
    line-height: 2.1;
}

    nav#main-nav ul
    {
        height: 30px;
        margin: 0;
    }

        nav#main-nav ul li
        {
            float: left;
            display: block;
            border-right: solid 1px #484848;
            height: 30px;
            margin: 0;
        }

            nav#main-nav ul li:last-child
            {
                border-right: none;
            }

            nav#main-nav ul li.last-child
            {
                border-right: none;
            }
/*ie 7,8 not support last:child psuedo */
nav#main-nav
{
    margin-left: 30px;
}

    nav#main-nav ul li a
    {
        cursor: pointer;
    }
        /*nav#main-nav ul li a {padding: 0px 15px}*/ /*jira 2844*/
        nav#main-nav ul li a.menuItem
        {
            color: #ffd100;
            font-weight: bold;
            padding: 0 20px;
            display: block;
            height: 30px;
        }

nav#help-nav ul li
{
    margin-left: 20px;
}

#help-nav,
#toolbox_container
{
    float: right;
}

nav#help-nav ul li a
{
    color: #ffffff;
    font-weight: bold;
}

nav#help-nav ul li span.wht
{
    color: #e2e2e2;
    padding: 0 40px 0 0;
    line-height: 53px;
}

nav#help-nav ul li.last-child span
{
    background-image: url("/UI/img/default/helpico.png");
    float: left;
    height: 15px;
    margin-right: 5px;
    margin-top: 7px;
    width: 15px;
}

nav#help-nav ul li:last-child a
{
    padding-right: 0;
}


nav#help-nav
{
    margin-left: 0px;
}

.countryChanger
{
    display: none;
    top: 0px;
    right: 0px;
}

header .column:after, header .columns:after
{
    clear: none;
}


/*---------------------------------------
context
---------------------------------------*/
.row h2
{
    font-size: 150%;
    color: #414141;
    margin-bottom: 15px;
}

.row h3
{
    font-size: 16px;
    color: #414141;
    margin-bottom: 8px;
}

.row h5
{
    font-size: 1.7em;
    color: #414141;
    font-weight: bold;
}

.row h4
{
    color: #414141;
}

.row100 h4
{
    color: #414141;
}

/* meta data */
.metadata .published
{
    display: inline;
    margin: 0 6px 0 0;
}

.metadata
{
    display: none !important;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

/* Footer Styles */

footer
{ /*float:left; position:relative;*/
}

    footer .container
    {
        text-align: left;
    }

    footer h2
    {
        font-family: Arial;
        font-size: 1.25em;
    }

    footer .linksBlock
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer [id^="cq-ctalink-jsp-/"] a {
        padding-bottom: 10px;
        display: inline-block;
    }

    footer a
    {
        color: #e2e2e2;
        font-size: 12px;
        cursor: pointer;
        text-decoration: none;
    }

    footer li
    {
        border-bottom: 1px solid white;
    }

    footer .footerShareOptions li
    {
        border-bottom: none;
    }

    footer .nounderline
    {
        border-bottom: none;
    }

    footer .underline
    {
        /*border-bottom: 1px solid white;*/
    }

    footer .row h3
    {
        color: #ffd100;
        font-weight: bold;
        font-family: Ride!important;
    }
    footer a:hover
    {
        color: #e2e2e2;
        text-decoration: underline;
    }

    footer .usedCarContent
    {
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: 1px solid #ffd100;
        border-bottom: 1px solid #ffd100;
    }

    footer .ucData
    {
        font-size: 10px;
        padding: 5px 0px 5px 0px;
    }

    footer svg
    {
        margin: 0px;
        padding: 0px;
    }

    footer .usedCarLinks
    {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid white;
    }

        footer .usedCarLinks li
        {
            border-bottom: none;
        }

    footer .linksBlock h2
    {
        padding-bottom: 2px;
    }

    footer .footerBottom
    {
        text-align: center !important;
        font-size: 0.85em;
        padding-top: 30px;
        width: 100%;
    }

    footer .bold
    {
        font-weight: bold;
    }

    footer .closeFooter
    {
        height: 1px;
        clear: both;
    }

    footer .linksBlock li
    {
        margin-bottom: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

div#footerContentContainer div.row div.six ul.block-grid li
{
    margin-bottom: 16px;
}


div.footerWrapper ol, div.footerWrapper ul
{
    margin-bottom: 18px;
    margin-left: 0px;
}

.footerTextContent p
{
    margin-bottom: 10px;
}

.footerTextContent h3
{
    margin-bottom: 10px;
}

.footerBottom div
{
    line-height: 120%;
}

div.closeFooter
{
    margin-top: 25px;
}

.footerBottomHeader
{
    margin-bottom: 16px;
    font-size: 14px;
    color: white;
    font-weight:bold;
    font-family: Ride!important
}

.footerWrapper
{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    color: #e2e2e2;
    background-color: black;
}

#footerContentContainer .footerTextContent.clear {
    padding-bottom: 30px;
}
#footerContentContainer .footerTextContent.clear a {
    color: #ffd100;
}
#footerContentContainer .footerTextContent.clear a:hover {
    color: #fff;
}

#footerContentContainer > .row.mkwtbdrtp.martop5.padtop15 {
  padding-top: 40px;
}

#footerContentContainer .six.columns h3{
    margin-bottom: 16px;
}

.footerCategoryCol
{
    float: left;
    position: relative;
    width: 47%;
    padding: 1%;
}

.footerCategoryCol1
{
    border-right: 1px solid #CCCCCC;
}

.footerListTypeCol
{
    float: left;
    position: relative;
    width: 33%;
}

    .footerListTypeCol li
    {
        margin-bottom: 3px !important;
    }

        .footerListTypeCol li a:link, .footerListTypeCol li a:active, .footerListTypeCol li a:visited
        {
            color: #747170;
            font-size: 8pt;
            font-weight: normal;
            text-decoration: none;
        }

        .footerListTypeCol li a:hover, .footerListTypeCol li a:focus
        {
            color: #308dff;
        }

.footerViewAllLabel
{
    font-size: 12px;
    padding: 14px 0 0 0px;
    width: 100%;
    float: left;
    position: relative;
}

.footerViewAllLabel a
{
    color: #ffd100;
}

.mkwtbdrtp li
{
    border: none;
}

#footerContentContainer .block-grid.two-up > li
{
    width: 46%;
    margin-left: 15px;
    padding: 0;
}

footer section.footerDesktop
{
    display: block;
}

footer section.copyrightDesktop
{
    display: block;
}

.footerWrapper-ddc {
    background-color:#F3F4F8 !important;
}

.colorblack-ddc {
    color:#000000 !important;
}
footer section.footerTablet
{
    display: none;
}

footer section.copyrightTablet
{
    display: none;
}

footer section.footerMobile
{
    display: none;
}

footer section.copyrightMobile
{
    display: none;
    box-sizing: border-box;
}

    footer section.copyrightMobile dl
    {
        width: 50%;
        margin: 0 25%;
        background-color: #e0e0e0;
        padding: 2%;
    }

    footer section.copyrightMobile dt
    {
        font-size: 1.3em;
        font-weight: bold;
        padding-bottom: 3px;
    }

    footer section.copyrightMobile ul
    {
        padding: 0;
        margin: 0;
    }

    footer section.copyrightMobile li
    {
        padding: 5px 0;
        margin: 0;
        border: 0;
    }

        footer section.copyrightMobile li.underline
        {
            border-bottom: 1px solid #FFF;
        }

footer .footerMobile
{
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px 0 10px;
}

    footer .footerMobile ul, footer .footerTablet ul
    {
        list-style: none;
        margin: 0;
        padding: 0 0 0 8px;
        box-sizing: border-box;
    }

footer .footerTablet li
{
    padding: 1px 0 0;
    border: 0;
    margin: 0;
}

footer .footerMobile .links-coln .links-head
{
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 2%;
    border: 0;
}

    footer .footerMobile .links-coln .links-head a, footer .footerTablet .links-row dd a
    {
        display: block;
        position: relative;
        padding: 7px 10px 7px 20px;
        text-decoration: none;
        font-weight: bold;
        font-family: Ride!important;
    }

    footer .footerMobile .links-coln .links-head a
    {
        color: #ffd100;
        font-size: 16px;
    }

footer .footerTablet .links-row dd a
{
    color: #e2e2e2;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    padding: 7px 24px;
}

footer .footerTablet .links-row dd .blogTitleLink
{
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    font-size: 13px;
}

footer .footerTablet .links-row dd .footerLinkVisitBlog,
footer .footerTablet .links-row dd .footerLinkReadMore
{
    color: #ffd100;
    padding-top: 0;
}

footer .footerTablet .links-row dd .blogSubtitleLink
{
    padding-bottom: 0;
}

footer .footerTablet .links-row dd .blogPreviewText,
footer .footerTablet .links-row dd .blogSubtitleLink
{
    margin: 0 0 10px 24px;
}

footer .footerTablet .links-row dd .ellipsis
{
    position: static;
}

footer .footerTablet .links-row dd .footerLinkReadMore
{
    padding: 0;
    display: inline;
}

footer .footerTablet .links-row dd .footerLinkVisitBlog
{
    font-weight: bold;
}

footer .footerTablet .links-row
{
    width: 49%;
    padding: 0 0 0 3%;
    clear: none;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 0;
}

    footer .footerTablet .links-row dl
    {
        width: 96%;
        padding: 2%;
        margin: 0;
    }

    footer .footerTablet .links-row dt
    {
        cursor: pointer;
        padding: 7px 10px 7px 20px;
        font-weight: bold;
        font-style: normal;
        font-size: 14px;
        margin: 0;
        color: #ffd100;
        position: relative;
    }

    footer .footerTablet .links-row dd
    {
        display: none;
        margin: 0;
    }

    footer .footerTablet .links-row dd li b
    {
    color: #ffd100;
    }

.socialnav
{
	padding: 0 1em;
}

footer .footerTablet .socialLinks
{
    width: 100%;
    text-align: center;
}

    footer .footerTablet .socialLinks h3
    {
        padding: 20px 0;
        vertical-align: middle;
    }

        footer .footerTablet .socialLinks h3 img, footer .footerTablet .socialLinks h3 a
        {
            vertical-align: middle;
            display: inline-block;
        }

        footer .footerTablet .socialLinks h3 img
        {
            display: inline-block;
            margin: 0 0 0 10px;
        }

footer .social_icons .social_icon,
footer .socialLinks .social_icon
{
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    width: 20px;
    height: 20px;
}

footer .social_icons .gplus_link,
footer .socialLinks .gplus_link
{
    background-position: 0px -68px;
}

footer .social_icons .fb_link,
footer .socialLinks .fb_link
{
    background-position: 0 -88px;
}

footer .social_icons .twitter_link,
footer .socialLinks .twitter_link
{
    background-position: 0px -48px;
}

.search_results_container .social_icons
{
    display: block;
}















/*-----------------------------------------------
    UI
-----------------------------------------------*/
.yellow.button
{
    background: none repeat scroll 0 0 #ffd100;
    color: #222;
    border: 0;
}

    .yellow.button:hover
    {
        background: none repeat scroll 0 0 #ffd100;
        color: #222;
        border: 0;
    }
/*.button.radius, .radius {border-radius: 7px 7px 7px 7px;}*/

.button
{
    background: none repeat scroll 0 0 #308dff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Verdana,sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    outline: medium none;
    border: 2px solid transparent;
    /*padding: 9px 34px 11px; */
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdda33', endColorstr='#cfb32a',GradientType=0 ); 
    background-image: -ms-linear-gradient(top, #fdda33 30%, #cfb32a 70%); 
    background-image: -moz-linear-gradient(top, #fdda33 30%, #cfb32a 70%); 
    background-image: -o-linear-gradient(top, #fdda33 30%, #cfb32a 70%); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #fdda33), color-stop(0.7, #cfb32a)); 
    background-image: -webkit-linear-gradient(top, #fdda33 30%, #cfb32a 70%);
    background-image: linear-gradient(top, #fdda33 30%, #cfb32a 70%); 
    */
}

    .button:hover
    {
        background-color: #fff;
        color: #308dff;
        border: 2px solid #308dff;
    }

.button-comp a
{    
    border: 2px solid transparent;     
}

.button-comp a:hover
{
    
    background-color: #fff!important; 
    border: 2px solid #308dff;
    color: #308dff!important;
}

.highlight
{
    background: #ffd100;
}

.mkgrbdrtp
{
    border-top: solid 1px #CACACA;
}

.mkgr2bdrtp
{
    border-top: solid 1px #d5d5d5;
}

.mkgrbdrbt
{
    border-bottom: solid 1px #CACACA;
}

.mkwtbdrtp
{
    border-top: solid 1px #ffd100;
}

.mkwtbdrbt
{
    border-bottom: solid 1px #FFFFFF;
}

.martop5
{
    margin-top: 5px;
}

.martop8
{
    margin-top: 8px;
}

.martop15
{
    margin-top: 1%;
}

.marbot15
{
    margin-bottom: 1%;
}

.marbot5
{
    margin-bottom: 5px;
}

.padtop15
{
    padding-top: 2%;
}

.padbtm15
{
    padding-bottom: 2%;
}

.padtop25
{
    padding-top: 3%;
}

.padleft8
{
    padding-left: 8px;
}

div.row
{
    text-align: left;
}

.grey.button
{
    padding: 5px;
    border:0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c3c8', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
    background: rgb(193, 198, 200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(193, 198, 200,1) 20%, rgba(150,150,150,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(193, 198, 200,1)), color-stop(100%,rgba(150,150,150,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(193, 198, 200,1) 20%,rgba(150,150,150,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(193, 198, 200,1) 20%,rgba(150,150,150,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(193, 198, 200,1) 20%,rgba(150,150,150,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(193, 198, 200,1) 20%,rgba(150,150,150,1) 100%); /* W3C */
}

.grey.button:hover
{
    border: 0;
    color:#000000;
 }

.rightTriangle
{
    width: 0;
    height: 0;
    border-left: 8px solid #010101;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.leftTriangle
{
    width: 0;
    height: 0;
    border-right: 8px solid #010101;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.highlight
{
    background: #ffd100;
}

.mkgrbdrtp
{
    border-top: solid 1px #CACACA;
}

.mkgr2bdrtp
{
    border-top: solid 1px #d5d5d5;
}

.mkgrbdrbt
{
    border-bottom: solid 1px #CACACA;
}

.mkwtbdrtp
{
    border-top: solid 1px #ffd100;
}

.mkwtbdrbt
{
    border-bottom: solid 1px #FFFFFF;
}

.martop5
{
    margin-top: 5px;
}

.martop8
{
    margin-top: 8px;
}

.martop15
{
    margin-top: 1%;
}

.marbot15
{
    margin-bottom: 1%;
}

.marbot5
{
    margin-bottom: 5px;
}

.padtop15
{
    padding-top: 2%;
}

.padbtm15
{
    padding-bottom: 2%;
}

.padtop25
{
    padding-top: 3%;
}

.padleft8
{
    padding-left: 8px;
}

div.row
{
    text-align: left;
}

/*cusomized select */

/*-------------------------------------
Overlay Styling
--------------------------------------*/
.lightBoxOverlay
{   
  border: 15px solid #f6f6f6;
  background-color: #fff;
  padding: 1em;
}

.lightBoxOverlay2
{
 background-color: #fff;
 padding: 1em;
}

.lightBoxOverlay2 .carSalesLocationsMapperMapControls
{
 overflow: inherit;
}

 .lightBoxOverlay2 #locationDataContainer
 {
  margin: 0 0 20px;
 }

.overlay
{
    background: #ffffff;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    padding: 1%;
}

    .overlay .columns
    {
        float: left;
    }

    .overlay legend
    {
        color: #384313;
        font-size: 1em;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-shadow: 0 1px 1px #ffffff;
    }

    .overlay fieldset .row
    {
        line-height: 3em;
    }

    .overlay label
    {
        font-size: 1em;
    }

.row_inner
{
    padding: 0 1em;
}
/*.overlay input, .overlay textarea
    {
        background: #F6F6F6;
        border: none;
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        -khtml-border-radius: .2em;
        border-radius: .2em;
        outline: none;
        padding: .2em 1em;
        font-size: 1em;
        color: #726B50;
    }*/

.overlay textarea
{
    height: 10em;
    /*width: 95%;*/
}

#askQuestion h3
{
    padding: 0 0 1em;
}

#askQuestion label
{
    line-height: 230%;
    padding: 0 1em;
    text-align: right;
}

#askQuestion .message
{
    padding: .5em 0 .3em;
}

    #askQuestion .message label
    {
        text-align: left;
    }

#askQuestion textarea
{
    padding: 0 0 1em;
}

#askQuestion .captcha
{
    margin: 1em auto;
    width: 320px;
}

#askQuestion .askQuestionButton
{
    margin: 2em 2em 0 0;
}

#askQuestion .captcha .recaptchatable #recaptcha_response_field
{
    bottom: 2px !important;
}
/*-----------------------------------------------
    Other Global Styles
-----------------------------------------------*/
#moduleContainer
{
    display: none;
}

.closeLightBox
{
    float: right;
    cursor: pointer;
    color: #3480fd;
    font-size: 11px;
    font-weight: bold;
}

.linkStyle, .disclaimerLink
{
    color: #308dff;
    cursor: pointer;
}

.zipLocation
{
    display: none;
    position: absolute;
    top: 455px;
    left: 300px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 5px;
    width: 260px;
    z-index: 9999;
}

    .zipLocation div
    {
        margin-bottom: 5px;
    }

.filterZip
{
    top: 350px;
    left: 170px;
    z-index: 99999999;
}

#zipInvalidError
{
    color: ffffff;
    font-weight: bold;
    display: none;
}

.closeZip
{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

#headerzip
{
    width: 100px;
}

.close
{
    z-index: 9999;
    float: right;
    color: Black;
    text-decoration: none;
    width: 20px;
    height: 20px;
    background: url("/content/images/closeicongray.png");
    margin-right: 5px;
    margin-top: 5px;
}

.ziplocation .close
{
    margin-top: 0px;
    margin-right: 0px;
}

.cngLoc
{
    display: none;
}

div.row ul.cngLoc li
{
    display: inline;
}

div.row ul.cngLoc.resetMargin
{
    margin: 0;
}

div.row ul.cngLoc li h2, div.row ul.cngLoc li h3
{
    display: inline;
    *margin: 0;
}

div.content div.one h5
{
    margin-top: 5%;
}


.headerLocationName
{
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    left: 270px;
    line-height: 0.8em;
    position: absolute;
    top: 32px;
    color: #000000;
}

/* Styles for Other countries*/
div.r2blogo.FR p a,
div.r2blogo.IT p a,
div.r2blogo.DE p a,
div.r2blogo.ES p a,
div.r2blogo.GB p a
{
    background: url("/content/images/logor2b.png") no-repeat scroll 0 0px transparent;
    display: block;
    height: 53px;
    margin: 0px;
    text-indent: -9999em;
    width: 300px;
}

div.r2blogo.BR p a
{
    background: url("/content/images/logor2b.png") no-repeat scroll 0 0px transparent;
    height: 53px;
    text-indent: -9999em;
    margin: 0px;
    width: 300px;
}

.BR .one.BR, .FR .one.FR
{
    display: none;
}

.FR .one.cols
{
    width: 17.5%;
}

.BR .one.cols
{
    width: 31.5%;
    text-align: center;
}

    .BR .one.cols p
    {
        text-align: left;
    }

/* ETC Styles */

.loadingBannerHeight
{
    height: 530px;
    background-color: #cccccc;
    width: 100%;
}

#disclaimerContainer
{
    background-color: #ffffff;
}

#disclaimerText
{
    clear: both;
}

.mapErrorMsg
{
    color: Red;
    font-weight: bold;
    display: none;
    padding: 10px 5px 10px;
}

.compactViewButton, .comapctViewMenu
{
    display: none;
}

.loginGreeting
{
    position: absolute;
    right: 20px;
    top: 50px;
}

.user-LoggedIn
{
    font-size: 13px;
    font-weight: bold;
    float: right;
    text-align: center;
    line-height: 1.75em;
    margin-left: 5px;
}

.user-LoggedIn a
{
    color: #126FAF;
    text-decoration: underline; 
}

.user-LoggedIn #topNavtop2
{
    padding-top: 10px;
}

.user-LoggedIn #topNavtop2:hover 
{
  color:#fee46d;  
}

.LogoutLink #Logout:hover
{
    color:#fee46d;
}

.logoutLink
{
    font-weight: normal;
    font-size: 9pt;
    text-decoration: underline;
    line-height: 1.81em;
}

.user-LoggedIn .loggedInName 
{
    color: #e2e2e2;
    text-align: left;
 }

.user-LoggedIn  .loggedInName #Welcome
{    
    font-weight: normal;
    color: #e2e2e2;
    font-weight: bold;
    font-family: Ride!important;
    font-size: 12px;
 }

.user-LoggedIn  .loggedInName #LogginName
{    
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: Ride!important;
    font-weight: bold;
 }

.mkgrbdrtp h3
{
    font-size: 175%;
}

.blogCol p
{
    margin: 0;
}

.blogTitleLink
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Ride!important;
}

.blogSubtitleLink {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #e2e2e2;
    padding-bottom: 16px;
}

.topfooterCol.blogCol > ul > li:nth-child(n+2),
.footerLinkVisitBlogWrapper {
    margin-top: 14px;
}

.footerLinkReadMore,
.footerLinkVisitBlog {
    color: #ffd100;
}

.footerLinkVisitBlog {
    font-weight: bold;
}

.cngLoc h2, .cngLoc h3
{
    color: #7f7f7f;
}

    .cngLoc h2.searchLocationName, .cngLoc h3.searchLocationName
    {
        color: #000000;
    }

.clickable
{
    cursor: pointer;
}

.cngLoc
{
    display: none;
}

.clear
{
    clear: both;
}

#disclaimerContainer
{
    display: none;
    max-width: 980px;
    background: #ffffff;
}

.hotDealsDescription
{
    padding: 5px;
}

.termsAndConditionsOverlay
{
    display: none;
    max-width: 980px;
    background: #ffffff;
}

sup.disclaimerLink
{
    display: inline-block;
    font-size: 11px;
    height: 25px;
    text-align: center;
    vertical-align: super;
    width: 10px;
    *display: inline;
}

.searchInputsWrap
{
 position: relative;
 float: left;
}

sup
{
    vertical-align: super;
    font-size: 11px;
    display: inline;
    font-weight: normal;
}

span.disclaimerLink.super
{
    vertical-align: top;
    font-size: 70%;
}

.defaultOverlayStyles
{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    max-width: 980px;
}

#logIn
{
    width: 35%;
    min-width: 320px;
}

    #logIn fieldset
    {
        width: 100%;
    }

    #logIn #loginInterface .row
    {
        width: auto !important;
    }

.noDisplay
{
    display: none;
}

.displayBold
{
    font-weight: bold;
}
/* --- Modified Drop Down styles ---*/

.cstSelect
{
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: visible;
    width: 100%;
    position: absolute;
    top: 0;
    /*left:0;*/
    height: 23px;
}

.clearfix_main:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.customSelectSkin
{
    border: 1px solid #c9c9c9;
    display: inline-block;
    height: 24px;
    line-height: 1.8em;
    overflow: hidden;
    position: relative;
    right: auto;
    /*top: 0px;*/
    width: 100%;
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    border-radius: 5px;
    min-width: 4em;
    background-position: right 0;
}


.customSelectSkinSelected
{
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    background-position: right -25px;
}

.customSelectSkinWide
{
    width: 205px;
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    background-position: right 0px;
}

.customSelectSkinWideSelected
{
    background: url("/content/img/default/global-sprite.png") no-repeat scroll transparent;
    background-position: right -25px;
}

.customSelectSkin span
{
    display: block;
    margin-left: 2px;
    /*margin-right: 26px;*/
    overflow: hidden;
    white-space: nowrap;
}

.searchSelectsContainer div
{
    height: 24px;
}


.middleRadiusItem .customSelectSkin
{
    width: 95px;
    display: inline-block;
    background-position: right 0;
}

.ES .middleRadiusItem .customSelectSkin, .DE .middleRadiusItem .customSelectSkin
{
    width: 120px;
}

/*-------------------------------------
 Step Header Styles 
--------------------------------------*/
.r2bHeaderMessage
{
    background: #ececec;
    padding: 10px 0;
    position: relative;
    margin-top: 1%;
    text-align: center;
}

    .r2bHeaderMessage h3
    {
        margin: 0;
        padding: 0;
    }

    .r2bHeaderMessage .headerMsg
    {
        display: inline-block;
        margin-right: 20px;
    }

.stepHeader
{
    background: url('/content/img/default/step2.png') top left no-repeat;
    background-size: 100% 100%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    font-size: 1em;
    display: none;
}

    .stepHeader .currentStep
    {
        font-size: 15px;
    }

    .stepHeader div
    {
        margin-top: 7px;
        width: 33%;
        text-align: center;
    }

        .stepHeader div span
        {
            margin-left: 0px;
        }

.step3Header
{
    background: url('/content/img/default/step3.png') top left no-repeat;
    background-size: 100% 100%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    font-size: 1em;
    overflow: hidden;
}

    .step3Header .currentStep
    {
        font-size: 15px;
    }

    .step3Header div
    {
        margin-top: 7px;
        width: 33%;
        text-align: center;
    }

        .step3Header div span
        {
            margin-left: 0px;
        }

.searchedInfo
{
    margin-top: 10px;
}

.functionButtons
{
    border-bottom: 1px solid #EDEDED;
    margin: 15px 0px 15px 0px;
    padding-bottom: 10px;
}

.backToSearch
{
    float: left;
    font-weight: bold;
}

.vehicleNav .topNavButton
{
    margin-left: 10px;
    float: right;
}

.stepHeaderMobile
{
    background: url('/content/img/default/step2.png') top center no-repeat;
    background-size: 275% 100%;
    background-position-x: 51%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    display: block;
}

    .stepHeaderMobile div
    {
        margin: 5px auto 0;
        width: 70px;
    }


#saveEmailSocial
{
    overflow: hidden;
}

    #saveEmailSocial > div:first-child
    {
        margin-right: 10px;
    }

.saveEmailSocial .topNavButton
{
    float: left;
}

#shareContainer
{
    position: relative;
}
/*#shareContainer
{
    width: 250px;
    float: right;
    position: relative;
}

.shareButtonContainer
{
    float: left;
}
#shareContainer .twitterContainer
{
    width: 62px;
}

#shareContainer .plusOneContainer
{
    width: 30px;
}

#shareContainer .fbContainer
{
    width: 50px;
}
*/
#sstt
{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background-color: rgb(248, 248, 248);
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    color: rgb(0, 0, 0);
    font-size: 0.9em;
    height: auto;
    z-index: 5;
    max-width: 350px;
}


/* END Styles */


/*-------Steps Navigator Style----------------------------------------------------------------------------------------------------------------------*/
.stepsNavigator
{
    margin-top: 4% !important;
}

    .stepsNavigator .columns
    {
        min-height: 0;
    }

    .stepsNavigator .step
    {
        width: 33%;
        background-color: #DEDCDC;
    }

    .stepsNavigator .step1, .stepsNavigator .step2, .stepsNavigator .step3
    {
        text-align: center;
        line-height: 2em;
    }

    .stepsNavigator .tail, .stepsNavigator .pointer
    {
        border-style: solid !important;
        border-width: 1em 0 1em 0.4em !important;
        height: 0;
        width: 0;
    }

    .stepsNavigator .pointer
    {
        border-color: #fff #fff #fff #DEDCDC !important;
        float: right;
    }

    .stepsNavigator .tail
    {
        border-color: #DEDCDC #DEDCDC #DEDCDC #fff !important;
        float: left;
    }

    .stepsNavigator .active
    {
        background-color: #ffd100;
        width: 34%;
    }

        .stepsNavigator .active .pointer
        {
       
            border-color: #fff #fff #fff #ffd100 !important;
        }

        .stepsNavigator .active .tail
        {
            border-color: #ffd100 #ffd100 #ffd100 #fff !important;
        }
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

.hiddenOnLoad
{
    display: none;
}

/* Responsive Header styles*/

div.containerbg .container #myAccountMenuContainer #myAccountMenu .button:hover
 {
    color: #000000;
    outline: 0;
}
    #myAccountMenu .dashboard.button:hover 
    {
        background-color: #ffd100;
    }

#header-container .header-box
{
    width: 100%;
    position: relative;
    height: auto;
}

    #header-container .header-box .header-logo-box
    {
        width: auto;
    }


#header-container .header-logo-box .header-logo
{
    cursor: pointer;
}

    #header-container .header-logo-box .header-logo img
    {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

#header-container .header-logo-box h1, #header-container .header-logo-box h2
{
    float: left;
    margin: 0;
    padding: 0;
    color: #555;
    position: absolute;
}


#header-container .header-emember ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#header-container .header-banner-ra
{
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: #ffff00;
    margin: 0 0 2px;
}

    #header-container .header-banner-ra #banner-iframe-ra
    {
        margin: 0;
        padding: 0;
        float: left;
        border: 0 none;
    }

    #header-container .header-banner-ra .ra-logo-large, #header-container .header-banner-ra .ra-logo-small
    {
        width: 100%;
        background-color: #ff0;
    }

#header-container .ra-logo-large img, #header-container .ra-logo-small img
{
    border: 0 none;
    cursor: pointer;
}

#header-container .header-emember ul
{
    list-style: none;
    margin: 0;
    float: right;
    padding: 16px 15px 0 0;
}

#header-container .header-emember li
{
    line-height: 1.2em;
    float: left;
}

#header-container .header-emember .no-pipe
{
    border: 0 none;
    padding: 0 0 0 7px;
}

#header-container .pos-lang-box
{
    display: none;
    background: none repeat scroll 0 0 #ffd100;
    border: 0px solid #444;
    padding: 4px 10px 10px 10px;
    clear: both;
    position: absolute;
    right: 20px;
    top: 40px;
    width: 254px;
    z-index: 9999;
}

#header-container .header-pos select
{
    width: 100%;
    margin: 0;
    display: inline-block;
    width: 190px;
    height: 1.3;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 12px;
    color: #222;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#header-container .header-partner
{
    line-height: 30px;
    background-color: #6e6d72;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #6e6d72), color-stop(70%, #4e4e50));
    background-image: -webkit-linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
    background-image: -moz-linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
    background-image: -o-linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
    background-image: -ms-linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
    background-image: linear-gradient(top, #6e6d72 30%,#4e4e50 70%);
}

    #header-container .header-partner a
    {
        color: #308DFF;
        text-decoration: none;
        font-weight: bold;
    }

    #header-container .header-partner span
    {
        float: left;
        padding: 0 5px 0 10px;
        font-size: 14px;
    }

#header-container .header-box .header-logo-box
{
   display: inline-block; 
}

#header-container .header-box .header-pos, #header-container .header-box .header-emember
{
    width: 100%;
    height: 49px;
    display: block;
}

    #header-container .header-box .header-emember ul.mobiMyAccount
    {
        padding: 10px;
    }


#header-container .header-box .header-mob
{
    display: none;
}

    #header-container .header-box .header-mob #topNavtop3
     {
        padding: 6px 14px;
        background-color: #ffd100;
        color: #000000;
        margin: 0 15px 0 0;
     }
#header-container .header-logo-box h1, #header-container .header-logo-box h2
{
    font-size: 8pt;
    top: 13px;
    left: 180px;
    width: 160px;
}

#header-container .header-logo img
{ 
  width: 150px;
  height: 41px;
 }

#header-container .header-mob button
{
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 0;
    outline: none;
}

#header-container .icons-mob-menu-icon
{
    background: transparent url(/Content/img/default/icn_menu.1.png) no-repeat;    
    background-position: center center;
}

.icons-mob-menu-icon-ddc {
    background: transparent url(/Content/img/default/icn_menu.1.ddc.png) no-repeat !important;
    background-position: center center !important;
}

 .mobile-menu-opened #header-container .icons-mob-menu-icon
{
    background: #000000 url(/Content/img/default/ic_close_search.png) no-repeat;    
    background-position: center center;
}

 .mobile-menu-opened #header-container .icons-mob-menu-icon-ddc
{
    background: #000000 url(/Content/img/default/ic_close_search.ddc.png) no-repeat !important;    
    background-position: center center !important;
}

#header-container .header-banner-ra #banner-iframe-ra, #header-container .header-banner-ra .ra-logo-large
{
    display: none;
}

#header-container .header-banner-ra .ra-logo-small
{
    height: 35px;
}

#nav-container
{
    position: static;
}

    #nav-container .nav-menu
    {
        display: block;
        height: 40px;
        width: 100%;
    }

    #nav-container .nav-mob
    {
        display: none;
    }

        #nav-container .nav-mob .mob-menu
        {
            width: 100%;
            z-index: 1111;
            position: absolute;
        }

    #nav-container .mob-menu div
    {
        background-color: #ffd100;
        padding: 13px 10px 10px 20px;
        position: relative;
        display: none;
    }

    #nav-container .mob-menu dl
    {
        padding: 0;
        margin: 0;
    }

    #nav-container .mob-menu dd
    {
        padding: 0 0 2px 0;
        margin: 0;
    }

    #nav-container .mob-menu a, #nav-container .mob-menu .mob-submenu, #nav-container .mob-menu .mob-back
    {
        font-size: 20px;
        font-weight: normal;
        padding: 17px 27px 17px 10px;
        color: #000000;
        display: block;
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

     #nav-container .mob-menu  .mobMenuExpand li a
     {
            font-size: 16px;
            text-transform: none;
     }

    #nav-container .mob-menu #navLogout
    {
        display: none;
    }

    #nav-container .mob-menu .mob-submenu, #nav-container .mob-menu .mob-back
    {
        margin: 0 0 2px;
        cursor: pointer;
    }

    #nav-container .mob-menu ul
    {
        display: none;
        padding: 10px 10px 0;
        margin: 0;       
        list-style: none;
    }

    #nav-container .mob-menu ul.mobMenuExpand
    {
     padding: 2px 20px 0;
    }

    #nav-container .mob-menu li
    {
        padding: 0 0 2px;
        margin: 0;
    }

    #nav-container .mob-menu span
    {
        position: absolute;
        right: 10px;
        top: 10px;
    }

#nav-container .mob-submenu::after 
{
    
    position: absolute;
    left: -10px;
    display: inline-block;
    height: 16px;
    content: "+";
    margin-top: -2px;
}

#nav-container .mob-submenu.opened::after 
{
    content: "_";
    margin-top: -10px;
}

    #nav-container .mob-menu button
    {
        padding: 5px 10px;
        color: #000;
        font-family: Trebuchet MS,Helvetica,sans-serif;
        font-size: 1.2em;
        float: right;
        margin: 0 10px 0 0;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #cfcfcf), color-stop(70%, #e8e8e8));
        background-image: -webkit-linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        background-image: -moz-linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        background-image: -o-linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        background-image: -ms-linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        background-image: linear-gradient(top, #cfcfcf 30%,#e8e8e8 70%);
        font-style: normal;
    }

    #nav-container .mob-menu .icons-ft_arrow_down, #nav-container .mob-menu .icons-ft_arrow_up
    {
        float: right;
        margin: 5px 0 0 5px;
        position: static;
    }


    #nav-container #mob-dialect dt
    {
        padding: 10px 0 5px 10px;
        font-size: 12px;
        margin: 0;
    }

#loggedInTravelAgent
{
    display: none;
}

.mobiMyAccount
{
    list-style: none;
}

.topNavmobileShow
{
    display: block;
}

    .topNavmobileShow li
    {
        font: normal 8pt Arial;
        color: #FFFFFF;
    }

.lb-header span img
{
    margin-left: 10px;
}

.header-emember .homeloggedUserDetails, .header-emember .topNavTabletShow
{
    display: none;
}

.storeLocationNameNS
{
    font-style: italic;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    color: #888;
    left: 160px;
    top: 15px;
    font-size: 1em;
}

#header-container .header-emember .loginGreeting
{
    margin-top: 0;
}


footer .links-row span
{
    position: absolute;
    left: 0;
    display: inline-block;
    height: 16px;
}

.icons-sprite, .icons-magnifying_glass_icon, .icons-menu_lines
{
    background: url(/Content/img/default/icn_menu.1.png) no-repeat;
}

.icons-ft_arrow_right
{
    display: none;
}

.icons-ft_arrow_down::after
{
    content: "+";
}

footer .links-row .icons-ft_arrow_up
{
    margin-top: -8px;
}

.icons-ft_arrow_up::after
{
    content: "_";
}

.icons-magnifying_glass_icon
{
    background-position: 0 -31px;
    height: 19px;
    width: 19px;
}

#header-container
{
    max-width: 1280px;
    margin: 0 auto;
}

#nav-container
{
    float: none;
    max-width: 1280px;
    margin: 0 auto;
}

    #nav-container .nav-menu #help-nav
    {
        float: right;
        border: 0;
    }

        #nav-container .nav-menu #help-nav span
        {
            border: 0;            
            font-weight: bold;
        }

 #header-container button
{
    display: inline-block;
    background-color: #36a;
    font-family: Trebuchet MS,Helvetica,sans-serif;
    padding: 8px 15px;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: none;
    color: #fff;
    line-height: 1.625;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}

#header-container select
{
    display: inline-block;
    width: 206px;
    height: 23.5px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.3;
    color: #222;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#header-container .header-emember a
{
    color: #ffd100;
    font-size: 14px;
    font-weight: bold;
    font-family: Ride!important;
}

 #header-container .header-emember #topNavtop
 {
	padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    font-weight: bold;
    font-family: Ride!important;
    margin: 2px 0 10px 26px;
 }

.header-emember .loginGreeting
{
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 7px;
    position: relative;
    right: inherit;
    top: inherit;
}

 #country-nav .customSelectSkin 
{
   height: 24px;
   font-weight: normal;
   font-size: 12px;
}

#country-nav .countrySelect 
{
    margin-left:10px;
    text-decoration: none!important;
}

 #nav-container .nav-menu span
{
    display: table-cell;
    height: 53px;
    vertical-align: middle;
    font-size: 16px;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    zoom: 1;
    border-left: 1px solid #737373;
}

#nav-container .nav-menu td
{
    border-left: 1px solid #3a3a3a;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}

#nav-container .nav-menu .menu-hover
{
    background-color: #000;
}

#nav-container .nav-menu .menu-hover
{
    height: 53px;
}

.mainSectionsContainer #container
{
    width: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin: 0;
}

#header-container .header-box .header-pos ul li:last-child,
#header-container .header-box .topNavtopNavmobileHide li:last-child
{
    border-right: 0;
}


/*For Account header template*/
#nav-container .nav-menu #Nav1
{
    float: right;
    border: none;
}

    #nav-container .nav-menu #Nav1 .wht
    {
        border: 0;
    }

/*For Recaptcha input field*/

.captcha #recaptcha_response_field
{
    bottom: 6px !important;
    height: 23px;
}

.recaptchatable #recaptcha_response_field
{
    bottom: 6px !important;
    height: 23px;
}

span.ccMonth
{
    width: 6em;
}

span.ccYear
{
    width: 6em;
}


.r2bHeaderMessage h3
{
    margin: 0;
    padding: 0;
}

.r2bHeaderMessage .headerMsg
{
    display: inline-block;
    margin-right: 20px;
}

.stepHeader, .step3Header
{
    display: none;
}

.stepHeaderMobile
{
    display: block;
}

.stepHeader
{
    background: url('/content/img/default/step2.png') top left no-repeat;
    background-size: 100% 100%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    font-size: 1em;
}

    .stepHeader .currentStep
    {
        font-size: 15px;
    }

    .stepHeader div
    {
        margin-top: 7px;
        width: 33%;
        text-align: center;
    }

        .stepHeader div span
        {
            margin-left: 0;
        }

    .stepHeader .step1, .stepHeader .step2, .stepHeader .step3
    {
        float: left;
        padding-left: 20px;
        margin: 7px 0 0 0;
        white-space: nowrap;
        overflow: hidden;
    }


.step3Header
{
    background: url('/content/img/default/step3.png') top left no-repeat;
    background-size: 100% 100%;
    height: 31px;
    margin-top: 10px;
    max-width: 100%;
    font-size: 1em;
    overflow: hidden;
}

    .step3Header .currentStep
    {
        font-size: 15px;
    }

    .step3Header div
    {
        margin-top: 7px;
        width: 33%;
        text-align: center;
    }

        .step3Header div span
        {
            margin-left: 0;
        }

    .step3Header .step1, .step3Header .step2, .step3Header .step3
    {
        float: left;
        padding-left: 20px;
        margin: 7px 0 0 0;
        white-space: nowrap;
        overflow: hidden;
    }

.searchedInfo
{
    margin-top: 10px;
}

.functionButtons
{
    border-bottom: 1px solid #EDEDED;
    margin: 15px 0px 15px 0px;
    padding-bottom: 15px;
}

.backToSearch
{
    float: left;
    font-weight: bold;
}

.vehicleNav .topNavButton
{
    margin-left: 10px;
    float: right;
}

div.containerbg .stepHeaderMobile div
{
    margin: 5px auto 0;
    width: 70px;
    font-size: 0.9em;
}


#saveEmailSocial
{
    overflow: hidden;
}

    #saveEmailSocial > div:first-child
    {
        margin-right: 10px;
    }

.saveEmailSocial .topNavButton
{
    float: left;
}

/*#shareContainer
{
    width: 250px;
    float: right;
    position: relative;
    margin-left: 5px;
}

    #shareContainer .twitterContainer
    {
        display: inline-block;
    }

    #shareContainer .plusOneContainer
    {
        display: inline-block;
    }

    #shareContainer .shareButtonContainer
    {
        float: left;
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        margin: 0 5px 0 0;
    }
*/
#sstt
{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background-color: rgb(248, 248, 248);
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    color: rgb(0, 0, 0);
    font-size: 0.9em;
    height: auto;
    z-index: 5;
    max-width: 350px;
}


.compactViewMenu, .menuSlideContainer
{
    display: none;
}

#fgtPswdOvly
{
    max-width: 350px;
    min-width: 200px;
    width: auto;
}

    #fgtPswdOvly input.button
    {
        float: right;
        margin: 15px 0;
    }

    #fgtPswdOvly .error
    {
        color: #d10000;
        font-size: 1em;
        line-height: 2em;
    }

 /* Car appraisal form styles - START */
 #carSalesLeadContainer
 {
  display: none;
  max-width: 410px;
  background: #ffffff;
  padding: 15px 25px 15px 25px;
 }

 #carSalesLeadContainer textarea
 {
  width: 100%;
 }

 #frmCarBuyingLead .inputLabel
 {
  float: left;
  width: 150px;
 }

 #frmCarBuyingLead .inputContainer
 {
  float: left;
  clear: right;
  width: 200px;
 }

 #frmCarBuyingLead .buttonSubmitLeadGeneration
 {
  float: right;
  margin-top: 11px;
  /*width: 70px;*/
  font-size: 14px;
  overflow: hidden;
 }

 #frmCarBuyingLead .buttonSubmitLeadGeneration a
 {
  font-weight: bold;
  padding: 7px 13px;
  font-size: 14px;
  /* IE6-9 */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd100', endColorstr='#d2b500',GradientType=0 );
  /* float:right;*/
 }

 #frmCarBuyingLead .closeLead
 {
  float: right;
  margin: 18px 50px 0px 20px;
 }

 #frmCarBuyingLead .row
 {
  padding-top: 5px;
  text-align: left;
 }

 #frmCarBuyingLead text
 {
  width: 200px;
 }

 #frmCarBuyingLead input
 {
  width: 100%;
 }

 #LeadHeader ul
 {
  margin-left: 40px;
 }

 #LeadHeader li
 {
  list-style-type: disc;
  margin-bottom: 0;
 }

 #LeadHeader h2
 {
  font-size: 18px;
  font-weight: bold;
  margin-right: 70px;
 }

 #LeadHeader .content
 {
  padding: 0 0 5px 0;
  font-weight: bold;
  font-size: 13px;
 }

 .showRed
 {
  color: Red;
  font-weight: bold;
  float: left;
 }

 .italicFont
 {
  font-style: italic;
 }

 .errorMessage
 {
  display: none;
 }

 .contactToggleContainer
 {
  float: none !important;
 }

 #carSalesLeadContainer
 {
     display:none;
 }

dl .faq_last_child ul 
{
 list-style: disc;
}

dl .faq_last_child ol
{
 list-style: decimal;
}

.mktInfoRow sup
{
 font-size: inherit;
}

.hidden
{
 display: none;
}

.social_bar_list ul
{
 overflow: hidden;
}

.social_bar_list ul li
{
 float: right !important;
 height: 27px !important;
 width: 28px;
 padding: 0 0 0 10px;
}

.social_bar_list ul li img
{
 width: 28px;
 height: 27px;
}

.social_bar_list ul #gplus-count,
.social_bar_list ul #tweet-count,
.social_bar_list ul #fb-count
{
 margin-left: 10px !important;
 margin-top: 5px !important;
}

 .social_bar_list ul #gplus-count iframe
 {
  max-width: 72px;
  min-width: 72px;
  max-height: 24px;
 }

 .social_bar_list ul #tweet-count iframe
 {
  max-width: 98px;
  min-width: 98px;
  max-height: 24px;
 }

 .social_bar_list ul #fb-count iframe
 {
  max-width: 86px;
  min-width: 86px;
  max-height: 24px;
 }

.social_bar_list ul li,
.social_bar_list ul li div
{
 width: auto !important;
 margin: 0 !important;
}

.social_bar_list ul li img
{
 width: auto !important;
}

.socia_bar_no_responsive,
.faq_no_responsive
{
 display:none;
}

/* Stlying for AEM components */
.aem-hide-responsive, #aem-overlay-video {
    display: none;
}

.aem-overlay-video {
    float: none !important;
    cursor: pointer;
}

#aem-overlay-video {
    width: 320px;
    height:280px;
}

.aem-rte ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 30px;
}

.aem-rte ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.aem-rte blockquote {
    border: none;
}

.faq_component {
            overflow: hidden;
            margin: 10px 0; 

            width: 100%;
            line-height: 1.2;

        }

    .faq_component dt {
        cursor: pointer;
        font-weight: bold;
        overflow: hidden;
        padding: 4px 0 5px 25px; 
        background: url("https://images.hertz.com/herc/herc/misc/plus-btn.png") top left no-repeat;
    }

    .faq_component dt span, .faq_component dd span {
        float: left;
    }
    .faq_last_child {
        width: 95%;
        padding-left: 10px; 
        }
    .faq_first_child {
        font-weight: bold;
            font-size: 12px;
    }

    .faq_component p, .faq_component li {
		      color: #000;
        font-size: 12px;
    }

    .faq_component dd {
        display: none;
            padding: 2px 0 5px 25px; 
    }
    .faq_component .faqMinusSign {
       background: url("https://images.hertz.com/herc/herc/misc/minu-btn.png") top left no-repeat;

    }

.searchCloseBtn
{
 background: url("/content/img/content/locations-cancel-icon.png") no-repeat;
 height: 12px;
 width: 12px;
 border: none;
 position: absolute;
 left: 282px;
 top: 7px;
 cursor: pointer;
}
footer section.copyrightDesktop .footerBottomText p,
footer section.copyrightDesktop .footerBottomText a { 
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
}
footer section.copyrightDesktop .footerBottomText a { 
    color: #ffd100;
}
footer section.copyrightDesktop .footerBottomText a:hover { 
    color: #e2e2e2;
}

footer .footerMobile .links-row dl {
    margin: 0;
    padding: 2%;
}

footer .footerMobile .links-row dt {
    color: #ffd100;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-family: Ride!important;
    margin: 0;
    padding: 7px 10px 7px 20px;
    position: relative;
}

footer .footerMobile .links-row dd {
    display: none;
    margin: 0;
}

footer .footerMobile li {
    border: 0 none;
    margin: 0;
    padding: 1px 0 0;
}
footer .footerMobile .links-row dd a {
    background-color: #fafafa;
    display: block;
    font-weight: bold;
    padding: 7px 10px;
    position: relative;
    text-decoration: none;
}
footer .footerMobile .links-row dd a {
    background-color: transparent;
    color: #e2e2e2;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 7px 24px;
}
footer .footerMobile .links-row dd b {
    font-weight: normal;
    color: #ffd100;
}
a.underline {
    text-decoration : underline;
}
.hide {
     display : none;
}

.mobileContact
{
 display: block;
 color: #fff;
 margin: 10px 10px 0;
 padding: 15px 15px 0 15px;
}

.nonmobContact
{
 display: none;
}

.contactMailIcon
{
 background: url("/Content/img/content/mail-icon.png") no-repeat;
 height: 20px;
 width: 30px;
 display: block;
 float: left;
 margin: 5px 0 0 20px;
}

.button:hover .contactMailIcon {
    background: url("/Content/img/content/mail-icon-hover.png") no-repeat;
}

.contactPhoneIcon
{
 background: url("/Content/img/content/phone-icon.png") no-repeat;
 height: 30px;
 width: 30px;
 display: block;
 float: left;
 margin: 0 0 0 20px;
}

.button:hover .contactPhoneIcon {
 background: url("/Content/img/content/phone-icon-hover.png") no-repeat;
}

.mobileContact .button
{
 width: 100%;
 margin: 0 0 10px;
 font-size: 16px;
 font-weight: normal;
 line-height: 28px;
 padding: 15px 0;
 background-color: #ffd100;
 border: 1px solid transparent;
 color: #000;
}

.mobileContact .button:hover {
 background-color: transparent;
 border: 1px solid #ffd100;
 color: #ffd100;
}

.mobCHours
{
  font-size: 14px;
  line-height: 24px;
}

.mobCTitle
{
 font-size: 24px;
 font-weight: bold;
 color: #ffd100;
 margin: 0 0 20px;
 font-family: Ride!important;
}

#MyCaptchaContainer {
    float:left;
}

.captchaRefreshLink {
    float: left;
    margin-top: 4px;
    display: inline;
    width: 100%;
}

.captchaLabel {
    float: left;
    padding: 10px 0px 0px;
}

.refreshCaptcha {
    display: inline;
    cursor: pointer;
}

#captchaText {
    width: 100%;
    min-width: 220px;
}

#captchaError {
    float: left;
    color: red;
}

span.rating, span.rating span {
    display: inline-block;
    background: url(/content/images/rating_star_yellow.jpg) 0 repeat-x;
    width: 100px;
    height: 20px;
}
span.rating-text, span.rating-text span {
    display: inline-block;
    vertical-align:top;
}

.featuredReviews {
    /*border-top: 1px solid #CACACA;*/  /*JIRA 3106*/
    padding-top:10px;    
}

.featuredReviews h2 {
    margin-bottom:10px;
}

.featuredReviews ul {
    width: 100%;
    display: table;
    table-layout: fixed; /* optional, for equal spacing */
    border-collapse: collapse;
    margin-bottom:15px;
}

.featuredReviews li {
    padding:10px 0px 10px 10px;
    background-color:lightgray;
    border:3px solid white;
    vertical-align:text-top;
}

#featuredReview1, #featuredReview2 {
    display:table-cell;
}

#featuredReview3, #featuredReview4 {
    display:none;
}

.seeAllReviewsButton {
    padding: 0px 10px 10px;
    text-align: center;
    margin: 0 auto;
}
.mktBorderRow {
    border-top: 1px solid #CACACA;
    padding-top:5px;
}

 /* Car appraisal form styles - END */
/*
}
*/
footer section.footerDesktop .row h4
{
        color: #ffd100;
        font-weight: bold;
        font-family: Ride!important;
        font-size: 16px;
        margin-bottom:8px;
}
footer section.footerDesktop .footerTextContent h4 {
    margin-bottom:10px;
}
footer section.footerDesktop #footerContentContainer .six.columns h4 {
margin-bottom:16px;
}

.addH1-H2-RemoveH3-Seo{
font-size: 16px !important;
color: #414141 !important;
margin-bottom: 8px !important;
font-weight: bold !important;
line-height: 20px !important;
}
.addH1-H2-Seo {
font-size: 13.3333px !important;
color: rgb(85, 85, 85) !important;
margin: 0px !important;
font-weight: bold !important;
line-height: 18PX !important;
}



/* Comment Generated by Combres - Resource '~/css/responsive/0/flexslider.module.css' (Mode: Static) */
/*
@media only screen and (min-width: 0px)
{
*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus
{
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav
{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider
{
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li
    {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img
    {
        width: auto;
        display: block;
    }

.flex-pauseplay span
{
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides
{
    display: block;
}

* html .slides
{
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child
{
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider
{
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport
{
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport
{
    max-height: 300px;
}

.flexslider .slides
{
    zoom: 1;
}

.carousel li
{
    margin-right: 5px;
}


/* Direction Nav */
.flex-direction-nav a
{
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(/Content/module/flexslider2/images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: -100%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
}

.lt-ie8 .flex-direction-nav a
{
    top: -30%;
}

; .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover
{
    opacity: 1;
}

.flex-direction-nav .flex-disabled
{
    opacity: 1!important;
    filter: alpha(opacity=100);
    cursor: default;
    background: url(/Content/module/flexslider2/images/bg_direction_nav_disabled.png) no-repeat 0 0;
}

.flex-direction-nav .flex-next
{
    background-position: 100% 0;
    right: -5px;
}

.flex-direction-nav .flex-prev
{
    left: -5px;
}

/* Control Nav */
.flex-control-nav
{
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li
    {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a
{
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(220,220,220,1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover
    {
        background: #ffd100;
        background: rgba(255,242,41,1);
    }

    .flex-control-paging li a.flex-active
    {
        background: #ffd100;
        background: rgba(255,242,41,1);
        cursor: default;
    }

.flex-control-thumbs
{
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li
    {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img
    {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover
        {
            opacity: 1;
        }

    .flex-control-thumbs .active
    {
        opacity: 1;
        cursor: default;
    }

/*-------------------------------------
 Hertzslider.js specific Styles 
--------------------------------------*/
.hertzslider
{
    width: 88%;
    margin: 0 auto;
}

    .hertzslider ul.slides li
    {
        margin-right: 15px;
        position: relative;
    }

    .hertzslider .flex-viewport
    {
        padding: 0 20px 0 10px;
    }

    .hertzslider .flex-direction-nav .flex-next
    {
        background-position: 100% 0;
        right: -20px;
        bottom: 0;
    }

    .hertzslider .flex-direction-nav .flex-prev
    {
        left: -25px;
        bottom: 0;
    }

    .hertzslider .flex-direction-nav a
    {
        top: 40%;
    }

/*-- main hertzslider template 1 --*/
.hertzslidertmpl1 dl dd
{
    font-size: .9em;
}

.hertzslidertmpl1 dl dt a
{
    font-weight: bold;
}

.hertzslidertmpl1 dl span.price
{
    background: #ffd100;
    color: #000;
    font-weight: bold;
    padding: 0 2px;
}


/*
}
*/




/* Comment Generated by Combres - Resource '~/css/responsive/0/flexslider.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
 /** jQuery FlexSlider v1.8 */
 /* Browser Resets */
 .flex-container a:active,
 .flexslider a:active
 {
  outline: none;
 }

 .slides,
 .flex-control-nav,
 .flex-direction-nav
 {
  margin: 0;
  padding: 0;
  list-style: none;
 }

 /* FlexSlider Necessary Styles
*********************************/
 .flexslider
 {
  width: 100%;
  margin: 0;
  padding: 0;
 }

 .flexslider .slides > li
 {
  display: none;
 }
 /* Hide the slides before the JS is loaded. Avoids image jumping */
 .flexslider .slides img
 {
  
 }
 
 .flex-pauseplay span
 {
  text-transform: capitalize;
 }

 /* Clearfix for the .slides element */
 .slides:after
 {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
 }

 html[xmlns] .slides
 {
  display: block;
 }

 * html .slides
 {
  height: 1%;
 }

 /* No JavaScript Fallback */
 /* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
 .no-js .slides > li:first-child
 {
  display: block;
 }


 /* FlexSlider Default Theme
*********************************/
 .flexslider
 {
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
 }

 .flexslider .slides
 {
  zoom: 1;
 }

 .flexslider .slides > li
 {
  position: relative;
 }
 /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
 .flex-container
 {
  zoom: 1;
  position: relative;
 }


 /* Direction Nav */
 .flex-direction-nav li a
 {
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  display: block;
  background: url(/content/module/bannerslider/theme/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
 }

 .flex-direction-nav li .next
 {
  background-position: -52px 0;
  right: -21px;
 }

 .flex-direction-nav li .prev
 {
  left: -20px;
 }

 .flex-direction-nav li .disabled
 {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
 }

 /* Control Nav */
 .flex-control-nav
 {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
  z-index: 2;
 }

 .flex-control-nav li
 {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
 }

 .flex-control-nav li:first-child
 {
  margin: 0;
 }

 .flex-control-nav li a
 {
  width: 13px;
  height: 13px;
  display: block;
  background: url("/content/module/bannerslider/theme/bg_control_nav.png") no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px;
 }

 .flex-control-nav li a:hover
 {
  background-position: 0 -13px;
 }

 .flex-control-nav li a.active
 {
  background-position: 0 -26px;
  cursor: default;
 }
/*
}
*/


.flex-control-paging li a
{
	background: url("/content/module/bannerslider/theme/bg_control_nav.png") no-repeat 0px 0px;
}

.flex-control-paging li a.flex-active
{
	background: url("/content/module/bannerslider/theme/bg_control_nav.png") no-repeat 0px -26px;
}


/* Comment Generated by Combres - Resource '~/css/responsive/0/location.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
#locationChanger
{
    display: none;
    background-color: #ffffff;
    padding: 5px;
    width: 100%;
    max-width: 930px;
    font-size: 90%;
    min-height: 370px;
}

#locationChanger #inpDistance
{
    width: 100px;
}

#locationChanger .button
{
    padding: 6px;
    float: right;
}

#map_canvas
{
    height: 87.5%;
}

.ie #map_canvas
{
   height: 360px;
}

.locationChangerMapControls
{
	margin-bottom: 5px;
}

.wordWheelRow
{
    width: 425px;
    margin: 0;
}

.controlsRow
{
    margin-top: 10px;
    width: 425px;
    position: relative;
}

    .controlsRow span, .controlsRow select
    {
        margin-top: 3px;
    }


#inpSearchLocation
{
    width: 100%;
    float: right;
}

#inpSearchArea
{
	width: 100%;
}

#inpSearchArea, #inpSearchLocation, #btnSetLocation
{
	float: left;
}

#inpSearchArea .closeLightBox
{
	float: right;
}

#inpSearchArea
{
	margin-bottom: 5px;
}

#inpSearchLocation
{
	font-size: 100%;
	padding: 0;
	margin: 0;
	height: 20px;
}

#inpSearchArea #searchLocArea
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 1.0em;
}

#inpSearchArea #searchInputs
{
	float: left;
	margin-left: 5px;
	font-size: 1.0em;
 position: relative;
}

#inpSearchArea #inpSearchLocation
{
	font-size: 1.0em;
	margin-top: 3px;
 padding: 0 28px 0 0;
}

#inpSearchArea #btnSetLocation
{
	margin-left: 15px;
}

#radiusSelector
{
	margin-left: 7px;
}

#searchLocArea
{
	display: none;
}



@media handheld, only screen and (max-width: 480px)
{


 .searchInputsWrap
 {
  width: 77%;
 }

 #inpSearchArea #searchInputs
 {
  width: 100%;
  padding: 0 5px;
  margin: 10px 0px 0;
  margin-left: 0 !important;
 }

 #inpSearchArea #inpSearchLocation
 {
  width: 100%;
 }

 #inpSearchArea #btnSetLocation
 {
  width: 20%;
  float: right;
 }

 .searchCloseBtn
 {
  right: 6px;
  left: auto !important;
 }
}


/* Comment Generated by Combres - Resource '~/css/responsive/0/search.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/

div#search-module .row h4.ovrln, div#search-module .row100 h4.ovrln
{
    background: url("/content/img/default/line-bg.png") no-repeat scroll 0 50% transparent;
    text-align: center;
    text-transform: capitalize;
    font-size: .9em;
    margin: 10px 0;
}

    div#search-module .row h4.ovrln b
    {
        background-color: #E0E0E0;
        padding: 5px;
        border-radius: 50px;
    }

.ie8 div#search-module .row h4.ovrln b, .lt-ie9 div#search-module .row h4.ovrln b
{
    background: url("/content/img/default/orBackground.png") 1px 0 no-repeat #f5f5f5;
    padding-bottom: 7px;
}

hr.hrgray
{
    background: #d5d5d5;
    height: 1px;
    border: none;
    margin: 0px;
}

#multipleMakesContainer
{
    display: none;
}

.GB #search-module,
.DE #search-module,
.ES #search-module,
.FR #search-module,
.IT #search-module
{
 min-height: 300px;
}


/*search module style */
#search-module
{
    background: none repeat scroll 0 0 #F5F5F5;
    margin: 5px 0 0 0;
    border: solid 1px #e0e0e0;
    overflow: visible;
    min-height: 477px;
    width: 380px;
    z-index: 1;
    margin: 23px 0 0;
}

.US #search-module
{
 margin: 0;
}

div.row ul.radius li
{
    display: inline;
}

div#search-module div.row
{
    margin: 0 15px;
}

div#search-module .block-grid.four-up > li
{
    width: 22%;
    margin-bottom: 15px;
    margin-left: 3%;
    max-width: 85px;
}

ul.block-grid li select#makes
{
    width: 100%;
}

ul.block-grid li select#models
{
    width: 100%;
    margin-top: 5px;
}

div#search-module ul.block-grid
{
    margin-bottom: 0px;
}

div#search-module .row
{
    width: auto;
}

div#search-module div.row100
{
    width: 100%;
    margin: 0;
}

#searchModule
{
    display: block;
    position: absolute;
    text-decoration: none;
    top: -5px;
    min-width: 100%;
    z-index: 1;
    height: 1px;
    overflow: visible;
}

    #searchModule .modulePlacementRow
    {
        overflow: visible;
        height: 1px;
        max-width: 1036px;
    }

span.dflHeader
{
    font-weight: normal;
}

.viewmore
{
    padding: 5px;
    background-color: #E0E0E0;
}

h4.viewmore a
{
    color: #414141;
}

#inpSearchLocation
{
    width: 100%;
    display: block;
}

.locationChangerMapControls .closeLightBox
{
    float: right;
    margin-left: 15px;
    position: relative;
    z-index: 10000;
}

.locationChangerMapControls .controlsRow, .locationChangerMapControls .wordWheelRow
{
    width: 100%;
    position: relative;
}

.locationChangerMapControls #btnSetLocation
{
    margin-top: 3px;
}

div.introText
{
    margin-left: 50%;
    padding-top: 8%;
}

    div.introText p
    {
        color: #ffd100;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 2px;
    }

        div.introText p.small
        {
            color: #ffd100;
            font-size: 15px;
            font-weight: normal;
            margin-bottom: 2px;
        }

#makeListContainer
{
    margin-bottom: 10px;
    margin-left: 26px;
}

    #makeListContainer ul, #makeListContainer li
    {
        position: relative;
    }

.homeSearchList
{
    margin-top: 10px;
    margin-bottom: 3px;
}

.searchSelectsContainer
{
}

.searchControllersContainer
{
    text-align: center;
}

    .searchControllersContainer div
    {
        margin-left: 5px;
    }

.multSelectLinkContainer
{
    margin: auto;
}

.lt-ie8 .multSelectLinkContainer
{
    width: 100px;
}

.findCarButton
{
    position: relative;
    margin-top: 5px;
}

.lt-ie8 .findCarButton
{
    width: 125px;
}

/* ---------------------------
   multisearch 
---------------------------*/
fieldset
{
    border: 0;
}

.checkboxes, .checklist
{
    position: relative;
}

.makeLabel
{
    margin-bottom: 10px;
}

.checkboxes .block-grid.two-up
{
    margin-left: 0;
}

    .checkboxes .block-grid.two-up > li
    {
        margin-left: 0;
        margin-right: 0%;
        padding-left: 0;
    }

.checklist
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.checklist
{
    width: 320px;
}
/*.checklist li {position: relative;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;cursor:pointer;}*/
.checklist li
{
    position: relative;
    cursor: pointer;
}

    .checklist li.selected
    {
        background-position: 0 0;
    }
/*.checkbox-select {display: block;color:black;background-color:#e0e0e0;padding-left:25px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;line-height:35px;	text-decoration:none;}*/
.checkbox-select
{
    display: block;
    color: black;
    background-color: #e0e0e0;
    padding-left: 25px;
    line-height: 35px;
    box-shadow: 5px 5px 5px #888888;
    text-decoration: none;
    border: 1px solid #cccccc;
}

.checklist li input
{
    display: none;
}

a.checkbox-deselect
{
    display: none;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.checklist li.selected a.checkbox-deselect
{
    display: block;
    padding-left: 25px;
    padding-top: 5px;
}

ul.checklist li span
{
    float: right;
    margin-top: -20px;
    padding-right: 10px;
}

.selected div
{
    background-color: #fce762;
    box-shadow: none;
}

#multipleVehicleSelect
{
    margin-top: 10px;
}

#modelsContainer, .searchMakes, .findMultiple
{
    display: none;
}

.searchModels, .findMultiple
{
    margin: 10px 0px 10px 0px;
}

.selectedBodyType p, .selectedBodyType
{
    background: #ffd100;
}

.search-module
{
    background: #F5F5F5;
    margin-top: 10px;
}

.bodyTypeContainer
{
    position: relative;
    height: 35px;
}

    .bodyTypeContainer img
    {
        position: absolute;
        bottom: 5px;
    }

.block-grid.four-up > li
{
    padding: 0;
}

#bodyTypeSection .bt
{
}

.bt p
{
    margin-bottom: 0;
}

.bodyTypeContainer
{
    background: url("/content/img/default/vehicleThumbs.png");
    overflow: visible;
}

.IT .bodyTypeContainer
{
    background: url("/content/img/it-IT/vehicleThumbs.png");
    overflow: visible;
}

.GB .bodyTypeContainer
{
    background: url("/content/img/en-GB/vehicleThumbs.png");
    overflow: visible;
}

.DE .bodyTypeContainer
{
    background: url("/content/img/de-DE/vehicleThumbs.png");
    overflow: visible;
}

.ES .bodyTypeContainer
{
    background: url("/content/img/es-ES/vehicleThumbs.png");
    overflow: visible;
}

#bodyTypeSection .vehicleType1
{
    background-repeat: no-repeat;
    background-position: -12px -9px;
    background-color: transparent;
}

#bodyTypeSection .vehicleType2
{
    background-repeat: no-repeat;
    background-position: -112px -9px;
    background-color: transparent;
}

#bodyTypeSection .vehicleType3
{
    background-repeat: no-repeat;
    background-position: -212px -9px;
    background-color: transparent;
}

#bodyTypeSection .vehicleType4
{
    background-repeat: no-repeat;
    background-position: -312px -9px;
    background-color: transparent;
}

#bodyTypeSection .vehicleType5
{
    background-repeat: no-repeat;
    background-position: -12px -59px;
    background-color: transparent;
}

#bodyTypeSection .vehicleType6
{
    background-repeat: no-repeat;
    background-position: -112px -59px;
    background-color: transparent;
}

#bodyTypeSection .vehicleType7
{
    background-repeat: no-repeat;
    background-position: -212px -59px;
    background-color: transparent;
}

#bodyTypeSection .vehicleType8
{
    background-repeat: no-repeat;
    background-position: -312px -59px;
    background-color: transparent;
}

.FR #bodyTypeSection .vehicleType8
{
    background: url("/content/img/default/light_van.png") transparent no-repeat 0 2px;
}

/* ---------------------------
   Etc 
---------------------------*/
.bt
{
    cursor: pointer;
}

    .bt p
    {
        text-align: center;
    }

div#bodyTypeSearchButton
{
    margin-top: 10px;
}

#bodyTypeSearchButton li
{
    margin-bottom: 0;
}

#bodyTypeSearchButton .block-grid
{
    overflow: visible;
}

.lt-ie8 #bodyTypeSearchButton .block-grid
{
    overflow: hidden;
}

.findBodyTypeCar
{
    margin-top: -16px;
    /*white-space: nowrap; Removed this for WEBRENTTOBUY-7370*/ 
    /*width:115px;*/
    margin-left: 11px;
}

.FR .findBodyTypeCar
{ /*width:125px;*/
}

.DE .findBodyTypeCar
{
    white-space: normal;
}

#makeListContainer .block-grid
{
    overflow: visible;
    z-index: 5;
}

.changeLocation
{
    line-height: 2em;
}
/*.firstRadiusItem,.middleRadiusItem,.lastRadiusItem{display:block;height:25px;float:left;}*/
.firstRadiusItem, .middleRadiusItem, .lastRadiusItem, .changeLocation
{
    margin-right: 5px;
}

.firstRadiusItem, .lastRadiusItem
{
    padding-top: 3px;
}

.lastRadiusItem
{
    /*max-width: 205px;*/
    margin-left: 0px;
}

.lt-ie8 .block-grid.two-up > li
{
    width: 42%;
}

.lt-ie9 .block-grid.two-up > li
{
    width: 45%;
}

.searchSelectsContainer div
{
    height: 24px;
}

#emailResultsForm label .noteTxt
{
    font-size: 0.8em;
    margin-top: -10px;
}

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/0/elastic.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/

/* Elastislide Style */

.es-carousel-wrapper
{
    background: #FFFFFF;
    padding: 0 37px;
    position: relative;
}

.es-carousel
{
    overflow: hidden;
}

    .es-carousel ul
    {
        display: none;
    }

        .es-carousel ul li
        {
            height: 100%;
            float: left;
            display: block;
        }

            .es-carousel ul li a
            {
                display: block;
                border-style: solid;
                border-color: #222;
            }

                .es-carousel ul li a img
                {
                    display: block;
                    border: none;
                    max-height: 100%;
                    max-width: 100%;
                }

.es-nav span
{
    position: absolute;
    top: 50%;
    left: 12px;
    background: transparent no-repeat top left;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
}

    .es-nav span.es-nav-next
    {
        right: 12px;
        left: auto;
        background-position: top right;
    }

    .es-nav span:hover
    {
        opacity: 1.0;
    }

div.desc
{
    display: block;
}

    div.desc dl dt a
    {
        color: #308dff;
        border: none;
    }

    div.desc dl dd span
    {
        background-color: #ffd100;
        font-weight: bold;
        color: #3C3C3C;
    }
/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/0/social.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
 /*#shareContainer
{
    position: relative;
    height: auto;
    margin: 5px 0px 5px 0px;
}*/

 #shareContainer .shareButtonContainer
 {
  position: absolute;
  top: 0px;
 }

 .fbContainer
 {
  left: 175px;
 }

 .twitterContainer
 {
  left: 80px;
 }

 .plusOneContainer
 {
  left: 0;
 }

 .headlineColumn
 {
  float: left;
  padding-right: 15px;
 }

 .socialnav
 {
  float: left;
 }
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/0/home.css' (Mode: Static) */
/* @media only screen and (min-width: 0px)
{
*/
.headExpander
{
 font-size: 12px;
 display: none;
 margin: 0 0 0 15px;
 font-weight: normal;
}
.flexslider
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    border-radius: 0px;  
}

.homesaleslocations
{
 margin: 0 0 10px 15px;
}
.homesaleslocations .locationsIcon {
    background-image: url("/content/img/en-US/carSalesIndicator.png"); 
    width: 26px; 
    display: table-cell; 
    height: 35px;
}
.homesaleslocations .searchLocations{
    vertical-align: middle; 
    display: table-cell; 
    padding-left: 5px;
}

.homepageHeader
{
 margin: 10px 0;
}

.usAdvanced
{
 margin: 6px 0 0 15px;
}

.lt-ie8 .flexslider
{
    border: 0;
}

/*3107*/
#allmktVehicleImagesSlider.flexslider .slides img
{ 
    float:none;
}
/*end*/
.flexslider .slides img
{ /*height:505px*/
 float: right;
}

.flex-control-nav
{
    bottom: 20px;
    right: 10px;
    position: absolute;
    width: 90px;
}
/*temp for UI page to remove */
.flex-caption
{
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    right: 0%;
    top: 0;
    line-height: 18px;
    padding: 2%;
    position: absolute; /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
    width: 45%;
}

.flex-caption .spaceText
{
 margin: 0 0 0 40px;
}

div.flex-caption p
{
    color: #ffd100;
    line-height: 1.25;
    margin: 0 0 0px;
}

div.flex-caption p.large
{
    font-size: 190%;
    font-weight: bold;
}

div.flex-caption h2.large
{
    font-size: 190%;
    font-weight: bold;
    color: #ffd100;
    margin-bottom: 1%;
    max-width: 500px;
}

div.flex-caption h2.small
{
    font-size: 100%;
    font-weight: bold;
    color: #ffd100;
    margin-bottom: 1%;
}

div.flex-caption p.wht
{
    color: #FFFFFF;
    line-height: 1.25;
    margin: 0 0 0px;
}

div.flex-caption p.large-wht
{
    font-size: 190%;
    font-weight: bold;
}

div.flex-caption h2.large-wht
{
    font-size: 190%;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 1%;
}

div.flex-caption h2.small-wht
{
    font-size: 100%;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 1%;
}

div.flex-caption p.blk
{
    color: #000;
    line-height: 1.25;
    margin: 0 0 0px;
}

div.flex-caption p.large-blk
{
    font-size: 190%;
    font-weight: bold;
}

div.flex-caption h2.large-blk
{
    font-size: 190%;
    font-weight: bold;
    color: #000;
    margin-bottom: 1%;
    max-width: 500px;
}

div.flex-caption h2.small-blk
{
    font-size: 100%;
    font-weight: bold;
    color: #000;
    margin-bottom: 1%;
}

#bannerpos
{
    height: 530px;
}
/*
.bannerpos{height:525px;z-index: 1;position:relative;}

#bannerpos{z-index: 1;}


.flexslider{z-index:1;}
.slides{z-index:1;position:relative;}
.slide2{z-index:1;}

#searchModule{width:380px;}
#searchModule .row{position:relative;}
*/
.flex-caption .showTermsAndConditions
{
    text-decoration: underline;
}

.slide2_it-IT .flex-caption .showTermsAndConditions
{
    width: 348px;
    height: 50px;
    top: 0px !important;
}

.slide2_fr-FR .flex-caption .showTermsAndConditions
{
    width: 700px;
    height: 110px;
    top: 0px !important;
}

.slide2_it-IT .flex-caption,
.slide2_fr-FR .flex-capition
{
    display: block;
}

.slide2 .flex-caption,
.slide3 .flex-caption
{
    background: none;
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    left: 581px;
    top: 422px;
    line-height: 18px;
    padding: 2%;
    position: absolute;
    width: 21%;
}

.slide2 .flex-footnote
{
    top: 93%;
    position: absolute;
    left: 48%;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}

div.row h2 span.blue
{
    color: #308dff;
}

.metadata .published
{
    display: inline;
    margin: 0 6px 0 0;
}

.metadata
{
    display: none !important;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

#country-nav
{
    visibility: visible;
}


.resetMargin
{
    margin: 0;
}

.US div.flex-caption h2.large, .US div.flex-caption h2.small
{
    color: #000000;
}

.US .slide3 div.flex-caption h2.large, .US .slide3 div.flex-caption h2.small
{
    color: #000000;
}

.FR div.flex-caption.blkClr
{
    color: #000000;
}

nav#main-nav ul li a#usedCarsSelected
{
    background-color: #ffd100;
    color: #000;
}

img.bwbImg
{
    height: 90px;
}

.lt-ie8 div.flex-caption
{
    padding: 20px;
}

.lt-ie8 div.flex-caption h2.large
{
    margin-bottom: 5px;
}

.lt-ie8 .slide2 .flex-caption
{
    right: 15px;
    width: 300px;
}

.croppedBanner
{
    display: none;
}

.fullsizeBanner
{
    display: block;
    height: 530px;
    width: 1280px;
}

.slide1_en-US
{
    background: url('/content/img/en-US/slide1.jpg') top left no-repeat;
}

.slide2_en-US
{
    background: url('/content/img/en-US/slide2.jpg') top left no-repeat;
}

.slide3_en-US
{
    /*background: url('/content/img/en-US/slide3.jpg') top left no-repeat;*/
}

.slide4_en-US
{
    background: url('/content/img/en-US/slide4.jpg') top left no-repeat;
}

.slide1_fr-FR
{
    background: url('/content/img/fr-FR/slide1.jpg') top left no-repeat;
}

.slide2_fr-FR
{
    background: url('/content/img/fr-FR/slide2.jpg') top left no-repeat;
}

.slide2_fr-FR .flex-caption
{
    left: 520px;
    top: 5px;
}

.slide3_fr-FR
{
    /*background: url('/content/img/fr-FR/slide3.jpg') top left no-repeat;*/
}

.slide1_pt-BR
{
    background: url('/content/img/pt-BR/slide1.jpg') top left no-repeat;
}

.slide2_pt-BR
{
    background: url('/content/img/pt-BR/slide2.jpg') top left no-repeat;
}

.slide3_pt-BR
{
    /*background: url('/content/img/pt-BR/slide3.jpg') top left no-repeat;*/
}

.slide1_en-GB
{
    background: url('/content/img/en-GB/slide1.jpg') top left no-repeat;
}

.slide2_en-GB
{
    background: url('/content/img/en-GB/slide2.jpg') top left no-repeat;
}

.slide3_en-GB
{
    /*background: url('/content/img/en-GB/slide3.jpg') top left no-repeat;*/
}

.slide1_it-IT
{
    background: url('/content/img/it-IT/slide1.jpg') top left no-repeat;
}

.slide2_it-IT
{
    background: url('/content/img/it-IT/slide2.jpg') top left no-repeat;
}

.slide2_it-IT .flex-caption
{
    left: 520px;
    top: 16px;
}

.slide3_it-IT
{
    /*background: url('/content/img/it-IT/slide3.jpg') top left no-repeat;*/
}

.slide1_es-ES
{
    background: url('/content/img/es-ES/slide1.jpg') top left no-repeat;
}

.slide2_es-ES
{
    background: url('/content/img/es-ES/slide2.jpg') top left no-repeat;
}

.slide3_es-ES
{
    /*background: url('/content/img/es-ES/slide3.jpg') top left no-repeat;*/
}

.slide1_de-DE
{
    background: url('/content/img/de-DE/slide1.jpg') top left no-repeat;
}

.slide2_de-DE
{
    background: url('/content/img/de-DE/slide2.jpg') top left no-repeat;
}

.slide3_de-DE
{
    /*background: url('/content/img/de-DE/slide3.jpg') top left no-repeat;*/
}

#makeListContainer li > div
{
    line-height: 2em;
}

div.mkgrbdrtp h2
{
    margin: 0 5px 0 5px;
}

.containerbg #bannerpos, .containerbg #searchModule
{
    margin: 0;
}

.socialnav
{
    margin: 5px 0 20px;
}

.martop15
{
    margin: 1% auto !important;
}

.showSearchButton
{
    display: none;
}

#search-module .middleRadiusItem .customSelectSkin
{
    vertical-align: middle;
}

.mktInfoRow h6
{
    font-weight: bold;
    font-size: 0.9em;
}

#promo_container
 {
  display:  none;
 }
/*
}
*/

/******* MODAL *****/

				.cmodal
		  {
		  	visibility: hidden;
		  	width: 500px;
		  	position: fixed;
			  top: 50%;
			  left: 50%;
			  margin-top: -50px;
			  margin-left: -250px;
			  z-index: 999;
		  }
		  
		  .cmodal header
		 	{
		 		position: relative;
		 		clear:both;
		 		cursor:default
		 	}
		 	
		 	.cmodal header .mhcontent
		 	{
		 		font-family: Arial;
		 		font-size: 26px;
		 		color: #333333;
		 		position: absolute;
		 		top: 25px;
		 		left: 20px;
		 		width: 465px;
		 	}
		 	
		 	.cmodal section .mscontent
		 	{
		 		font-family: Arial;
		 		font-size: 18px;
		 		color: #333333;
		 		position: absolute;
		 		top: 10px;
		 		left: 20px;
		 		width: 465px;
		 		cursor:default
		 	}
		 	
		 	.cmodal section
		 	{
		 		position: relative;
		 		clear:both;
		 		background: #ffffff;
		 	}
		 	
		 	.cmodal footer
		 	{
		 		position: relative;
		 	}
		 	
		 	.cmodal header .modaltl
		 	{
		 		background: url('/content/images/cmodal.png') no-repeat -9px -8px;
		 		width: 25px;
		 		line-height: 67px;
		 		float: left;
		 	}
		 	
		 	.cmodal header .modalt
		 	{
		 		background: url('/content/images/cmodal.png') no-repeat -75px -8px;
		 		line-height: 67px;
		 		float: left;
		 		width: 450px;
		 	}
		 	
		 	.cmodal header .modaltr
		 	{
		 		background: url('/content/images/cmodal.png') no-repeat -43px -8px;
		 		width: 25px;
		 		line-height: 67px;
		 		float: right;
		 	}
		 	
		 	
		 	.cmodal section .modall
		 	{
		 		background: url('/content/images/cmodal.png') no-repeat -9px -80px;
		 		width: 25px;
		 		line-height: 95px;
		 		float: left;
		 	}
		 	
		 	.cmodal section .modalc
		 	{
		 		width: 25px;
		 		line-height: 95px;
		 		float: left;
		 		width: 450px;
		 		background: #ffffff;
		 	}
		 	
		 	.cmodal section .modalr
		 	{
		 		background: url('/content/images/cmodal.png') no-repeat -43px -80px;
		 		width: 25px;
		 		line-height: 95px;
		 		float: right;
		 	}
		 	
		 	
		 	.cmodal footer .modalbl
		 	{
		 		background: url('/content/images/cmodal.png') no-repeat -9px -208px;
		 		width: 25px;
		 		line-height: 67px;
		 		float: left;
		 	}
		 	
		 	.cmodal footer .modalb
		 	{
		 		background: url('/content/images/cmodal.png') no-repeat -75px -208px;
		 		width: 25px;
		 		line-height: 67px;
		 		float: left;
		 		width: 450px;
		 	}
		 	
		 	.cmodal footer .modalbr
		 	{
		 		background: url('/content/images/cmodal.png') no-repeat -43px -208px;
		 		width: 25px;
		 		line-height: 67px;
		 		float: right;
		 	}
		 	
		 	.mscontent .progressGraphics
		 	{
		 		margin-left: 120px;
		 		margin-top: 15px;
		 	}
		 	
		 	.progress-bar
		 	{
		 		float: left;
					background-color: #1a1a1a;
					height: 33px;
					padding: 5px;
					width: 25px;
					margin: 10px 0px 20px 20px;
					-moz-border-radius: 18px;
					-webkit-border-radius: 18px;
					border-radius: 18px;
					-moz-box-shadow: 0 1px 10px #000 inset,0 1px 0 #444;
					-webkit-box-shadow: 0 1px 10px #000 inset,0 1px 0 #444;
					box-shadow: 0 1px 10px #000 inset,0 1px 0 #444;
    }
    
    .progress-bar span
    {
    	display: inline-block;
	    height: 100%;
	    width: 15px;
	    
	    -moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					border-radius: 8px;
					
	   }
    
    .glow span
    {
    	display: inline-block;
	    height: 100%;
	    width: 15px;
	    
	    background-color: #777;
	    
	    -moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					border-radius: 8px;
	    
			  -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
					-webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
					box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
					
	    -webkit-animation: animate-glow 1s ease-out infinite;
	    -moz-animation: animate-glow 1s ease-out infinite; 	
    }
    
    .progress-bar spanz
    {
	    display: inline-block;
	    height: 100%;
	    width: 15px;
					background-color: #777;
	    -moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					border-radius: 8px;
	    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
					-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
					box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
					-webkit-transition: width .4s ease-in-out;
					-moz-transition: width .4s ease-in-out;
					-ms-transition: width .4s ease-in-out;
					-o-transition: width .4s ease-in-out;
					transition: width .4s ease-in-out;		
    }
		
		/*---------------------------*/			
		
     .blue span
     {
     	background-color: #308dff;
     	
     	background-image: -webkit-gradient(linear, left top, left bottom, from(#308dff), to(#175bae));
				  background-image: -webkit-linear-gradient(top, #308dff, #175bae);
				  background-image: -moz-linear-gradient(top, #308dff, #175bae);
				  background-image: -ms-linear-gradient(top, #308dff, #175bae);
				  background-image: -o-linear-gradient(top, #308dff, #175bae);
				  background-image: linear-gradient(top, #308dff, #175bae);  
     }
     
     .yellow span
     {
				  background-color: #ffd100;
				  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd100), to(#fd9215));
				  background-image: -webkit-linear-gradient(top, #ffd100, #fd9215);
				  background-image: -moz-linear-gradient(top, #ffd100, #fd9215);
				  background-image: -ms-linear-gradient(top, #ffd100, #fd9215);
				  background-image: -o-linear-gradient(top, #ffd100, #fd9215);
				  background-image: linear-gradient(top, #ffd100, #fd9215);  
     }

     .green span
     {
				  background-color: #a5df41;
				  background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
				  background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
				  background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
				  background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
				  background-image: -o-linear-gradient(top, #a5df41, #4ca916);
				  background-image: linear-gradient(top, #a5df41, #4ca916);  
     }
     
		/*---------------------------*/		
		
		.stripes span
		{
	   -webkit-background-size: 30px 30px;
	   -moz-background-size: 30px 30px;
	   background-size: 30px 30px;			
				background-image: -webkit-gradient(linear, left top, right bottom,
																						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
																						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
																						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
																						to(transparent));
	   background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
	                       transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
	                       transparent 75%, transparent);
	   background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
	                       transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
	                       transparent 75%, transparent);
	   background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
	                       transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
	                       transparent 75%, transparent);
	   background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
	                       transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
	                       transparent 75%, transparent);
	   background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
	                       transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
	                       transparent 75%, transparent);
	   -webkit-animation: animate-stripes 3s linear infinite;
	   -moz-animation: animate-stripes 3s linear infinite;       		
		}
        
  @-webkit-keyframes animate-stripes
  {
			0% {background-position: 0 0;} 100% {background-position: 60px 0;}
  }
        
			@-moz-keyframes animate-stripes
			{
				0% {background-position: 0 0;} 100% {background-position: 60px 0;}
   }
		
		/*---------------------------*/	 

		.shine span {
			position: relative;
		}
		
		.shine span::after
		{
			content: '';
			opacity: 0;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background: #fff;
   -moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;			
   -webkit-animation: animate-shine 2s ease-out infinite;
   -moz-animation: animate-shine 2s ease-out infinite; 			
		}

  @-webkit-keyframes animate-shine
  {
			0% {opacity: 0; width: 0;}
			50% {opacity: .5;}
			100% {opacity: 0; width: 95%;}
		}
        
        
   @-moz-keyframes animate-shine
   {
				0% {opacity: 0; width: 0;}
				50% {opacity: .5;}
				100% {opacity: 0; width: 95%;}
   }

		/*---------------------------*/	 
		
		.glow span
		{
	   -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
				-webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
				box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
	   -webkit-animation: animate-glow 1s ease-out infinite;
	   -moz-animation: animate-glow 1s ease-out infinite; 			
		}

		@-webkit-keyframes animate-glow
		{
		 0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;} 
		 50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;} 
		 100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
		}

		@-moz-keyframes animate-glow
		{
		 0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;} 
		 50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;} 
		 100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
		}

.euModalLink
{
 cursor: pointer;
}

.homepageHeader
{
 font-size: 150%;
}

.GB .block-grid.two-up,
.IT .block-grid.two-up,
.ES .block-grid.two-up,
.FR .block-grid.two-up,
.DE .block-grid.two-up
{
 margin: 0;
}

.GB .block-grid.two-up > li,
.IT .block-grid.two-up > li,
.ES .block-grid.two-up > li,
.FR .block-grid.two-up > li,
.DE .block-grid.two-up > li
{
 width: 100%;
 margin: 0 !important;
}

.GB div#search-module div.row,
.IT div#search-module div.row,
.ES div#search-module div.row,
.FR div#search-module div.row,
.DE div#search-module div.row
{
 margin: 0;
}

.GB div#search-module h1,
.IT div#search-module h1,
.ES div#search-module h1,
.FR div#search-module h1,
.DE div#search-module h1
{
 margin: 12px 0 12px 15px;
}

.GB .block-grid.two-up > li div,
.IT .block-grid.two-up > li div,
.ES .block-grid.two-up > li div,
.FR .block-grid.two-up > li div,
.DE .block-grid.two-up > li div
{
 margin: 0 15px 3px;
}

.GB .block-grid.two-up > li .homeSearchList,
.IT .block-grid.two-up > li .homeSearchList,
.ES .block-grid.two-up > li .homeSearchList,
.FR .block-grid.two-up > li .homeSearchList,
.DE .block-grid.two-up > li .homeSearchList
{
 margin: 10px 15px 3px !important;
}


.GB .findCarButton .button,
.IT .findCarButton .button,
.ES .findCarButton .button,
.FR .findCarButton .button,
.DE .findCarButton .button
{
 display: block; 
 margin: 15px 0 10px !important;
 padding: 12px 0;
}

.advancedSearch
{
 text-align: left;
 margin: 0 18px 10px !important;
}

 .advancedSearch a
 {
  text-decoration: underline;
 }

.euTextSection
{
 text-align: center;
 clear: both;
 margin: 15px 0 15px 10% !important;
 line-height: 22px !important;
 width: 80%;
}

.euhrtop
{
 margin: 0px 15px 10px 15px !important;
 height: 2px !important;
}

.euTextLine
{
 height: 2px !important;
  margin: 0px 15px !important;
}

.specialPromoTag {
    width: 120px;
    height: 18px;
    background-color: #ffd100;
    background-size: auto;
    position: absolute;
    font-size:100%;
    font-weight:bold;
    z-index: 100;
    margin-left:0px;
    text-align:center;
    /* Rotate div */
    /*-ms-transform: rotate(340deg); /* IE 9 */
    /*-webkit-transform: rotate(340deg); /* Chrome, Safari, Opera */
    /*transform: rotate(340deg);*/
}

#featuredVehicles {
    overflow:hidden;
}

.promoVerticalHgt {
    min-height:100px;
}

/*below media queries are exceptional and will be used only for banners*/

/*3107*/
#allmktVehicleImagesSlider.flexslider {
    margin: 0;
    padding:0;
    background: #fff;
    position: relative;
    min-width: 0%;
    overflow:hidden;
}
 #allmktVehicleImagesSlider.flexslider .slides > li img
    {
        backface-visibility: hidden;
    }
/*end-3107*/
@media only screen and (min-width: 1100px) {
    .flexslider
    {
        background: none repeat scroll 0 0 #FFFFFF;
        border: none;
        border-radius: 0px; 
        top: 0px;
        right: 0px;
        position: absolute;
        min-width: 1280px;
    }
}

@media only screen and (max-width: 1100px) {
    .posContent {
        left:auto !important;
        right:30px;
    }
}
@media (min-width: 468px) and (max-width: 767px) {
    .block-grid.two-up .usAdvanced,.block-grid.two-up .searchControllersContainer {
        width:auto;
    }
    .modulePlacementRow {
        width: auto !important;
    }
    .US #makeListContainer .searchSelectsContainer {
        width: 40% !important;
    }
    #multipleMakesContainer .findMultiple {
        max-width: 350px;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    #searchModule #search-module {
        min-height: 530px;
        margin: 5px 0 0;
    }
}
/*3107*/
.slides {
  margin: 0;
  padding: 0;
  height: auto;
  float: left;
  width: 100%;
}
.slides li 
{
        /*width: 33.3%;*/
        float: left;
        display: block;
}

.car-container {
  margin-left: 5px;
  margin-right: 4px;
  background: #f6f6f6 !important;
}

.group-header  {
  font-family: 'Ride', arial, sans-serif !important;
  margin-bottom:10px;
  padding-left:0%;
}

.threepointmkt-vehicle {
   font-family: 'Ride', arial, sans-serif !important;
   background: #f6f6f6 !important;
   margin-left:6%;
   /*float:left;
   display:inline-block;
   padding-left:0%;
   padding-right:0%;*/ 
   /*width:33%;*/
}


.veh-price {
    
    background-color: #ffd100;
    color: #000;
    font-size: 110%;
    font-weight: bold;
}

.grid-item {
    margin: 3% 2%;
    padding: 0px 0px;
    position: relative;
    overflow: hidden;
    height:275px !important;
    max-height:275px;
    width:190px;
}
.right_veh{
    float: left;
    padding: 0px 0px 0px 10px;
    width: 98%;
}
    .right_veh .mktfont {
          font-size: .80em;
          font-weight:bold;
    }
.gridcss {
        font-size: .85em;
        background:White;
}
#allmktVehicleImagesSlider .slides li img
{
	width: auto;
	display: block;
	max-height:480px;
	margin-left:auto;
	margin-right:auto;
}

#allmktVehicleImagesSlider .flexslider ul.slides li
{
    margin-right: 0;
}
.allImagesNavContainer .flex-direction-nav a
{
	top: 10%;
	background: url(/Content/module/flexslider2/images/imageGallery_btns.png) no-repeat 0 0;
	background: url(/Content/module/flexslider2/images/imageGallery_btns.gif) no-repeat 0 0\0/;
	width: 45px;
	height: 45px;
}

.allImagesNavContainer .flex-direction-nav .flex-prev
{
    top: 50%;
	left: 5px;
	background: url(/Content/module/flexslider2/images/imageGallery_btns.png) no-repeat -45px 0;
	background: url(/Content/module/flexslider2/images/imageGallery_btns.gif) no-repeat -45px 0\0/;
}

.allImagesNavContainer .flex-direction-nav .flex-disabled
{
	width: 45px;
	height: 45px;
	background: none no-repeat 0 0;
	background: none 0 0\0/;
	color: none;
}

.allImagesNavContainer .flex-direction-nav .flex-disabled.flex-prev
{
	width: 45px;
	height: 45px;
	background: none no-repeat 0 0;
	background: none 0 0\0/;
	color: none;
}

.allImagesNavContainer .flex-direction-nav .flex-next
{
    top: 50%;
	right: 5px;
}

.allImagesNavContainer .flex-direction-nav a
{
	color: white;
	border: none;
}


 .closeOverlay
 {
  float: right;
  margin: 30px 45px 0 0;
  font-size: 14px;
  text-transform: uppercase;
 }
 .lightBoxOverlay
{
  border: 15px solid #f6f6f6;
  background-color: #fff;
  padding: 1em;
}
  .allVehicleImagesOverlay
{
	display: none;
	background: #fff;
	width: 70%;
}

 .flex-viewport
{
	display: inline !important;
}

.car-container .grid-item .vdp {
    float: left;
    width: 98%;
}
.right_veh .veh-title a {
    font-size: 102%;
    font-weight: bold;
}
 a {
    /*font-size: 120%;
    font-weight: bold;*/
    color: #308dff;
    line-height: inherit;
    text-decoration: none;    
}
  .viewmktphotos {
    display:none;
}
  /*end*/

 #sppromofrmkt .specialPromoTag-wrapper {
    width:200px;
    height:50px;
    position:absolute;
    overflow: hidden;
}

 #sppromofrmkt .specialPromoTag {
    width: 200px;
    height: 20px;
    background-color: #ffd100;
    background-size: auto;
    position: absolute;
    font-size:120%;
    font-family:'Times New Roman';
    font-weight:bold;
    margin-left:-20px;
    padding-right:70px;
    text-align:center;
    /* Rotate div */
    -ms-transform: rotate(340deg); /* IE 9 */
    -webkit-transform: rotate(340deg); /* Chrome, Safari, Opera */
    transform: rotate(340deg);
}

 #allmktVehicleImagesSlider.flex-viewport {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.ThreePointMarketingImg {
    height:150px !important;
}

/*end 3107*/


/* Comment Generated by Combres - Resource '~/css/responsive/0/location.css' (Mode: Static) */
/*@media only screen and (min-width: 0px)
{
*/
#locationChanger
{
    display: none;
    background-color: #ffffff;
    padding: 5px;
    width: 100%;
    max-width: 930px;
    font-size: 90%;
    min-height: 370px;
}

#locationChanger #inpDistance
{
    width: 100px;
}

#locationChanger .button
{
    padding: 6px;
    float: right;
}

#map_canvas
{
    height: 87.5%;
}

.ie #map_canvas
{
   height: 360px;
}

.locationChangerMapControls
{
	margin-bottom: 5px;
}

.wordWheelRow
{
    width: 425px;
    margin: 0;
}

.controlsRow
{
    margin-top: 10px;
    width: 425px;
    position: relative;
}

    .controlsRow span, .controlsRow select
    {
        margin-top: 3px;
    }


#inpSearchLocation
{
    width: 100%;
    float: right;
}

#inpSearchArea
{
	width: 100%;
}

#inpSearchArea, #inpSearchLocation, #btnSetLocation
{
	float: left;
}

#inpSearchArea .closeLightBox
{
	float: right;
}

#inpSearchArea
{
	margin-bottom: 5px;
}

#inpSearchLocation
{
	font-size: 100%;
	padding: 0;
	margin: 0;
	height: 20px;
}

#inpSearchArea #searchLocArea
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 1.0em;
}

#inpSearchArea #searchInputs
{
	float: left;
	margin-left: 5px;
	font-size: 1.0em;
 position: relative;
}

#inpSearchArea #inpSearchLocation
{
	font-size: 1.0em;
	margin-top: 3px;
 padding: 0 28px 0 0;
}

#inpSearchArea #btnSetLocation
{
	margin-left: 15px;
}

#radiusSelector
{
	margin-left: 7px;
}

#searchLocArea
{
	display: none;
}



@media handheld, only screen and (max-width: 480px)
{


 .searchInputsWrap
 {
  width: 77%;
 }

 #inpSearchArea #searchInputs
 {
  width: 100%;
  padding: 0 5px;
  margin: 10px 0px 0;
  margin-left: 0 !important;
 }

 #inpSearchArea #inpSearchLocation
 {
  width: 100%;
 }

 #inpSearchArea #btnSetLocation
 {
  width: 20%;
  float: right;
 }

 .searchCloseBtn
 {
  right: 6px;
  left: auto !important;
 }
}


/* Comment Generated by Combres - Resource '~/css/responsive/@media/0/992' (Mode: Static) */
/* MEDIA QUERY RANGE MIN WIDTH 0 TO MAX WIDTH 992 */
@media only screen and (max-width: 992px)
 {


/* Comment Generated by Combres - Resource '~/css/responsive/0/992/home.css' (Mode: Static) */
/*
@media screen and (max-width: 992px)
{
*/

/* Keep the .row's left margin to 0, otherwise cuasing the horizontal scroller to apear on desktop
	margin: 0 5px 0 0px; */
.containerbg > .row
{
	margin: 0 5px 0 0px;
}

div.subheaderbg
{
}

body
{
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

div.headerbg, div.endfooterbg
{}

div.containerbg
{}

div.subheaderbg
{
}

div.subheaderbg .row
{
	left: 0%;
}

div.footerbg
{
}

nav#user-nav ul li
{
	display: inline;
	padding-left: 25px;
}

nav#main-nav ul li, nav#help-nav ul li
{
	padding-right: 20px;
}

body
{
	-webkit-text-size-adjust: none;
}

.row, body, .container
{
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.row .row .column, .row .row .columns
{
	padding: 0;
}

.column:last-child, .columns:last-child
{
	margin-right: 0px;
}

#searchModule
{
	left: 0%;
	min-width: 100px;
}

div.row ul.radius li
{
	margin-right: 0px;
}
/*.button {padding: 9px 20px 11px;}*/

div.banermessage p.large
{
	font-size: 100%;
}

div.banercontent p.large
{
	font-size: 100%;
}

div.banercontent p.large
{
	font-size: 100%;
}

div.banercontent ul li
{
	font-size: 65%;
	font-weight: bold;
	margin-bottom: 1px;
}

/*body{font-size:150%}*/
/*#search-module{ width: auto;margin:40px 0 10%;}*/
nav#main-nav ul li, nav#help-nav ul li
{
	padding: 0px;
}

#locationChanger
{
	width: 100%;
}

.row .two
{
	width: auto;
}

/*.row h2,.row h3 {font-size:125%;}*/
.flex-caption
{
	width: 30%;
}

.flex-caption .spaceText
{
 margin: 0;
}    

.slide2 .flex-caption
{
	right: 5%;
	text-align: right;
	width: 22%;
	/*left: 77%;
	top: 83%;*/
}

.flex-caption h2
{
	margin-right: 0;
	padding-right: 0;
}

div.flex-caption h2.large
{
	max-width: inherit;
}

.fullsizeBanner
{
 display: none;
}

.slide1_en-US
{
	background: url('/content/img/en-US/slide1_small.jpg') top right no-repeat;
}

.slide2_en-US
{
	background: url('/content/img/en-US/slide2_small.jpg') top right no-repeat;
}

.slide3_en-US
{
	background: url('/content/img/en-US/slide3_small.jpg') top right no-repeat;
}

.slide4_en-US
{
	background: url('/content/img/en-US/slide4_small.jpg') top right no-repeat;
}

.slide1_fr-FR
{
	background: url('/content/img/fr-FR/slide1_small.jpg') top right no-repeat;
}

.slide2_fr-FR
{
	background: url('/content/img/fr-FR/slide2_small.jpg') top right no-repeat;
}

.slide3_fr-FR
{
	background: url('/content/img/fr-FR/slide3_small.jpg') top right no-repeat;
}

.slide1_pt-BR
{
	background: url('/content/img/pt-BR/slide1_small.jpg') top right no-repeat;
}

.slide2_pt-BR
{
	background: url('/content/img/pt-BR/slide2_small.jpg') top right no-repeat;
}

.slide3_pt-BR
{
	background: url('/content/img/pt-BR/slide3_small.jpg') top right no-repeat;
}

.slide1_en-GB
{
	background: url('/content/img/en-GB/slide1_small.jpg') top right no-repeat;
}

.slide2_en-GB
{
	background: url('/content/img/en-GB/slide2_small.jpg') top right no-repeat;
}

.slide3_en-GB
{
	background: url('/content/img/en-GB/slide3_small.jpg') top right no-repeat;
}

.slide1_it-IT
{
	background: url('/content/img/it-IT/slide1_small.jpg') top right no-repeat;
}

.slide2_it-IT
{
	background: url('/content/img/it-IT/slide2_small.jpg') top right no-repeat;
}

.slide3_it-IT
{
	background: url('/content/img/it-IT/slide3_small.jpg') top right no-repeat;
}
.slide1_es-ES
{
	background: url('/content/img/es-ES/slide1_small.jpg') top right no-repeat;
}

.slide2_es-ES
{
	background: url('/content/img/es-ES/slide2_small.jpg') top right no-repeat;
}

.slide3_es-ES
{
	background: url('/content/img/es-ES/slide3_small.jpg') top right no-repeat;
}
.slide1_de-DE
{
	background: url('/content/img/de-DE/slide1_small.jpg') top right no-repeat;
}

.slide2_de-DE
{
	background: url('/content/img/de-DE/slide2_small.jpg') top right no-repeat;
}

.slide3_de-DE
{
	background: url('/content/img/de-DE/slide3_small.jpg') top right no-repeat;
}
.posContent {
    max-width: 300px;
}


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/0/768' (Mode: Static) */
/* MEDIA QUERY RANGE MIN WIDTH 0 TO MAX WIDTH 768 */
@media screen and (max-width: 767px)
 {


/* Comment Generated by Combres - Resource '~/css/responsive/0/768/home.css' (Mode: Static) */
/*
@media screen and (max-width: 768px)
*/
    #searchModule .column, #searchModule .columns
    {
	    width: 100% !important;
	    float: left;
    }
				
    #searchModule .column:last-child, #searchModule .columns:last-child
    {
     float: left;
     width: 100% !important;
    }
				
   .modulePlacementRow
   {
   	width: 380px;
   }
			
   .flex-caption
   {
   	display: none;
   }
   
.socialnav
{
	clear: both;
}
#home-slides {
    display:none;
}

/*3107*/

.threepointmkt-vehicle {
   font-family: 'Ride', arial, sans-serif !important;
   background: #f6f6f6 !important;
   margin-left:inherit;
   /*float:left;
   display:inline-block;
   padding-left:0%;
   padding-right:0%;*/ 
   /*width:33%;*/
}
.grid-item
  {
   padding: 0;
   margin: 3% 0;
   width:374px;
   height:auto !important;
  
  }
  
  .left_veh
  {
   width: 30%;
   float: left;
   /*margin: 30px 0 0px;*//*original*/
   margin: 15px 0 0px;
  }
  
  .right_veh
  {
   margin: 15px 0 15px 12%;
   width: 58%;
   float: left;
   font-size: 12px !important;
  }

.viewmktphotos {
    display:none;
}
/*end 3107*/





/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/0/600' (Mode: Static) */
/* MEDIA QUERY RANGE MIN WIDTH 0 TO MAX WIDTH 600 */
@media handheld, only screen and (max-width: 600px)
 {


/* Comment Generated by Combres - Resource '~/css/responsive/0/600/home.css' (Mode: Static) */
/*
@media screen and (max-width: 600px)
{
*/
 .button
 {
 padding: 8px 10px;
 }

 #search-module
 {
 margin: 0px;
 height: auto;
 position: static;
 width: 100%;
 }

 div.column, div.columns
 {
 clear: both;
 width: 100%;
 }


 #bannerpos
 {
 display: none;
 }

 #searchModule
 {
 position: static;
 height: 1px;
 }

 .mktInfoRow .linkspecial
{
 float: left;
 width: 90%;
 margin: 0 5% 10px 5%;
 text-align: center;
 border: 2px solid #CACACA;
 border-radius: 5px;
}
 .mkgrbdrtp .headlineColumn
{
 margin: 0 0 0 5px;
}

.modulePlacementRow
{
 width: auto;
}

li
{
 margin-bottom: 3px;
}

div.mktInfoRow div.one h5
{
 margin-top: 0;
 font-size: 125%;
}

.mktInfoRow .four.columns
{
 float: none;
 width: 100%;
 margin: 0 0 20px 0;
 text-align: center;
}

.mktInfoRow .five.columns
{
 width: 46%;
 /*margin: 0 0 0 5px;*/
}

.mktInfoRow .seven.columns
{
 width: 50%;
 margin: 0 0 0 5px;
}

.mktInfoRow div.row div
{
 text-align: center;
 margin: 0;
 width: 100%;
}

.containerbg > .row
{
 margin: 0;
}

.euTextSection,
.euTextLine
{
 display: none;
}


/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/0/480' (Mode: Static) */
/* MEDIA QUERY RANGE MIN WIDTH 0 TO MAX WIDTH 480 */
@media handheld, only screen and (max-width: 480px)
 {


/* Comment Generated by Combres - Resource '~/css/responsive/0/480/global.css' (Mode: Static) */
/*
@media (max-width: 480px)
{
*/
    footer section.copyrightMobile dl
    {
        width: 70%;
        margin: 0 15%;
    }

.searchInputsWrap
 {
  width: 77%;
 }
  #inpSearchArea #searchInputs
 {
   width: 100%;
   padding: 0 5px;
   margin: 10px 0px 0;
   margin-left: 0 !important;
 }

 #inpSearchArea #inpSearchLocation
 {
  width: 100%;
 }

 #inpSearchArea #btnSetLocation
 {
  width: 20%;
 }

 .searchCloseBtn
 {
  right: 6px;
  left: auto !important;
 }



/*
}
*/




/* Comment Generated by Combres - Resource '~/css/responsive/0/480/home.css' (Mode: Static) */
/*
@media handheld, only screen and (max-width: 480px)
{
*/
.socialnav
{
 float: left;
 display: block;
 clear: both;
}

.promosSection
{
 display: none;
}

.headExpander
{
 display: inline;
}

.homepageHeader
{
 margin: 15px 10px 5px;
}

.distWrap
{
 margin: 0 10px 10px !important;
}

.makeModelLabel
{
 margin: 15px 10px 10px;
}

.exp_2
{
 display: none;
}

.block-grid.two-up > li:nth-child(2n)
{
	margin-left: 5px;
}

div#search-module .headOptions h2
{
    margin: 0 0 0 5px;
}

div#search-module #bodyTypeSearchButton
{
 margin: 0 0 0 10px;
}

.homesaleslocations
{
 margin: 0 0 25px 10px;
 display: inline-block;
}

div#search-module #bodyTypeSection
{
 margin: 0 0 10px 5px;
}

div#search-module .bodyTypeLabel
{
 margin: 0 0 15px 10px;
}
div#search-module div.row
{
    margin: 0;
}

.backToMainLabel
{
    display: none;
}
/*.makeModelLabel{display:none;}*/

div#search-module #multipleMakesContainer
{
    margin-left: 5px;
}

.searchControllersContainer div
{
    margin-left: 15px;
}

.showSearchButton
{
    display: none;
    font-size: 130%;
    font-weight: bold;
    width: 95%;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    border: medium none;
    color: #000000;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0 5px 0 5px;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    /* IE10 */ background-image: -ms-linear-gradient(top, #fdda33 0%, #d2b52a 100%);
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #fdda33 0%, #d2b52a 100%);
    /* Opera */ background-image: -o-linear-gradient(top, #fdda33 0%, #d2b52a 100%);
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdda33), color-stop(1, #d2b52a));
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #fdda33 0%, #d2b52a 100%);
    /* Proposed W3C Markup */ background-image: linear-gradient(top, #fdda33 0%, #d2b52a 100%);
}

.closeLightBox
{
    float: none;
}

.locationChangerMapControls
{
    height: 20%;
}

#map_canvas
{
    height: 80%;
}

.ie #map_canvas
{
   height: 360px;
}
    /*#makeListContainer ul{display:none;}*/

    /*
div#search-module div#bodyTypeSection{margin: 20px 0px 5px 0px; display:none;}
#bodyTypeSearchButton{display:none;}
*/

.ovrln
{
    margin: 10px 0px;
}

div.row ul.radius li
{
    display: inline-block;
}

#divmakelist, #divmodellist
{
    margin-left: 10px;
}

div#search-module div.row100
{
 margin: 15px 0 10px;
}

.GB .makeModelLabel, .GB #divmakelist, .GB #divmodellist,
.FR .makeModelLabel, .FR #divmakelist, .FR #divmodellist
.IT .makeModelLabel, .IT #divmakelist, .IT #divmodellist
.ES .makeModelLabel, .ES #divmakelist, .ES #divmodellist
.DE .makeModelLabel, .DE #divmakelist, .DE #divmodellist
{
    margin: 10px 15px 3px;
}

.headOptions .radius
{
    margin: 0 0 0 5px;
}
    /*
.padtop25 .five{display:none;}
.padtop25 .seven{width:100%;}
*/

div.flexslider
{
    visibility: hidden;
}

div.row ul.cngLoc.resetMargin
{
    margin-left: 5px;
}

div.mkgrbdrtp h2
{
    margin: 0 5px 0 5px;
}

.mkgrbdrtp h2
{
    margin: 0;
}

.linksBlock .row .nine
{
    width: 100%;
}

.block-grid.three-up > li
{
    width: 45%;
    min-height: 170px;
    margin-left: 4%;
}

.block-grid.three-up > li:last-child
{
    width: 45%;
    min-height: 0px;
}

.linksBlock .blogCol
{
    width: 45%;
}

.linksBlock [class*="column"] + [class*="column"]:last-child
{
    float: none;
}

.columns .topfooterCol
{
    margin-left: 4%;
}

.block-grid.three-up
{
    margin: 0;
}

.linksBlock .nine, .linksBlock .three
{
    width: 100%;
    margin: 0;
}

#bodyTypeSearchButton .block-grid.two-up > li
{
    float: left;
}

.findBodyTypeCar
{
    margin-left: 0px;
    display: block;
    margin-top: 0;
}

.findCarButton .button
{
    display: block
}

.r2blogo
{
    position:absolute;
}

.r2blogo img {
    width: 102px;
    height: 27px;
    margin: 25px 0px 0px 20px;
}

.OverlayHeader 
{
    height: 90px;
}

#overLayDiv .PopUpContent-box 
{
    padding-top: 90px;
}
    
.OverlayHeader .Overlayheader-logo-text 
{
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 0 8px 0 0;
    text-align: right;
    line-height: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: Ride!important;
}
    
.OverlayHeader .closeOverlay .close_search_text 
{ 
    display: none;
}

#overLayDiv .popcontent
 {
 	display: block;
 	height: 100%;
 }

#overLayDiv .popmainContent
{
    width: 100%;
 	display:block;
}

#overLayDiv .buttonDiv_container 
{
    padding: 20px 60px 0 60px;
}

hr 
{
    display:block;
}

#overLayDiv .moreReasonButton 
 {
  display:block;
 }

.popmainContent section
{
  padding: 10px 30px 10px 30px;
}

.mobileSocialnav 
{
    display : none;
}
/*3107 special marketing*/
#sppromofrmkt .specialPromoTag-wrapper
{
	top: -16px;
	left: -12px;
}
/*end*/



/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/320' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 320 */
@media only screen and (min-width: 220px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/320/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/320/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/global.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/
.r2bHeaderMessage
{
    background: #ececec;
    padding: 10px 0;
    position: relative;
    margin-top: 1%;
    text-align: center;
}

#header-container .header-logo img
{
    height: 21px;
    width: 80px;
}

#header-container .header-box
{
    height: 75px;
}

#headerContainer.mobile-menu-opened
{
    background-color: #ffffff;
}

#headerContainer.mobile-menu-opened.mobile-menu-opened-ddc
{
    background-color: #000000 !important;
}

#header-container .header-box .header-logo-box
{
    height: 80px;
    position: static;
}
.mobile-menu-opened #header-container .header-box .header-logo-box {
    display: none;
}


#header-container .header-logo-anchor 
{
    margin: 20px 0 0 20px;
    display: inline-block;
 }

.header-logo-anchor-ddc
{
    margin: 30px 0 0 10px !important;   
 }

.header-phone-ddc 
{
    display:none;
}

.header-main-ddc 
{
    display:inline;
}

.header-main-left-ddc {
    display:block;
}

.header-main-right-ddc {
    display:none;
}

.myAccount-div-height-ddc
{ 
   height:20px !important;
}
.myAccount-blank-div-ddc {
    height:50px !important;
}

.mobMenuItemDDC {
    padding: 9px 27px 9px 10px !important;
}

.MyAccountLink-ddc {
     padding: 0 6px !important;
}

.MyAccountLink-has-user-ddc {
    border-right: 0px solid #ededed !important;
    padding-right: 0px !important;
    line-height: 0px !important;
    margin-right: -5px !important;
}

.user-LoggedIn-ddc a {
    text-decoration:none !important;
    color:#e2e2e2 !important;
    text-align:right !important;
}

.user-LoggedIn-ddc {
    display:inline !important;
    text-align:right !important;
    margin:0px !important;
}

.userLoggedIn-ddc {
    text-align:right !important;
}

.loggedInName-ddc {
    margin:0px !important;
}

.Welcome-ddc {
    text-align:right !important;
    font-size:14px !important;
    font-weight:normal !important;
}

.myAccountAndLogout-ddc {
    font-weight:normal;
    padding-top:4px !important;
}
.LogoutLink-ddc {
    margin-left:2px !important;
}
.footer-privacy-policy-ddc {
     padding: 0 6px !important;
     border-right: 1px solid #000000 !important;
     display: inline-block;
}
.footer-Terms-of-Use-ddc {
    display: inline-block;
    padding-left: 4px;
}
.footerBottom-container-ddc {
    padding-top:15px !important;
}

.footer-bottom-right-ddc {
    float:none;
    margin-top: -53px !important;    
}
#header-container .header-logo-text
 {
    color: #fff;
    display: block;
    font-size: 10px;    
    margin: -2px 8px 0 0;
    text-align: right;
    line-height: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: Ride!important;
  }

.header-logo-text-ddc
 {     
    display: inline !important;
 }

#nav-container .nav-menu
{
    display: none;
}

    #nav-container .nav-menu table
    {
        float: left;
        background: transparent;
        border-collapse: collapse;
        border: 0;
    }

#nav-container .nav-mob
{
    display: block;
    height: 0;
}

#header-container .header-logo .header-right-angle
{
    background-position: 0 -167px;
}

#header-container .header-logo .header-left-angle
{
    background-position: 0 -266px;
}


#header-container .header-box .header-mob
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.header-ddc
{
   right: auto !important;
   float:left;
}

.header-ddc-logo
{   
   display:block !important;
   text-align:center !important;    
}

#header-container .header-box .header-emember {
    display: inline-block;
    width: auto;
    float: right;
    margin-right: 75px;
    height: 75px;
}

.mobile-menu-opened #header-container .header-box .header-emember {
    float: none;
    margin-right: 0;
}

#header-container .header-emember ul {
    padding: 0;
}

#header-container .header-emember-items li.Account-emember {
    margin-top: 28px;
}

#header-container .header-emember #topNavtop {
    padding: 8px;
}

#header-container .header-emember #topNavtop:hover
{
    outline: 1px solid #ffd100;
    padding: 8px;
    background-color: #000000;
    color: #ffd100;
}

.hot-state .user-LoggedIn {
    margin-top: 15px;
    font-size: 14px;
    display: none;
}

.user-LoggedIn .loggedInName #Welcome {
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}

.mobile-menu-opened #header-container .topNavTabletShow,
.mobile-menu-opened #header-container .header-emember-items li,
.cold-state #header-container .header-emember-items li:not(.Account-emember),
.hot-state #header-container .header-emember-items li:not(.emember-details),
.mobile-menu-opened #header-container .header-emember ul .change-link-globe-gold,
.hot-state .MyAccountLink,
.hot-state .LogoutLink
{
    display: none;
}


#header-container .header-emember-items .mobile-menu-phone
{
    display: none!important;
}

.mobile-menu-opened #header-container .header-box .header-emember,
.cold-state.mobile-menu-opened #header-container .header-emember-items .change-link,
.hot-state.mobile-menu-opened #header-container .header-emember-items .change-link,
.mobile-menu-opened #header-container .header-emember ul #pos-change
{

    display: block;

}

.mobile-menu-opened #header-container .header-emember-items .mobile-menu-phone
{

    display: block!important;

}

.mobile-menu-opened #header-container .header-emember ul {
    float: none;
    margin-left: 20px;
    padding: 0;
}

.mobile-menu-opened #header-container .header-emember-items .mobile-menu-phone {
    float: right;
    margin-right: 85px;
    line-height: 75px;
    font-size: 16px
}

.mobile-menu-opened #header-container .header-emember ul,
.mobile-menu-opened #header-container .header-emember ul li,
.mobile-menu-opened #header-container .header-emember ul #country-nav,
.mobile-menu-opened #header-container .header-emember ul #pos-change,
.mobile-menu-opened #header-container .header-emember ul #globe-logo {

    height: 75px;
    color: black;

}

.mobile-menu-opened #header-container .header-emember ul #globe-logo {
    line-height: 75px;
    text-decoration: underline;
    font-weight: bold;
    font-family: Ride!important;
    font-size: 16px;  
}

.mobile-menu-opened #header-container .header-emember ul .change-link-globe {
    vertical-align: middle;
    margin-right: 8px;
}

.mobile-menu-opened.change-link-opened #nav-container .mob-menu #mobMenuContainer {
    padding-top: 50px;
}

.mobile-menu-opened #header-container .pos-lang-box {
    top: 75px;
    background-color: transparent;
    width: 100%;
    margin: 0;
    left: 0;
    right: auto;
    padding: 20px;
}

    .mobile-menu-opened #header-container .pos-lang-box > form,
    .mobile-menu-opened #header-container .pos-lang-box > form fieldset {
        margin: 0;
        padding: 0;
    }

    .mobile-menu-opened #header-container .pos-lang-box #countryChanger {
        margin: 0;
        width: 100%;
    }


#header-container .header-box .header-pos
{
    display: none;
}

#homePageLoginOverlay, .topNavtopNavmobileHide, .topNavTabletShow
{
    display: none;
}

/***** START - Header and Footer *****/

footer section.footerDesktop
{
    display: none;
}

footer section.copyrightDesktop
{
    display: block;
}

footer section.footerTablet
{
    display: none;
}

footer section.copyrightTablet
{
    display: none;
}

footer section.footerMobile
{
    display: block;
}

footer section.copyrightMobile
{
    display: block;
}

    footer section.copyrightMobile dl
    {
        width: 70%;
        margin: 0 15%;
    }

.overlay [class*="column"] + [class*="column"]:last-child
{
    float: left;
}
.footer-middle-ddc {
    width: 96% !important;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    margin-bottom:40px !important;
}

.footer-hr-ddc hr {
    display:block !important;
    margin:10px 0px !important;
}
.footer-bottom-trademark-ddc {
    font-weight:bold;
    float:none !important;
}
.footer-bottom-ddc {
    padding:0px !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}

.mousecursor span {
    cursor:pointer !important;
}
/***** END - Header and Footer *****/
/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/320/flexslider.module.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/
#searchLocArea
{
	
}

#inpSearchArea #btnSetLocation
{
	margin-left: 0px;
}

#inpSearchArea #inpSearchLocation::-ms-clear {
    display: none;
}

.searchCloseBtn
{
 left: 153px;
}
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/search.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/320/elastic.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/320/home.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/
.mktInfoRow .seven.columns
{
    width: 100%;
}
.mktInfoRow .five.columns
{
    width: 100%;
}

.mktInfoRow promo
{
 float: left;
 width: 90%;
 margin: 0 5% 10px 5%;
 text-align: center;
 border: 2px solid #CACACA;
 border-radius: 5px;
}

.mktInfoRow promo .one.cols
{
 float: left;
 width: 100%;
}

.promosSection img
{
 display: none;
}

.promoVertical,.columns .col .promoDesc {
    border: 2px solid #cacaca;
    border-radius: 5px;
    margin: 0 5% 10px;
    text-align: center;
    width: 90%;
}
.promoVertical h5 {
    font-size:16px;
}

.mktInfoRow promo .disclaimerLink
{
 width: auto;
}

.mktInfoRow.padtop25 promo
{
	border: none;
}

.mktInfoRow.padtop25 promo img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cmodal
{
 margin-left: -150px;
 width: 300px;
}

.cmodal header .mhcontent
{
	width: 265px;
	font-size: 23px;
}

.cmodal section .mscontent
{
	width: 265px;
	font-size: 16px;
	top: 0px;
}

.cmodal section .mscontent .progressGraphics
{
	margin-left: 40px;
	margin-top: 0px;
}

.cmodal section .mscontent .progressGraphics .progress-bar
{
	margin: 5px 0 20px 20px;
}



.cmodal header .modalt
{
	width: 250px;
}

.cmodal section .modalc
{
	width: 250px;
}

.cmodal footer .modalb
{
	width: 250px;
}

.cmodal.lang-es .mhcontent
{
	font-size: 18px;
}

.cmodal.lang-es .mscontent .message
{
	font-size: 12px;
}

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/320/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/
#searchLocArea
{
	
}

#inpSearchArea #btnSetLocation
{
	margin-left: 0px;
}

#inpSearchArea #inpSearchLocation::-ms-clear {
    display: none;
}

.searchCloseBtn
{
 left: 153px;
}
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/480' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 480 */
@media only screen and (min-width: 480px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/480/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/global.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

body
{
    min-width: 480px;
}

#header-container .header-logo-box h1,
#header-container .header-logo-box h2
{
    width: 210px;
}

#nav-container .nav-menu
{
    display: none;
}

footer section.copyrightMobile dl
    {
        width: 50%;
        margin: 0 25%;
    }

sup.disclaimerLink
{
 padding: 0;
}

#MyCaptchaContainer {
    width: 320px;
}

.captchaRefreshLink {
    margin-top: 30px;
    padding-left: 4px;
    width: auto;
}



/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/480/flexslider.module.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/
#inpSearchLocation
{
    width: 250px;
}

#searchLocArea
{
	display: block;
}

#inpSearchArea #btnSetLocation
{
	margin-left: 10px;
}

#inpSearchArea #inpSearchLocation
{
	width: 300px;
}

#inpSearchArea #inpSearchLocation::-ms-clear {
    display: none;
}

.searchCloseBtn
{
 left: 282px;
}

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/search.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/
#inpSearchLocation
{
    width: 250px;
    float: right;
    display: inline-block;
}

.locationChangerMapControls .controlsRow, .locationChangerMapControls .wordWheelRow
{
    width: 450px;
}

.locationChangerMapControls #btnSetLocation
{
    margin-top: 0;
}

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/480/elastic.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/480/home.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/
				.cmodal
				{
				 margin-left: -200px;
				 width: 400px;
				}
				
				.cmodal header .mhcontent
				{
					width: 365px;
				}
				
				.cmodal section .mscontent
				{
					width: 365px;
				}
				
				
				.cmodal header .modalt
				{
					width: 350px;
				}
				
				.cmodal section .modalc
				{
					width: 350px;
				}
				
				.cmodal footer .modalb
				{
					width: 350px;
				}
				
				.cmodal section .mscontent .progressGraphics
				{
					margin-left: 80px;
					margin-top: 15px;
				}
/*
}
*/

		#carSalesLocationsMapper #inpSearchArea, #inpSearchLocation, #btnSetLocation
		{
			float: left;
		}
		
		#carSalesLocationsMapper #inpSearchArea
		{
			margin-bottom: 15px;
		}
		
		#carSalesLocationsMapper #inpSearchLocation
		{
			float: left;
		}

.promosSection
{
 display: block !important;
}

.mobileSocialnav
{
 display: block !important;
}


/* Comment Generated by Combres - Resource '~/css/responsive/480/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/
#inpSearchLocation
{
    width: 250px;
}

#searchLocArea
{
	display: block;
}

#inpSearchArea #btnSetLocation
{
	margin-left: 10px;
}

#inpSearchArea #inpSearchLocation
{
	width: 300px;
}

#inpSearchArea #inpSearchLocation::-ms-clear {
    display: none;
}

.searchCloseBtn
{
 left: 282px;
}

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/600' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 600 */
@media only screen and (min-width: 600px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/600/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/
 #overLayDiv .calculatorInner
 {
  width: 36% !important;
  padding: 0 10px 10px 15px;
 }

 #overLayDiv .blackhorseOutput
 {
  width: 64% !important;
 }

.GB .lightBoxOverlay .calcToggle
{
 width: 100%;
}

.imgOverlayContainer .six
{
 width: 50%;
 padding: 0;
}

.imgOverlayContainer img
{
 max-width: 100%;
}
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/global.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

body
{
    background-color: #EDEDED;
    background-image: none;
}

body,
#container
{
    min-width: 600px;
}

input.stretch,
select.stretch,
textarea.stretch,
.uneditable-input.stretch
{
    width: 210px;
}

.stretch
{
    min-height: auto;
    width: auto;
}

#container
{
    background-color: #fff;
}

#header-container .header-banner-ra #banner-iframe-ra,
#header-container .header-banner-ra .ra-logo-small
{
    display: none;
}

#header-container .header-box
{
    font-size: 9pt;
    height: 95px;
}

#headerContainer.mobile-menu-opened
{
    background-color: #000000;
}


    #header-container .header-box .header-logo-box,
    .mobile-menu-opened #header-container .header-box .header-logo-box
    {
        display:inline-block;
    }

    #header-container .header-box .header-mob
    {
        display: none;
    }

    .header-ddc-logo
    {    
       display:inline-block !important;
       text-align:left !important;    
    }
    
    #header-container .header-box .header-emember
    {
        clear: both;
        color: #555;
        display: block;
    }

    #header-container .header-box .header-emember
    {
        float: right;
        height: 68px;
        display: inline-block;
        clear: none;
        width: auto;
    }

#header-container .header-logo-box h1,
#header-container .header-logo-box h2
{
    font-size: 8pt;
    left: 160px;
    top: 30px;
    width: 210px;
}

/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/

#header-container .header-banner-ra .ra-logo-large
{
    display: block;
    height: 45px;
}

#header-container .header-emember topNavtop
{
    padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    margin: 2px 0 10px 26px;
}

#header-container .header-emember .Account-emember
{
    padding-top: 10px;
}

    #header-container .header-emember li#loggedInMember
    {
        padding-right: 0;
    }

#header-container .header-emember ul
{
    list-style: none;
    margin: 0;
    float: right;
    padding: 0;
}

#header-container .header-emember li .change-link
{
    float: right;
	margin: 15px;
}

    #header-container .header-emember li#loginLink
    {
        border-right: none;
        padding-right: 0;
    }

#header-container .header-pos .no-pipe, #header-container .header-emember .no-pipe
{
    border: 0 none;
    padding: 0 7px;
}

#header-container .header-emember #pos-change
{
    color: #ffd100;
}

#header-container .header-pos a
{
    color: #000000;
}

.change-link-opened .change-link-globe-gold,
.change-link-closed .change-link-globe-dark 
{

    display: none;
 }

.change-link-globe 
{
    vertical-align: middle;
    margin-right: 12px;
    text-decoration: none;
}
.change-link-opened #country-nav 
{
    background-color: #ffd100;
    position: relative;
    padding: 7.5px 0px 7.5px 12px;
    width: 120px;
    color:#000000;   
    border-right: 1px solid #3f3f3f;
}

.change-link-closed #country-nav 
{
    position: relative;
    padding: 7.5px 0px 7.5px 12px;
    width: 120px;
    border-right: 1px solid #3f3f3f;
  }

.cold-state.change-link-closed #header-container .header-emember-items #country-nav ,
.cold-state.change-link-opened #header-container .header-emember-items #country-nav
{
    width: 142px;
}

.change-link-opened #globe-logo 
{
    color: #000000;
}

#header-container .header-pos .change-link
{
    position: relative;
}

#header-container .header-emember li.Account-emember 
{
    padding: 5px;
}

.cold-state #header-container .header-emember li.Account-emember 
{
    padding-right: 25px;
}

 .change-link-opened #country-nav 
  {
	  color: #000000;
	  display: inline-block;
  }

  .change-link-opened #pos-change
  {
	color: #000000;
  }
  
 #header-container  .change-link
 {
  position: relative;
 }
 
 #header-container .header-pos .pos-tab
{
    background-color: #ffd100;
    color: #fff;
    border-right: 0;
    margin: -6px 0 0;
    padding: 7px 10px 5px;
}

#header-container .pos-lang-box
{
    display: none;
    background: none repeat scroll 0 0 #ffd100;
    border: 0px solid #444;
    padding: 4px 10px 10px 10px;
    clear: both;
    position: absolute;
    right: 0;
    top: 40px;
    width: 254px;
    z-index: 9999;
}

#header-container .header-pos label
{
    cursor: text;
    padding: 0 0 15px;
    margin: 0;
    display: block;
}

#header-container .header-pos select
{
    width: 100%;
    *height: 25px;
    margin: 0;
    *width: 230px;
}

#header-container .header-pos button
{
    margin: 0;
}

#header-container .header-pos .career-link
{
    display: none;
}

#header-container .header-pos .header-search
{
    float: right;
    padding-right: 10px;
}

#header-container .pos-tab #pos-change
{
    color: #fff;
    text-decoration: none;
}

#header-container .pos-tab .pos-lang-box
{
    display: block;
}

#header-container .header-search form
{
    display: block;
}

#header-container .header-search fieldset
{
    background-color: #fff;
    border: 1px solid #ccc;
    height: 22px;
    *width: 268px;
    zoom: 1;
    margin: 3px 0;
}

#header-container .header-search input
{
    border: 0 none;
    border-right: 1px solid #ccc;
    color: #555;
    float: left;
    height: 18px;
    line-height: 1.9em;
    width: 229px;
    margin: 2px 0;
    padding: 0 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 9pt;
    -webkit-box-shadow: #fff 0px 0px 0px;
    -moz-box-shadow: #fff 0px 0px 0px;
    box-shadow: #fff 0px 0px 0px;
}

#header-container .header-search button
{
    float: left;
    padding: 0;
    margin: 2px 4px 0;
    background-color: #fff;
}

#header-container .header-search .highlight
{
    color: #000;
}

#header-container .header-search span
{
    display: block;
    cursor: pointer;
    background-color: #ededed;
    padding: 0;
    margin: 6px 0 0;
}

#header-container .change-link span
{
    float: left;
	text-decoration: underline;
 }

#header-container .header-emember #topNavtop {
    padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    font-weight: bold;
    font-family: Ride!important;
    margin: 2px 0 10px 7px;
}

#header-container .header-emember #topNavtop:hover
     {
         outline: 1px solid #ffd100;
         padding: 10px 26px;
         background-color: #000000;
         color: #ffd100;
          margin: 2px 0 10px 7px;
    }

#header-container .header-box .header-emember 
{
    margin-right: 0;
}

#header-container .header-emember-items li.Account-emember
{
    margin: 20px;
}

.hot-state #header-container .header-emember-items li.Account-emember 
{
    margin: 28px 0 0 0;
}

#headerContainer #header-container .header-emember-items li 
{
    display: block;
}

.hot-state .user-LoggedIn 
{
    margin-top: 0;
    font-size: 14px;
    display: block;
}

.user-LoggedIn .loggedInName #Welcome 
{
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    font-family: Ride!important;
    color: #e2e2e2;
}

.hot-state .MyAccountLink,
.hot-state .LogoutLink
{
    display: inline-block;
}

#header-container .header-emember #change-link 
{
    float:right;
}

#header-container .header-emember .change-link 
{
    padding: 10px;
}

.cold-state #header-container .header-box .header-emember .header-emember-items 
{
    padding-top: 18px;
}

.hot-state #header-container .header-box .header-emember .header-emember-items 
{
    padding: 10px;
}

#header-container #change-link  #globe-logo, #globe-logo-text 
{
     display: inline-block;
}

#globe-logo 
{
    padding-left: 7px;
    height: 30px;
    line-height: 30px;
    text-decoration: underline;
    font-weight: bold;
    font-family: Ride!important;

}

 #header-container .header-logo img
 {
  width: 120px;
  height: 32px;
 }

  #header-container .header-logo-text
 {
    color: #fff;
    display: block;
    font-size: 15px;    
    text-align: right;
    margin: -2px 12px 0 0;
    line-height: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: Ride!important;
  }

 #header-container .header-logo-anchor 
{
    margin: 30px 0 0 10px;
    display: inline-block;
}

.header-logo-anchor-ddc
{
    margin: 30px 0 0 16px !important;   
}

.header-phone-ddc 
{
    display:block !important;
    margin:0px 0 0 -15px !important;
    cursor:default !important;
}

.header-main-ddc 
{
    display:inline-block;
    width:100%;
}

.header-main-left-ddc {
    display:inline-block;
}

.header-main-right-ddc {
    display:inline-block;
    float:right;
    margin: 14px 16px 0px 0px;
}
.logginNameContainer-ddc {
    text-align:right !important;
    margin-top:-5px !important;
}
.myAccountAndLogout-nologin-ddc {
    margin:0px !important;
}
.footer-bottom-trademark-ddc {    
    float:left !important;
}
.footer-hr-ddc {
    width: 90% !important;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
.footer-bottom-ddc {
    padding:0px 50px 0px 50px !important;
    margin-bottom: 35px !important;
    padding-bottom: 0px !important;
}

.footer-bottom-right-ddc {     
    display:block;
    float:right !important;
    margin-top: 0px !important;    
}

.footer-middle-ddc {
    width: 80% !important;
    margin-bottom:0px !important;
}

#nav-container
{
    position: inherit;
}

nav#help-nav ul li span.wht 
{
    display: none;
}

    #nav-container .nav-mob
{
    display: block;
    height: 0;
}

    #nav-container .nav-menu 
    {
        display: block;
        height: 60px;
        width: 100%;
    }

        #nav-container .nav-menu table
        {
            width: auto;
            padding: 0;                   
            height: 53px;
            border-collapse: collapse;
            margin: 0;
        }

        #nav-container .nav-menu td
        {
            vertical-align: middle;
            border-left: 0;
            padding: 0;
            margin: 0;
            position: relative;
            *cursor: pointer;
            cursor: pointer\0;
            border: 0;
        }

        #nav-container .nav-menu a, #nav-container .nav-menu span
        {
            display: table-cell;
            *display: block;
            height: 53px;
            vertical-align: middle;
            *line-height: 3.3em;
            font-size: 9pt;
            padding: 0 10px;
            *width: auto;
            color: #e2e2e2;
            text-decoration: none;
            zoom: 1;
            border-left: 0;
         }

         #nav-container .nav-menu span 
        {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #nav-container .nav-menu .menu-hover
        {
            background-color: #ffd100;
            color: #000000;
        }

        #nav-container .nav-menu dl
        {
            position: absolute;
            display: none;
            z-index: 1000;
            top: 53px;
            width: auto;
            margin: 0;
            padding: 0;
            border: 0;
        }

        #nav-container .nav-menu dd
        {
            margin: 0;
            padding: 0;
        }

        #nav-container .nav-menu td:nth-child(3n+3), td:nth-child(3n+4), td:nth-child(3n+5)
        {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #nav-container .nav-menu .menu-show
        {
            display: block;
        }

        #nav-container .nav-menu .no-pipe
        {
            border: 0 none;
        }

        #nav-container .nav-menu .last-menu-show
        {
            right: 0;
        }

    #nav-container .menu-show a
    {
        font-size: 10px;	
        font-style: normal;
        padding: 0 15px;
        white-space: nowrap;
        display: block;
        line-height: 5.2em;
        height: 53px;
        border: 0 none;
        border-top: 1px solid #d3ae00;
        background-color: #ffd100;
        width: 327px;
        text-align: left;
        color: #000000;
    }

    #nav-container .menu-show a:first-child
    {
        border: 0;
    }

        #nav-container .menu-show a:hover
        {
            color: #ffd100;
            background-color: #000000;
        }

    #nav-container .menu-show .no-pipe
    {
        border: 0 none;
    }

    #nav-container .nav-menu td > a
    {
        text-transform: uppercase;
        font-size: 9pt;
     }


    #header-container .header-emember .loginGreeting
 {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  right: inherit;
  top: inherit;
 }

  .user-LoggedIn 
 {
    margin: 0 40px 0 0;
    text-align: left;
 }

 .MyAccountLink ,.LogoutLink
 {
     display:inline-block;
 }

 .MyAccountLink 
 {
    border-right: 1px solid #ededed;
    padding-right: 12px;
    line-height: 12px
 }

.LogoutLink 
{
    margin-left: 8px;
}

.user-LoggedIn .loggedInName
{
    max-width: 250px;
}

.topNavmobileShow
{
    display: none;
}

.topNavtopNavmobileHide
{
    display: block;
}

.taNavLink
{
    display: none;
    margin: 0 5px;
}

.partialSwitchProfileLink, .cookieFirstInit
{
    display: inline-block;
}

.fullSwitchProfileLink, .cookieFirstName
{
    display: none;
}

#homePageLoginOverlay
{
    display: block;
}

    #homePageLoginOverlay #loginFormContainer
    {
        background-color: #fff;
        position: absolute;
        display: none;
        width: 260px;
        z-index: 1000;
        border-bottom: 1px solid #CCC;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }

        #homePageLoginOverlay #loginFormContainer .loggedOverlay .formRow
        {
            margin: 0;
            padding: 0;
        }

        #homePageLoginOverlay #loginFormContainer .loginFormInner
        {
            border-top: 5px solid #000;
        }

        #homePageLoginOverlay #loginFormContainer .icons-white_lock, #homePageLoginOverlay #loginFormContainer .icons-lock_icon
        {
            position: relative;
            top: 2px;
            vertical-align: top;
        }

        #homePageLoginOverlay #loginFormContainer .loginHeader
        {
            background-color: #FCF235;
            font-weight: bold;
            padding: 15px;
            text-align: center;
        }

        #homePageLoginOverlay #loginFormContainer .loggedHeader
        {
            font-size: 12px;
            font-weight: bold;
            padding-left: 14px;
            padding-top: 5px;
        }

            #homePageLoginOverlay #loginFormContainer .loggedHeader .rentalCount
            {
                color: gray;
            }

        #homePageLoginOverlay #loginFormContainer .memberFormDivInner
        {
            overflow: hidden;
            padding: 10px 15px 5px;
        }

            #homePageLoginOverlay #loginFormContainer .memberFormDivInner .homePageLoginLbl
            {
                float: left;
            }

            #homePageLoginOverlay #loginFormContainer .memberFormDivInner .linkStyle
            {
                border-bottom: 1px solid lightgray;
                list-style: none outside none;
                padding-bottom: 5px;
                padding-top: 5px;
            }

                #homePageLoginOverlay #loginFormContainer .memberFormDivInner .linkStyle a
                {
                    color: #3366AA;
                    text-decoration: none;
                }

            #homePageLoginOverlay #loginFormContainer .memberFormDivInner .cookiedMemberOverlay
            {
                overflow: hidden;
                padding: 0;
                width: 100%;
                margin: 0;
                list-style: none;
            }

                #homePageLoginOverlay #loginFormContainer .memberFormDivInner .cookiedMemberOverlay li
                {
                    float: left;
                }

        #homePageLoginOverlay #loginFormContainer .loginOverlayText
        {
            font-size: 11px;
        }

        #homePageLoginOverlay #loginFormContainer input
        {
            margin: 0;
        }

        #homePageLoginOverlay #loginFormContainer #homePageloginId
        {
            display: block;
        }

        #homePageLoginOverlay #loginFormContainer .formRow
        {
            overflow: hidden;
            margin: 10px 0;
        }

            #homePageLoginOverlay #loginFormContainer .formRow .overlayPopup
            {
                display: inline;
                color: #000;
            }

            #homePageLoginOverlay #loginFormContainer .formRow #cookieMemberOnLogin
            {
                position: relative;
                top: 2px;
            }

            #homePageLoginOverlay #loginFormContainer .formRow .saveInfo
            {
                vertical-align: bottom;
            }

            #homePageLoginOverlay #loginFormContainer .formRow #loginButton
            {
                text-transform: uppercase;
            }

        #homePageLoginOverlay #loginFormContainer .bookingBtn
        {
            background-color: #308DFF;
            cursor: pointer;
            font-style: italic;
            font-weight: bold;
            padding: 7px 30px;
            color: #fff;
        }

        #homePageLoginOverlay #loginFormContainer #loginFormInner
        {
            border-top: 5px solid #000000;
            padding: 15px;
        }

            #homePageLoginOverlay #loginFormContainer #loginFormInner ul#loggedUserDetails
            {
                float: none;
                line-height: 15pt;
                list-style: none outside none;
                margin: 0;
                padding: 5px 0 0;
            }

                #homePageLoginOverlay #loginFormContainer #loginFormInner ul#loggedUserDetails li
                {
                    border-bottom: 1px solid #EDEDED;
                    border-right: medium none;
                    cursor: pointer;
                    float: none;
                    margin-bottom: 5px;
                    margin-top: 5px;
                    padding: 0;
                }

                    #homePageLoginOverlay #loginFormContainer #loginFormInner ul#loggedUserDetails li a
                    {
                        text-decoration: none;
                    }

        #homePageLoginOverlay #loginFormContainer .overlayPopupLink
        {
            cursor: pointer;
            display: inline-block;
        }

        #homePageLoginOverlay #loginFormContainer .removed
        {
            display: none;
        }

        #homePageLoginOverlay #loginFormContainer .icons-info_sm
        {
            display: inline-block;
            margin: 0 0 2px;
            vertical-align: middle;
        }

        #homePageLoginOverlay #loginFormContainer .icons-hertzGoldPlusRewards
        {
            border: medium none;
            margin: 0 8px;
        }

        #homePageLoginOverlay #loginFormContainer .overlayPopupContent
        {
            position: absolute;
            z-index: 10000;
        }

        #homePageLoginOverlay #loginFormContainer .icons-close_lg
        {
            float: right;
            margin-top: 3px;
        }

        #homePageLoginOverlay #loginFormContainer .pointer
        {
            margin-right: 3px;
            float: right;
        }

        #homePageLoginOverlay #loginFormContainer .overlayPopupFooter
        {
            text-align: right;
            background-color: #ffd60d;
            padding-bottom: 5px;
            padding-right: 5px;
            cursor: pointer;
        }

        #homePageLoginOverlay #loginFormContainer .ememberOverlayLearnMoreFooter
        {
            width: 325px;
            display: inline-block;
        }

        #homePageLoginOverlay #loginFormContainer .ememberOverlayCloseBox
        {
            position: relative;
            top: 2px;
        }

        #homePageLoginOverlay #loginFormContainer .ememberOverlayLearnMoreContent
        {
            padding: 12px;
            border: 3px solid #ffd60d;
            background-color: #fefed9;
            width: 300px;
            height: 130px;
            overflow: auto;
            white-space: normal;
        }

        #homePageLoginOverlay #loginFormContainer #loginUsernameLearnMore
        {
            left: 195px;
            padding-left: 10px;
            position: absolute;
            top: 243px;
        }

        #homePageLoginOverlay #loginFormContainer .ememberOverlayContent
        {
            padding: 12px;
            border: 3px solid #ffd60d;
            background-color: #fefed9;
            width: 300px;
        }

        #homePageLoginOverlay #loginFormContainer .icons-lock_icon
        {
            display: none;
        }

        #homePageLoginOverlay #loginFormContainer .icons-white_lock, #homePageLoginOverlay #loginFormContainer .icons-hertzGoldPlusRewards
        {
            display: inline-block;
        }

.mobiMyAccount
{
    display: none;
}

#loginLink a, #myaccount
{
    padding: 5px 10px;
}

.switchProfileLink
{
    padding: 5px 0px;
}

#cookieLink
{
    display: inline-block;
    padding: 5px;
}

#myaccount
{
    display: none;
}

.header-emember a
{
    color: #308DFF;
}

    .header-emember a:hover
    {
        color: #0066E3;
    }

    .header-emember a:visited
    {
        color: #308DFF;
    }

.header-emember .loginActive
{
    background-color: #000000;
    color: #fff;
}

.header-emember .loginInActive
{
    padding: 5px;
}

.header-emember .homeloggedUserDetails
{
    display: block;
}

.header-emember .topNavPrimary
{
    background-color: #308DFF;
    color: #FFFFFF;
}

.header-emember .topNavButton
{
    border-radius: 0 0 0 0;
    padding: 5px 15px;
    border: medium none;
    display: inline-block;
    font: bold 8pt arial;
    line-height: 1.625;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.header-emember .topNavPrimaryHover, .header-emember .topNavSecondary:hover
{
    background-color: #F3E500;
    color: #000000;
}

.header-emember .topNavSecondary
{
    background-color: #94C3FD;
    color: #1A5BAB;
}

.header-emember ul
{
    clear: both;
}

    .header-emember ul .cookiedLinks
    {
        padding-top: 5px;
    }

.header-emember .topNavTabletShow
{
    display: block;
    float: right;
    padding: 9px 10px 5px 5px;
    height: 10px;
}

.header-emember #welcomeMsg
{
    padding-right: 8px;
    padding-top: 10px;
}

.header-emember span#topNavDesktopShow
{
    display: none;
}

.header-emember li#loginLink
{
    border-right: none;
    padding-right: 0;
}

.header-emember li#loggedInMember
{
    padding-right: 0;
}

.header-emember span.topNavLbl
{
    font-weight: normal;
    color: #555555;
    display: none;
}

.header-emember li#loginLinkClub span.topNavLbl
{
    color: #000000;
    font-weight: bold;
}

.storeLocationNameNS
{
    font-style: italic;
    font-weight: normal;
    line-height: 0.8em;
    position: absolute;
    color: #888;
    left: 245px;
    top: 62px;
    font-size: 1.5em;
}

#header-container .header-emember .loginGreeting
{
    display: block;
}

footer section.footerDesktop
{
    display: none;
}

footer section.copyrightDesktop
{
    display: block;
}

footer section.footerTablet
{
    display: block;
}

footer section.copyrightTablet
{
    display: block;
}

footer section.footerMobile
{
    display: none;
}

footer section.copyrightMobile
{
    display: none;
}

#country-nav.right
{
    width: 300px;
    text-align: right;
}

#user-nav.right, #country-nav.right
{
    margin-right: 5px;
}

nav#user-nav ul li
{
    padding: 0;
    margin-left: 10px;
}

.overlay [class*="column"] + [class*="column"]:last-child
{
    float: right;
}

.socia_bar_no_responsive,
.faq_no_responsive
{
 display:block;
}

/* Stlying for AEM components 
.aem-hide-responsive
{
    display: block;
}

#featuredReview3 {
    display:table-cell;
}

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/600/flexslider.module.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/
#searchLocArea
{
	
}
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/search.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/
.US #search-module
{
 margin: 5px 0 0;
}
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/elastic.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/home.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/
.cmodal
{
 margin-left: -250px;
 width: 500px;
}

.cmodal header .mhcontent
{
	width: 465px;
}

.cmodal section .mscontent
{
	width: 465px;
}


.cmodal header .modalt
{
	width: 450px;
}

.cmodal section .modalc
{
	width: 450px;
}

.cmodal footer .modalb
{
	width: 450px;
}

.cmodal section .mscontent .progressGraphics
{
	margin-left: 120px;
	margin-top: 15px;
}

.mktInfoRow.padtop25 promo
{
	width: 33.33333%;
	border: none;
	float: none;
}

.promosSection img
{
	display: inline;
}

.mktInfoRow.content promo
{
 float: left;
 width: 18%;
 margin: 0px;
 margin-left: 1.5%;
 text-align: center;
 border: none;
 border-radius: 0px;
}

.mktInfoRow.content promo .one.cols
{
 float: none;
 width: 100%;
 overflow: auto;
}

.mktInfoRow.padtop25 promo img
{
	display: block;
	margin: 0px;
}

.promoVertical {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 2px;
    width: 100%;
}

.promosSection .columns .col.col-3 {
    clear: none;
}

.promoVertical h5 {
    font-size:1.7em;
}

.columns .col .promoDesc {
    border: none;
    border-radius: 0;
    margin: 0 0 0 1.5%;
    width: 60%;
}

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/600/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/
#searchLocArea
{
	
}
/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/768' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 768 */
@media only screen and (min-width: 768px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/768/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/global.css' (Mode: Static) */
/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/
/*
@media only screen and (min-width: 768px)
{
*/
 /*body, #container
    {
        min-width: 768px;
    }*/
 .stepHeaderMobile
{
    display: none;
}

.stepHeader, .step3Header
{
    display: block;
}

 #header-container .header-box
 {
  font-size: 9pt;
  height: 95px;
   }

 #header-container .header-box .header-mob
 {
  display: none;
 }

 #header-container .header-box .header-logo-box
 {
  display:inline-block;
 }

 #header-container .header-box .header-pos, #header-container .header-box .header-emember
 {
  clear: both;
  display: block;
  color: #555;
 }

 #header-container .header-box .header-emember
 {
  float: right;
  height: 60px;
  padding: 0;
 }

 #header-container .header-logo-box h1, #header-container .header-logo-box h2
 {
  font-size: 8pt;
  top: 30px;
  left: 160px;
  width: 210px;
 }

 #header-container .header-banner-ra #banner-iframe-ra, #header-container .header-banner-ra .ra-logo-small
 {
  display: none;
 }

 #header-container .header-banner-ra .ra-logo-large
 {
  display: block;
  height: 45px;
 }
 
 #header-container .header-pos li
 {
  line-height: 2.8em;
  margin: 2px 0 0;
  }

  #header-container .header-emember #topNavtop
 {
	padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    font-weight: bold;
    font-family: Ride!important;
    margin: 2px 0 10px 7px;
 }

   #header-container .header-emember #topNavtop:hover
   {
         outline: 1px solid #ffd100;
         padding: 10px 26px;
         background-color: #000000;
         color: #ffd100;
          margin: 2px 0 10px 7px;
    }

 #header-container .header-emember li .Account-emember
 {
	margin-top: 20px;
    padding-top: 10px;
 }

 #header-container .header-emember li#loggedInMember
 {
  padding-right: 0;
 }

  #header-container .header-emember ul
 {
  list-style: none;
  margin: 0;
  float: right;
  padding: 0;
 }

  .hot-state .user-LoggedIn 
  {
    margin-top: 0;
    font-size: 14px;
    display: block;
  }

  #header-container .header-emember li .change-link
 {
  float: left;
  margin: 15px;
 }
 #header-container .header-emember li#loginLink
 {
  border-right: none;
  padding-right: 0;
 }

 #header-container .header-pos .no-pipe, #header-container .header-emember .no-pipe
 {
  border: 0 none;
  padding: 0 0 0 7px;
 }

 #header-container .header-emember #pos-change
 {
  color: #ffd100;
 }

	.change-link-opened .change-link-globe-gold,
    .change-link-closed .change-link-globe-dark 
    {

        display: none;
    }

 #header-container .header-pos .change-link
 {
  position: relative;
 }

 .change-link-globe 
{
    vertical-align: middle;
    margin-right: 12px;
    text-decoration: none;
}

.change-link-opened #country-nav 
{
    background-color: #ffd100;
    position: relative;
    padding: 7.5px 0px 7.5px 12px;
    width: 120px;
    color:#000000;   
    border-right: 1px solid #3f3f3f;
}

.change-link-closed #country-nav 
{
    position: relative;
    padding: 7.5px 0px 7.5px 12px;
    width: 120px;
    border-right: 1px solid #3f3f3f;
  }

.change-link-opened #globe-logo {
    color: #000000;
}

 #header-container .header-emember li.Account-emember
 {
    padding: 5px;
 }

.change-link-opened #country-nav 
 {
    color: #000000;
    display: inline-block;
  }

  #header-container .header-pos .pos-tab
 {
  background-color: #ffd100;
  color: #fff;
  border-right: 0 ;
  margin: -6px 0 0;
  padding: 7px 10px 5px;
 }

 #header-container .pos-lang-box
 {
  display: none;
  background: none repeat scroll 0 0 #ffd100;
  border: 0px solid #444;
 padding: 4px 10px 10px 10px;
  clear: both;
  position: absolute;
  right: 0;
  top: 40px;
  width: 254px;
  z-index: 9999;
 }

 #header-container .header-pos label
 {
  cursor: text;
  padding: 0 0 15px;
  margin: 0;
  display: block;
 }

 #header-container .header-pos select
 {
  width: 100%;
  *height: 25px;
  margin: 0;
  *width: 230px;
 }

 #header-container .header-pos button
 {
  margin: 0;
 }

 #header-container .header-pos .career-link
 {
  display: none;
 }

 #header-container .header-pos .header-search
 {
  float: right;
  padding-right: 10px;
 }

 #header-container .pos-tab #pos-change
 {
  color: #fff;
  text-decoration: none;
 }

 #header-container .pos-tab .pos-lang-box
 {
  display: block;
 }

 #header-container .header-search form
 {
  display: block;
 }

 #header-container .header-search fieldset
 {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 22px;
  *width: 268px;
  zoom: 1;
  margin: 3px 0;
 }

 #header-container .header-search input
 {
  border: 0 none;
  border-right: 1px solid #ccc;
  color: #555;
  float: left;
  height: 18px;
  line-height: 1.9em;
  width: 229px;
  margin: 2px 0;
  padding: 0 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  font-size: 9pt;
  -webkit-box-shadow: #fff 0px 0px 0px;
  -moz-box-shadow: #fff 0px 0px 0px;
  box-shadow: #fff 0px 0px 0px;
 }

 #header-container .header-search button
 {
  float: left;
  padding: 0;
  margin: 2px 4px 0;
  background-color: #fff;
 }

 #header-container .header-search .highlight
 {
  color: #000;
 }

 #header-container .header-search span
 {
  display: block;
  cursor: pointer;
  background-color: #ededed;
  padding: 0;
  margin: 6px 0 0;
 }

 #header-container .change-link span
 {  
  float: left;
  text-decoration: underline;
 }

 #header-container .header-emember #change-link 
 {
    float:right;
 }

#header-container .header-emember .change-link 
{
    padding: 10px;
}

#header-container #change-link  #globe-logo, #globe-logo-text 
{
     display: inline-block;
}

#globe-logo
{
    padding-left: 7px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: Ride!important;
    text-decoration: underline;

 }

#header-container .header-box .header-emember
 {
    float: right;
    height: 68px;
    display: inline-block;
    clear: none;
    width: auto;
  }

 #header-container .header-logo img
 {  
  width: 120px;
  height: 32px;
 }

#header-container .header-logo-anchor 
{
    margin: 30px 0 0 10px;
    display: inline-block;
 }

 #header-container .header-logo-text
 {
    color: #fff;
    display: block;
    font-size: 15px;    
    margin: -2px 12px 0 0;
    text-align: right;
    line-height: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: Ride!important;
  }
.footer-middle-ddc {
    width: 75% !important;     
}
 #nav-container
 {
  position: inherit;
 }

 nav#help-nav ul li span.wht 
{
    display: none;
}

 #nav-container .nav-mob
 {
  display: none;
 }

 #nav-container .nav-menu
 {
  display: block;
  height: 60px;
  width: 100%;
 }

 #nav-container .nav-menu table
 {
  width: auto;
  padding: 0;
   border: none;
  height: 53px;
  border-collapse: collapse;
  margin: 0;
  }

 #nav-container .nav-menu td
 {
  vertical-align: middle;
  border-left: 0;
  padding: 0;
  margin: 0;
  position: relative;
  *cursor: pointer;
  cursor: pointer\0;
 }

 #nav-container .nav-menu a, #nav-container .nav-menu span
 {
  display: table-cell;
  *display: block;
  height: 53px;
  vertical-align: middle;
  *line-height: 3.3em;
  font-size: 9pt;
  padding: 0 10px;
  *width: auto;
  color: #fff;
  text-decoration: none;
  zoom: 1;
  border-left: 0;
 }

 #nav-container .nav-menu span
 {
  text-transform: uppercase;
  letter-spacing: 1px;
 }

 #nav-container .nav-menu .menu-hover
 {
  background-color: #ffd100;
  color: #000000
 }

 #nav-container .nav-menu dl
 {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 53px;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
 }

 #nav-container .nav-menu dd
 {
  margin: 0;
  padding: 0;
 }

 #nav-container .nav-menu td:nth-child(3n+3), td:nth-child(3n+4), td:nth-child(3n+5)
 {
  text-transform: uppercase;
  letter-spacing: 1px;
 }

 #nav-container .nav-menu .menu-show
 {
  display: block;
 }

 #nav-container .nav-menu .no-pipe
 {
  border: 0 none;
 }

 #nav-container .nav-menu .last-menu-show
 {
  right: 0;
 }

 #nav-container .menu-show a
 {
  font-size: 10px;
  font-style: normal;
  padding: 0 15px;
  white-space: nowrap;
  display: block;
  line-height: 5.2em;
  height: 53px;
  border: 0 none;
  border-top: 1px solid #d3ae00;
  background-color: #ffd100;
  width: 327px;
  text-align: left;
  color: #000000;
 }

 #nav-container .menu-show a:first-child
 {
  border: 0;
 }

 #nav-container .menu-show a:hover
 {
  color: #ffd100;
  background-color: #000000;
 }

 #nav-container .menu-show .no-pipe
 {
  border: 0 none;
 }

  #nav-container .nav-menu td > a
  {
  text-transform: uppercase;
  font-size: 9pt;
  }

 #header-container .header-emember .loginGreeting
 {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  right: inherit;
  top: inherit;
 }

  .user-LoggedIn 
 {
    float: left;
    margin: 13px 40px 0 0;
 }

 .MyAccountLink ,.LogoutLink
 {
     display:inline-block;
 }

 .loggedInName 
{
    margin: 0 24px 0 0;
}

 .LogoutLink 
{
    margin-left: 8px;
}

.MyAccountLink 
{
    border-right: 1px solid #ededed;
    padding-right: 12px;
    line-height: 12px;
}

 #aem-overlay-video {
    width: 600px;
    height: 500px;
}

.promoImg {
    width : 33%;
    float : left;
}
.promoDesc {
    margin-left : 7%;
    width : 60%;
    float: left;
}

#featuredReview4 {
    display:table-cell;
}



/* Comment Generated by Combres - Resource '~/css/responsive/768/flexslider.module.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/search.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/768/elastic.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/768/home.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

#promo_container
 {
  display: block;
 }
/* 3107*/
.threepointmkt-vehicle {
   font-family: 'Ride', arial, sans-serif !important;
   background: #f6f6f6 !important;
   margin-left:6%;
}


.group-header {
 font-family: 'Ride', arial, sans-serif !important;
 margin-bottom:10px;
 padding-left:0%;
}
.viewmktphotos {
    display:block;
}

/*
}
*/
.grid-item
  {
   
  }
  
  .left_veh
  {
   
  }
  
  .right_veh
  {
   
  }
  /*end 3107*/


/* Comment Generated by Combres - Resource '~/css/responsive/768/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/992' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 992 */
@media only screen and (min-width: 992px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/992/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/global.css' (Mode: Static) */
/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/
/*
@media only screen and (min-width: 992px)
{
*/

#header-container .header-box
{
    font-size: 9pt;
    height: 95px;

}

    #header-container .header-box .header-mob
    {
        display: none;
    }

    #header-container .header-box .header-logo-box
    {
           display: inline-block     
    }

    #header-container .header-box .header-emember
    {
        float: right;
        height: 68px;
        display: inline-block;
        clear: none;
        width: auto;      
    }

#header-container .header-logo-box h1, #header-container .header-logo-box h2
{
    font-size: 8pt;
    top: 30px;
    left: 160px;
    width: 210px;
}

#header-container .header-banner-ra #banner-iframe-ra, #header-container .header-banner-ra .ra-logo-small
{
    display: none;
}

#header-container .header-banner-ra .ra-logo-large
{
    display: block;
    height: 45px;
}

#header-container .header-pos li
{
    line-height: 2.8em;
    margin: 2px 0 0;
}

#header-container .header-emember #topNavtop
{
    padding: 10px 26px;
    background-color: #ffd100;
    color: #000000;
    font-weight: bold;
    font-family: Ride!important;
    margin: 2px 0 10px 7px;
}

#header-container .header-emember #topNavtop:hover
     {
         outline: 1px solid #ffd100;
         padding: 10px 26px;
         background-color: #000000;
         color: #ffd100;
          margin: 2px 0 10px 7px;
    }

#header-container .header-emember .Account-emember
{
		margin-top: 20px;
		padding-top: 10px;
}

    #header-container .header-emember li#loggedInMember
    {
        padding-right: 0;
    }

#header-container .header-emember ul
{
    list-style: none;
    margin: 0;
    float: right;
    padding: 16px 0 0 0;
}

#header-container .header-emember li .change-link
{
    float: left;
}

    #header-container .header-emember li#loginLink
    {
        border-right: none;
        padding-right: 0;
    }

#header-container .header-pos .no-pipe, #header-container .header-emember .no-pipe
{
    border: 0 none;
    padding: 0 0 0 7px;
}

#header-container .header-emember #pos-change
{
    color: #ffd100;
}

	.change-link-opened .change-link-globe-gold,
	.change-link-closed .change-link-globe-dark 
	{

		display: none;
	 }

	.change-link-globe 
	{
		vertical-align: middle;
		margin-right: 12px;
		text-decoration: none;
	}
	.change-link-opened #country-nav 
	{
		background-color: #ffd100;
		position: relative;
		padding: 7.5px 0px 7.5px 12px;
		width: 120px;
		color:#000000;   
		border-right: 1px solid #3f3f3f;
	}


	.change-link-closed #country-nav 
	{
		position: relative;
		padding: 7.5px 0px 7.5px 12px;
		width: 120px;
		border-right: 1px solid #3f3f3f;
	  }

	.change-link-opened #globe-logo {
		color: #000000;
	}

	#header-container .change-link
	{
		position: relative;
	}

	#header-container .header-emember li.Account-emember 
    {
		padding: 5px;
	}

	.change-link-opened #country-nav 
	 {
		color: #000000;
		display: inline-block;
	  }

	.change-link-opened #pos-change 
	 {
		color: #000000;
	}

#header-container .header-pos .pos-tab
{
    background-color: #000;
    color: #ffd100;
    border-right: 0;
    margin: -6px 0 0;
    padding: 7px 10px 5px;
}

#header-container .pos-lang-box
{
    display: none;
    background: none repeat scroll 0 0 #ffd100;
    border: 0px solid #444;
    padding: 4px 10px 10px 10px;
    clear: both;
    position: absolute;
    right: 0;
    top: 40px;
    width: 254px;
    z-index: 9999;
}

#header-container .header-pos label
{
    cursor: text;
    padding: 0 0 15px;
    margin: 0;
    display: block;
}

#header-container .header-pos select
{
    width: 100%;
    height: 25px;
    margin: 0;
    *width: 230px;
}

#header-container .header-pos button
{
    margin: 0;
}

#header-container .header-pos .career-link
{
    display: none;
}

#header-container .header-pos .header-search
{
    float: right;
    padding-right: 10px;
}

#header-container .pos-tab #pos-change
{
    color: #fff;
    text-decoration: none;
}

#header-container .pos-tab .pos-lang-box
{
    display: block;
}

#header-container .header-search form
{
    display: block;
}

#header-container .header-search fieldset
{
    background-color: #fff;
    border: 1px solid #ccc;
    height: 22px;
    *width: 268px;
    zoom: 1;
    margin: 3px 0;
}

#header-container .header-search input
{
    border: 0 none;
    border-right: 1px solid #ccc;
    color: #555;
    float: left;
    height: 18px;
    line-height: 1.9em;
    width: 229px;
    margin: 2px 0;
    padding: 0 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 9pt;
    -webkit-box-shadow: #fff 0px 0px 0px;
    -moz-box-shadow: #fff 0px 0px 0px;
    box-shadow: #fff 0px 0px 0px;
}

#header-container .header-search button
{
    float: left;
    padding: 0;
    margin: 2px 4px 0;
    background-color: #fff;
}

#header-container .header-search .highlight
{
    color: #000;
}

#header-container .header-search span
{
    display: block;
    cursor: pointer;
    background-color: #ededed;
    padding: 0;
    margin: 6px 0 0;
}

#header-container .change-link span
{
    float: left;
	text-decoration: underline;
}

#header-container
{
    *z-index: 2;
    *position: relative;
}

#header-container .header-emember #change-link 
{
    float:right;
}

#header-container .header-emember .change-link 
{
    padding: 10px;
}

#header-container .header-emember .header-emember-items 
{
    padding-top: 18px;
}

#header-container #change-link  #globe-logo, #globe-logo-text 
{
     display: inline-block;
}

    #globe-logo
    {
        padding-left: 7px;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
       font-family: Ride!important;
        text-decoration: underline;
    }

#header-container .header-logo-anchor 
{
    display: inline-block;
    margin: 30px 0 0 40px;
}

.header-phone-ddc 
{     
    margin:0px 0 0 -46px !important;     
}

 .myAccount-blank-div-ddc {
    height:20px !important;
}

.header-main-right-ddc {
    margin: 20px 16px 0px 0px !important;
}

.logginNameContainer-ddc {    
    margin-top:-3px !important;
}

.myAccountAndLogout-ddc {   
    padding-top:7px !important;
}

.MyAccountLink-has-user-ddc {
    margin-top:31px !important;
}
  
.footer-middle-ddc {
    width: 70% !important;     
}
.footer-bottom-ddc {
    padding:0px 122px 0px 122px !important;    
}

    #header-container .header-logo-box h1, #header-container .header-logo-box h2
    {
        font-size: 9pt;
        top: 41px;
        left: 340px;
        zoom: 1;
        width: 300px;
    }

#header-container .header-logo img
{    
     width: 150px;
     height: 41px;
}

	#header-container .header-logo-text
    {
        color: #fff;
        display:inline;
        font-size: 22px;
        font-weight: bold;
        font-style: italic;
        font-family: Ride!important; 
         margin-left:5px;    
          
    }
    #header-container .header-banner-ra #banner-iframe-ra
    {
        display: block;
        width: 992px;
        height: 117px;
    }

    #header-container .header-banner-ra .ra-logo-large, #header-container .header-banner-ra .ra-logo-small
    {
        display: none;
    }

    #header-container .header-pos .career-link
    {
        display: block;
    }

    #header-container .header-pos .header-search
    {
        padding: 20px 15px 0 0;
    }

    #header-container .header-emember li#loggedInMember
        {
            padding-right: 0;
        }

    #header-container .header-search fieldset
    {
        height: 27px;
        margin: 0;
    }

    #header-container .header-search input
    {
        margin: 5px 0;
    }

    #header-container .header-search button
    {
        margin: 5px 5px 0;
    }

    #header-container .header-search span
    {
        background-color: #fff;
        margin-top: 4px;
    }

#nav-container
{
    position: inherit;
}

nav#help-nav ul li span.wht 
{
    display: block;
}

    #nav-container .nav-mob
    {
        display: none;
    }

    #nav-container .nav-menu 
    {
        display: block;
        height: 60px;
        width: 100%;
    }

        #nav-container .nav-menu table
        {
            width: auto;
            padding: 0;
            height: 53px;
            border: none;
            border-collapse: collapse;
            margin: 0 0 0 25px;
            
        }

        #nav-container .nav-menu td
        {
            vertical-align: middle;
            border-left: 0;
            padding: 0;
            margin: 0;
            position: relative;
            *cursor: pointer;
            cursor: pointer\0;
        }

         #nav-container .nav-menu a, #nav-container .nav-menu span
        {
            display: table-cell;
            *display: block;
            height: 53px;
            vertical-align: middle;
            *line-height: 3.3em;
            padding: 0 7px 0 15px;
            *width: auto;
            color: #e2e2e2;
            text-decoration: none;
            zoom: 1;
            border-left: 0;
            font-size: 16px;
       }

         #nav-container .nav-menu span
         {
           text-transform: uppercase;
           letter-spacing: 1px;
    }


        #nav-container .nav-menu .menu-hover
        {
            background-color: #ffd100;
            color: #000000
        }

        #nav-container .nav-menu dl
        {
            position: absolute;
            display: none;
            z-index: 1000;
            top: 53px;
            width: auto;
            margin: 0;
            padding: 0;
            border: 0;
        }

        #nav-container .nav-menu dd
        {
            margin: 0;
            padding: 0;
        }
        
        #nav-container .nav-menu td:nth-child(3n+3), td:nth-child(3n+4), td:nth-child(3n+5)
        {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #nav-container .nav-menu .menu-show
        {
            display: block;
        }

        #nav-container .nav-menu .no-pipe
        {
            border: 0 none;
        }

        #nav-container .nav-menu .last-menu-show
        {
            right: 0;
        }

    #nav-container .menu-show a
    {
        font-size: 13px;		
        font-style: normal;
        padding: 0 15px;
        white-space: nowrap;
        display: block;
        line-height: 4.2em;
        height: 53px;
        border-top: 1px solid #d3ae00;
        background-color: #ffd100;
        width: 327px;
        text-align: left;
        color: #000000;
    }

    #nav-container .menu-show a:first-child
    {
        border: 0;
    }

        #nav-container .menu-show a:hover
        {
            color: #ffd100;
            background-color: #000000;
        }

    #nav-container .menu-show .no-pipe
    {
        border: 0 none;
    }

     #nav-container .nav-menu span
    {
        font-size: 16px;
        height: 53px;
        *line-height: 4.1em;
    }

    #nav-container .nav-menu td > a
    {
        text-transform: uppercase;
        font-size: 16px;
     }

    #nav-container .nav-menu .menu-hover
    {
        height: 53px;
        *height: auto;
    }

    partialSwitchProfileLink
{
    display: none;
}

.fullSwitchProfileLink
{
    display: inline-block;
}

#header-container .header-box .header-emember .topNavTabletShow
{
    display: none;
}

#header-container .header-box .header-emember #loggedInMember span#topNavDesktopShow
{
    display: inline;
}

#header-container .header-box .header-emember li#loginLink
{
    border-right: 1px solid #CCCCCC;
    padding-right: 7px;
}

#header-container .header-box .header-emember span.topNavLbl
{
    display: inline;
}

.storeLocationNameNS
{
    font-style: italic;
    font-weight: normal;
    left: 485px;
    line-height: 0.8em;
    position: absolute;
    top: 44px;
    color: #888;
    font-size: 2.2em;
}

#header-container .header-emember .loginGreeting
{
    display: block;
    clear: none;
    float: right;
    margin-top: 0px;
    position: relative;
    right: inherit;
    top: inherit;
}

 .user-LoggedIn 
 {
    float: left; 
 }

.loggedInName,.MyAccountLink ,.LogoutLink
 {
     display:inline-block;
 }

.header-emember-items .user-LoggedIn 
 {
    margin: 14px 30px 0 0;
}

.loggedInName 
{
    margin: 0 24px 0 0;
}

 .LogoutLink
 {
     margin-left: 8px;
 }

 .MyAccountLink 
 {
    border-right: 1px solid #ededed;
    padding: 0 12px;
    line-height: 12px;
}

footer section.footerDesktop
{
    display: block;
}

footer section.copyrightDesktop
{
    display: block;
}

footer section.footerTablet
{
    display: none;
}

footer section.copyrightTablet
{
    display: none;
}

footer section.footerMobile
{
    display: none;
}

footer section.copyrightMobile
{
    display: none;
}

#aem-overlay-video {
    width: 830px;
    height: 500px;
}



/* Comment Generated by Combres - Resource '~/css/responsive/992/flexslider.module.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/search.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/elastic.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/home.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

.mktInfoRow .seven.columns
{
    width: 60%;
    margin: 0 10px;
}

.mktInfoRow .five.columns
{
    width: 33%;
}
/*
}
*/
/*below media queries are exceptional and will be used only for banners*/
@media only screen and (min-width: 1100px) {
    .flexslider
    {
        background: none repeat scroll 0 0 #FFFFFF;
        border: none;
        border-radius: 0px; 
        top: 0px;
        right: 0px;
        position: absolute;
        min-width: 1280px; /*margin-top:-58px;*/ /*z-index:-1;*/ /* overflow:hidden;*/

    }
}

@media only screen and (max-width: 1100px) {
    .posContent {
        left:auto !important;
        right:30px;
    }
}

/* 3107*/
.group-header {
 font-family: 'Ride', arial, sans-serif !important;
  padding-left:0%;
}


.threepointmkt-vehicle {
   font-family: 'Ride', arial, sans-serif !important;
   background: #f6f6f6 !important;
   margin-left:10%;
}
.slides {
  margin: 0;
 padding:0;
  height: auto;
  float: left;
  width: 100%;
}

.bolddark
{
 font-weight: bold;
 color: #555;
}
.viewmktphotos {
    display:block;
}
/*end 3107*/


/* Comment Generated by Combres - Resource '~/css/responsive/992/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}



/* Comment Generated by Combres - Resource '~/css/responsive/@media/1382' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 1284 */
@media only screen and (min-width: 1284px)
{



/* Comment Generated by Combres - Resource '~/css/responsive/1382/foundation.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/overlay.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/global.css' (Mode: Static) */
/************************************************************/
/* ANYTHING AFTER THIS NEEDS TO BE ORGANIZED ALPHABETICALLY */
/*                                                          */
/************************************************************/
/*
@media only screen and (min-width: 1248px)
{
*/
	body
	{
	 min-width: initial;
	}

 #container
 {
  width: 1248px;
  margin: 0 auto;
  -webkit-box-shadow: #444 0px 0px 70px;
  -moz-box-shadow: #444 0px 0px 70px;
  box-shadow: #444 0px 0px 70px;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
 }

 #header-container .header-box
 {
  font-size: 9pt;
  height: 95px;
  }

 #header-container .header-box .header-mob
 {
  display: none;
 }

 #header-container .header-box .header-logo-box
 {
  height: 90px;
 display: inline-block;
 }

   #header-container .header-box .header-emember
 {
  float: right;
  height: 68px;
  display: inline-block;
  clear: none;
  width: auto
 }

 #header-container .header-logo-box h1, #header-container .header-logo-box h2
 {
  font-size: 8pt;
  top: 30px;
  left: 160px;
  width: 210px;
 }

 #header-container .header-banner-ra #banner-iframe-ra, #header-container .header-banner-ra .ra-logo-small
 {
  display: none;
 }

 #header-container .header-banner-ra .ra-logo-large
 {
  display: block;
  height: 45px;
 }

 #header-container .header-pos li
 {
  line-height: 2.8em;
  margin: 2px 0 0;
 }

 #header-container .header-emember #topNavtop
 {
    padding: 10px 26px;
    background-color: #ffd100;
    font-weight: bold;
    font-family: Ride!important;
    color: #000000;
    margin: 2px 0 10px 7px;
 }

    #header-container .header-emember #topNavtop:hover,#header-container .header-emember #topNavtop:focus
     {
         outline: 1px solid #ffd100 ;
         padding: 10px 26px;
         background-color: #000000;
         color: #ffd100;
         margin: 2px 0 10px 7px;
    }
    
  #header-container .header-emember .Account-emember
 {
    margin-top: 20px;
    padding-top: 10px;
 }

 #header-container .header-emember li#loggedInMember
 {
  padding-right: 0;
 }

  #header-container .header-emember ul
 {
  list-style: none;
  margin: 0;
  float: right;
  padding: 16px 0 0 0;
 }

 .change-link {
    float:right;
}

  #header-container .header-emember li .change-link
 {
  margin: 15px;
 }

 #header-container .header-emember li#loginLink
 {
  border-right: none;
  padding-right: 0;
 }

 #header-container .header-pos .no-pipe, #header-container .header-emember .no-pipe
 {
  border: 0 none;
  padding: 0 0 0 7px;
 }

 #header-container .header-emember #pos-change
 {
  color: #ffd100;
 }

.change-link-opened .change-link-globe-gold,
.change-link-closed .change-link-globe-dark 
{
    display: none;
 }

.change-link-globe 
{
    vertical-align: middle;
    margin-right: 12px;
    text-decoration: none;
}

.change-link-opened #country-nav 
{
    background-color: #ffd100;
    position: relative;
    padding: 7.5px 36px 7.5px 12px;
    width: 140px;
    color:#000000;   
    border-right: 1px solid #3f3f3f;
}

.change-link-closed #country-nav 
{
    position: relative;
    padding: 7.5px 36px 7.5px 12px;
    width: 142px;
    border-right: 1px solid #3f3f3f;
  }

.change-link-opened #globe-logo 
{
    color: #000000;
}

#header-container .header-emember li.Account-emember 
{
    padding: 5px 25px 5px 5px;
}

.change-link-opened #country-nav 
 {
    color: #000000;
    display: inline-block;
  }

.change-link-opened #pos-change 
 {
    color: #000000;
}
                                
 #header-container  .change-link
 {
  position: relative;
 }

 #header-container .header-pos .pos-tab
 {
  background-color: #ffd100;
  color: #fff;
  border-right: 0;
  margin: -6px 0 0;
  padding: 7px 10px 5px;
 }

 #header-container .pos-lang-box
 {
  display: none;
  background: none repeat scroll 0 0 #ffd100;
  border: 0px solid #444;
  padding: 4px 10px 10px 10px;
  clear: both;
  position: absolute;
  right: 0;
  top: 40px;
  width: 254px;
  z-index: 9999;
 }

 #header-container .header-pos label
 {
  cursor: text;
  padding: 0 0 15px;
  margin: 0;
  display: block;
 }

 #header-container .header-pos select
 {
  width: 100%;
  height: 25px;
  margin: 0;
  *width: 230px;
 }

 #header-container .header-pos button
 {
  margin: 0;
 }

 #header-container .header-pos .career-link
 {
  display: none;
 }

 #header-container .header-pos .header-search
 {
  float: right;
  padding-right: 10px;
 }

 #header-container .pos-tab #pos-change
 {
  color: #fff;
  text-decoration: none;
 }

 #header-container .pos-tab .pos-lang-box
 {
  display: block;
 }

 #header-container .header-search form
 {
  display: block;
 }

 #header-container .header-search fieldset
 {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 22px;
  *width: 268px;
  zoom: 1;
  margin: 3px 0;
 }

 #header-container .header-search input
 {
  border: 0 none;
  border-right: 1px solid #ccc;
  color: #555;
  float: left;
  height: 18px;
  line-height: 1.9em;
  width: 229px;
  margin: 2px 0;
  padding: 0 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  font-size: 9pt;
  -webkit-box-shadow: #fff 0px 0px 0px;
  -moz-box-shadow: #fff 0px 0px 0px;
  box-shadow: #fff 0px 0px 0px;
 }

 #header-container .header-search button
 {
  float: left;
  padding: 0;
  margin: 2px 4px 0;
  background-color: #fff;
 }

 #header-container .header-search .highlight
 {
  color: #000;
 }

 #header-container .header-search span
 {
  display: block;
  cursor: pointer;
  background-color: #ededed;
  padding: 0;
  margin: 6px 0 0;
 }

 #header-container .change-link span 
 {
  float: left;
  text-decoration: underline;
 }

#header-container .header-emember #change-link {
    float:right;
}

#header-container .header-emember .change-link {
    padding: 10px;
}

#header-container #change-link  #globe-logo, #globe-logo-text {
     display: inline-block;
}

#globe-logo
{
    padding-left: 7px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: Ride!important;
    text-decoration: underline;

}

 #header-container
 {
  *z-index: 2;
  *position: relative;
 }

  #header-container .header-logo-box h1, #header-container .header-logo-box h2
 {
  font-size: 9pt;
  top: 41px;
  left: 340px;
  zoom: 1;
  width: 300px;
 }

 #header-container .header-logo-anchor 
 {
  margin: 30px 0 0 40px;
  display: inline-block;
 }
.header-logo-anchor-ddc {
    margin: 30px 0 0 122px !important;
}
 .header-phone-ddc 
{     
    margin:0px 0 0 60px !important;     
}
 .header-main-right-ddc {     
    margin: 20px 122px 0px 0px !important;
}
 .footer-middle-ddc {
    width: 58% !important;     
}
 #header-container .header-logo img
 {  
  width: 150px;
  height: 41px;
 }

 #header-container .header-logo-text
 {
  color: #fff;
  display:inline;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
 font-family: Ride!important;
  margin-left: 5px;
 } 
    
 #header-container .header-banner-ra #banner-iframe-ra
 {
  display: block;
  width: 992px;
  height: 117px;
 }

 #header-container .header-banner-ra .ra-logo-large, #header-container .header-banner-ra .ra-logo-small
 {
  display: none;
 }

  #header-container .header-pos button
 {
 float: right;
 background-color: #000000;
 }

 #header-container .header-pos .career-link
 {
  display: block;
 }

 #header-container .header-pos .header-search
 {
  padding: 20px 15px 0 0;
 }

 #header-container li#loggedInMember
 {
  padding-right: 0;
 }

 #header-container .header-search fieldset
 {
  height: 27px;
  margin: 0;
 }

 #header-container .header-search input
 {
  margin: 5px 0;
 }

 #header-container .header-search button
 {
  margin: 5px 5px 0;
 }

 #header-container .header-search span
 {
  background-color: #fff;
  margin-top: 4px;
 }

 .switchFirstName
 {
  display: inline-block;
 }

 #header-container .header-banner-ra #banner-iframe-ra
 {
  width: 1000px;
 }

 #nav-container
 {
  position: inherit;
  z-index: 3;
 }

 nav#help-nav ul li span.wht 
{
     display: block;
}

 #nav-container .nav-mob
 {
  display: none;
 }

 #nav-container .nav-menu
 {
  display: block;
  height: 60px;
  width: 100%;
 }

 #nav-container .nav-menu table
 {
  width: auto;
  padding: 0;
  height: 53px;
  border: none;
  border-collapse: collapse;
  margin: 0 0 0 25px;
 }

 #nav-container .nav-menu td
 {
  vertical-align: middle;
  border-left: 0;
  padding: 0;
  margin: 0;
  position: relative;
  *cursor: pointer;
  cursor: pointer\0;
 }

  #nav-container .nav-menu a, #nav-container .nav-menu span
 {
  display: table-cell;
  *display: block;
  height: 53px;
  vertical-align: middle;
  *line-height: 3.3em;
  font-size: 16px;
  padding: 0 7px 0 15px;
  *width: auto;
  color: #e2e2e2;
  text-decoration: none;
  zoom: 1;
  border-left: 0;
  }

    #nav-container .nav-menu span 
    {
        text-transform: uppercase;
        letter-spacing: 1px;
    }

 #nav-container .nav-menu .menu-hover
 {
  background-color: #ffd100;
  color: #000000;
 }

 #nav-container .nav-menu dl
 {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 53px;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
 }

 #nav-container .nav-menu dd
 {
  margin: 0;
  padding: 0;
 }

 #nav-container .nav-menu td:nth-child(3n+3), td:nth-child(3n+4), td:nth-child(3n+5)
 {
  text-transform: uppercase;
  letter-spacing: 1px;
 }

 #nav-container .nav-menu .menu-show
 {
  display: block;
 }

 #nav-container .nav-menu .no-pipe
 {
  border: 0 none;
 }

 #nav-container .nav-menu .last-menu-show
 {
  right: 0;
 }

 #nav-container .menu-show a
 {
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
  display: block;
  border-top: 1px solid #d3ae00 ;
  background-color: #ffd100;
  text-align: left;
  color: #000000;
  padding: 0 15px;
  width: 327px;
  line-height: 4.2em;
  height: 53px;
 }

 #nav-container .menu-show a:first-child
 {
  border: 0;
 }

 #nav-container .menu-show a:hover
 {
  color: #ffd100;
  background-color: #000000;
 }

 #nav-container .menu-show .no-pipe
 {
  border: 0 none;
 }

  #nav-container .nav-menu td > a
 {
   text-transform: uppercase;
   font-size: 16px;
 }
    
 #nav-container .nav-menu .menu-hover
 {
  height: 53px;
  *height: auto;
 }

 .cookieFirstName
 {
  display: inline-block;
 }

 .cookieFirstInit
 {
  display: none;
 }

 .sectionWidthSmall
 {
  margin: none;
 }

 .storeLocationNameNS
 {
  font-style: italic;
  font-weight: normal;
  left: 485px;
  line-height: 0.8em;
  position: absolute;
  top: 44px;
  color: #888;
  font-size: 2.2em;
 }

 #header-container .header-emember .loginGreeting
 {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  right: inherit;
  top: inherit;
 }

 .user-LoggedIn 
 {
    float: left;    
 }

.user-LoggedIn .loggedInName 
{
  max-width: 300px;
}

.header-emember-items .user-LoggedIn 
{
    margin: 14px 30px 0 0;
}

 .loggedInName,.MyAccountLink ,.LogoutLink
 {
     display:inline-block;
 }

 .LogoutLink
 {
     margin-left: 8px;
 }

.MyAccountLink {
    border-right: 1px solid #ededed;
    padding: 0 12px;
    line-height: 12px;
}

.loggedInName
 {
    margin: 0 24px 0 0;
}



/* Comment Generated by Combres - Resource '~/css/responsive/1382/flexslider.module.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/search.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/elastic.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/social.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/home.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/
/*3107*/
.threepointmkt-vehicle {
   margin-left:10%;
}
.viewmktphotos {
    display:block;
}
/*end 3107*/


/* Comment Generated by Combres - Resource '~/css/responsive/1382/location.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/


/* Comment Generated by Combres - Resource '~/css/responsive/@media/end' (Mode: Static) */

}
