
/* 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/reservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 0px)
{
*/
#registrationPage
{
    padding: 0 0 40px;
    font-size: 0.9em;
}

    #registrationPage li
    {
        margin: 0;
        padding: 0;
    }

    #registrationPage .slideDown, #registrationPage .slideUp
    {
        border-style: solid;
        border-width: 1em;
        height: 0;
        width: 0;
    }

    #registrationPage .slideDown
    {
        border-width: .7em .7em 0 .7em;
        border-color: #414136 #ffd100 #ffd100 #ffd100;
    }

    #registrationPage .slideUp
    {
        border-width: 0 .7em .7em .7em;
        border-color: #000 #ffd100 #414136 #ffd100;
    }

    #registrationPage .linkStyle
    {
        margin: 1% 1% 0 1%;
        font-size: .7em;
    }

#thankYouPage .header
{
    background-color: #ffd100;
    padding: .3em .3em .3em 1em;
    font-weight: bold;
    cursor: pointer;
}

#registrationPage.row form .row .header
{
    background-color: #ffd100;
    padding: .75em;
    margin: 1em 0 0.5em;
    font-size: 77%;
}

#registrationPage .header h5
{
    padding: 0;
    margin: 2px 0 0;
}

#registrationPage .info li
{
    list-style: disc;
    font-size: 1em;
    margin-left: 1.2em;
    line-height: 1.5em;
}

#registrationPage .info p
{
    font-size: .8em;
    margin-bottom: 0px;
}

.carThumbnail img
{
    width: 100%;
}

.carThumbnail ul
{
    margin: 0;
}

#registration input
{
    border: none;
}

#registrationPage .forgot
{
    font-size: 0.9em;
    font-weight: 500;
}

#registrationPage .creditCardInfo .column_spacer
{
    margin: 0 1em 0 0;
}

#registrationPage .three
{
    width: 100%;
}

#registrationPage .haveAcct .row_expand .six
{
    width: 100%;
}

#registrationPage .zip
{
    max-width: 50%;
    float: left;
}

#registrationPage .six .row_expand .six
{
    padding-left: 0;
}

#registrationPage input[type="checkbox"]
{
    margin-left: 0;
}

#registrationPage label
{
    padding: 1em 0 0;
}

#registrationPage #acceptTC label
{
    display: inline;
}

#registrationPage form .statusValid
{
    font-weight: bold;
    line-height: 2.4em;
}

#registrationPage form .statusInvalid
{
    font-weight: bold;
    line-height: 2.4em;
}

#registrationPage #errors_list
{
    margin: 0;
}

#registrationPage .row_inner
{
    padding: 0 1em 0 0;
}

#registrationPage .row_expand
{
	padding: 0.6em 1em 1em 0;
}

#registrationPage .row_expand span
{
	font-size: 0.9em;
	font-weight: 500;
}

#registrationPage .forgot
{
    float: left;
    padding: .1em 0 0;
}

#registrationPage .required
{
    font-size: 83%;
    padding: 1em 1em 0;
}

    #registrationPage .createAcct #state_container
    {
        width: 100%;
    }

#registrationPage .normalize_text
{
    font-size: 0.9em;
    font-weight: 500;
}

#registrationPage .captcha
{
    margin: 0 auto;
    width: 318px;
}

#registrationPage .submit_button
{
    margin: 0 auto;
    width: 80px;
    display: block;
}

#registrationPage .recaptchatable #recaptcha_response_field
{
    bottom: 6px !important;
    height: 23px;
}

#registrationPage .fbButton
{
    float: left;
    font-size: 0.9em;
    font-weight: 500;
}

    #registrationPage .fbButton.fbLogin
    {
        margin: 5px 0 0;
    }

#registrationPage .RentalRateMsg
{
    font-size: 0.8em;
}

#registrationPage .carThumbnail article
{
    padding: 0 0 0 10px;
}

#recaptcha_widget_div
{
    margin-top: 1em;
}

#registrationPage.row form .row .pushSection
{
    margin: 1em 0 0;
}

#reservation .pushSection
{
    margin: 1em 0 0;
}

    #reservation .pushSection p
    {
        margin: 1em 1em 1em;
    }

#reservation #cc_cvv
{
    /*width: 50px;*/
}

#reservation .book_trial
{
    float : right;
    margin-right : 1.5em;
}

#reservation .pushSection .normalize_text
{
    margin: 0;
}

#registrationPage .stepsNavigator
{
    margin-top: 0 !important;
}

#registrationPage .backLink
{
    border-bottom: 1px solid #ebebeb;
    padding: .5em 0.5em 0.5em;
}

#registrationPage #loginBtn {
    float : right;
    padding : 8px 20px; 
}

    #registrationPage .backLink a.linkStyle
    {
        font-size: 1em;
    }

#registrationPage .createAcct .info
{
    margin: 0 1em 0.5em;
}

    #registrationPage .createAcct .info p.bold
    {
        margin: 1em 0;
    }

    #registrationPage .createAcct .info p
    {
        font-size: 1em;
    }

    #registrationPage .createAcct .info ul
    {
        font-size: 1em;
        margin-bottom: 0;
    }

