html
{
    font-size: 11px;
}

.Article .richText {
    max-width: 800px;
}

.Article .richText h3 {
    margin-bottom: 14px;
}

.ContentBlocksContainer .contentCards .el .Picture__img
{
    margin-bottom: 20px;
}

.ofa
{
    overflow: auto;
}

@media screen and (max-width: 700px)
{
    .HeroTitleBanner .headerBox.withImage
    {
        width: 100% !important;
    }
}

.btn
{
    text-transform: uppercase;
    font-size: .9em;
    min-width: 17.7em;
    max-width: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 1em 1em .9em 1em;
    color: #fff;
    background: #9e1b32;
    background-size: 0 100%;
    letter-spacing: .2em;
    transition: all 300ms;
    margin-left: 22px;
    border: 2px solid #9e1b32;
}
.btn:hover
{
    background: #fff;
    color: #9e1b32;
}

body.car_det
{
    background: #fff;
}

.dxnav-unique-nav .dxnav__logo img
{
    max-width: 200px;
}

@media screen and (max-width: 740px) and (min-width: 1px)
{
    .dxnav-unique-nav .dxnav__logo img, .dxnav-unique-nav .dxnav__primary .dxnav__logo img {
        max-width: 140px;
    }
}

.logo_mid
{
    display: none;
}

@media screen and (min-width: 1400px)
{
    .logo_mid
    {
        display: block;
        position: fixed;
        top: 7px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 57px;
    }
}

h3.cus
{
    font-family: "JLR Proxima Nova 2","Arial Unicode","arial","helvetica",sans-serif;
    font-size: 1.5rem;
    line-height: 1.22;
    margin-top: 2.5rem;
    letter-spacing: 0.3rem;
}

.clear
{
    clear: both;
}

.big
{
    font-size: 2rem;
    margin-bottom: 3rem;
}

.big_table
{
    font-size: 1.5rem;
}

.logo_mach
{
    display: table;
    margin: 0 auto 2rem auto;
    width: 262px;
}

.secondaryLinkWithStyle.no_l:hover
{
    color: #000 !important;
    &:before
        {
        display: none !important;
    }
}

.secondaryLinkWithStyle.no_l span
{
    border: none !important;
}

.mid
{
    text-align: center;
}

.mb_1
{
    margin-bottom: 1rem;
}

.mb_4
{
    margin-bottom: 4rem;
}

.mt_6
{
    margin-top: 6rem;
}

.fontH1
{
    line-height: 1.3 !important;
}

.fontBodyCopy.smaller
{
    font-size: 1.3rem;
}

.gridEl>a
{
    text-decoration: none;
}

.gridEl>a:hover .heading
{
    color: #9e1b32 !important;
}

.HeroSlide .headerBox {
    max-width: 480px !important;
}

.toggler
{
    display: none;
}
.toggler.sh
{
    display: block;
}

.toggler table
{
    margin: 0 auto;
    font-size: 1.4rem;
}
.toggler.sh table
{
    margin-left: 0;
}

.toggler table td, .toggler table th {
    border: 1px solid #ddd;
    padding: 12px;
}

.toggler table tr:nth-child(even)
{
    background-color: #f2f2f2;
}

.toggler table tr:hover
{
    background-color: #ddd;
}

.toggler.sh table tr:nth-child(odd) td
{
    background-color: #e0e0e0;
}
.toggler table tr:hover
{
    background-color: #f2f2f2;
}

.toggler table th
{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #9e1b32;
    color: white;
}

.HeroSlide
{
    max-height: calc(100vh - 112px);
    width: 100%;
}

.ContentBlocksContainer .contentCards .contentCardsInner
{
    display: block;
}

.HeroSlide .headerBox.wide
{
    max-width: 100%;
}

.fontBodyCopy
{
    font-size: 1.5rem;
}

.FooterNav__list-item a
{
    font-size: 1rem;
}

.HeroSlide .headerBox
{
    opacity: 1;
}

.dxnav__body--noscroll
{
    overflow: auto!important;
}

.pageWrapper
{
    margin-top: 47px;

}

@media all and (min-width: 741px)
{
    .pageWrapper
    {
        margin-top: 71px;
    }
}

@media all and (min-width: 901px)
{
    .DfcSlideTemplate__text-column
    {
        padding: 42px 40px 30px 34px;
    }

    .DfcSlideTemplate.sidetext.r
    {
        display: flex;
    }
    .DfcSlideTemplate.sidetext.r .DfcSlideTemplate__text-column
    {
        flex: 0 1 calc(((100% - 140px) * (0.33333)) + (90px));
        order: 2;
    }
    .DfcSlideTemplate.sidetext.r .DfcSlideTemplate__media-column
    {
        flex: 0 1 calc(((100% - 140px) * (0.66666)) + (50px));
        order: 1;
    }
}

