/*
 *  INFINITI CONNECTED SERVICES MANAGEMENT
 */
/* MIXINS */
/* RESETS */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
.js .custom-select-underlay,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2, .category-label {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
.js .custom-select-underlay,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select,
.js .custom-select-underlay {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 *  CROSS-BROWSER BORDER BOX
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/Content/js/libs/boxsizing.htc);
}

/* STANDARDS */
/*
 *  SHARED CSM DESIGN STANDARDS
 *  Contains mappings from design concepts to styles
 */
/* PROPORTIONS */
/* GRID PROPORTIONS */
/* NB. Uses border-box model */
/* Z-INDICES */
/*
 *  INFINITI DESIGN STANDARDS
 *  Contains mappings from design concepts to styles
 */
/* TEMPORARY PATH CONFIG */
/* COLOURS */
/* Required for use with IE gradients */
/* SEMANTIC COLOURS */
/* FONTS */
/* TEXT PROPORTIONS */
/* SMACSS CATEGORIES */
/*
 *  FONTS
 */
@font-face {
  font-family: "Infiniti Meta";
  font-weight: bold;
  font-style: normal;
  src: url("/Content/fonts/infiniti/infiniti-meta-medium.eot");
  src: url("/Content/fonts/infiniti/infiniti-meta-medium.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/infiniti/infiniti-meta-medium.ttf") format("truetype"), url("/Content/fonts/infiniti/infiniti-meta-medium.svg#Infiniti Meta") format("svg");
}
@font-face {
  font-family: "Infiniti Meta";
  font-weight: normal;
  font-style: normal;
  src: url("/Content/fonts/infiniti/infiniti-meta-roman.eot");
  src: url("/Content/fonts/infiniti/infiniti-meta-roman.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/infiniti/infiniti-meta-roman.ttf") format("truetype"), url("/Content/fonts/infiniti/infiniti-meta-roman.svg#Infiniti Meta") format("svg");
}
@font-face {
  font-family: "icon";
  font-weight: normal;
  font-style: normal;
  src: url("/Content/fonts/infiniti/icons.eot");
  src: url("/Content/fonts/infiniti/icons.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/infiniti/icons.woff") format("woff"), url("/Content/fonts/infiniti/icons.ttf") format("truetype"), url("/Content/fonts/infiniti/icons.svg#icon") format("svg");
}
/*
 *  NISSAN CSM UI BASE STYLES
 *  Base styles define the default styling for elements
 *  in all occurrences on the site. They shouldn't include
 *  any class or ID selectors.
 */
body {
  background: black;
  /* Ensure set in case browser override */
  color: #dbd1d9;
  font-family: Verdana, sans-serif;
  font-size: 1em;
  min-width: 320px;
}

h1,
h2,
.category-label,
h3,
h4 {
  color: white;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  word-wrap: break-word;
}

h1 {
  border-bottom: 1px solid #464646;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.875em;
  margin: 0 0 0.83333em;
  padding-bottom: 0.33333em;
}

h2, .category-label {
  font-size: 1.25em;
  margin: 1em 0;
}

h3 {
  font-size: 1em;
  margin: 1.25em 0;
}

h4 {
  font-size: 1em;
  margin: 0.625em 0;
}

p {
  line-height: 1.5em;
  margin: 1.25em 0;
}

a {
  color: #ba73c6;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: white;
  outline: none;
}

small {
  font-size: 0.8125em;
}

hr {
  border: none;
  border-bottom: 1px solid #464646;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 1.5625em 0;
}

td, th {
  /* Pad table cells to the right */
  padding: 0.5em 2em 0.5em 0;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea {
  /* See Bourbon. Target all HTML5 text inputs. */
  background: rgba(255, 255, 255, 0.1);
  /* White 10% */
  border: 1px solid #7e588c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-appearance: none;
  /* Turn off mobile safari drop-shadow */
  border-radius: 0;
  color: white;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0.3125em 0;
  padding: 1em 1.125em;
  width: 100%;
}
.lt-ie9 input[type="email"], .lt-ie9 input[type="number"], .lt-ie9 input[type="password"], .lt-ie9 input[type="search"], .lt-ie9 input[type="tel"], .lt-ie9 input[type="text"], .lt-ie9 input[type="url"], .lt-ie9 input[type="color"], .lt-ie9 input[type="date"], .lt-ie9 input[type="datetime"], .lt-ie9 input[type="datetime-local"], .lt-ie9 input[type="month"], .lt-ie9 input[type="time"], .lt-ie9 input[type="week"], .lt-ie9 textarea {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF');
}
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, textarea:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, textarea:focus {
  border-color: rgba(255, 255, 255, 0.6);
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

select, .js .custom-select-underlay {
  border: 1px solid #c1c1c1;
  border-radius: 0;
  color: #343434;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0.3125em 0;
  padding: 0.9375em 0.75em;
  width: 100%;
}

input[type=submit], .button {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: white;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: #4d265b;
  border: 1px solid #581c6e;
  border-radius: 0;
  font-size: 1em;
  line-height: normal;
  margin: 1.25em 0;
  padding: 0.9375em 1.75em;
  text-align: center;
  text-decoration: none;
  vertical-align: baseline;
}

input[type=submit]:hover, .button:hover, input[type=submit]:focus, .button:focus, input[type=submit]:active, .button:active {
  border-color: #7e588c;
}

input[type=text][disabled] {
  background: rgba(255, 255, 255, 0.1);
}
.lt-ie9 input[type=text][disabled] {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF');
}

/* Checkboxes and Radio buttons - */
input[type=checkbox],
input[type=radio] {
  height: 30px;
  width: 30px;
  opacity: 0;
  vertical-align: middle;
  z-index: 1;
  /* Raise above label:before */
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

input[type=radio] {
  height: 32px;
  width: 32px;
}

/* Use label:before to hold checkbox/radio image */
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  content: " ";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=radio] + label:before {
  height: 32px;
  width: 32px;
}

.lt-ie9 input[type=checkbox] + label:before,
.lt-ie9 input[type=radio] + label:before {
  display: none;
}

/* NB. Requires specific element order. */
input[type=checkbox] + label:before {
  background-position: -73px 0;
}

input[type=checkbox]:hover + label:before {
  background-position: -129px 0;
}

input[type=checkbox]:checked + label:before {
  background-position: -185px 0;
}

input[type=checkbox][disabled] + label:before {
  background-position: -241px 0;
}

input[type=checkbox][disabled]:checked + label:before {
  background-position: -297px 0;
}

input[type=radio] + label:before {
  background-position: -68px -31px;
}

input[type=radio]:hover + label:before {
  background-position: -121px -31px;
}

input[type=radio]:checked + label:before {
  background-position: -174px -31px;
}

input[type=radio][disabled] + label:before {
  background-position: -227px -31px;
}

input[type=radio][disabled]:checked + label:before {
  background-position: -280px -31px;
}

/* NB. If browser doesn't understand selector, will ignore all selectors for rule, must use a rule for each. */
::-webkit-input-placeholder {
  color: #99948f !important;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:-moz-placeholder {
  color: #99948f !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

::-moz-placeholder {
  color: #99948f !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:-ms-input-placeholder {
  color: #99948f !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-ms-clear,
::-ms-reveal {
  /* Hide Windows 8 input buttons */
  display: none;
}

fieldset {
  border: none;
  margin: 0 0 1.25em;
  padding: 0;
  width: 100%;
}

legend {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 1.25em;
  padding: 0;
}

label {
  cursor: pointer;
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
}

/* TODO: To be integrated. Fix this in a minute. */
/*
form {
    a {
        color: $infiniti-grey-3;
        font-family: $block-font-family;
        text-decoration: underline;
        text-transform: uppercase;
    }

    a:hover {
        color: $infiniti-purple-5;
    }
}
*/
/*
 *  NISSAN CSM UI LAYOUT STYLES
 *  Should generally use a single ID or class.
 *  They should use a 'layout-' prefix to separate them from
 *  module or state styles.
 */
/* MIXINS */
/* GRID STYLES */
.layout-grid-container {
  /* Make grid container re-usable */
  *zoom: 1;
  position: relative;
}
.layout-grid-container:before, .layout-grid-container:after {
  content: " ";
  display: table;
}
.layout-grid-container:after {
  clear: both;
}

/* NB. All narrow grid elements are full-width */
.layout-grid-1 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-2 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-3 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-4 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-5 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-6 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-7 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-8 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-9 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-10 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-11 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-grid-12 {
  display: block;
  float: right;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  /* Width is the column width percentage times column count,
      take the width of the left and right column margins */
  width: 100%;
}

.layout-content {
  padding-left: 0%;
  padding-right: 0%;
}

.layout-max-width-content, .layout-max-width-content-narrow {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.layout-max-width-content-wide {
  position: relative;
  /* Do nothing else on narrow :D */
}

/* Whatever it's applied to, make it an unpadded block element */
.layout-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}

.layout-only-mobile {
  display: block !important;
}

.layout-only-desktop {
  display: none !important;
}

.layout-only-mobile-inline {
  display: inline-block !important;
}

.layout-only-desktop-inline {
  display: none !important;
}

.layout-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.layout-hide-on-infiniti {
  display: none;
}

.layout-hide-on-nissan {
  display: none;
}

.stuck {
  position: fixed;
  top: 0;
}

/*
 *  NISSAN CSM UI MODULE STYLES
 *  Modules are discrete components on the page.
 *  Avoid using element and ID selectors, stick to class names.
 *  When subclassing modules, use 'modulename-' as a class prefix.
 */
/* SMALL COMPONENTS */
.tabs-large {
  *zoom: 1;
  margin: 0;
  padding: 0;
  display: block;
}
.tabs-large:before, .tabs-large:after {
  content: " ";
  display: table;
}
.tabs-large:after {
  clear: both;
}
.tabs-large li {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: none;
  display: inline-block;
  vertical-align: middle;
  min-height: 5.38462em;
  margin: 0;
  position: relative;
  /* Positioning context for covering link */
  width: 50%;
  float: left;
}
.tabs-large li a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.tabs-large li a:hover, .tabs-large li a:focus, .tabs-large li a:active {
  color: white;
}
.tabs-large .tab-label {
  display: block;
  font-size: 1.23077em;
  padding: 0.9375em 1.25em 0.625em;
}
.tabs-large .is-current {
  border-bottom: none;
  /* Reset borders */
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  /* Required for abs-relative positioning of pseudo-borders */
  /* IE9 AND IE8 FALLBACKS */
  /* THE ACTUAL APPROACH */
  background: transparent;
  color: white;
}
.lt-ie10 .tabs-large .is-current {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
}
.lt-ie10 .tabs-large .is-current:before, .lt-ie10 .tabs-large .is-current:after {
  display: none;
}
.lt-ie9 .tabs-large .is-current {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  border-bottom: none;
}
.tabs-large .is-current:before, .tabs-large .is-current:after {
  /* Make a 1px pseudo-border on left and right with a linear gradient. Won't work in IE < 10. */
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), transparent);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), transparent);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6), transparent);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), transparent);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.6), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#00000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  max-height: 200px;
  top: 0;
}
.tabs-large .is-current:before {
  left: 0;
}
.tabs-large .is-current:after {
  right: 0;
}
.tabs-large .selected-icon {
  display: none;
}
.tabs-large .is-current .selected-icon {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 18px;
  height: 10px;
  background-position: -8px 0;
  bottom: -1px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  z-index: 1;
}