#registrationPage .carThumbnail
{
    margin: 0;
    padding: 0;
}

#registrationPage .carThumbWrap
{
    padding: 1em;
    background: #f6f6f6;
}

#registrationPage .carThumbBlock
{
    padding: 1em;
    background: #fff;
    margin: 1.5em 0 0;
}

    #registrationPage .carThumbBlock ul
    {
        display: table;
    }

    #registrationPage .carThumbBlock li
    {
        display: table-row;
        width: 100%;
    }

    #registrationPage .carThumbBlock .title
    {
        display: table-caption;
        width: 100%;
    }

    #registrationPage .carThumbBlock li span
    {
        width: 100%;
        display: table-cell;
    }

        #registrationPage .carThumbBlock li span:first-child
        {
            width: 0%;
            display: table-cell;
        }

#registrationPage .carThumbWrap .title
{
    padding: 0 0 .5em;
    font-size: 1.4em;
}

#registrationPage .carThumbWrap .price
{
    font-size: 1.7em;
    margin: 1em 0 0;
    font-weight: bold;
}

#registrationPage .normalize_text.cvv2Select
{
    margin: 1em 0 0;
}

#registrationPage.row form .row
{
    margin: 0;
}

.cvv2_lightbox
{
    width: 500px;
    top: 50%;
}

    .cvv2_lightbox .cvv2_head
    {
        margin: 0 0 1em;
        font-weight: bold;
    }

    .cvv2_lightbox .cvv2_img
    {
        margin: 0 15px 0 0;
        float: left;
        width: 200px;
        display: block;
    }

    .cvv2_lightbox .cvv2_img2
    {
        float: left;
        width: 225px;
        margin: 37px 0 0;
        display: block;
    }

    .cvv2_lightbox .closeOverlay
    {
        font-size: 90%;
        margin: 0 0 1em;
    }

#registrationPage .errors_list li
{
    margin: 0 1em 1em;
}

#registrationPage .pwd_strength_red
{
    color: #C60F13;
}

#registrationPage .pwd_strength_green
{
    color: #41A517;
}

#registrationPage .strength_notification
{
    margin: .5em 0 0;
    position: absolute;
}

#registrationPage .thankYouInfo
{
    margin: 2em 0 0;
    font-size: 83%;
}

    #registrationPage .thankYouInfo p
    {
        margin: 0 0 1em;
    }

    #registrationPage .thankYouInfo .header
    {
        margin: 0 0 1em;
    }

    /*#registrationPage .thankYouInfo .row_inner
    {
        padding: 0 1em;
    }*/

    #registrationPage .thankYouInfo .row_spacer
    {
        padding: 1em 0;
    }

#registrationPage .socialnav
{
 padding: 0 0 10px;
}

    #registrationPage .thankYouInfo .map
    {
        padding: 0 0 0 1em;
    }

    #registrationPage .thankYouInfo .financeLink
    {
        padding: 1em 3em;
        font-size: 116%;
        float: left;
    }

    #registrationPage .thankYouInfo .continueSearch
    {
        text-align: center;
        margin: 4em 0 2em;
    }

#registrationPage .shareButtonContainer
{
    position: relative;
    top: 0;
}

#AddtoCalendarMessage
{
    clear: both;
}

.widgetLinks a
{
    display: block;
    margin-right: 10px;
    text-decoration: none;
}

#shareWidgets
{
    position: relative;
}

#AddtoCalendarMessage
{
    clear: both;
}

.calendarAdd
{
    cursor: default;
}

.showCalendar
{
    border: 0px solid #cccccc;
    background-color: #ffffff;
    width: 200px;
    padding: 5px 0 0 0;
}

    .showCalendar a
    {
        display: block;
        clear: both;
        text-decoration: none;
        line-height: 200%;
    }

        .showCalendar a div
        {
            float: left;
            margin-bottom: 5px;
        }

.mailClientName
{
    float: left;
}

.gmailOption
{
    /*height: 27px;
    width: 65px;
    background: url('/content/images/mailIcons.png') 0px 0px no-repeat;*/
}

.yahooOption
{
    /*height: 27px;
    width: 65px;
    background: url('/content/images/mailIcons.png') 0px -32px no-repeat;*/
}

.outlookOption
{
    /*height: 27px;
    width: 65px;
    background: url('/content/images/mailIcons.png') 0px -63px no-repeat;*/
}

#registrationPage .selectCCType, #registrationPage .selectState
{
    width: 9em;
}

#registrationPage #acctContainer
{
    float: none;
    width: 100%;
}

#acctContainer .six,#registrationPage #ccExMonth,#registrationPage #ccExYear,#registrationPage .ccText  {
    width: 100%;
}

#vehicleContainer {
    display:none;
}

#registrationPage .nine {
    width: 100%;
}

#mobVehicleContainer {
    position:relative;
    padding:15px 2%;
    margin-top: 20px;
}

#mobVehicleContainer .vehTitle {
    color:#308dff;
    font-weight: bold;
    padding-bottom:10px;
}