@media all and (min-width: 1401px)
{
    .DfcSlideTemplate__text-column
    {
        padding: 72px 40px 72px 90px;
    }
    .fontBodyCopy.smaller
    {
        font-size: 1.45rem;
    }
}

.nolink
{
    line-height: 72px !important;
    display: flex;
    align-items: center;
    flex: 1;
    cursor: default;
    padding: 0 10px !important;
}

.nolink span
{
    font-weight: 600;
}

.away
{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.cookies
{
    color: #000000;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background-color: rgba(225, 225, 225, 0.95);
    color: #000;
    z-index: 99999;
    font-size: 14px;
}

.cookies a
{
    color: #000;
    margin: 0 20px 0 60px;
}

.cookies a:hover
{

    color: #9e1b32;
}

.cookies button
{
    cursor: pointer;
    border-radius: 0;
    background-color: #9e1b32;
    text-transform: uppercase;
    padding: 8px 13px;
    font-weight: 700;
    font-family: "JLR Proxima Nova 2","Arial Unicode","arial","helvetica",sans-serif;
    color: #fff;
    border: 1px solid #9e1b32;
    display: inline-block;
}

.cookies button:hover
{
    color: #fff;
    border-color: #fff;
    background: #000;
    color: #fff;
}

.cookies span
{
    display: block;
    margin-bottom: 6px;
}

.cookies .right
{
    display: inline-block;
    padding-top: 5px;
}

.cookies .right a
{
    margin-left: 0;
}

.sidetext
{
    max-height: 821px;
    height: 43vw;
    min-height: 500px;
}

.sidetext.cus
{
    height: auto;
    max-height: 9999px;
    min-height: 615px;
}

.ReadyToGoBar__link
{
    height: 100% !important;
}

@media all and (min-width: 901px)
{
    .sidetext.cus .DfcSlideTemplate__text-column
    {
        height: auto;
        display: flex;
        align-items: center;
    }
}

.DfcSlideTemplate__media-column.cus
{
    height: auto;
}

.Article .richText p, .Article .richText blockquote, .Article .richText li, .Article .richText th, .Article .richText td
{
    font-size: 1.5rem;
}

@media all and (max-width: 740px)
{
    .HeroSlide
    {
        height: auto!important;
    }
    .HeroSlide .headerBox
    {
        width: 100% !important;
        max-width: 100% !important;
    }
    .DxCarousel[data-background-theme="dark"], .DxCarousel[data-background-theme="grey"], .DxCarousel[data-background-theme="dark"] .HeroSlide--contains-TCO {
        background-color: #ffffff;
    }
    .Pagination__play-control-icon, .Pagination__pause-control-icon
    {
        fill: #000;
    }
    .Pagination__pause-timer-icon-countdown
    {
        stroke: #000;
    }
    .Pagination__pip:after
    {
        border-color: #000;
    }
    .Pagination__pip--active:after, .Pagination__pip--active:hover:after
    {
        background: #000;
    }
    .Pagination__play:before, .Pagination__pause:before
    {
        border-color: #c1c1c1;
    }
    .GalleryCategories__list-item
    {
        height: 27%;
    }
}

@media all and (max-width: 900px)
{
    .sidetext
    {
        height: auto;
    }
}

@media all and (max-width: 414px)
{
    .ContentBlocksContainer.twoCol .el
    {
        width: 100% !important;
    }
    .GalleryCategories__list-item
    {
        height: 21%;
    }
}

@media screen and (max-width: 740px) and (min-width: 1px)
{
    .touch .ContentBlocksContainer[data-template="swiping"] .ContentCard .imageContainer
    {
        margin-left: 0;
        margin-right: 0;
    }
    .touch .ContentBlocksContainer[data-template="swiping"] .ContentCard .textContainer
    {
        padding-left: 0;
    }
}

.touch .ContentBlocksContainer[data-template="swiping"] .contentCardsInner
{
    transform: none;
}

.touch .ContentBlocksContainer[data-template="swiping"] .el
{
    width: 25%;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.touch .ContentBlocksContainer[data-template="swiping"] .ContentCard .imageContainer, .touch .ContentBlocksContainer[data-template="swiping"] .el:last-child
{
    margin-left: 0;
    margin-right: 0;
}

.touch .ContentBlocksContainer[data-template="swiping"] .ContentCard .textContainer
{
    padding-left: 0;
    margin-right: 0;
}

@media all and (max-width: 900px)
{
    .touch .ContentBlocksContainer[data-template="swiping"] .el
    {
        width: 50%;
    }
}

@media all and (max-width: 740px)
{
    .touch .ContentBlocksContainer[data-template="swiping"] .el
    {
        width: 100%;
    }
}