.tabs-small {
  list-style: none;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 0 0 9px 0;
}
.tabs-small li {
  float: left;
  margin-bottom: 10px;
}
.tabs-small li a {
  background: #1e1e1e;
  border: 1px solid #2a2a2a;
  color: #99948f;
  display: block;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-size: 1em;
  min-width: 128px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
.tabs-small li a:hover {
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.tabs-small li.current a {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  position: relative;
  /* Disabled because we can't do transparent notch
  &:after {
      content: " ";
      display: block;
      @include use-sprite-icon('small-tab-notch');
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -8px;  
  } 
  */
}
.lt-ie9 .tabs-small li.current a {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000');
}
.tabs-small.no-arrow a:before, .tabs-small.no-arrow a:after {
  display: none;
}

.service-title {
  padding-right: 100px;
  word-wrap: break-word;
}

.service-status {
  color: #99948f;
  font-size: 0.8125em;
  position: absolute;
  line-height: 1.23077em;
  /* Vertically centre despite height diff */
  right: 0;
  padding-right: 7px;
  /* Status Icons */
}
.service-status.is-activated {
  color: white;
}
.service-status:after {
  content: " ";
  right: -7px;
}
.service-status.is-activated:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  /* Expects inline block already applied */
  vertical-align: middle;
  /* Correct vertical alignment */
  position: relative;
  top: -1px;
  /* And pull up a little because of line height */
  height: 16px;
  width: 16px;
  background-position: 0 -56px;
}
.service-status.is-pending:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  /* Expects inline block already applied */
  vertical-align: middle;
  /* Correct vertical alignment */
  position: relative;
  top: -1px;
  /* And pull up a little because of line height */
  height: 16px;
  width: 16px;
  background-position: 0 -72px;
}
.service-status.is-expired:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  /* Expects inline block already applied */
  vertical-align: middle;
  /* Correct vertical alignment */
  position: relative;
  top: -1px;
  /* And pull up a little because of line height */
  height: 16px;
  width: 16px;
  background-position: 0 -88px;
}
.service-status.is-error:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  /* Expects inline block already applied */
  vertical-align: middle;
  /* Correct vertical alignment */
  position: relative;
  top: -1px;
  /* And pull up a little because of line height */
  height: 16px;
  width: 16px;
  background-position: 0 -104px;
}
.service-status.is-deactivated:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  /* Expects inline block already applied */
  vertical-align: middle;
  /* Correct vertical alignment */
  position: relative;
  top: -1px;
  /* And pull up a little because of line height */
  height: 16px;
  width: 16px;
  background-position: 0 -120px;
}