#mobVehicleContainer .listVehImage {
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top;
    width : 35%;
    float : left;
    margin-left: 2%;
}
#mobVehicleContainer .rent2BuyTag {
    background: transparent url(/Content/img/default/searchpage-sprite.png) no-repeat scroll top left;
    height: 41px;
    background-size: auto;
    position: absolute;
    top: -16px;
    left: 0px;
    width: 120px;
    z-index: 100;
    background-position: -400px 0;
    cursor: pointer;
    
}
.listVehImage img {
    max-width : 100%;
    height : auto;
}
.specialPromoTagMobile {
    width: 70px;
    height: 15px;
    color: black;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    background-color: #ffd100;
    position: relative;
    left: 0;
    top: 5px;
}
.hertzCertified {
    background: transparent url(/Content/img/default/searchpage-sprite.png) no-repeat scroll top left;
    height: 22px;
    background-size: auto;
    position: absolute;
    width: 65px;
    background-position: -1px 0;
    z-index: 100;
    cursor: pointer;
}
.listVehInfo {
    margin-left: 5%;
    width: 58%;
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top;
    float : left;
}

#registrationPage #vehicleContainer
{
    float: none;
    width: 100%;
}

.r2bStrip
{
 position: absolute;
 width: 50% !important;
 z-index: 999;
 cursor: pointer;
}

.certStrip
{
 position: absolute;
 width: 28% !important;
 z-index: 999;
 cursor: pointer;
}

#mobVehicleContainer .specialPromoTag-wrapper {
    width: 200px;
    height: 50px;
    position: absolute;
    overflow: hidden;
    top: -16px;
    left: -12px;
}

#mobVehicleContainer .specialPromoTag {
    width: 200px;
    height: 20px;
    background-color: #ffd100;
    background-size: auto;
    position: absolute;
    font-size: 10px;
    font-family: 'Times New Roman';
    font-weight: bold;
    margin-left: -20px;
    padding-right: 70px;
    text-align: center;
    line-height:18px;
    /* Rotate div */
    -ms-transform: rotate(340deg); /* IE 9 */
    -webkit-transform: rotate(340deg); /* Chrome, Safari, Opera */
    transform: rotate(340deg);
}
#mobVehicleContainer .pickupLoc {
    margin: 10px 0;
}
#mobVehicleContainer .hagglePrice {
    color: green;
}
.specialPromoTagUS {
    width:100px;
    height:20px;
    color:#404042;
    line-height:20px;
    text-align:center;
    font-size:150%;
    font-weight:bold;
    background-color:#ffd100;
    position:absolute;
    right:15px;
    top:30px;
    z-index:999;
}
#registrationPage #acctContainer{
    padding : 5px 15px;
    font-size: 13px;
}

#registrationPage .six {
    width:100%;
}

#registrationPage .haveAcct {
    display : none;
}

#registrationPage .show {
    display : block;
}

#registrationPage .hideInMobile {
    display : none;
}

#registrationPage .red {
    color : red;
}

#registrationPage .alternatePhone {
    width : 70%;
}

#registrationPage .phoneExt {
    width : 30%;
}

#registrationPage #acceptTC a {
    text-decoration: underline;
}



#registrationPage .loginContainer {
    padding : 10px;
}
#registrationPage .fbMobileButton {
    float: right;
    font-size: 0.9em;
    font-weight: 500;
}

#registrationPage #displayLogin {
     float: left;
}

#registrationPage #backToCreateAccount {
    margin-top:10px;
    cursor:pointer;
}

.acct_header
{
 font-size: 15px !important;
 line-height: 20px !important;
 margin: 0 !important;
}

#registrationPage .isMobile
{
 display: none;
}

.or_cont
{
 float: left;
 margin: 0 0 0 50px;
}
/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/0/ddcreservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 0px)
{
*/
/*Arindam*/
.ddc-align-element {
    text-align: center !important;
    margin: 0 auto;
}
.ddc-fontSize {
    font-size:14px !important;
}
.ddc-center {
    left: 20%;
}

.ddc-underline {
    border-bottom: 1px solid #ebebeb;
    margin-top:-10px;
}
.ddc-underline-mobile {
    border-bottom: 1px solid #ebebeb;
}
.ddc-textBold {
    font-family: inherit;
    font-weight: bold !important;
}

.ddc-innerP {
    margin-left: 15px !important;
}

.ddc-normalTxtValue {
    margin-top: -5px;
}

.ddc-Maplink {
    margin-left: -12px;
}

.ddc-hod-btn-txt {
    letter-spacing: 0pt;
    text-align: center;
}
#dvButtons aemplaintext{
    display: inline;
    font-size:18px !important;
    font-weight:SemiBold !important;
    line-height:26px;
    font-family: Ride !important;
}
.ddcVehicleContainerMain {
    text-align:center;
} 
.ddc-topParaGap {
     margin-top:12px !important;
}
.ddc-disclaimerLink {
    margin-left:-5px;
}
.ddc-lowerPara {
    margin-top:8px !important;
}
.ddc-ClosureTextMargin {
    margin-top:-5px;
}
.ddc-forgetpassword {
    float:none !important;
}
#spnForgetPassword {
    
}
#spnMobileLoginButton {
    
}

/*
   DDCMobileView
*/

.ddcCaptchaImageMobile {
    width:343px !important;
    margin-top:-90px !important;
}

