/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #878787;
    font-size: 1em;
    line-height: 1.4;
}

body { color: #878787; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
 custom styles
   ========================================================================== */

   @font-face {
       font-family: 'jlr_emericregular';
       src: url('./../fonts/jlremeric-regular-webfont.woff2') format('woff2'),
            url('./../fonts/jlremeric-regular-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }


   @font-face {
       font-family: 'jlr_emericextralight';
       src: url('./../fonts/jlremeric-extralight-webfont.woff2') format('woff2'),
            url('./../fonts/jlremeric-extralight-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }


   @font-face {
       font-family: 'jlr_emericsemibold';
       src: url('./../fonts/jlremeric-semibold-webfont.woff2') format('woff2'),
            url('./../fonts/jlremeric-semibold-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }


html, body, div, h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: 'jlr_emericregular';
  box-sizing: border-box;
  color: #444444;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: 'jlr_emericextralight';
  text-transform: uppercase;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-family: 'jlr_emericsemibold';
}

.tab-content h2 { padding: 50px 0 10px 95px; font-size:  0.8rem; }

p { color: #878787;
    font-size: 1rem;
    line-height: 27px;
  }

img { max-width: 100%; width: 100%; }

a { text-decoration: none; }

b { font-family: 'jlr_emericsemibold'; }

.row, .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.row.fluid { max-width: 100%; }

.btn {
  background: #9e9fa3;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'jlr_emericextralight';
  transition: background 1s;
  cursor: pointer;
}

.btn:hover {
  background: #848486;
  transition: backbground 1s;
}

.btn-lg {
  padding: 15px 30px 15px 30px;
  letter-spacing: 1px;
  font-size: 0.8rem;
  margin-top: 10px;
}

.removeTopPadding{
  padding-top: 0px !important;
}

.removeBottomPadding{
  padding-bottom: 0px !important;
}

.btn-block { width: 100%; text-align: center; }

.lowercase { text-transform: none; }

.col-12 { width: 100%; display: block; min-height: 1px; }
.col-8 { width: 66.66%; display: block; min-height: 1px; float: left; }
.col-6 { width: 50%; display: block; min-height: 1px; float: left; }
.col-4 { width: 33.33%; display: block; min-height: 1px; float: left; }
.col-3 { width: 25%; display: block; min-height: 1px; float: left; }

.p-20   { padding: 20px; }
.p-30   { padding: 30px; }
.p-40   { padding: 40px; }
.p-50   { padding: 50px; }
.p-60   { padding: 60px; }
.p-60 .rates td   { padding: 0.3em; border: 1px solid #fff; }

.pt-20  { padding-top: 20px; }
.pb-20  { padding-bottom: 20px; }

.darkblue { background: #3b4452 }
.darkblue p { color: #fff; }
.darkblue table {
  color: #fff;
}

.addional-info { padding: 50px 0 50px 0; }

.fullwidth-text { width: 65%; margin: 40px auto 40px auto; }
.fullwidth-text h3 { font-size: 1.3rem; }

.p-60 h3.h3_white
{
  color: #fff;
}

.p-60 h3.h3_white a{
   color: #fff;
   font-weight: 700;
}

.b_support{
  margin-right: 12px;
  font-size: 18.5px;
}
.employee {

}

.model span.model-light{
  font-weight: 100;
  color: #fff;
}



.relative {
  text-align: center;
}

.faq-title {
  font-weight: bold;
  width: 79%;
  margin: 0 auto;
}

.auto {
  margin: 0 auto;
  float: none;
}

.row:after, .row:before {
  display: table;
  width: 100%;
  content: " ";
  clear: both;
}

.text-center {
    text-align: center;
}

.pull-right { float: right; }

.regular-font {}

.header-new { padding: 15px 10px 15px 15px; }

nav {
  position: relative;
  background: #1b2938;
  width: 100%;
  z-index: 200;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.07);
}
nav ul {
  margin: 0;
  padding: 0 0 0 10px;
}

nav ul:before, nav ul:after  {
  display: table;
  content: " ";
  width: 100%;
  clear: both;
}

nav ul li:first-child > a {  }

nav ul li { display: inline-block; }

nav ul li.active > a {
  background: #131418;
  transition: background 1s;
  transition-property: background;
}

nav ul li:hover > a {
  background: #131418;
  transition: background 1s;
  transition-property: background;
}

nav ul li a {
  color: #fff;
  font-size: 0.7rem;
  font-family: 'jlr_emericextralight';
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 10px 14px 10px;
  background: transparent;
  transition: background 1s;
  transition-property: background;
}

.divider {
  display: inline-block;
  width: 30px;
  color: #fff;
  text-align: center;
}

.nav-ico {
  display: inline-block;
  width: 13px;
}

.nav-ico img {
  max-height: 13px;
  height: 100%;
  width: auto;
  margin-top: -3px;
  margin-left: 3px;
}

.header-new .logo { max-width: 61px; margin-left:10px; }

.logo img { padding-top: 5px; }

.nav-top-right p { font-size: 0.8rem; text-align: right; padding-top: 2px; }

.nav-top-right p a { display: inline-block; padding: 0 5px 0 5px; opacity: 0.6; transition: opacity 1s; }

.nav-top-right p a:hover { opacity: 1; transition: opacity 1s;}

.stapline {
  text-align: right;
  padding: 0 10px 0 10px;
}

.logout-ico {
  display: inline-block;
  max-width: 14px;
}
.text-new { padding: 30px 52px 0 22px; }
.text-used { padding: 30px 52px 0 22px; }

.hero.large {
  background: url('./../img/jlr-bg.jpg');
  background-size: cover;
  min-height: 1200px;
  background-position-y: 39%;
}

.offer-text{
  float: right;
}

.voucher-request .hero.large {
  background: url('./../img/jag-bg-lg.jpg');
  background-size: cover;
  min-height: 790px;
}


@media screen and (max-width: 1300px) {
  .hero-text-box {
    float: left !important;
  }
}

.hero-left, .hero-right {
  position: relative;
  z-index: 20;
}

.hero-text-box {
  background: rgba(0, 0, 0, 0.40);
  padding: 30px;
  width: 80%;
  margin-top: 2%;
  margin-left: 4%;
  float: right;
}

.hero.large h1 {
  color:  #fff;
  font-family: 'jlr_emericsemibold';
  padding: 50px 20px 10px 20px;
  margin: 0;
}

.hero.large h1 span { color: #fff; }

.hero-text-box h4 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
}

.hero-text-box p {
  color: #fff;
  font-family: 'jlr_emericextralight';
  font-size: 0.9rem;
  line-height: 25px;
}

.img-overlay {
  position: absolute;
  z-index: 100;
  top: 3%;
  left:6%;
}

.img-overlay h2 {
  color: #fff;
  font-family: 'jlr_emericregular';
}

.text-btn {
  color: #fff;
  text-transform:
  uppercase;
  font-family: 'jlr_emericextralight';
}

.text-node {
  padding-top: 5px;
  display: inline-block;
  color: #fff;
  font-family: 'jlr_emericextralight';
  font-weight: bold;
  text-shadow: 4px 4px 2px rgba(60, 59, 59, 0.44);
}

.text-btn .icon { max-width: 10px; display: inline-block; }

.text { padding: 20px 0 60px 0; }

.text h2 { min-height:  66px; }

.new-privilege .hero h5 {
  color: #fff;
  padding: 10px 10px 10px 20px;
  margin: 0;
  font-size: 1.2rem;
  max-width: 60%;
}

#lightbox {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 0;
  transition: opacity 2s;
  transition-property: opacity;
}

#lightbox.active, #lightbox.active.display-downloads {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  transition: opacity 1s;
  transition-property: opacity;
}

#lightbox.active.display-faq {
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  transition: opacity 1s;
  transition-property: opacity;
}

.tabs {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}

#close {
  max-width: 25px;
  position: absolute;
  top: 20px; right: 20px ;
  cursor: pointer;
}

#downloads {
  display: block;
  margin: 0 auto;
  padding: 10px 0 140px 0;
}


#faq { display: block; }

#faq.active, #downloads.active {
  display: block;
}

.faq h1 { padding-top: 40px; }

/* Request a voucher */

.process {
  width: 80%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px;
  background: rgba(0, 0, 0, 0.40);
}

.process-col {
  padding: 0 20px 0 20px ;
}

.process-img {
  text-align: center;
}

.process img {
   max-width: 60px;
   min-height: 100px;
}

.process img.car { max-width: 80px; }

.process h4 {
  color: #fff;
  min-height: 45px;
  text-align: center;
  font-weight: bold;
}

.process p {
  font-family:  'jlr_emericextralight';
  font-size: 0.9rem;
  color: #fff;
}

.process p a { color: #fff; }

.sharing-ico { max-width: 40%; padding-top: 30px; }

.text-row { width: 85%; margin: 0 auto; }

#downloads {
  background: #999;
  background-size: cover;
  min-height: 490px;
}
#downloads .row { padding: 20px 0 0 0; }

#downloads h3 {
  padding: 50px 0 60px 0;
  text-align: center;
}

.pdf-file { text-align: center; }

.pdf-file a {
    font-size: 0.7rem;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.links {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}

.pdf-overlay a { color: #242424; padding: 8px 0 8px 0; }

.pdf-file img { max-width: 75px; }

.pdf-file-wrap {
  max-width: 150px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.pdf-overlay {
  background: #ebebebe0;
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  top: -150px;
  bottom: 0;
  opacity: 0;
  transition: top 1s, opacity 1s;
  transition-property: top, opacity;
}

.pdf-overlay.active {
  background: #fff;
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  transition: top 1s, opacity 1s;
  transition-property: top, opacity;
}

.pdf-overlay span { display: inline-block; }

.arrow-right { max-width: 5px; margin-right: 10px; }

.view-ico { max-width: 17px; margin-left: 5px; }

.download-ico { max-width: 12px; position: relative; top: -3px; left: 8px; }

.download-lable { color: #777; font-size: 0.8rem; display: block; padding-top: 15px; text-shadow: 4px 4px 2px rgba(150, 150, 153, 1); }

.tab-titles ul { padding: 0; }

.tab-titles ul li { display: inline-block; margin-right: 25px; }

.tab-titles ul li a {
  font-size: 1rem; color: #777;
}

.tab-titles ul li.active a { color: #1e1e1e; display:inline-block; padding: 8px 0 8px 0; }

.tab-titles ul li.active { border-bottom: 2px solid #777; }

#faq {}

.faq-item {
  padding-left: 30px;
  border-left: 2px solid #ccc;
  width: 60%;
  margin: 60px auto;
}

.rates {
  width: 98%;
  float: right;
}

.rates:after {
  display: table;
  content: " ";
  width: 100%;
}

.rates h4, .rates a { color: #fff; text-decoration: underline; }

.footer {
  background: #414042;
  width: 100%;
}

.footer .three {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer .three .top {
    margin-bottom: 30px;
    font-size: 14px;
}

.footer .three .bottom, .footer .three .middle {
    margin-bottom: 30px;
    font-size: 12px;
}

.footer .three p {
    color: #e9e9eb;
    line-height: 20px;
}

.footer .social-media {
    border-bottom: 1px solid #e9e9eb;
}

.policy {
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 20px;
  display: inline-block;
}

.social-media { border-bottom: 1px solid #e9e9eb; }

.social-icon {
  display: inline-block;
  max-width: 25px;
  padding-top: 6px;
}

.social-icon img  {
    margin: 15px 0;
    display: block;
}

.regular-font {
  font-family: 'jlr_emericregular';
}

.light-font {
  font-family: 'jlr_emericextralight';
}

.ico-back {
  display: inline-block;
  width: 20px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: -2px;
}

.ico-back img { margin-top: -3px;}

footer p, footer span, footer a { color: #fff; }

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 765px) {
    h2 { font-size: 1rem; }
    .img-overlay { top: 2%; }
    .text-node { text-shadow: 4px 4px 2px rgba(150, 150, 153, 1); }
    #downloads { width: 100%; padding: 40px 0 40px 0; }
    nav { position: relative; }
    .hero.large h1 { padding: 40px 20px 20px 20px; }
    .faq h1 {
    padding-top: 0;
    }
}
@media screen and (max-width: 700px) {
   .text-new, .text-used {
    width: 100%;
  }
  p { font-size: 0.8rem; line-height: 22px; }

  .new-privilege .hero h5 {
    max-width:  100%;
  }

  .offer-text { width: 100%; }

  .mobile-100 { width: 100%; }

  .hero.large h1 { font-size: 1.4rem; }

}

@media screen and (max-width: 620px) {

  h2 { font-size: 1rem; }
  .logo {
    max-width: 140px;
    padding-top: 7px;
  }
  .logo img { padding-top: 0; }
  .btn { font-size: 0.8rem; }
  .nav-top-right p { font-size: 0.6rem; }

  .col-6 { width: 100%; }

  .hero-text-box h4 { font-size: 1rem; }
  .hero-text-box p { font-size: 0.8rem; }

  .footer .three .top { font-size: 10px; }
  .stapline { font-size: 1rem; }

  .mobile-xs-100 { width: 100%; }

  .pdf-file-wrap { padding: 20px 0 20px 0; }

}

@media screen and (max-width: 480px) {
  .stapline { font-size: 0.7rem; }
  .hero.large h1 { font-size: 1rem; }
  #downloads h3 { font-size: 0.8rem; }
}

@media screen and (max-width: 399px) {
  .stapline { font-size: 0.6rem; }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