.accordion {
  border-bottom: 1px solid #343434;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  clear: both;
}
.accordion > li {
  clear: both;
  /* - Active accordion item - */
}
.accordion > li .desktop-heading {
  display: none;
}
.accordion > li > .accordion-header {
  background: #1e1e1e;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #0f0f0f;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 20px;
  position: relative;
}
.accordion > li .accordion-body {
  background: #131313;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}
.accordion > li .accordion-body:before, .accordion > li .accordion-body:after {
  display: none !important;
}
.accordion > li .expanded {
  height: auto;
}
.accordion > li .collapsed {
  height: 0;
}
.accordion > li .disableTransition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.js .accordion > li > .accordion-header {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 35px;
}
.js .accordion > li > .accordion-header:before {
  content: " ";
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 13px;
  height: 8px;
  background-position: -14px -14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -3px 0 0 -2px;
}
.js .accordion > li > .accordion-header.accordion-navigation-header:before {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 15px;
  height: 9px;
  background-position: -195px -191px;
  margin: -5px 0 0 0;
}
.js .accordion > li.active > .accordion-header.accordion-navigation-header:before {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 15px;
  height: 9px;
  background-position: -195px -163px;
  margin: -5px 0 0 0;
}
.js .accordion > li .accordion-body {
  padding: 0 20px;
}
.js .accordion > li.active > .accordion-header:before {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 13x;
  height: 8px;
  background-position: -13px -27px;
  right: 20px;
  margin: -2px 0 0 0;
}
.accordion.subscriptions {
  border-bottom: none;
}
.accordion.subscriptions li {
  /* - Active accordion item - */
}
.accordion.subscriptions li .accordion-header {
  background: none;
  border: none;
  font-size: 1em;
  padding: 19px 15px 18px;
}
.accordion.subscriptions li .accordion-body {
  background: none;
  border: none;
  border-bottom: 1px solid #343434;
  padding: 0 21px;
}
.js .accordion.subscriptions li .accordion-header {
  padding-left: 20px;
  padding-right: 20px;
}
.js .accordion.subscriptions li .accordion-header:before {
  left: 3px;
  right: auto;
}
.js .accordion.subscriptions li .accordion-header.alt:before {
  right: 3px;
  left: auto;
}
.js .accordion.subscriptions li.active .accordion-header {
  border-bottom: none;
}
.js .accordion.subscriptions li.active .accordion-header:before {
  left: 0;
  right: auto;
}
.js .accordion.subscriptions li.active .accordion-header.alt:before {
  right: 3px;
  left: auto;
}
.accordion.narrow-accordion {
  margin: 0 -6.75%;
}

.accordion-body p:first-child {
  margin-top: 0;
}

.button:hover, .button:focus, .button:active {
  /* Override link styles */
  color: white;
  text-decoration: none;
}

.button.secondary,
.button.tertiary {
  background: #1e1e1e;
  border-color: #2a2a2a;
}
.button.secondary:hover, .button.secondary:focus, .button.secondary:active,
.button.tertiary:hover,
.button.tertiary:focus,
.button.tertiary:active {
  border-color: #616162;
}

.button.emphasised,
input[type=submit].emphasised,
.emphasised.button {
  display: block;
  width: 100%;
}

/* NB. There are no .button-add styles on infiniti. */
.form-field-link {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #99948f;
  font-size: 0.8125em;
  margin: 1.15385em 0 0;
  text-decoration: underline;
}

.field-validation-error,
.form-error-summary {
  color: #c71444;
  display: block;
  font-size: 0.8125em;
  font-weight: bold;
}

.form-error-summary {
  margin: 1.53846em 0;
}

.field-validation-valid {
  margin: 0;
  /* Margin on empty span pushes fields down, so zero the margin. */
}

.form-field > label {
  margin: 0.5em 0;
}
.form-field .field-validation-error {
  /* No top margin */
  margin: 0 0 -5px 0;
  width: 85.10638%;
  /* From design */
  background: rgba(142, 0, 28, 0.3);
  color: white;
  padding: 0.625em 0.9375em;
  font-weight: normal;
}
.lt-ie9 .form-field .field-validation-error {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D8E001C', endColorstr='#4D8E001C');
}
.form-field + .form-field > .field-validation-error {
  /* Add top margin if another field */
  margin-top: 1.53846em;
}

/* TODO: Used for radios and checkboxes right now. Should be cleaned up */
fieldset.form-field {
  margin: 0.9375em 0 0;
}
fieldset.form-field .label {
  padding: 1.25em 0;
  margin: 0;
}

.category-label {
  float: left;
}

.form-field-controls {
  *zoom: 1;
  /* Clear any floated elements inside */
  position: relative;
  width: 100%;
  clear: both;
  min-height: 62px;
             /*
    input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
    select { /* See Bourbon. Target all HTML5 text inputs. 
        width: 100%;
    }
*/
  /* VALIDATION STATUS ICONS ON VALIDATED FIELDS */
  /* When field is validated, make it narrower */
  /* When field is not validated, hide status icon */
  /* When field is validated, position status icon but show blank */
  /* When field has been invalidated, show cross */
  /* When field has been validated, show tick */
  /* VALIDATION STATUS ICON ON FAUX-VALIDATED FIELDS */
  /* eg. Add Vehicle VIN confirmation */
}
.form-field-controls:before, .form-field-controls:after {
  content: " ";
  display: table;
}
.form-field-controls:after {
  clear: both;
}
.form-field-controls > label {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  /* Hide on narrow but keep accessible */
}
.form-field-controls .label-optional {
  color: #949494;
  font-style: italic;
  position: absolute;
  z-index: 1;
  right: 25px;
  /* Deliberate px */
  top: 1.3125em;
}
.form-field-controls .field-text + .label-optional,
.form-field-controls .field-text + .status-icon + .label-optional {
  right: 19.14894%;
}
.form-field-controls .field-text,
.form-field-controls .field-select,
.form-field-controls input.validated {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 85.10638%;
  /* From design */
  float: left;
}
.form-field-controls input + .status-icon,
.form-field-controls select + .status-icon,
.form-field-controls .js .custom-select-underlay + .status-icon,
.js .form-field-controls .custom-select-underlay + .status-icon {
  display: none;
}
.form-field-controls .field-text + .status-icon,
.form-field-controls .field-select + .status-icon,
.form-field-controls .field-text.validated + .status-icon {
  margin-left: 0.7em;
  position: relative;
  top: -1px;
  vertical-align: middle;
  height: 38px;
  width: 30px;
}
.form-field-controls .field-text.input-validation-error + .status-icon,
.form-field-controls .field-select.input-validation-error + .status-icon {
  display: none;
}
.form-field-controls input.valid + .status-icon,
.form-field-controls select.valid + .status-icon,
.form-field-controls .js .valid.custom-select-underlay + .status-icon,
.js .form-field-controls .valid.custom-select-underlay + .status-icon {
  float: left;
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 30px;
  height: 36px;
  background-position: -18px -34px;
  height: 53px;
  top: 4px;
  width: 30px;
}
.form-field-controls .validated + .status-icon.valid {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 30px;
  height: 36px;
  background-position: -18px -34px;
  height: 38px;
  width: 30px;
}
.form-field-controls .field-text.validated + .status-icon.invalid {
  display: none;
}

.form-field-confirmation {
  position: relative;
  line-height: 1.5em;
  margin: 1.25em 0;
}
.form-field-confirmation .controls {
  margin-top: 0.3125em;
  min-height: 34px;
  /* Ensure absolutely-positioned checkbox is cleared */
  padding-left: 47px;
  /* Checkbox width + 1em */
  position: relative;
}
.form-field-confirmation label {
  font-family: Verdana, sans-serif;
  /* Reset block text styles */
  font-weight: normal;
  margin-left: 0;
  line-height: 1;
  text-transform: none;
}
.form-field-confirmation input {
  position: absolute;
  left: 0;
  top: 0;
}
.form-field-confirmation input[type=checkbox] + label:before {
  left: 0;
  top: 0;
}

.form-field-note {
  display: block;
  font-size: 0.8125em;
  margin: 0.76923em 0 1.53846em;
  /* Bottom has 5px from form-field */
}

.form-field-short-note {
  display: block;
  font-size: 0.8125em;
  margin: 0.38462em 0 0.76923em;
  /* Bottom has 5px from form-field */
}

.form-button-row {
  /* Form button row lets inline-block buttons be contained in a block with collapsing margins */
  margin: 0.9375em 0;
  /* Will sum to 20px with inner button margins */
}

.form-button-row > input,
.form-button-row > button,
.form-button-row > .button {
  margin-top: 0.3125em;
  /* Will sum to 10px if buttons wrap over a line */
  margin-bottom: 0.3125em;
}

.form-actions {
  /* Form actions surrounds buttons in a padded div with a margin up top and border */
  border-top: 1px solid #464646;
  /* IE Fallback */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 1.5625em;
  padding: 0.9375em 0;
  /* Will sum to 20px with inner button margins */
}

.form-confirmation-actions {
  border-top: 1px solid #464646;
  /* IE Fallback */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 1.5625em;
  padding: 0 0 0.9375em;
  /* Only bottom padding */
}

.form-field-terms {
  margin: 1.25em 0;
  position: relative;
}
.form-field-terms strong {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
.form-field-terms div p:first-of-type {
  margin-top: 0;
}
.form-field-terms .terms-popup-link {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 24px;
  width: 24px;
  background-position: -49px -65px;
  position: absolute;
  top: 0;
  right: 18px;
  text-indent: -9999px;
}

.form-field-terms > div {
  color: #949494;
  background-color: #1e1e1e;
  font-size: 0.75em;
  line-height: 1.75em;
  padding: 0.9375em 1.875em;
  height: 8.125em;
  overflow-y: auto;
  overflow-x: hidden;
}

.form-actions > input,
.form-actions > button,
.form-actions > .button {
  margin-top: 0.3125em;
  /* Will sum to 10px if buttons wrap over a line */
  margin-bottom: 0.3125em;
}

.solid-rule {
  border-bottom: 1px solid #646464;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0;
}

/* JAVASCRIPT-ONLY CUSTOM SELECTS */
.custom-select-underlay {
  /* Without JS, hide underlay */
  display: none;
}

.js .custom-select {
  /* Must use a custom class, or select-underlay will inherit select styles */
  position: relative;
  z-index: 1;
  /* Place above the underlay and set it transparent */
  opacity: 0;
  filter: alpha(opacity=0);
  height: 52px;
  /* Android fix */
  zoom: 1;
  /* Get IE opacity to play nice */
}

.js .custom-select-underlay {
  /* DIABOLICAL SCHEMES!!!!! */
  *zoom: 1;
  background-color: rgba(0, 0, 0, 0.15);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.15));
  background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.15));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#26000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  display: block;
  border: 1px solid transparent;
  margin: 0;
  width: 100%;
  position: absolute;
  padding: 1em 0.625em 1em 1.125em;
  top: 0.3125em;
  text-align: right;
  /* Use direct state classes because dynamic classes
   * on select and adjacent siblings don't play well */
}
.js .custom-select-underlay:before, .js .custom-select-underlay:after {
  content: " ";
  display: table;
}
.js .custom-select-underlay:after {
  clear: both;
}
.js .custom-select-underlay.hover {
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.js .custom-select-underlay.focus {
  border: 1px solid #c8c8c8;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.js .custom-select-underlay .label {
  /* Put selected choice name in label */
  color: white;
  float: left;
}
.js .custom-select-underlay .placeholder {
  /* Pseudo-placeholder for narrow */
  color: #dbd1d9;
  float: left;
}
.js .custom-select-underlay .icon {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 15px;
  height: 9px;
  background-position: -195px -191px;
  vertical-align: middle;
  height: 16px;
  /* Tweak size and corresponding position to be shorter */
  width: 16px;
  background-position: -195px -187px;
}
.js .custom-select-underlay .icon:before {
  /* Create vertical stripe as a pseudo-element */
  background: rgba(255, 255, 255, 0.15);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-left: 1px solid black;
  /* IE Fallback */
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  content: " ";
  width: 1px;
  position: absolute;
  height: 100%;
  right: 35px;
  top: 0;
}
.lt-ie9 .js .custom-select-underlay .icon:before {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26FFFFFF', endColorstr='#26FFFFFF');
}

.js .custom-select + .custom-select-underlay,
.js .custom-select + .status-icon + .custom-select-underlay {
  width: 85.10638%;
  /* From design */
}

input[type="email"].input-validation-error, input[type="number"].input-validation-error, input[type="password"].input-validation-error, input[type="search"].input-validation-error, input[type="tel"].input-validation-error, input[type="text"].input-validation-error, input[type="url"].input-validation-error, input[type="color"].input-validation-error, input[type="date"].input-validation-error, input[type="datetime"].input-validation-error, input[type="datetime-local"].input-validation-error, input[type="month"].input-validation-error, input[type="time"].input-validation-error, input[type="week"].input-validation-error {
  background: rgba(142, 0, 28, 0.3);
  border: 1px solid rgba(142, 0, 28, 0.6);
}
.lt-ie9 input[type="email"].input-validation-error, .lt-ie9 input[type="number"].input-validation-error, .lt-ie9 input[type="password"].input-validation-error, .lt-ie9 input[type="search"].input-validation-error, .lt-ie9 input[type="tel"].input-validation-error, .lt-ie9 input[type="text"].input-validation-error, .lt-ie9 input[type="url"].input-validation-error, .lt-ie9 input[type="color"].input-validation-error, .lt-ie9 input[type="date"].input-validation-error, .lt-ie9 input[type="datetime"].input-validation-error, .lt-ie9 input[type="datetime-local"].input-validation-error, .lt-ie9 input[type="month"].input-validation-error, .lt-ie9 input[type="time"].input-validation-error, .lt-ie9 input[type="week"].input-validation-error {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D8E001C', endColorstr='#4D8E001C');
}
.form-error input[type="email"], .form-error input[type="number"], .form-error input[type="password"], .form-error input[type="search"], .form-error input[type="tel"], .form-error input[type="text"], .form-error input[type="url"], .form-error input[type="color"], .form-error input[type="date"], .form-error input[type="datetime"], .form-error input[type="datetime-local"], .form-error input[type="month"], .form-error input[type="time"], .form-error input[type="week"] {
  background: rgba(142, 0, 28, 0.3);
  border: 1px solid rgba(142, 0, 28, 0.6);
}
.lt-ie9 .form-error input[type="email"], .lt-ie9 .form-error input[type="number"], .lt-ie9 .form-error input[type="password"], .lt-ie9 .form-error input[type="search"], .lt-ie9 .form-error input[type="tel"], .lt-ie9 .form-error input[type="text"], .lt-ie9 .form-error input[type="url"], .lt-ie9 .form-error input[type="color"], .lt-ie9 .form-error input[type="date"], .lt-ie9 .form-error input[type="datetime"], .lt-ie9 .form-error input[type="datetime-local"], .lt-ie9 .form-error input[type="month"], .lt-ie9 .form-error input[type="time"], .lt-ie9 .form-error input[type="week"] {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D8E001C', endColorstr='#4D8E001C');
}

select.input-validation-error, .js .input-validation-error.custom-select-underlay {
  background: #dbd1d9;
}

.error-notification {
  background: rgba(142, 0, 28, 0.3);
  border: 1px solid rgba(142, 0, 28, 0.6);
  padding: 15px 15px 15px 55px;
  position: relative;
}
.lt-ie9 .error-notification {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D8E001C', endColorstr='#4D8E001C');
}
.error-notification p {
  margin: 0;
}
.error-notification:before {
  content: " ";
  display: block;
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 23px;
  height: 24px;
  background-position: 0px -176px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12px;
}

.ajax-form-error {
  display: none;
  margin-bottom: 1.25em;
}

/* Custom radio and checkbox fields for when field is marked up so.
   Uses the general approach from Ajaxian here: http://ajaxian.com/archives/custom-css-inputs */
.form-radios-checkboxes {
  *zoom: 1;
}
.form-radios-checkboxes:before, .form-radios-checkboxes:after {
  content: " ";
  display: table;
}
.form-radios-checkboxes:after {
  clear: both;
}

.form-field-checkbox,
.form-field-radio {
  display: block;
  margin: 0 0 1.25em;
  position: relative;
  /* Allow abs-relative positioning of :before image */
  padding-left: 32px;
}
.form-field-checkbox label,
.form-field-radio label {
  margin-left: 0.5em;
}

.brand-identity-area {
  display: none;
}

.vehicle-name {
  border: none;
  padding: 0;
  font-size: 0.8em;
  margin: 0 0 0.5em;
  overflow: hidden;
  /* Prevent long names from breaking out of container */
}
.vehicle-name .year,
.vehicle-name .model,
.vehicle-name .nickname,
.vehicle-name .vin,
.vehicle-name .owner {
  display: block;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}
.vehicle-name .year {
  font-size: 1em;
}
.vehicle-name .model {
  font-size: 2.5em;
  line-height: 1.05em;
}
.vehicle-name .nickname {
  font-size: 1em;
  line-height: 1.25em;
}
.vehicle-name .vin, .vehicle-name .owner {
  line-height: 1.5625em;
  color: #949494;
}

.vehicle-name.small {
  margin: 0;
}
.vehicle-name.small .year {
  font-size: 1em;
  line-height: 0.875em;
}
.vehicle-name.small .model {
  font-size: 1.875em;
  line-height: 1.33333em;
}
.vehicle-name.small .nickname {
  font-size: 1em;
  line-height: 1;
}

.vehicle-name .infobar .info-driver, .vehicle-name .infobar .key {
  position: absolute;
  top: 16px;
  right: 1.53846em;
  text-indent: -9998px;
  border: none;
  margin: 0;
  padding: 0;
}
.vehicle-name .infobar .info-driver {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 20px;
  width: 20px;
  background-position: -310px -66px;
}
.vehicle-name .infobar .key {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 20px;
  width: 26px;
  background-position: -283px -66px;
}

.panel {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: none;
  /* Reset borders */
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  /* Required for abs-relative positioning of pseudo-borders */
  /* IE9 AND IE8 FALLBACKS */
  /* THE ACTUAL APPROACH */
  border-bottom: none;
  overflow: hidden;
  padding: 0 1.25em;
}
.lt-ie9 .panel {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
}
.lt-ie10 .panel {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lt-ie10 .panel:before, .lt-ie10 .panel:after {
  display: none;
}
.lt-ie9 .panel {
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.panel:before, .panel:after {
  /* Make a 1px pseudo-border on left and right with a linear gradient. Won't work in IE < 10. */
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#00000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  max-height: 200px;
  top: 0;
}
.panel:before {
  left: 0;
}
.panel:after {
  right: 0;
}

.tab .panel {
  padding: 15px 0;
  position: relative;
  background: none;
  border-bottom: none;
}
.tab .panel:before {
  left: auto;
  right: 0;
  top: 50%;
}
.tab .panel:after {
  display: none;
}

.power-text {
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.example-text {
  color: #99948f;
  font-size: 0.8125em;
  font-style: italic;
  margin: 0.23077em 0 1.53846em;
}

.example-text-slim {
  color: #99948f;
  font-size: 0.8125em;
  font-style: italic;
  margin: 0.38462em 0 0;
}

.primary-link {
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ba73c6;
  font-size: 0.8125em;
}

.secondary-link {
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8125em;
}

.unbroken-link {
  white-space: nowrap;
}

.detail-list {
  *zoom: 1;
  display: block;
  padding: 10px 0 0 0;
  margin-bottom: -30px;
  /* Eat the trailing margin from the last item */
}
.detail-list:before, .detail-list:after {
  content: " ";
  display: table;
}
.detail-list:after {
  clear: both;
}
.detail-list dl {
  *zoom: 1;
  margin: 0;
  /* Eat the trailing margin from the last item */
}
.detail-list dl:before, .detail-list dl:after {
  content: " ";
  display: table;
}
.detail-list dl:after {
  clear: both;
}
.detail-list dt {
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 0.8125em;
  margin: 0 0 8px 0;
}
.detail-list dd {
  color: white;
  margin: 0 0 30px 0;
  width: 100%;
  word-wrap: break-word;
}

.detail-wrapper {
  border-bottom: 1px solid #646464;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  overflow: hidden;
  padding: 0.3125em 0 1.5625em;
  position: relative;
  width: 100%;
}
.detail-wrapper.two-column .detail-list {
  display: block;
  background-clip: padding-box;
  margin-top: 1.25em;
  /* Separate from previous in flow */
  vertical-align: top;
  width: 100%;
}
.detail-wrapper.two-column .detail-list:first-child {
  margin-top: 0;
}

.detail-wrapper-item {
  margin: 0 0 1.875em;
  /* Snuggle up to list above, and shunt below down */
}

.detail-wrapper-note {
  float: left;
  /* Float to get in flow with detail list */
  font-size: 0.8125em;
  margin: 1.53846em 0 0;
  font-style: italic;
  color: #99948f;
}

.alert {
  background: rgba(142, 0, 28, 0.3);
  border: 1px solid #660a20;
  /* IE Fallback */
  border: 1px solid rgba(142, 0, 28, 0.6);
  color: #dbd1d9;
  padding: 1em 1.5em;
  /* Both done to match design */
  text-align: center;
}
.lt-ie9 .alert {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D8E001C', endColorstr='#4D8E001C');
}

.alert-separated {
  margin-top: 1.875em;
}

.vehicle-edit-options {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.vehicle-edit-options li {
  display: inline-block;
}
.vehicle-edit-options li:last-child {
  border-left: 1px solid #1e1e1e;
  padding-left: 10px;
  margin-left: 10px;
}

.welcome-info-text h2, .welcome-info-text .category-label {
  margin-top: 2.5em;
}

.forgot-username-password .field-validation-error {
  width: 100%;
}

.disable-transitions {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.dynamic-content.hide {
  opacity: 0;
}

.ajax-spinner {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: url(/Content/images/infiniti/spinner.gif) no-repeat center center;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  /* Hide by default */
  position: absolute;
  /* Centre in box */
  width: 40px;
  height: 40px;
  left: 50%;
  /* Use 50% minus half width trick */
  top: 50%;
  /* Use 50% minus half width trick */
  margin-top: -12px;
  /* Use 50% minus half width trick */
  margin-left: -12px;
  /* Use 50% minus half width trick */
  z-index: 10;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ajax-spinner.visible {
  display: block;
}

.csstransitions .dynamic-content {
  opacity: 1;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.csstransitions .dynamic-content.hide {
  opacity: 0;
}

.replace-head-unit {
  margin-top: 10px;
}

/* STANDALONE COMPONENTS */
.tabbed-content .tab-control {
  list-style: none;
  margin: 0 0 21px 0;
  padding: 0 0 7px 0;
  display: table;
  width: 100%;
}
.tabbed-content .tab-control a {
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  display: table-cell;
  width: 50%;
  background: #1e1e1e;
  border: 1px solid #2a2a2a;
  vertical-align: middle;
  color: #99948f;
  font-size: 0.8125em;
  padding: 11px;
  text-align: center;
  word-wrap: break-word;
}
.tabbed-content .tab-control a:hover {
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.tabbed-content .tab-control a.active {
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: black;
  /* IE Fallback *without* using filter, because IE turns off :after on elements with filters */
  background: rgba(0, 0, 0, 0.2);
  color: white;
  position: relative;
}
.tabbed-content .tab-control a.active:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -8px;
  bottom: -17px;
  border: 8px solid;
  border-color: rgba(255, 255, 255, 0.3) transparent transparent transparent;
}
.tabbed-content .tab-control a.active:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
  border: 8px solid;
  border-color: #0f0f0f transparent transparent transparent;
}
.tabbed-content .tab-control a.active a {
  color: white;
  position: relative;
}
.tabbed-content .tab {
  clear: both;
  display: none;
}
.tabbed-content .tab.active {
  display: block;
}

.accordion-body .tab-control {
  margin-top: 15px;
}

.js .tabbed-content .tab-heading {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  /* Hide but keep available for screen readers */
}

.admin-bar {
  display: none;
}

.is-header-dropdown-active .admin-bar {
  display: block;
  /* Make fixed-position admin bar link visible */
}

.admin-bar-link {
  border-top: 1px solid #464646;
  /* IE Fallback */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: black;
  bottom: 0;
  color: #99948f;
  font-size: 1em;
  position: fixed;
  z-index: 4;
  width: 100%;
  padding: 1em 1.25em;
}
.admin-bar-link:hover, .admin-bar-link:focus, .admin-bar-link:active {
  border-top: 1px solid #646464;
  /* IE Fallback */
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.admin-bar-link:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 6px;
  height: 10px;
  background-position: -7px -14px;
  content: " ";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

.admin-bar-link:hover:after,
.admin-bar-link:focus:after,
.admin-bar-link:active:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 6px;
  height: 10px;
  background-position: -7px -14px;
}

html.is-header-dropdown-active {
  overflow: hidden;
  /* Prevent scrolling when dropdown is shown */
  position: fixed;
  width: 100%;
}

.header {
  *zoom: 1;
  font-weight: bold;
}
.header:before, .header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}

.header-underlay {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.header-put-to-front {
  z-index: 1;
}

.header-content {
  border-top: 1px solid #5a5a5a;
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #454545), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #454545, black);
  background-image: -moz-linear-gradient(top, #454545, black);
  background-image: -ms-linear-gradient(top, #454545, black);
  background-image: -o-linear-gradient(top, #454545, black);
  background-image: linear-gradient(top, #454545, black);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF454545', endColorstr='#FF000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  position: relative;
  z-index: 5;
}

.header-greeting {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-align: right;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #4a4a4a;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  color: #99948f;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-dropdown {
  border-bottom: 1px solid #444;
  padding: 0 20px;
  padding-top: 0.625em;
  background-color: #2f2f2f;
  position: absolute;
  top: 61px;
  width: 100%;
}

.header-dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: black;
}

.header-dropdown-list > li {
  border-top: 1px solid #444;
}
.header-dropdown-list > li a span {
  padding: 0;
}
.header-dropdown-list > li.infiniti-only {
  display: block;
}

.header-dropdown-list > li:first-child {
  border-top: none;
}

.header-grid-aligment {
  padding-right: 0;
}

.header-container-logo {
  float: left;
  /* Float it to take it out of flow */
  line-height: 0;
  /* Prevent line height adding space at bottom of logo */
}

.header-home-link {
  display: block;
  width: 60px;
  height: 31px;
  float: left;
  text-indent: -999px;
  background: url(/Content/images/infiniti/logotype.png);
  margin: 15px 0;
  background-size: cover;
}

.header-title-and-nav {
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
}

.header-nav {
  float: right;
}

.header-nav-list {
  margin: 0;
  text-align: left;
  padding: 0;
  height: 61px;
}

.header-nav-list > li {
  display: inline-block;
  float: left;
}

.header-nav-link {
  border-left: 1px solid lightgrey;
  color: #99948f;
  outline: none !important;
  text-decoration: none !important;
}

.header-nav-link.dropdown {
  border: none;
  padding: 1.25em 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.header-nav-link.garage {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  display: none;
}

.header-nav-link.profile,
.header-nav-link.admin-logout {
  border-left: 1px solid #4a4a4a;
  display: block;
  height: 61px;
  width: 84px;
}
.header-nav-link.profile:before,
.header-nav-link.admin-logout:before {
  border-left: 1px solid #1a1a1a;
  content: attr(data-menu);
  display: block;
  font-size: 1.23077em;
  line-height: 61px;
  width: 82px;
  height: 61px;
  text-align: center;
  text-transform: uppercase;
}
.header-nav-link.profile.is-active,
.header-nav-link.admin-logout.is-active {
  background-color: #2f2f2f;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #080808), color-stop(100%, #2f2f2f));
  background-image: -webkit-linear-gradient(to bottom, #080808, #2f2f2f);
  background-image: -moz-linear-gradient(to bottom, #080808, #2f2f2f);
  background-image: -ms-linear-gradient(to bottom, #080808, #2f2f2f);
  background-image: -o-linear-gradient(to bottom, #080808, #2f2f2f);
  background-image: linear-gradient(to bottom, #080808, #2f2f2f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF080808', endColorstr='#FF2F2F2F');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
}

.order-table {
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding: 0 30px;
}
.lt-ie9 .order-table {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0DFFFFFF', endColorstr='#0DFFFFFF');
}
.order-table .mobile-date {
  width: 50%;
  float: left;
}
.order-table .mobile-price {
  width: 50%;
  float: right;
  text-align: right;
}
.order-table table {
  width: 100%;
}
.order-table table tr {
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 0;
}
.order-table table tr td {
  color: white;
  padding: 30px 0;
  vertical-align: top;
}
.order-table table tr td:last-child {
  text-align: right;
}
.order-table table tr td em {
  display: block;
  font-family: Verdana;
  font-weight: normal;
  padding-top: 10px;
  text-transform: none;
}
.order-table table tr:last-child {
  border-bottom: none;
}
.order-table table .order-Cancelled td {
  color: #99948f;
}
.order-table table .cancelled-status {
  display: block;
  padding-top: 10px;
}
.order-table table .cancelled-status:before {
  content: "";
  margin-right: 10px;
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  /* Expects inline block already applied */
  vertical-align: middle;
  /* Correct vertical alignment */
  position: relative;
  top: -1px;
  /* And pull up a little because of line height */
  height: 16px;
  width: 16px;
  background-position: 0 -120px;
}

.content {
  background: url(/Content/images/infiniti/page-background-small.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 1.875em;
  padding-bottom: 5em;
  /* Padding for 50px gap from last content element to footer */
}
.is-logged-in .content {
  padding-top: 3.75em;
  /* + height of header-greeting bar */
}

.login input[type=email], .login input[type=password], .login input[type=text] {
  width: 100% !important;
}

.login-title {
  border: none;
  margin: 0 0 1.15385em;
  padding: 0.76923em 0 0;
  position: relative;
  /* Raise up in stacking order */
  z-index: 1;
  /* Raise up in stacking order */
}

.login-title-line {
  display: block;
}

.login .form-error-summary {
  margin-top: 0;
}

.login-form-field .form-field-error {
  width: 100%;
}

.breadcrumb {
  margin: 0.625em 0 0.625em;
}

.breadcrumb-link {
  font-size: 0.8125em;
}

.breadcrumb-link:before {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 6px;
  height: 10px;
  background-position: 0 -25px;
  content: " ";
  margin-right: 0.3em;
}

.breadcrumb-link:hover:before, .breadcrumb-link:focus:before, .breadcrumb-link:active:before {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 6px;
  height: 10px;
  background-position: -7px -25px;
}

.my-garage {
  padding-bottom: 1.25em;
}

.my-garage-header {
  border-bottom: none;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

.my-garage-header small {
  display: block;
  font-size: 0.4em;
  color: #c1c1c1;
  text-transform: none;
  line-height: 1.2em;
  margin-top: 0.3125em;
}

.my-garage-info {
  margin-top: 0;
}

.my-garage-single-vehicle-header {
  /* Hide when single vehicle on narrow */
  display: none;
}

.my-garage-no-vehicles .my-garage-header {
  border-bottom: 1px solid #464646;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.83333em;
  padding-bottom: 0.5em;
}

.my-garage .breadcrumb {
  /* On vehicle details, has different spacing */
  margin: 0 0 -0.3125em;
}

.my-garage-nav {
  margin-bottom: -1.25em;
  /* Eat bottom margin from last vehicle */
}
.my-garage-nav .vehicle-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-garage-nav .scroll-vehicles-link {
  display: none;
}
.my-garage-nav .vehicle {
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  display: block;
  height: 12.6875em;
  margin-bottom: 1.25em;
  padding: 1.25em 1.25em 0.3125em;
  position: relative;
  /* Make positioning context for link and wide arrow */
}
.lt-ie9 .my-garage-nav .vehicle {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
}
.my-garage-nav .vehicle-image {
  bottom: -0.9375em;
  height: auto;
  left: 0.125em;
  position: absolute;
  width: 83%;
}
.my-garage-nav .vehicle-link {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: black;
  /* For IE z-index bug */
  bottom: 0;
  filter: alpha(opacity=0);
  /* For IE z-index bug */
  left: 0;
  opacity: 0;
  /* For IE z-index bug */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  /* Pop above arrow container */
}
.my-garage-nav .arrow-container {
  position: absolute;
  right: 0;
  width: 25px;
  top: 0;
  height: 100%;
}
.my-garage-nav .arrow-icon {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 6px;
  height: 10px;
  background-position: 0 -14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.my-garage-nav .prop {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
}
.my-garage-nav .prop.owner-icon {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 20px;
  width: 26px;
  background-position: -283px -66px;
}
.my-garage-nav .prop.driver-icon {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 20px;
  width: 20px;
  background-position: -310px -66px;
}
.my-garage-nav .vehicle:hover {
  border: 1px solid #c8c8c8;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.my-garage-nav .vehicle:hover .arrow-icon {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 6px;
  height: 10px;
  background-position: -7px -14px;
}

.my-garage-add-vehicle {
  float: left;
  /* Give arbitrary float to get on grid */
  margin: 1.875em 0 0;
}

.vehicle-details {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.25em 1.25em 0;
  /* TODO: Remove this padding to make everything else simpler? */
  margin-top: 1.25em;
  /* VEHICLE DESCRIPTION */
  /* DRIVER LIST */
  /* Driver Description needs some fancy table layout tricks to match design */
}
.lt-ie9 .vehicle-details {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
}
.vehicle-details .vehicle-description {
  overflow: hidden;
  /* Prevent text leaking out */
  margin: -0.625em -0.625em 0 -0.625em;
  /* Do negative margin craziness to get container & design to work */
  padding: 0.625em 0.625em 0 0.625em;
}
.vehicle-details .vehicle-edit-link-wrapper {
  margin: 0;
}
.vehicle-details .vehicle-image {
  height: auto;
  margin-top: -0.76923em;
  width: 100%;
}
.vehicle-details .drivers-list {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* Cut off long names that don't break */
  width: 100%;
}
.vehicle-details .driver {
  border-bottom: 1px solid #646464;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding-bottom: 1.25em;
  margin: 1.25em 0;
  position: relative;
  /* Positioning context for icon */
  overflow: hidden;
}
.vehicle-details .multiple {
  padding-top: 15px;
}
.vehicle-details .multiple .driver {
  position: relative;
  padding-bottom: 30px;
  margin: 10px 0;
}
.vehicle-details .multiple .driver .driver-invite-links {
  text-align: left;
}
.vehicle-details .driver-invite-links .left-border {
  border-left: 1px solid #1e1e1e;
  padding-left: 10px;
  margin-left: 10px;
}
.vehicle-details .driver-description {
  display: table;
  margin-bottom: 1.25em;
  padding-top: 0.3125em;
}
.vehicle-details .driver-icon-wrapper {
  width: 15px;
}
.vehicle-details .driver-icon {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 20px;
  width: 20px;
  background-position: -310px -66px;
}
.vehicle-details .driver-name-wrapper {
  display: table-cell;
  padding-left: 0.625em;
  vertical-align: middle;
}
.vehicle-details .driver-name {
  font-size: 1em;
  margin: 0;
}
.vehicle-details .driver-invite-status {
  font-style: italic;
  margin: 0;
}
.vehicle-details .driver.pending .driver-name {
  color: #949494;
}
.vehicle-details .driver.pending .driver-description {
  opacity: 0.6;
}
.vehicle-details .narrow-accordion {
  margin: 0 -1.25em;
}

/* Vehicle actions is out of flow and hard-left on infiniti narrow */
.vehicle-actions.controls {
  text-align: left;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-content-wrapper {
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #583c4f), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #583c4f, black);
  background-image: -moz-linear-gradient(top, #583c4f, black);
  background-image: -ms-linear-gradient(top, #583c4f, black);
  background-image: -o-linear-gradient(top, #583c4f, black);
  background-image: linear-gradient(top, #583c4f, black);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF583C4F', endColorstr='#FF000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
}

.modal-content-wrapper.is-loading {
  /* Cover whole viewport with gradient */
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.modal-header {
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f3f), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #3f3f3f, black);
  background-image: -moz-linear-gradient(top, #3f3f3f, black);
  background-image: -ms-linear-gradient(top, #3f3f3f, black);
  background-image: -o-linear-gradient(top, #3f3f3f, black);
  background-image: linear-gradient(top, #3f3f3f, black);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3F3F3F', endColorstr='#FF000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #583c4f;
  min-height: 3.75em;
  /* Set minimum height on bar when no h1 content */
  position: fixed;
  top: 0;
  left: 0;
  min-width: 320px;
  width: 100%;
  z-index: 10;
}

.modal-header h1 {
  color: white;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-right: 1px solid #0b0b0b;
  padding: 1.25em 1.25em 1.25em 6.25%;
  margin: 0 48px 0 0;
  /* End at edge of close button */
  font-size: 1em;
  color: white;
}

.modal-header .close-button {
  border-left: 1px solid #2a2a2a;
  display: block;
  height: 100%;
  line-height: 3.625em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 48px;
}
.modal-header .close-button:hover, .modal-header .close-button:focus, .modal-header .close-button:active {
  border-color: #616162;
}
.is-loading .modal-header .close-button {
  display: none !important;
}

.close-button .close-icon {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 21px;
  height: 21px;
  background-position: -27px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  vertical-align: middle;
}

.modal {
  position: relative;
  /* Allow abs-relative positioning of spinner */
  padding: 3.625em 0 1.25em;
  /* Pad top by modal header height */
  min-height: 100%;
  /* Cover viewport at minimum when loading, contain content otherwise */
}

.modal .content {
  background: transparent;
  padding-bottom: 0;
  /* Reset content padding */
}

.modal h1 {
  /* Hide h1 and only show in modal-header */
  display: none;
}

.modal .close-button {
  display: none;
  /* Hide on narrow for now */
}
.is-loading .modal .close-button {
  display: none !important;
}

.modal-spinner {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: url(/Content/images/infiniti/spinner.gif) no-repeat;
  display: none;
  /* Hide by default */
  position: fixed;
  /* Centre in viewport */
  width: 24px;
  height: 24px;
  left: 50%;
  /* Use 50% minus half width trick */
  top: 50%;
  /* Use 50% minus half width trick */
  margin-top: -12px;
  /* Use 50% minus half width trick */
  margin-left: -12px;
  /* Use 50% minus half width trick */
  z-index: 10;
}
.modal-spinner.visible {
  display: block;
}

.modal-wrapper {
  background: black;
}

.modal .content.hide {
  opacity: 0;
}

#AddVehicleDiv {
  border-top: 1px solid #464646;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
}
#AddVehicleDiv.noTopBorder {
  border-top: none;
  padding-top: 0;
}

.add-vehicle .vehicle-details-list {
  margin: 0.76923em 0 0 0;
  overflow: hidden;
}
.add-vehicle .vehicle-details-list dt, .add-vehicle .vehicle-details-list dd {
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.add-vehicle .vehicle-details-list dt {
  color: white;
  font-size: 1em;
  line-height: normal;
  margin-bottom: 0;
  width: 6em;
}
.add-vehicle .vehicle-details-list dt label {
  font-size: 0.9375em;
  line-height: normal;
}
.add-vehicle .vehicle-details-list dd {
  color: white;
  font-size: 1.875em;
  margin-bottom: 0.96154em;
  letter-spacing: -0.03846em;
  line-height: normal;
}

.welcome-add-vehicle {
  position: relative;
  overflow: hidden;
}

.delete-vehicle .vehicle-description {
  font-size: 1em;
  line-height: 1.5em;
}
.delete-vehicle .vehicle-type {
  display: block;
  /* Force rest of content on to new line */
  font-size: 1.625em;
  letter-spacing: -0.03846em;
  margin-bottom: 0.3125em;
}

.my-profile {
  border-bottom: none;
  /* Reset borders */
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  /* Required for abs-relative positioning of pseudo-borders */
  /* IE9 AND IE8 FALLBACKS */
  /* THE ACTUAL APPROACH */
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.05)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0DFFFFFF', endColorstr='#00000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  padding: 0.3125em 0;
}
.lt-ie10 .my-profile {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lt-ie10 .my-profile:before, .lt-ie10 .my-profile:after {
  display: none;
}
.lt-ie9 .my-profile {
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.my-profile:before, .my-profile:after {
  /* Make a 1px pseudo-border on left and right with a linear gradient. Won't work in IE < 10. */
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#00000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  max-height: 200px;
  top: 0;
}
.my-profile:before {
  left: 0;
}
.my-profile:after {
  right: 0;
}
.my-profile dl {
  /* Shave bottom margin to match design */
  margin-bottom: 0.3125em;
}
.my-profile .change-email,
.my-profile .change-username {
  margin: 0.625em 0;
}
.my-profile .email-is-username-note {
  color: #99948f;
  font-style: italic;
  font-size: 0.8125em;
  margin: 0.38462em 0;
}

.my-profile-account-details,
.my-profile-personal-details {
  border-bottom: 1px solid #464646;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.3125em 1.25em 0;
  /* Let borders run edge-to-edge, content padded in */
  position: relative;
  /* Positioning context for button */
}

.footer {
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191919), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #191919, black);
  background-image: -moz-linear-gradient(top, #191919, black);
  background-image: -ms-linear-gradient(top, #191919, black);
  background-image: -o-linear-gradient(top, #191919, black);
  background-image: linear-gradient(top, #191919, black);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF191919', endColorstr='#FF000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  padding-bottom: 1.25em;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: normal;
}

.footer-blocks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list-item {
  position: relative;
  margin-top: -2px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.footer-list-item:first-child {
  margin-top: -1px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid transparent;
}

.footer-list-item:hover {
  color: white;
  z-index: 1;
}

.footer-link {
  color: #99948f;
  display: inline-block;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none !important;
  border-top: 1px dashed transparent;
  border-bottom: 1px solid #1f1f1f;
}

.footer-link:after {
  content: "";
  position: absolute;
  top: 1.25em;
  right: 6.25%;
}

#footer-select-language-open {
  margin: 0;
  cursor: pointer;
  position: relative;
  /* Positioning context for icons */
}

#footer-select-language-open:hover {
  color: white;
}

#footer-select-language-open:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  right: 14px;
}

#footer-select-language-close {
  display: none;
  /* Hide the hacked additional close link on narrow */
}

#footer-language-container.is-expanded #footer-select-language-open:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  right: 14px;
}

#footer-language-container.is-expanded:hover {
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
  background-color: transparent;
}

#footer-language-container.is-expanded .footer-link,
#footer-language-container.is-expanded .footer-link:hover {
  border-bottom: 1px solid transparent;
  color: white;
}

#footer-language-container.is-expanded .footer-globe-icon {
  color: #c1bbbf;
}

#footer-language-container.is-expanded .footer-globe-icon:before {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 18px;
  height: 18px;
  background-position: -69px -151px;
}

.footer-language-select-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #1f1f1f;
}

.footer-language-select-menu li:first-child {
  padding: 0;
}

.footer-language.active:after {
  margin-left: 10px;
  margin-bottom: -3px;
  content: "";
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 16px;
  height: 16px;
  background-position: -89px -152px;
}

.footer-language-select-menu a:hover {
  color: white;
}

.footer-globe-icon {
  padding: 0.6875em 26px 0.6875em 30px;
  position: relative;
  cursor: pointer;
}

.footer-globe-icon:before {
  position: absolute;
  content: "";
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 18px;
  height: 18px;
  background-position: -49px -151px;
  left: 0;
}

.footer-language {
  padding: 0.9375em 0 0.9375em 30px;
  display: block;
  width: 100%;
  color: #4d4d4d;
  text-decoration: none;
}

#footer-current-language:before {
  left: 0px;
  top: 9px;
}

.footer-copyright {
  color: #949494;
  margin-top: 2.5em;
  padding-left: 6.25%;
  padding-right: 6.25%;
  text-transform: uppercase;
}

.footer-layout-max-width-content {
  position: static;
  max-width: 1280px;
  padding: 0;
  margin: 0;
}

.footer-layout-grid-12 {
  position: static;
  padding: 0;
  margin: 0;
}

.footer-clear {
  clear: both;
}

.edit-nickname-form {
  position: relative;
  z-index: 9;
}

.edit-nickname-underlay {
  background: rgba(0, 0, 0, 0.85);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /* Is a child of form, so display one beneath in stacking order */
}
.lt-ie9 .edit-nickname-underlay {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9000000', endColorstr='#D9000000');
}

.vehicle-registered-panel {
  /* TODO: Style no-js version of this in page, just in case */
}
.vehicle-registered-panel .pin-label {
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0;
}
.vehicle-registered-panel .customer-pin {
  color: white;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0.14286em;
  font-size: 5.38462em;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 1;
}

.admin-search {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 1.25em;
  padding: 1.25em;
  position: relative;
  /* TODO: Will need to make errors appear above search field */
}
.lt-ie9 .admin-search {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
}
.admin-search label,
.admin-search .admin-search-controls,
.admin-search input.admin-search-submit {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: bottom;
}
.admin-search .admin-search-form {
  position: relative;
  /* Positioning context for button */
}
.admin-search .admin-search-controls {
  width: 100%;
}
.admin-search label {
  display: none;
}
.admin-search .field-validation-error {
  margin-bottom: 0.76923em;
}
.admin-search input[type=text] {
  margin: 0 1.15385em 0 0;
  margin: 0 1.15385em 0 0;
}
.admin-search input.vehicle-search-input {
  /* Arbitrary selector to override specificity of input[type=submit] */
  width: 100%;
  padding-right: 48px;
}
.admin-search input.customer-search-input {
  /* Arbitrary selector to override specificity of input[type=submit] */
  width: 100%;
  padding-right: 48px;
}
.admin-search input.admin-search-submit {
  /* Arbitrary selector to override specificity of input[type=submit] */
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  background-color: #4d265b;
  background-position: -302px -128px;
  position: absolute;
  bottom: 1px;
  /* Position over search field, from bottom */
  right: 1px;
  margin: -1px 0 0;
  width: 38px;
  padding: 0;
  height: 50px;
  text-indent: -9999em;
  /* Hide text while retaining font size */
}
.admin-search input.admin-search-submit:hover {
  border-left: 1px solid #78497e;
}

/* IE PSEUDO-PLACEHOLDERS */
.js .has-placeholder {
  /* Arbitrarily specific selector */
  color: #99948f;
}

.admin-vehicle-panel {
  background: none;
  border: none;
  margin-top: -1.25em;
  /* Eat up at top to match design */
}

.admin-vehicle-panel .desktop-heading {
  background: #1e1e1e;
  border: 1px solid #343434;
  border-bottom: 1px solid #0f0f0f;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  margin: 0;
  margin-top: 1.875em;
  padding: 20px;
  position: relative;
}

.lt-ie10 .admin-vehicle-panel {
  border: none;
  /* Required to blat the more-specific gradient border declarations */
}

.admin-vehicle-title {
  margin-bottom: 0.33333em;
  border-bottom: none;
  padding-bottom: 0;
}

.admin-vehicle-actions {
  border-bottom: 1px solid #464646;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #78497e;
  /* Base colour for vertical bar */
  padding-bottom: 0.9375em;
  margin-bottom: 0.1875em;
  /* To match design proportions */
}

.admin-vehicle-actions a {
  margin: 0 0.3125em;
}

.admin-vehicle-actions a:first-child {
  margin-left: 0;
  /* Allow to sit flush left */
}

.admin-free-period-label {
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.admin-free-period-status {
  color: white;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.is-status-expired .admin-free-period-status {
  color: #99948f;
  /* Dim the expired state */
}

.admin-subscriptions-title-block {
  background: #1e1e1e;
  border-bottom: 1px solid #0d0d0d;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
  border-top: 1px solid #3f3f3f;
  margin-top: 1.875em;
  padding: 1.125em 1.25em 0.9375em;
}

.admin-subscriptions-title {
  margin: 0;
  font-size: 1em;
}

.admin-subscriptions-status {
  font-size: 0.8125em;
  margin: 0.30769em 0 0;
}

.admin-subscriptions-status.is-status-activated:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  /* Expects inline block already applied */
  vertical-align: middle;
  /* Correct vertical alignment */
  position: relative;
  top: -1px;
  /* And pull up a little because of line height */
  height: 16px;
  width: 16px;
  background-position: 0 -56px;
  content: " ";
}

.admin-subscriptions-status.is-status-expired:after {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  /* Expects inline block already applied */
  vertical-align: middle;
  /* Correct vertical alignment */
  position: relative;
  top: -1px;
  /* And pull up a little because of line height */
  height: 16px;
  width: 16px;
  background-position: 0 -88px;
  content: " ";
}

.admin-vehicle-property-action {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-top: 0.84615em;
}

label.admin-accept-tncs-label {
  /* Arbitrarily specific */
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  line-height: 1.5;
  margin-top: -0.3125em;
}

.admin-user-details-panel {
  background: none;
  border: none;
  margin-top: -1.25em;
}

.lt-ie10 .admin-user-details-panel {
  border: none;
  /* Required to blat the more-specific gradient border declarations */
}

.admin-user-title {
  margin-bottom: 0.33333em;
  border-bottom: none;
  padding-bottom: 0;
}

/* These rules replicate much of admin-vehicle-details styles. Abstract out if needed. */
.admin-user-actions {
  border-bottom: 1px solid #464646;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #78497e;
  /* Base colour for vertical bar */
  padding-bottom: 0.9375em;
  margin-bottom: 0.1875em;
  /* To match design proportions */
}

.admin-user-actions a {
  margin: 0 0.3125em;
}

.admin-user-actions a:first-child {
  margin-left: 0;
  /* Allow to sit flush left */
}

.admin-user-address {
  line-height: 1.5;
  /* Space consecutive lines to match design */
}

.admin-user-vehicles-title {
  margin-top: 1.5em;
}

.admin-user-vehicles .results-list {
  /* Style as loosely-spaced, dark grey bordered rects */
  padding: 0;
}
.admin-user-vehicles .results-list li {
  background: rgba(30, 30, 30, 0.6);
  border: 1px solid #2a2a2a;
  /* IE Fallback */
  border: 1px solid rgba(42, 42, 42, 0.8);
  margin-bottom: 0.625em;
}
.lt-ie9 .admin-user-vehicles .results-list li {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991E1E1E', endColorstr='#991E1E1E');
}
.admin-user-vehicles .results-list li:nth-child(even) {
  /* Must duplicate rule block because if a browser doesn't understand this selector, it'll ignore the whole rule */
  background: rgba(30, 30, 30, 0.6);
  border: 1px solid #2a2a2a;
  /* IE Fallback */
  border: 1px solid rgba(42, 42, 42, 0.8);
  margin-bottom: 0.625em;
}
.lt-ie9 .admin-user-vehicles .results-list li:nth-child(even) {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991E1E1E', endColorstr='#991E1E1E');
}

.results-title {
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  margin: 1.125em 1.25em;
}

.results-list {
  margin: 0 0 1.25em;
  padding: 0 1.25em;
  /* Vehicle Info */
  /* Right Arrow */
  /* Relationship icon */
}
.results-list li {
  color: #dbd1d9;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
  list-style: none;
  margin: 0;
  padding: 1em 1.875em 0.5625em 1.25em;
  /* Eat bottom padding from last para, clear arrow on right */
  position: relative;
  /* Positioning context for link and labels */
  margin-bottom: 0.625em;
}
.lt-ie9 .results-list li {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0DFFFFFF', endColorstr='#0DFFFFFF');
}
.results-list li:nth-child(even) {
  /* Override even row styles in supporting browsers */
  background: rgba(255, 255, 255, 0.08);
}
.lt-ie9 .results-list li:nth-child(even) {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14FFFFFF', endColorstr='#14FFFFFF');
}
.results-list li:hover {
  color: white;
}
.results-list p {
  color: #99948f;
  margin: 0 0 0.6875em;
  overflow: hidden;
  /* Don't let the chaps break out */
  padding: 0;
  word-wrap: break-word;
  /* Break long words, eg. long email */
}
.results-list .model,
.results-list .last-name {
  color: white;
}
.results-list .link-icon {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 17px;
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 8px;
  height: 14px;
  background-position: 0 0;
}
.results-list .relationship-type {
  position: absolute;
  top: 0.9375em;
  right: 0.625em;
  text-indent: -9998px;
}
.results-list .relationship-type.Driver {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 20px;
  width: 20px;
  background-position: -310px -66px;
}
.results-list .relationship-type.Owner {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 20px;
  width: 26px;
  background-position: -283px -66px;
}

.result-link {
  /* Cover the whole list item */
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  position: absolute;
  top: -1px;
  /* Overlay over 1px border */
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.result-link:hover, .result-link:focus, .result-link:active {
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.packages {
  margin-top: 1.5625em;
}

.packages.tabbed-content {
  margin-top: 1.25em;
}

.package {
  border-bottom: none;
  overflow: hidden;
  clear: both;
  position: relative;
  margin: 0;
  padding: 0 0 0.3125em;
  /* Move top padding on to header */
}
.package:before {
  /* Link arrow */
  content: " ";
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 8px;
  height: 14px;
  background-position: 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -7px;
}

.package-header,
.tab-control + .package-count-one .package-header,
.tab-control + .tab + .package-count-one .package-header {
  /* Match solo package header when tabs are above it */
  border-top: 1px solid #464646;
  /* IE Fallback */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.125em 1.25em 0 0;
  /* Take overall spacing on top, pad in on right */
}

.package-count-one .package-header {
  /* Then turn off if higher-specificity selector above doesn't match. */
  border-top: none;
  padding-top: 0;
}

.package-name {
  margin: 0;
  font-size: 1em;
}

.package-header-recommended,
.package-header-price,
.package-renewal-date,
.package-expiry-date,
.package-renewal-price {
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #99948f;
  font-size: 0.8125em;
  margin: 0.61538em 0 1.53846em;
}

.package-header-recommended {
  position: absolute;
  top: 7px;
  right: 10px;
}
.package-header-recommended span {
  display: none;
}
.package-header-recommended:before {
  content: '';
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 16px;
  width: 14px;
  background-position: -266px -69px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}

.package-renewal-price,
.package-header-stop-auto-renew {
  display: none;
  /* Hide by default */
}

.package-details-link {
  /* Link should cover container */
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.package-body {
  overflow: hidden;
  padding-right: 1.25em;
}

.package-description {
  margin-top: 0;
}

.package-services,
.package-actions {
  display: none;
  /* Hide by default narrow. Will be shown in package-details as below. */
}

.package-price {
  color: white;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.package-price .currency {
  font-size: 2.375em;
  font-weight: normal;
}
.package-price .price {
  font-size: 2.5em;
  font-weight: normal;
}
.package-price .period {
  font-size: 0.8125em;
}

.package-details {
  /* Display package differently when shown as package-details */
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #646464;
  /* IE Fallback */
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 9px 1px;
  /* Nominal bottom border */
  margin-bottom: 1.25em;
  /* To meet 20px bottom convention */
}
.lt-ie9 .package-details {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
}
.package-details .package {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.05)), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0DFFFFFF', endColorstr='#00000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
  padding: 0 11px;
}
.package-details .package:before {
  display: none;
}
.package-details .package-header {
  border-bottom: 1px solid #646464;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  padding: 0;
}
.package-details .package-name {
  font-size: 1.875em;
  margin: 0.5em 0 0.5em;
}
.package-details .package-renewal-date,
.package-details .package-expiry-date,
.package-details .package-header-price {
  font-size: 0.8125em;
  margin: -0.76923em 0 2.07692em;
}
.package-details .package-renewal-price {
  display: block;
  /* Show on package details */
  font-size: 0.8125em;
  margin: -1.76923em 0 1.53846em;
}
.package-details .available .package-header-price {
  display: none;
  /* Available packages hide the header price on details */
}
.package-details .package-header-stop-auto-renew {
  display: block;
  /* Show on vehicle details page */
}
.package-details .package-body {
  padding: 0.625em 0 0;
}
.package-details .package-description {
  margin-top: 1.25em;
}
.package-details .package-details-link {
  /* Already in package details, so no link */
  display: none;
}
.package-details .package-services,
.package-details .package-actions {
  /* Show on details */
  display: block;
}
.package-details .package-services {
  border-top: 1px solid #646464;
  /* IE Fallback */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 1.875em 0 2.1875em;
}
.package-details .package-services p {
  margin: 1.875em 0;
}
.package-details .package-services p:first-child {
  margin-top: 0;
}
.package-details .service-title {
  /* Must use ultra specificity to override accordion with !importants. */
  padding: 29px 103px 29px 20px;
}
.package-details .available .service-title {
  padding: 29px 20px 29px 20px;
}
.package-details .service-description {
  padding: 0 !important;
  /* Annihilate the ultra-specificity of accordion again. */
}
.package-details .package-actions p {
  margin: 1.5625em 0;
}
.package-details .package-actions-stop-auto-renew {
  display: none;
  /* Hide on narrow, will have action in header */
}

.package.highlight {
  background-color: #212121;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
  border: 1px solid #9c9793;
}
.package.highlight:before {
  right: 20px;
}

.management-tool {
  /* Target when the package panel is first child, or second */
}
.management-tool .packages {
  margin-top: 0;
  border-bottom: 1px solid #242424;
  /* Put bottom border on container */
}
.management-tool .package {
  background: #131313;
  border-top: none;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
  margin: 0;
  padding: 0 1.25em 0.3125em;
  /* Move padding on to header */
}
.management-tool .package:before {
  right: 1.25em;
}
.management-tool :first-child + .package .package-header,
.management-tool .package:first-child .package-header {
  border-top: none;
}

.vehicle-manage-apps {
  margin-bottom: 1.25em;
}
.vehicle-manage-apps.layout-grid-6 {
  width: 100%;
}
.vehicle-manage-apps h3 {
  margin-left: -21px;
  margin-right: -21px;
  background: #1e1e1e;
  border: 1px solid #343434;
  border-bottom: 1px solid #0f0f0f;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  padding: 20px;
  position: relative;
}
.vehicle-manage-apps span {
  color: #949494;
  font-weight: normal;
  font-size: 0.75em;
  display: block;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.purchase-package-container h2, .purchase-package-container .category-label {
  font-size: 1.875em;
  margin: 0.83333em 0 0;
}

.purchase-package-model {
  font-size: 0.875em;
  padding: 0;
  margin: 0;
  margin-bottom: 1.78571em;
  color: #949494;
  text-transform: uppercase;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
}

.purchase-package-price {
  font-size: 2.1875em;
  color: white;
  text-transform: uppercase;
  padding-bottom: 0.57143em;
  margin-bottom: 0.57143em;
  border-bottom: 1px solid #464646;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.purchase-package-price .period {
  font-size: 0.34286em;
}

.toggle-field-label {
  margin-bottom: 0.625em;
  margin-right: 1.25em;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.purchase-package-container dd {
  padding: 0;
  margin: 0;
}

.purchase-package-note {
  color: #949494;
  font-size: 0.75em;
  line-height: 20px;
  font-style: italic;
  clear: both;
  margin-bottom: 0;
  padding-top: 1.25em;
  margin-top: 0;
}

.purchase-package-container input[type=submit], .purchase-package-container .button, .purchase-package-container .button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.625em;
}

.purchase-package-container .form-actions {
  margin-top: 0;
}

.toggle-switch {
  display: block;
  overflow: hidden;
  float: right;
  margin-top: -9px;
}

.toggle-switch a {
  float: left;
  min-width: 48px;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  padding: 0 15px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #514f50), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #514f50, black);
  background-image: -moz-linear-gradient(top, #514f50, black);
  background-image: -ms-linear-gradient(top, #514f50, black);
  background-image: -o-linear-gradient(top, #514f50, black);
  background-image: linear-gradient(top, #514f50, black);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF514F50', endColorstr='#FF000000');
  zoom: 1;
  /* In IE, elements must have layout for filters to apply */
}

.toggle-switch a.active {
  background: #4d265b;
  filter: none;
  -webkit-box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.6) inset;
  border-right: none;
  border-left: none;
  border-top: 1px inset rgba(193, 193, 193, 0.1);
  border-bottom: 1px inset rgba(193, 193, 193, 0.1);
  cursor: default;
}
.toggle-switch a.active:last-child {
  border-right: 1px inset rgba(193, 193, 193, 0.1);
}
.toggle-switch a.active:first-child {
  border-left: 1px inset rgba(193, 193, 193, 0.1);
}

.change-toggle-switch {
  display: none;
}

.toggle-field-label {
  float: left;
}

.services-list {
  margin: 0;
  padding: 0;
}

.service-item {
  list-style-type: none;
  position: relative;
  margin: 1.25em 0;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #646464;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service-item .divider {
  display: inline-block;
  height: 36px;
}

.service-item .app-download-badge {
  background: black;
  border: 1px solid #343434;
  padding: 3px;
}

.service-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.service-name, .service-renewal {
  padding-left: 60px;
}

.service-name {
  margin-bottom: 0.1875em;
  line-height: 1.875em;
}

.service-renewal {
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #949494;
  font-size: 0.875em;
}

.service-link {
  text-transform: uppercase;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
}

#ogone-template {
  /* Elements to hide */
  /* Row with logos */
  /* Table with order number and price */
  /* Recurring message checkbox */
  /* Buttons */
  /* NB. Requires specific element order. */
}
#ogone-template small {
  font-size: 13px;
}
#ogone-template #ie_cc > tbody > tr:first-child {
  display: none;
}
#ogone-template table {
  width: 100%;
}
#ogone-template table td {
  padding: 0.5em 1em 0.5em 0;
  text-align: left;
}
#ogone-template #ncol_ref:after {
  content: "";
  display: block;
  height: 1px;
  width: 200%;
  border-bottom: 1px solid #464646;
  /* IE Fallback */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.625em;
  margin-top: 1.875em;
}
#ogone-template #ncol_ali .ncoltxtc {
  position: relative;
  padding: 0;
}
#ogone-template #ncol_ali .ncoltxtc label {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  text-transform: none;
  display: block;
  padding-left: 40px;
  line-height: 1.5;
}
#ogone-template #ncol_ali tr:first-child small {
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
#ogone-template .select-exp-parent {
  float: left;
  text-indent: -9998px;
}
#ogone-template .select-exp {
  text-indent: 0;
  float: left;
  width: 90px;
  position: relative;
  min-width: 0;
}
#ogone-template .select-exp:first-child {
  margin-right: 5px;
}
#ogone-template .select-exp select[name], #ogone-template .select-exp .js [name].custom-select-underlay, .js #ogone-template .select-exp [name].custom-select-underlay {
  opacity: 0;
  width: 90px;
}
#ogone-template .select-exp .custom-select-underlay {
  opacity: 1;
  width: 90px;
}
#ogone-template #ncol_cancel {
  display: none;
}
#ogone-template input.button {
  width: 100%;
}
#ogone-template input[type=checkbox] + small:before, #ogone-template input[type=radio] + small:before {
  background: url(/Content/images/infiniti/sprite-sheet.png) no-repeat;
  content: " ";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#ogone-template input[type=checkbox] + small:before {
  background-position: -73px 0;
}
#ogone-template input[type=checkbox]:hover + small:before {
  background-position: -129px 0;
}
#ogone-template input[type=checkbox]:checked + small:before {
  background-position: -185px 0;
}
#ogone-template input[type=checkbox][disabled] + small:before {
  background-position: -241px 0;
}
#ogone-template input[type=checkbox][disabled]:checked + small:before {
  background-position: -297px 0;
}
#ogone-template input[type=radio] + label:before {
  background-position: -68px -31px;
}
#ogone-template input[type=radio]:hover + label:before {
  background-position: -121px -31px;
}
#ogone-template input[type=radio]:checked + label:before {
  background-position: -174px -31px;
}
#ogone-template input[type=radio][disabled] + label:before {
  background-position: -227px -31px;
}
#ogone-template input[type=radio][disabled]:checked + label:before {
  background-position: -280px -31px;
}

.support-faq h1 {
  border-bottom: none;
  padding-bottom: none;
}

.support-faq h2.accordion-header, .support-faq .accordion-header.category-label {
  text-transform: none;
}

.support-faq .pretitle {
  color: #ba73c6;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 0.43333em;
  margin-bottom: 15px;
}

.support-faq .narrow-accordion > li > .accordion-header {
  padding-left: 20px;
}

.support-faq .accordion.subscriptions li .accordion-header {
  padding-left: 0;
  line-height: 1.3em;
  font-size: 1.25em;
}

.support-faq .accordion.subscriptions li .accordion-body {
  padding: 0;
}

.support-faq .faq-actions {
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.market-landing {
  position: relative;
  padding: 0 20px;
}
.market-landing .layout-grid-container {
  z-index: 2;
}
.market-landing .eu-map {
  position: absolute;
  top: -1.875em;
  right: 0;
  background: url(/Content/images/infiniti/eu-map-small.png) no-repeat;
  width: 320px;
  height: 234px;
}
.market-landing .login-title {
  padding-top: 0;
  margin-bottom: 0.66667em;
}
.market-landing .country-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #646464;
  /* IE Fallback */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.875em;
}
.market-landing .country-list li {
  list-style-type: none;
  margin: 30px 0;
}
.market-landing .country-list li:first-child {
  margin-top: 0;
}
.market-landing .country-list li:last-child {
  margin-bottom: 0;
}
.market-landing .country-list a {
  text-transform: uppercase;
  color: white;
  font-size: 1.25em;
  line-height: 22px;
  font-family: "Infiniti Meta", Helvetica, Arial, sans-serif;
}
.market-landing .country-list a:hover {
  color: #dbd1d9;
}
.market-landing .country-list a:before {
  content: "";
  float: left;
  margin-right: 12px;
}
.market-landing .country-list a.flag-be:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -22px;
}
.market-landing .country-list a.flag-at:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 0;
}
.market-landing .country-list a.flag-bg:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -43px;
}
.market-landing .country-list a.flag-ch:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -65px;
}
.market-landing .country-list a.flag-cz:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -87px;
}
.market-landing .country-list a.flag-de:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -327px;
}
.market-landing .country-list a.flag-es:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -109px;
}
.market-landing .country-list a.flag-fr:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -131px;
}
.market-landing .country-list a.flag-gb:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -153px;
}
.market-landing .country-list a.flag-hr:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -175px;
}
.market-landing .country-list a.flag-hu:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -197px;
}
.market-landing .country-list a.flag-it:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -219px;
}
.market-landing .country-list a.flag-lu:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -241px;
}
.market-landing .country-list a.flag-nl:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -263px;
}
.market-landing .country-list a.flag-pl:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -285px;
}
.market-landing .country-list a.flag-tr:before {
  background: url(/Content/images/infiniti/flags.png) no-repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 32px;
  height: 22px;
  background-position: 0 -306px;
}

/* SMACSS STATES */
.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

/*# sourceMappingURL=base.css.map */