.ddcCaptchaImageMobileTextBox {
     margin-top:105px !important;
}
.ddcLoginMobileview {
    padding: 0px 5px 0px 5px !important;
}
.ddcMobileSmsCheck {
    padding-top:10px !important;
}
#ddcmobVehicleContainer {
    position: relative;
    padding: 15px 2%;
    margin-top: 20px;
    font-size:14px !important;
}
#ddcmobVehicleContainer p {
    font-size: 16px !important;
    line-height:20px !important;
    font-family:Ride !important;
    color:#000000 !important;
    font-weight: Regular !important;
    }
#dvButtonsAFMV:hover {
    color: #ffcc00 !important;
    background-color: #000 !important;
    border-color: #000 !important;
    border-radius: 3px !important;  
}
#dvButtonsAFMV {
    color: black !important;
}
.confirmLink {
    font-size: 18px !important;
    line-height:26px !important;
    font-family:Ride !important;
    color:#3655D8 !important;
    font-weight:SemiBold !important;  
}
.ddc-conFirmMobilePGap {
    margin-left: 19px !important; 
    margin-top: 12px !important;
}
.ddc-conFirmMobileTxtGap {
    margin-left: 23px !important; 
    margin-top: 12px !important;
}
#ddcVehicleContainer {
    display:none;
} 
#spnMobileLoginButton {
    position:absolute;
    margin-left: 5.5%;
    font-size:14px !important; 
}
#spnForgetPassword {
    margin-left: 5%;
}
.continueSearch {
     margin-top:0px !important;
    margin-left: -100px !important;
}
/*End of Arindam*/
/*Ashek*/


.d-carThumbnail {
    margin-left: 80px;
}

.d-carThumbnail img
{
    /*width: 70%;*/
}

.d-carThumbnail ul
{
    margin: 0;
}
#registrationPage .d-carThumbWrap
{
    padding: 1.5em;
}
registrationPage .d-carThumbWrap .title
{
    padding: 0 0 .5em;
    font-size: 1.4em;
}

#registrationPage .d-carThumbWrap .price
{
    font-size: 1.5em;
    margin: 1em 0 0 10px;
    font-weight: bold;
}
.price
{
    font-size: 1.5em;
    margin: 1em 0 0 10px;    
    font-size:20px;
}
.bold {
font-weight: bold;
}
#registrationPage .d-carThumbWrap .ratewaiver
{
    font-size: 7pt;
    margin-left: 1em;
}

#registrationPage .d-carThumbBlock
{
    /*padding: 1em;*/
    background: #fff;
    margin-left: 1em;
}

    #registrationPage .d-carThumbBlock ul
    {
        display: table;
    }

    #registrationPage .d-carThumbBlock li
    {
        /*display: table-row;*/
        width: 100%;
    }

    #registrationPage .d-carThumbBlock .title
    {
        display: table-caption;
        width: 100%;
    }

    #registrationPage .d-carThumbBlock li span
    {
        width: 100%;
        display: table-cell;
    }

        #registrationPage .d-carThumbBlock li span:first-child
        {
            width: 0%;
            display: table-cell;
        }


#d-mobVehicleContainer .d-listVehImage {
    display: inline-block;
    width: 80%;
    position: relative;
    vertical-align: top;
    float : left;
    margin-left: 22%;
    text-align:center;
}
#d-mobVehicleContainer .d-listVehInfo {
    margin-left: 5%;
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top;
    float : left;
}

#mobVehicleContainer .d-listVehInfo .price {
    font-size: 1.5em;
    margin: 1em 0 0 0;
    font-weight: bold;
}

#mobVehicleContainer .d-listVehInfo .bold {
    font-weight: bold;
}
#mobVehicleContainer .d-listVehInfo .title
    {
        display: table-caption;
        width: 100%;
    }


#registrationPage .d-mobLgnBtn {
   /*width:50%;*/
   padding-right:50px;
}
#registrationPage .d-mobFgtLnk {
   /*width:50%;*/
   margin:10px 0px 0px 300px;
}

.d-heading {
    font-size:150%;
    margin:15px 5px 12px 8px !important;
    font-weight:bold;

}
.d-header {
    font-size:150%;    
    font-weight:bold;
    margin-left:5px !important;
}
.d-mobsect {
    padding:5px;
}

.d-TwelvePixTop {
    margin-top:12px !important;
}
.d-twentyFourPixTop {
    margin-top: 24px !important;
}
.d-FourtyEightpixTop {
    margin-top: 48px !important;
}
.d-TwentyPixTop {
    margin-top: 48px !important;
}
#d-vehicleContainer {
    display:block;
}
.d-strength_notification
{
    margin: .5em 0 0;
    position: relative;
}
.filler {
    display:none;
}
#d-acctContainer {
    padding:8px;
}
.d-acct_header {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-left: 5px !important;
}
/*End of Ashek*/
.purchaselink {
    color:#000 !important;
}
.pkpdt {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pkptime {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pkploc {
    padding-left: 0px !important;
    padding-right: 6px !important;
}
#hdrdesc p {
    font-size: 16px !important;
    line-height:20px;
}
#ddc-neverLostPGap p {
   font-size: 12px !important;
    line-height: 16px !important;
}
/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/0/ddcstyles.css' (Mode: Static) */
/*
@media only screen and (min-width: 0px)
{
*/
/*Style for ddc style text box and Dropdown boxes*/
.boxdiv {
    display: block;
    height: 62px;   
    overflow: hidden;    
    border: 1px;
    border-style: solid;
    border-color: #DEDEDE;        
    border-radius: 2px;    
    margin:5px 0px 0px 0px; 
}
    .boxdiv > label {
        font-size:12px !important;
        font-family: Ride !important;
        width: 95%;
        background: transparent;
        display: block;
        padding: 3px 0px 0px 8px !important;        
        color: #737680 !important;        
    }

        .boxdiv > input[type=text],input[type=tel] , #passwd, #pswd,#nPswd,#cnPswd{
        font-size:16px !important;
        font-family: Ride !important;
        width: 95%;
        background: transparent !important;
        display: block;                
        padding: 0px 0px 0px 10px !important;
        border: none;
        background-color: #ffffff;
        box-shadow: none !important;
        margin-top:10px;
    }
       
    .boxdiv > select {
                font-size:16px !important;
                font-family: Ride !important;
                background: url("/Images/dd.png") no-repeat right;
                width: 100% !important;
                padding: 0px 0px 0px 10px !important;                
                border-style: none;
                box-shadow: none;
                border-radius: 0;
                height: 30px !important;
                -webkit-appearance: none;
                -moz-appearance: none;
            }

.boxdiv > input[type=text]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DEDEDE;
}
.boxdiv > input[type=text]::-moz-placeholder,input[type=tel]::-moz-placeholder  { /* Firefox 19+ */
  color: #DEDEDE;
}
.boxdiv > input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #DEDEDE;
}
.boxdiv > input[type=text]:-moz-placeholder,input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #DEDEDE;
}
    .boxdiv > span span {
        font-size:16px !important;
        font-family: Ride !important;
        color: #DEDEDE;
    }
.ccHide {
    font-size: 16px !important;
    color:#000;
    position: absolute;
    padding-left: 10px;
    top: 40px;
    background: white;
    width:55%;
    line-height:1.2em;
}
/*Error handling div classes*/

.customErr {
   line-height:10px !important;
    font-size: 12px !important;
    font-family: Ride !important;
}
d-normalize_text {
    margin: 2em 0 0 0;
    vertical-align: bottom;
}

/*End of boxdiv*/

/*******************Button Start***********************************/
.hod-btn.hod-grad.gold:hover, .hod-btn.hod-grad.gold:active {
    color: #ffcc00;
    background-color: #000;
    border-color: #000;
    border-radius: 3px;  
}
.hod-btn.hod-grad.gold {
    border-color: #ffd100;
}
.hod-grad.gold {
    background-color: #ffcc00;
}
.hod-btn {
    border-radius: 3px;  
    color: #000;
    border: 2px solid transparent;
    cursor: pointer;
    padding: .3em .7em;
    font-family: Ride !important;
    font-size:18px !important;
    font-weight:SemiBold !important;
    line-height: 22pt;
    letter-spacing: 0pt;
    text-align: center;
}
/*******************Button End***********************************/

/*********************************Accordian Panel Styles*********************************/
#login_pnl_hdr, #acct_pnl_hdr {
            cursor: pointer;
            border-bottom: solid 1px #DEDEDE;
            margin-left:10px;
            padding-bottom:5px;
        }

        .disp-init-none {
               display: none;
            }
            .disp-init-block {
                display:block;
            }


        #cc_pnl_hdr {
            cursor: pointer;
            background: url('/Images/rtarw.png') no-repeat right;
            color: #365AD8;
        }
@media only screen and (min-width: 0px) and (max-width: 600px) and (orientation:portrait) {
    #cc_pnl_hdr .five, .row .five {    
 width: 100% !important;
}
}
/*********************************End of Accordian panel styles*********************************/
.image-slash {
    position: relative;
    color: #000;
    left: auto;
    width: 100%;
    padding: 0;
    border: 1px solid #fc0;
    font-style: italic;
    font-weight:bold;
    text-transform: none;
    transform: none;
    text-align:center;
}

.mastercard {
    background: url(/content/images/mastercard.png) no-repeat right 10px center;
}
.visa {
    background: url(/content/images/visa.png) no-repeat right 10px center;
}
.discover {
    background: url(/content/images/discover.png) no-repeat right 10px center;
}
.amex {
    background: url(/content/images/amex.png) no-repeat right 10px center;
}
.nocard {
    background: none;
}


select::-ms-expand {
    display: none;
}

/*Fontstyles and headings*/

.rr12, .rb12, .rr14, .rr15, rb15, .rr16, .rb16 .rr18, .rsb18, .rsb18link, .rb18, .rr20, .rr20link, .rl25, .rr25, .rr25h {
    font-family: Ride !important;
    color: #000000;
}
.rr12, .rr14, .rr15, .rr16, .rr18, .rr20,.rr20link, .rr25, .rr25h {
    font-weight: Regular !important;
}


.rr12 {
    font-size: 12px !important;
    line-height:16px;
}
.rb12 {
    font-size: 12px !important;
    line-height:16px;
    font-weight:bold !important;
} 
.rr14 {
    font-size:14px !important;
    line-height:20px;
}
.rr15 {
    font-size:15px !important;
    line-height:16px !important;
}
.rb15 {
    font-size:15px !important;
    line-height:16px !important;
    font-weight:Bold !important;
}
.rb16 {
    font-size:16px !important;
    font-weight:Bold !important;
    line-height:20px;
}
.rr16 {
    font-size: 16px !important;
    line-height:20px;
}

.rsb18 {
    font-size:18px !important;
    font-weight:SemiBold !important;
    line-height:26px;
}
.rr18 {
    font-size:18px !important;
    line-height:26px;
}
.rsb18link {
    font-size:18px !important;
    font-weight:SemiBold !important;
    line-height:26px;
    color:#365AD8 !important;
}
.rb18 {
    font-size:18px !important;
    font-weight:Bold !important;
    line-height:26px;    
}
.rr20 {
    font-size:20px !important;
    line-height:30px;
}
.rr20link {
    font-size:20px !important;
    line-height:30px;
    color:#365AD8 !important;
}

.rl25 {
    font-size:25px !important;
    font-weight:Light !important;
    line-height:36px;
}
.rr24,.rr24h {
    font-size:24px !important; 
    line-height:36px;  
}

.rr25, .rr25h {
    font-size:25px !important; 
    line-height:36px;  
}

.rr24h, .rr25h {
    /*margin:top right bottom left*/
    margin:15px 0px 12px 0px !important; 
}

#d-acctContainer .disclaimerLink, a {
    color:#365AD8 !important;
}

#d-acctContainer span *:not(dcs\:content) {
    font-family: Ride !important;
}
#d-acctContainer *:not(dcs\:content) {
    font-family: Ride !important;
}
.mileage {
    height:20px;
}
.ddc-red {
    color: #c60f13;
}
#acceptTC  p {
    display: inline !important;
    margin:0px !important;
    font-size: 12px !important;
    line-height:16px;
}    
/*
}
*/


/* 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/reservation.css' (Mode: Static) */
/*
@media screen and (max-width: 768px)
{
*/
    .specialPromoTag {
        width: 400px;
        height: 40px;
        font-size:250%;
        line-height:40px;
    }

    .specialPromoTagUS {
        width:200px;
        height:30px;
        line-height:30px;
        text-align:center;
        font-size:250%;
    }

    #pwd_strength {
        display:none !important;
    }

    #registrationPage .isMobile
    {
     display: block;
    }

    #registrationPage .isDesktop
    {
     display: none;
    }

/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/0/768/ddcreservation.css' (Mode: Static) */
/*
@media screen and (max-width: 768px)
{
*/
 
#d-vehicleContainer {
    display:none;
}
.captchaRefreshLink {
    line-height:100px;
}
/*
}
*/



/* 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/reservation.css' (Mode: Static) */
/*
@media handheld, only screen and (max-width: 600px)
{
*/
    .specialPromoTag {
        width: 300px;
        height: 30px;
        font-size:150%;
        line-height:30px;
    }

    .specialPromoTagUS {
        width:120px;
        height:20px;
        line-height:20px;
        text-align:center;
        font-size:150%;
        right:0px;
        top:20px;
    }

    #registrationPage .thankYouInfo .five,
    #registrationPage .thankYouInfo .seven
{
 width: 100%;
}

#registrationPage .thankYouInfo .five
{
 margin: 0 0 15px;
}

.cvv2_lightbox
{
        width: 100%;
    margin: 0 !important;
    left: 0 !important;
    border: 15px solid #fff !important;
    position: absolute !important;
}
/*
}
*/



/* 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/reservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 320px)
{
*/

/*
}
*/



/* 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/reservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 480px)
{
*/

/*
}
*/


/* 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/reservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/ 


/* Comment Generated by Combres - Resource '~/css/responsive/600/ddcreservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 600px)
{
*/

/*
}
*/ 



/* 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/reservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/
#vehicleContainer {
    display:block;
}
#mobVehicleContainer {
    display:none;
}

#registrationPage #acctContainer
{
    float: left;
    width: 57.33333%;
    margin: 0 2% 0 0;
}

#registrationPage #ccExMonth,#registrationPage #ccExYear  {
    width: 6em;
}
#registrationPage .nine {
    width : 75%;
    padding : 0 6px;
}

#registrationPage .ccSection {
    width : 100%;
}

#registrationPage .ccText {
    width: auto;
}

#acctContainer .six {
    width: 50%;
}

#registrationPage #vehicleContainer
{
    float: left;
    width: 40.66667%;
}

#registrationPage .three
{
    width: 25%;
}

#registrationPage #reservation .zip
{
    max-width: 50%;
    float: left;
}

#registrationPage .haveAcct .row_expand .six
{
    width: 50%;
}

#registrationPage .forgot
{
    float: right;
}

#registrationPage .fbButton
{
    float: right;
}
.ES #registrationPage .fbButton {
    font-size: 9px;
}
.DE #registrationPage .fbButton
{
    font-size:9px; 
}

.specialPromoTag-wrapper {
    width:400px;
    height:120px;
    position:absolute;
    overflow: hidden;
}
#registrationPage .specialPromoTagUS {
    font-size: 14px;
    width :auto;
    padding : 0 10px;
}

.specialPromoTag {
    width: 300px;
    height: 30px;
    background-color: yellow;
    background-size: auto;
    position: absolute;
    font-size:150%;
    font-family:'Times New Roman';
    font-weight:bold;
    z-index: 999;
    margin-left:-20px;
    text-align:center;
    line-height:30px;
    padding-right: 140px;
    /* Rotate div */
    -ms-transform: rotate(340deg); /* IE 9 */
    -webkit-transform: rotate(340deg); /* Chrome, Safari, Opera */
    transform: rotate(340deg);
}

#reservation .book_trial
{
    margin: 0 auto;
    display: block;
}

#registrationPage .createAcct .normalize_text
{
    margin: 2.4em 0 0;
    vertical-align: bottom;
}

#registrationPage .createAcct
{
    padding: 0 0 1.5em;
}

#registrationPage #loginBtn {
    float : none;
    padding : 8px 5px; 
}

#registrationPage #acctContainer{
    padding : 15px 15px 0px;
}
#registrationPage .haveAcct,#registrationPage .hideInMobile {
    display : block;
}
#registrationPage .loginContainer,#registrationPage .hideInDesktop {
   display : none;
}

#registrationPage .six, #registrationPage .alternatePhone, #registrationPage .phoneExt {
    width: 50%;
}

#registrationPage #backToCreateAccount {
    display:none;
}

#registrationPage .haveAcct .row_expand .fullRowInDevice {
    width: 100%;
}

#registrationPage .fullRowInDevice .fbButton, #registrationPage .fullRowInDevice .forgot {
    float : left;
}
#registrationPage .fullRowInDevice .fbButton {
    margin-top : 5px;
}
#registrationPage .ccSection .row_inner {
    padding : 0 6px 0 0;
}

#registrationPage #mobVehicleContainer.show
{
 display: none;
}
/*
}
*/



/* Comment Generated by Combres - Resource '~/css/responsive/768/ddcreservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 768px)
{
*/

#dvButtons
{
margin-left:-100px;
}
.ddcCaptchaImageMobile {
    width:455px !important;
    margin-top:-90px !important;
}
.ddcLoginFieldAdjusment {
    margin-top:-10px !important;
}
.ddcLoginFieldAdjusment {
    padding-top:30px !important;
}
#vehicleContainer {
    display:block;
}
#d-mobVehicleContainer {
    display:none;
}

#registrationPage #acctContainer
{
    float: left;
    width: 57.33333%;
    margin: 0 2% 0 0;
}

#registrationPage #ccExMonth,#registrationPage #ccExYear  {
    width: 6em;
}
#registrationPage .nine {
    width : 75%;
    padding : 0 6px;
}

#registrationPage .ccSection {
    width : 100%;
}

#registrationPage .ccText {
    width: auto;
}

#acctContainer .six {
    width: 50%;
}

#registrationPage #vehicleContainer
{
    float: left;
    width: 40.66667%;
}

#registrationPage .three
{
    width: 25%;
}

#registrationPage #reservation .zip
{
    max-width: 50%;
    float: left;
}

#registrationPage .haveAcct .row_expand .six
{
    width: 50%;
}

#registrationPage .forgot
{
    float: right;
}

#registrationPage .fbButton
{
    float: right;
}
.ES #registrationPage .fbButton {
    font-size: 9px;
}
.DE #registrationPage .fbButton
{
    font-size:9px; 
}

.specialPromoTag-wrapper {
    width:400px;
    height:120px;
    position:absolute;
    overflow: hidden;
}
#registrationPage .specialPromoTagUS {
    font-size: 14px;
    width :auto;
    padding : 0 10px;
}

.specialPromoTag {
    width: 300px;
    height: 30px;
    background-color: yellow;
    background-size: auto;
    position: absolute;
    font-size:150%;
    font-family:'Times New Roman';
    font-weight:bold;
    z-index: 999;
    margin-left:-20px;
    text-align:center;
    line-height:30px;
    padding-right: 140px;
    /* Rotate div */
    -ms-transform: rotate(340deg); /* IE 9 */
    -webkit-transform: rotate(340deg); /* Chrome, Safari, Opera */
    transform: rotate(340deg);
}

#reservation .book_trial
{
    margin: 0 auto;
    display: block;
}

#registrationPage .createAcct .normalize_text
{
    margin: 2.4em 0 0;
    vertical-align: bottom;
}

#registrationPage .createAcct
{
    padding: 0 0 1.5em;
}

#registrationPage #loginBtn {
    float : none;
    padding : 8px 5px; 
}

#registrationPage #acctContainer{
    padding : 15px 15px 0px;
}
#registrationPage .haveAcct,#registrationPage .hideInMobile {
    display : block;
}
#registrationPage .loginContainer,#registrationPage .hideInDesktop {
   display : none;
}

#registrationPage .six, #registrationPage .alternatePhone, #registrationPage .phoneExt {
    width: 50%;
}

#registrationPage #backToCreateAccount {
    display:none;
}

#registrationPage .haveAcct .row_expand .fullRowInDevice {
    width: 100%;
}

#registrationPage .fullRowInDevice .fbButton, #registrationPage .fullRowInDevice .forgot {
    float : left;
}
#registrationPage .fullRowInDevice .fbButton {
    margin-top : 5px;
}

#registrationPage .d-mobLgnBtn {
   
}
#registrationPage .d-mobFgtLnk {
   
}
.d-heading {
    font-size:150%;
    margin:15px 0px 12px 10px !important;
    font-weight:bold;
}
#registrationPage #d-vehicleContainer
{
    float: left;
    width: 48%;
}

/*Arindam*/
#ddcmobVehicleContainer {
    display: none;
}
#ddcVehicleContainer {
    display:block;
}
#spnMobileLoginButton {
    margin-left: 2.2%;
}
#spnForgetPassword {
    margin-left: 34%;
}
.filler {
    display:block;
}
#d-acctContainer {
    padding:8px;
}
#dvNneverlostdisclaimer p {
    font-size: 12px !important;
    line-height:20px;
    font-family:Ride !important;
    color:#000000 !important;
    font-weight: Regular !important;  
}
#dvRCTopPara p, #dvddcMobileHeaderText p {
    font-size: 16px !important;
    line-height:20px;
    font-family:Ride !important;
    color:#000000 !important;
    font-weight: Regular !important;  
}
.confirmLink {
    font-size: 18px !important;
    line-height:26px !important;
    font-family:Ride !important;
    color:#3655D8 !important;
    font-weight:SemiBold !important;  
}
#dvButtonsAF:hover, #loginBtn:hover, #submitNewAccount:hover,#purchasebtnlink:hover,#purchaseThankyouAF:hover{
    color: #ffcc00 !important;
    background-color: #000 !important;
    border-color: #000 !important;
    border-radius: 3px !important;  
}
#dvButtonsAF aemplaintext {
    color:black;
}
#dvButtonsAF aemplaintext:hover {
    color: #ffcc00 !important;
}
.ddc-underline {
    border-bottom: 1px solid #ebebeb;
    margin-top:-10px;    
    width: 680px !important;
}
.ddc-neverlostdisclaimer {
    width:680px !important;
}
.ddc-carDetails {
    width:85%;
}
.ddc-imageIPad {
    float:right !important;
    direction:rtl !important;
}
.ddcResImageContainer {
    border: 1px solid #C4C6CC !important; 
    height: 272.55px !important;
    width: 350px !important;
}
.ddcResImageActual {
    height: 248px !important;  
    width: 348px !important; 
    margin-top:1px !important; 
}
#dvButtons {
    margin-top:14px !important;
    margin-left:-100px !important;
}
.ddcVehicleContainerMain {
    text-align:center;
    padding-left:50px;
}
.ddc-confirmcar-image {
    margin-left: -55px !important;
    margin-top: 54% !important;
    
}
.pkpdt {
    padding-left: 0px !important;
    padding-right: 6px !important;
}
.pkptime {
    padding-left: 6px !important;
    padding-right: 0px !important;
}
.pkploc {
    padding-left: 0px !important;
    padding-right: 6px !important;
}
/*
}
*/


/* 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/reservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/

/*
}
*/
#registrationPage .ccSection {
    width : 80%;
}


/* Comment Generated by Combres - Resource '~/css/responsive/992/ddcreservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 992px)
{
*/ 
.ddc-confirmcar-image {
    margin-left: -55px !important;
    margin-top: 54% !important;
} 
.ddc-underline {
    border-bottom: 1px solid #ebebeb;
    margin-top:-10px;  
    width:850px !important;  
}
.ddc-neverlostdisclaimer {
    width:850px !important;
}
.ddc-carDetails {
    width:85% !important;
}
#dvButtons {
    margin-top:14px !important;
    margin-left:-100px !important;
}
.ddcVehicleContainerMain {
    text-align:center;
    padding-left:100px;
}
.ddcResImageContainer {
    border: 1px solid #C4C6CC !important; 
    height: 372.55px !important;
    width: 450px !important;
}
.ddcResImageActual {
    height: 349px !important; 
    width: 448px !important; 
    margin-top:1px !important; 
}
/*
}
*/


/* 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/reservation.css' (Mode: Static) */
/*
@media only screen and (min-width: 1248px)
{
*/

/*
}
*/

#registrationPage .specialPromoTagUS {
    font-size: 150%;
    width: 100px;
    padding :0;
}

#registrationPage .ccSection {
    width : 75%;
}

#registrationPage #acctContainer {
    padding: 0;
}

#registrationPage .haveAcct .row_expand .fullRowInDevice {
    width: 50%;
}

#registrationPage .fullRowInDevice .fbButton, #registrationPage .fullRowInDevice .forgot {
    float : right;
}


/* Comment Generated by Combres - Resource '~/css/responsive/@media/1382' (Mode: Static) */
/* MEDIA QUERY MIN WIDTH 1284 */
@media only screen and (min-width: 1284px)
{
