@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
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;
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Addresses margins set differently in IE 6/7.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 *  Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ 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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  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. Removes 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 */
}

/**
 * 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/10.
 * 2. Remove excess padding in IE 7/8/9/10.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 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;
}

@font-face {
  font-family: "toyotadisplay_bd";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/toyota/display/toyotadisplay_bold.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/display/toyotadisplay_bold.woff") format("woff"), url("fonts/toyota/display/toyotadisplay_bold.ttf") format("truetype"), url("fonts/toyota/display/toyotadisplay_bold.svg#toyotadisplay_bd") format("svg");
}
@font-face {
  font-family: "toyotadisplay_rg";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/toyota/display/toyotadisplay_regular.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/display/toyotadisplay_regular.woff") format("woff"), url("fonts/toyota/display/toyotadisplay_regular.ttf") format("truetype"), url("fonts/toyota/display/toyotadisplay_regular.svg#toyotadisplay_rg") format("svg");
}
@font-face {
  font-family: "toyotatext_bd";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/toyota/text/toyotatext_bold.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/text/toyotatext_bold.woff") format("woff"), url("fonts/toyota/text/toyotatext_bold.ttf") format("truetype"), url("fonts/toyota/text/toyotatext_bold.svg#toyotatext_bd") format("svg");
}
@font-face {
  font-family: "toyotatext_rg";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/toyota/text/toyotatext_regular.eot");
  src: url("fonts/toyota/text/toyotatext_regular.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/text/toyotatext_regular.svg#toyotatext_rg") format("svg"), url("fonts/toyota/text/toyotatext_regular.woff") format("woff"), url("fonts/toyota/text/toyotatext_regular.ttf") format("truetype");
}
/* ==========================================================================
   Icons
   ========================================================================== */
@font-face {
  font-family: 'ToyotaIconFont';
  src: url("fonts/toyota/icons/toyotaicon.eot");
  src: url("fonts/toyota/icons/toyotaicon.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/icons/toyotaicon.svg#ToyotaIconFont") format("svg"), url("fonts/toyota/icons/toyotaicon.woff") format("woff"), url("fonts/toyota/icons/toyotaicon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'ToyotaIconFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-car1:before {
  content: "\e00a";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-user:before {
  content: "\f007";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-camera:before {
  content: "\f030";
}

.icon-print:before {
  content: "\f02f";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-lock:before {
  content: "\f023";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-trash:before {
  content: "\f014";
}

.icon-book:before {
  content: "\f02d";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-minus:before {
  content: "\f068";
}

.icon-plus:before {
  content: "\f067";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-phone:before {
  content: "\f095";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-reorder:before {
  content: "\f0c9";
  font-size: 1.3rem;
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-reply:before {
  content: "\f112";
}

.icon-file-pdf:before {
  content: "\e000";
}

.icon-ipod:before {
  content: "\e001";
}

.icon-sun-stroke:before {
  content: "\e003";
}

.icon-rain:before {
  content: "\e004";
}

.icon-un_check:before {
  content: "\e005";
}

.icon-active_check:before {
  content: "\e006";
}

.icon-usb1:before {
  content: "\e007";
}

.icon-bluetooth:before {
  content: "\e008";
}

.icon-car2:before {
  content: "\e009";
}

.icon-snowflake:before {
  content: "\e00b";
}

.icon-new2:before {
  content: "\e00c";
}

.icon-plug_1:before {
  content: "\e00d";
}

.icon-Flickr:before {
  content: "\e00e";
}

.icon-cog:before {
  content: "\f013";
}

.icon-arrw:before {
  content: "\e00f";
}

.icon-radio-checked:before {
  content: "\e604";
}

.icon-radio-uncheck:before {
  content: "\e605";
}

.icon-share:before {
  content: "\e606";
}

.icon-undo:before {
  content: "\e600";
}

.icon-refresh:before {
  content: "\e601";
}

.icon-calendar:before {
  content: "\e602";
}

.icon-home:before {
  content: "\e603";
}

/*.icon-chevron-right, .icon-chevron-left { top: 0.12em; }
.icon-chevron-up, .icon-chevron-down,.icon-facebook,.icon-youtube,.icon-twitter { top: 0.1em; }*/
*:hover i {
  text-decoration: none;
}

[class^="moon-"], [class*=" moon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moon-info:before {
  content: "\e604";
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser warning prompt
   ========================================================================== */
.browserwarn {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: "toyotadisplay_bd";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/toyota/display/toyotadisplay_bold.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/display/toyotadisplay_bold.woff") format("woff"), url("fonts/toyota/display/toyotadisplay_bold.ttf") format("truetype"), url("fonts/toyota/display/toyotadisplay_bold.svg#toyotadisplay_bd") format("svg");
}
@font-face {
  font-family: "toyotadisplay_rg";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/toyota/display/toyotadisplay_regular.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/display/toyotadisplay_regular.woff") format("woff"), url("fonts/toyota/display/toyotadisplay_regular.ttf") format("truetype"), url("fonts/toyota/display/toyotadisplay_regular.svg#toyotadisplay_rg") format("svg");
}
@font-face {
  font-family: "toyotatext_bd";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/toyota/text/toyotatext_bold.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/text/toyotatext_bold.woff") format("woff"), url("fonts/toyota/text/toyotatext_bold.ttf") format("truetype"), url("fonts/toyota/text/toyotatext_bold.svg#toyotatext_bd") format("svg");
}
@font-face {
  font-family: "toyotatext_rg";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/toyota/text/toyotatext_regular.eot");
  src: url("fonts/toyota/text/toyotatext_regular.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/text/toyotatext_regular.svg#toyotatext_rg") format("svg"), url("fonts/toyota/text/toyotatext_regular.woff") format("woff"), url("fonts/toyota/text/toyotatext_regular.ttf") format("truetype");
}
/* ==========================================================================
   Icons
   ========================================================================== */
@font-face {
  font-family: 'ToyotaIconFont';
  src: url("fonts/toyota/icons/toyotaicon.eot");
  src: url("fonts/toyota/icons/toyotaicon.eot?#iefix") format("embedded-opentype"), url("fonts/toyota/icons/toyotaicon.svg#ToyotaIconFont") format("svg"), url("fonts/toyota/icons/toyotaicon.woff") format("woff"), url("fonts/toyota/icons/toyotaicon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'ToyotaIconFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-car1:before {
  content: "\e00a";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-user:before {
  content: "\f007";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-camera:before {
  content: "\f030";
}

.icon-print:before {
  content: "\f02f";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-lock:before {
  content: "\f023";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-trash:before {
  content: "\f014";
}

.icon-book:before {
  content: "\f02d";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-minus:before {
  content: "\f068";
}

.icon-plus:before {
  content: "\f067";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-phone:before {
  content: "\f095";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-reorder:before {
  content: "\f0c9";
  font-size: 1.3rem;
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-reply:before {
  content: "\f112";
}

.icon-file-pdf:before {
  content: "\e000";
}

.icon-ipod:before {
  content: "\e001";
}

.icon-sun-stroke:before {
  content: "\e003";
}

.icon-rain:before {
  content: "\e004";
}

.icon-un_check:before {
  content: "\e005";
}

.icon-active_check:before {
  content: "\e006";
}

.icon-usb1:before {
  content: "\e007";
}

.icon-bluetooth:before {
  content: "\e008";
}

.icon-car2:before {
  content: "\e009";
}

.icon-snowflake:before {
  content: "\e00b";
}

.icon-new2:before {
  content: "\e00c";
}

.icon-plug_1:before {
  content: "\e00d";
}

.icon-Flickr:before {
  content: "\e00e";
}

.icon-cog:before {
  content: "\f013";
}

.icon-arrw:before {
  content: "\e00f";
}

.icon-radio-checked:before {
  content: "\e604";
}

.icon-radio-uncheck:before {
  content: "\e605";
}

.icon-share:before {
  content: "\e606";
}

.icon-undo:before {
  content: "\e600";
}

.icon-refresh:before {
  content: "\e601";
}

.icon-calendar:before {
  content: "\e602";
}

.icon-home:before {
  content: "\e603";
}

/*.icon-chevron-right, .icon-chevron-left { top: 0.12em; }
.icon-chevron-up, .icon-chevron-down,.icon-facebook,.icon-youtube,.icon-twitter { top: 0.1em; }*/
*:hover i {
  text-decoration: none;
}

[class^="moon-"], [class*=" moon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moon-info:before {
  content: "\e604";
}

/**,:after,:before{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }*/
/* ==========================================================================
   Global common styles
   ========================================================================== */
body {
  background: #fff;
  color: #1e2a32;
  font-family: toyotatext_rg,Verdana,sans-serif;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
}

a,
a:focus {
  outline: 0;
}

a {
  color: #1e2a32;
}

iframe {
  border: 0;
}

i, strong, b {
  font-style: normal;
}

/* ==========================================================================
   Style guide defined styles
   ========================================================================== */
.heading1, h1 {
  font-family: toyotadisplay_bd;
  font-size: 44px;
  color: #1e2a32;
  line-height: 46px;
  display: block;
  letter-spacing: -0.03em;
}

.heading2, h2 {
  font-family: toyotadisplay_rg;
  font-size: 34px;
  color: #1e2a32;
  display: block;
  line-height: 36px;
  letter-spacing: -0.03em;
}

.heading3, h3 {
  font-family: toyotatext_rg;
  font-size: 26px;
  color: #1e2a32;
  line-height: 30px;
  display: block;
  letter-spacing: -0.03em;
}

.heading4, h4 {
  font-family: toyotatext_rg;
  font-size: 19px;
  color: #1e2a32;
  display: block;
  line-height: 23px;
  letter-spacing: -0.03em;
}

.section_title, .section-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section_title .heading1, .section_title h1, .section-title .heading1, .section-title h1 {
  padding-top: 20px;
  padding-bottom: 16px;
}
.section_title.left, .section-title.left {
  text-align: left;
}
.section_title.right, .section-title.right {
  text-align: right;
}
.section_title.intro, .section-title.intro {
  margin-top: 0;
  padding-top: 50px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.section_title.intro .heading3, .section-title.intro .heading3 {
  font-size: 19px;
  line-height: 26px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .section_title.intro, .section-title.intro {
    padding-top: 34px;
  }
  .section_title.intro .heading3, .section-title.intro .heading3 {
    font-size: 19px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .section_title.intro, .section-title.intro {
    padding-top: 22px;
  }
}

.title1 {
  font-family: toyotatext_bd;
  font-size: 17px;
  color: #1e2a32;
  display: block;
}

.title2 {
  font-family: toyotatext_rg;
  font-size: 15px;
  color: #1e2a32;
  display: block;
  line-height: 17px;
}

.body-content p,
.body-content table {
  font-family: toyotatext_rg;
  font-size: 15px;
  line-height: 20px;
  color: #6c7073;
}

.body-content ul {
  font-family: toyotatext_rg;
  font-size: 15px;
  line-height: 20px;
  color: #1e2a32;
  padding: 20px 0 20px 20px;
  margin: 0;
  border-top: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
}

.support-text-rg {
  font-family: toyotatext_rg;
  font-size: 13px;
  line-height: 16px;
  color: #1e2a32;
}

.body-content .hybrid-text-colour,
.hybrid-text-colour {
  color: #00a0f0;
}

strong, .strong {
  font-family: toyotatext_bd;
  font-weight: normal;
}

.padding {
  padding-bottom: 20px;
}

.padding-small {
  padding-bottom: 10px;
}

.padding-large {
  padding-bottom: 40px;
}
@media only screen and (max-width: 61.9375em) {
  .padding-large {
    padding-bottom: 20px;
  }
}

.padding-top {
  padding-top: 20px;
}

.padding-top-large {
  padding-top: 60px;
}

@media only screen and (max-width: 61.9375em) {
  .heading1, h1 {
    font-size: 44px;
    line-height: 46px;
  }

  .heading2, h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .heading3, h3 {
    font-size: 23px;
    line-height: 24px;
  }

  .heading4, h4 {
    font-size: 19px;
    line-height: 20px;
  }

  .section_title, .section-title {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .section_title .heading1, .section_title h1, .section-title .heading1, .section-title h1 {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .heading1, h1 {
    font-size: 34px;
    line-height: 37px;
  }

  .heading2, h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .heading3, h3 {
    font-size: 21px;
    line-height: 24px;
  }

  .heading4, h4 {
    font-size: 19px;
    line-height: 20px;
  }

  .section_title, .section-title {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .section_title .heading1, .section_title h1, .section-title .heading1, .section-title h1 {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
.uiBtn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  line-height: 50px;
  margin-bottom: 4px;
  padding: 0px 14px 0px 14px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
}
.uiBtn i {
  display: inline-block;
  margin: 0 0.5em;
  margin-top: -7px;
}

a.uiBtn:hover {
  text-decoration: underline;
}

a.uiBtn:active {
  text-decoration: underline;
  box-shadow: 0 1px 1px #fff, inset 0 0 8px rgba(30, 42, 50, 0.6);
}

.uiBtn.greyBtn {
  color: #6c7073;
  background: #fff;
  background-image: linear-gradient(to top, #e8e9ea, #fff);
}

a.uiBtn.greyBtn:hover,
.uiBtn.greyBtn.active,
a.uiBtn.greyBtn:active {
  background: #e8e9ea;
}

.uiBtn.darkBtn {
  color: #fff;
  background: #454e55;
  background-image: linear-gradient(to top, #303a40, #454e55);
}

a.uiBtn.darkBtn:hover,
.uiBtn.darkBtn.active,
a.uiBtn.darkBtn:active {
  background: #303a40;
}

.uiBtn.blueBtn {
  color: #fff;
  background: #00a0f0;
  background-image: linear-gradient(to top, #005faf, #00a0f0);
}

a.uiBtn.blueBtn:hover,
.uiBtn.blueBtn.active,
a.uiBtn.blueBtn:active {
  background: #005faf;
}

.uiBtn.redBtn {
  color: #fff;
  background: #d1001e;
  background-image: linear-gradient(to top, #73000d, #d1001e);
}

a.uiBtn.redBtn:hover,
.uiBtn.redBtn.active,
a.uiBtn.redBtn:active {
  background: #73000d;
}

.uiBtn.yellowBtn {
  color: #fff;
  background: #efc60a;
  background-image: linear-gradient(to top, #ef9109, #efc60a);
}

a.uiBtn.yellowBtn:hover,
.uiBtn.yellowBtn.active,
a.uiBtn.yellowBtn:active {
  background: #ef9109;
}

.uiBtn.smBtn {
  font-size: 15px;
  line-height: 46px;
}

.uiBtn.lgBtn {
  font-size: 17px;
  line-height: 60px;
}

.uiBtn.fwBtn {
  display: block;
}

.uiBtn.fwBtn i {
  float: right;
  margin-top: 4px;
}

.uiBtn.hasIcon:hover {
  text-decoration: none;
}
.uiBtn.hasIcon:hover span {
  text-decoration: underline;
}

.uiBtn.leftside, .uiBtn.rightside {
  box-shadow: none;
  border: 1px solid #B0B1B2;
}
.uiBtn.leftside {
  border-radius: 2px 0 0 2px;
}
.uiBtn.rightside {
  border-left: 0;
  border-radius: 0 2px 2px 0;
}

.uiBtn.thinBtn {
  padding: 7px 12px 7px;
}
.uiBtn.thinBtn.hasIcon i {
  margin-left: 0px;
  margin-right: 8px;
  top: 0.1em;
}

/* ==========================================================================
   Main wrapper selects
   ========================================================================== */
.master-wrapper,
.master-wrapper .footer-container,
.master-wrapper .header-container,
.master-wrapper .inner-wrapper {
  /*	box-shadow: 200px 0 190px -200px rgba(0, 0, 0, 0.3) inset, -200px 0 190px -200px rgba(0, 0, 0, 0.3) inset; */
  background: #fff;
  /* Old browsers */
  background: linear-gradient(to right, #f8f8f8 0%, #fff 20%, #ffffff 80%, #f8f8f8 100%);
  /* W3C */
  background-color: #fff;
  overflow: hidden;
}

.master-wrapper .inner-wrapper {
  padding-top: 60px;
}

.master-wrapper .content-block {
  padding-bottom: 60px;
  padding-top: 20px;
}
.master-wrapper .content-block.spotlight-container {
  padding-bottom: 20px;
}

/* Convenience switch to change whole article head alignment with single class */
/* Convenience switch to change whole article head alignment with single class */
.master-wrapper.ca-article .heading1,
.master-wrapper.ca-article .heading2,
.master-wrapper.ca-article .heading3,
.master-wrapper.ca-article .heading4,
.master-wrapper.ca-article .intro-text {
  text-align: center;
}

/* ==========================================================================
   Common UI sprites
   ========================================================================== */
.ui-sprite {
  background: url("../images/PlayBtn.png") no-repeat 0 0;
  display: inline-block;
}

/* Play icon */
.ui-sprite.play-icon-large {
  background-position: 0 -71px;
  height: 59px;
  width: 85px;
}

a:hover .ui-sprite.play-icon-large {
  background-position: 0 0;
}

.title-left-icon {
  margin-right: 10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
   * CUSTOM PRINT STYLES
   */
  .master-wrapper {
    padding: 0 !important;
  }

  .master-wrapper.fixed-footer .footer-container.fx-footer,
  .master-wrapper.fixed-header .header-container.fx-header {
    position: relative;
  }

  .fadeIn {
    opacity: 1 !important;
  }

  .header-container,
  .footer-container {
    height: auto !important;
    min-height: 0 !important;
  }

  .header-container .bg-image-hero .hero-inner,
  .footer-container .bg-image-hero .hero-inner {
    padding: 0 !important;
    color: #000;
    float: left;
  }

  .container_12_absolute, container_12_absolute_bottom {
    position: relative;
    margin: 0 auto !important;
    left: 0;
  }

  .bg-image-hero {
    background: none !important;
    min-height: 0 !important;
    height: auto !important;
    color: #000;
  }

  .primary-nav,
  .promo-section {
    display: none;
  }
}
/* ==========================================================================
   BACKGOUNDS
   ========================================================================== */
.greyBg {
  color: #6c7073;
  background: #E9EAEC;
}

.darkBg {
  color: #fff;
  background: #454e55;
  background-image: linear-gradient(to top, #303a40, #454e55);
}

.blueBg, .hybrid {
  color: #fff;
  background: #00a0f0;
  background-image: linear-gradient(to top, #005faf, #00a0f0);
}

.redBg {
  color: #fff;
  background: #d1001e;
  background-image: linear-gradient(to top, #73000d, #d1001e);
}

.yellowBg {
  color: #fff;
  background: #efc60a;
  background-image: linear-gradient(to top, #ef9109, #efc60a);
}

.imgContainer {
  padding-bottom: 10px !important;
}
.imgContainer .img100 {
  width: 100%;
  padding-bottom: 10px;
}

.videoContainer {
  padding-bottom: 10px !important;
}
.videoContainer iframe {
  width: 100% !important;
}

/* ==========================================================================
   DIMENSIONS
   ========================================================================== */
.dimensions {
  background-color: #1C2830;
  color: #fff;
}
.dimensions h1, .dimensions .heading1, .dimensions h2, .dimensions .heading2, .dimensions h3, .dimensions .heading3 {
  color: #fff;
}
.dimensions .carImg {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.dimensions .carImg > img {
  display: block;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  height: auto;
}
.dimensions .size {
  position: absolute;
  top: 89%;
  left: 0;
  padding: 0 5px;
  background-color: #1C282D;
  line-height: 11px;
  font-size: 11px;
}
@media only screen and (max-width: 47.9375em) {
  .dimensions .size {
    top: 87%;
  }
}
.dimensions .size.b {
  top: 96%;
}
@media only screen and (max-width: 47.9375em) {
  .dimensions .size.b {
    top: 98%;
  }
}
.dimensions .size.l {
  left: 25%;
}
@media only screen and (max-width: 47.9375em) {
  .dimensions .size.l {
    left: 22%;
  }
}
.dimensions .size.c {
  left: 59.5%;
}
@media only screen and (max-width: 47.9375em) {
  .dimensions .size.c {
    left: 58%;
  }
}
.dimensions .size.r {
  left: 83%;
}
@media only screen and (max-width: 47.9375em) {
  .dimensions .size.r {
    left: 82%;
  }
}
.dimensions .size#overallHeight {
  top: 6%;
  left: 94%;
}
@media only screen and (max-width: 47.9375em) {
  .dimensions .size#overallHeight {
    top: 0;
    left: 90%;
  }
}

/* ==========================================================================
   sitempap
   ========================================================================== */
.page_group {
  padding-bottom: 2em;
}
.page_group > .heading3 {
  color: #ef9109;
  padding-bottom: 0.45em;
  font-size: 20px;
}
.page_group a:hover {
  text-decoration: underline;
}
.page_group .subpage {
  padding-left: 0.7em;
}
.page_group .subpage > a {
  color: #888;
}

/* ==========================================================================
   OTHERS
   ========================================================================== */
#toyotasrc {
  width: 100%;
  height: 800px;
}

.new-car-intro h3 {
  font-size: 24px;
  line-height: 31px;
  color: #6C7073;
}

.fb_iframe_widget_lift {
  z-index: 50 !important;
}

.homepage_offers.container_12 .grid_6 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 36.1875em) {
  .homepage_offers.container_12 .grid_6 {
    width: 100%;
    float: none;
  }
}
.homepage_offers.container_12 .offer-spotlight.item {
  margin-bottom: 1em;
}
@media only screen and (max-width: 36.1875em) {
  .homepage_offers.container_12 .offer-spotlight.item {
    margin-bottom: 0;
  }
}
.homepage_offers.container_12 .offer-spotlight .uiBtn {
  font-size: 14px;
  font-weight: lighter;
}

.staff {
  position: relative;
}
.staff .staffName {
  text-transform: capitalize;
  margin-top: 0.3em;
  margin-bottom: 0.35em;
}
.staff .staffName p {
  color: #1e2a32;
  font-weight: bold;
}
.staff .desc {
  position: relative;
  font-size: 0.9;
  color: #6c7073;
  z-index: 4;
  clear: right;
}
.staff .value {
  position: relative;
  transition: all 0.5s;
  z-index: 4;
  padding: 0.2em 0.3em 0.2em 0;
}
.staff p {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.staff p:hover {
  overflow: visible;
}
.staff p:hover .value {
  background: #f8f8f8;
  z-index: 5;
  text-decoration: underline;
}

.offer-remote .read-more-container .readMore {
  font-size: 1em;
}

.offer-remote-section .imageHeding {
  color: #ef9109;
}
.offer-remote-section .pomotion_subtitle {
  font-size: 22px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .offer-remote-section .pomotion_subtitle {
    font-size: 15px;
    line-height: 17px;
  }
}
.offer-remote-section .heading1 {
  margin-top: 40px;
}

.remote-offer-intro-title {
  border-bottom: 1px solid #DDDFE0;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
@media screen and (min-width: 992px) {
  .remote-offer-intro-title {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.remote-offer-intro {
  background-color: #1e2a32;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.remote-offer-intro .uiBtn.fwBtn {
  margin-bottom: 10px;
}
.remote-offer-intro .uiBtn.fwBtn i {
  display: inline-block;
  float: none;
}
.remote-offer-intro .icon-finance {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
}
.remote-offer-intro h2.promotion_intro, .remote-offer-intro .subtitle h3 {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: lighter;
  font-family: toyotatext_rg,Verdana,sans-serif;
  padding: 10px;
}
.remote-offer-intro h2.promotion_intro br, .remote-offer-intro .subtitle h3 br {
  display: block;
  height: 5px;
  line-height: 0;
  content: "";
}
@media screen and (min-width: 992px) {
  .remote-offer-intro h2.promotion_intro, .remote-offer-intro .subtitle h3 {
    padding: 0;
  }
}
.remote-offer-intro .subtitle h3 {
  padding-top: 0;
}
.remote-offer-intro .grid_3 .price strong {
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: toyotatext_bd,Verdana,sans-serif;
  background-color: #4b555b;
  color: #fff;
  padding: 10px;
  display: block;
  line-height: 1.5em;
}
@media screen and (min-width: 992px) {
  .remote-offer-intro .grid_3 .price strong {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 992px) {
  .container_12 .remote-offer-intro .grid_6 {
    display: block;
    float: none;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .container_12 .remote-offer-intro .grid_3 {
    display: block;
    float: none;
    width: 100%;
  }
}

/* ==========================================================================
   404
   ========================================================================== */
.page404 a {
  color: #ef9109;
  transition: color 0.4s;
}
.page404 a:hover {
  text-decoration: underline;
}
.page404 .heading1, .page404 .heading2 {
  display: block;
  text-align: center;
}
.page404 .grid_6, .page404 .grid_4 {
  text-align: center;
  padding-bottom: 2em;
}
.page404 .common_pages {
  background-color: #1C2830;
  color: #fff;
  text-align: center;
}
.page404 .common_pages a:hover {
  text-decoration: none;
}
.page404 .common_pages .heading2 {
  color: #ef9109;
}
.page404 .common_pages .heading2:hover {
  color: #f7a734;
}
.page404 .common_pages .heading1 {
  color: white;
  padding-bottom: 0.5em;
}
.page404 .common_pages .title-area {
  margin: 50px 0 20px 0;
}

.quote {
  line-height: 30px;
}

.author {
  color: #999;
}

#call_us_homepage {
  display: none;
}
@media only screen and (max-width: 29.9375em) {
  #call_us_homepage {
    display: block;
  }
}

.downloads {
  background: #f4f4f5;
  color: #6c7073;
  margin: 0 0 16px;
  padding: 18px;
}
.downloads ul {
  margin: 0;
  padding: 0;
  border: none;
}
.downloads ul li {
  list-style: none;
  color: #6c7073;
}
.downloads ul a {
  color: #6c7073;
}
.downloads ul a:hover {
  text-decoration: underline;
}

.customers-iframe {
  height: 420px;
}
@media only screen and (max-width: 540px) {
  .customers-iframe {
    height: 440px;
  }
  .customers-iframe > iframe, .customers-iframe > object {
    height: 440px;
  }
}

/* Non CSS3 grid */
.container_12 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container_12 .grid_1 {
  width: 5.83333%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_2 {
  width: 14.16667%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_3 {
  width: 22.5%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_4 {
  width: 30.83333%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_5 {
  width: 39.16667%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_6 {
  width: 47.5%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_7 {
  width: 55.83333%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_8 {
  width: 64.16667%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_9 {
  width: 72.5%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_10 {
  width: 80.83333%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_11 {
  width: 89.16667%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}
.container_12 .grid_12 {
  width: 97.5%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  display: block;
  float: left;
  position: relative;
}

/* content grids */
.fours {
  float: left;
  width: 25%;
}

/* CSS3 grid takes over if media queries enabled */
@media only screen and (min-width: 0em) {
  .container_12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container_12 .grid_1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_5 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_6 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_7 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_8 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_10 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_11 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12 .grid_12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    float: none;
    position: relative;
  }
  .container_12.force .grid_1 {
    width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_2 {
    width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_3 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_4 {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_5 {
    width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_7 {
    width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_8 {
    width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_9 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_10 {
    width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_11 {
    width: 91.66667%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .container_12.force .grid_12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
@media only screen and (min-width: 48em) {
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%;
    float: left;
  }
  .container_12 .grid_2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
    float: left;
  }
  .container_12 .grid_3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .container_12 .grid_4 {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container_12 .grid_5 {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container_12 .grid_6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .container_12 .grid_7 {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container_12 .grid_8 {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container_12 .grid_9 {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container_12 .grid_10 {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container_12 .grid_11 {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container_12 .grid_12 {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
}
@media only screen and (min-width: 62em) {
  .container_12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_1 {
    float: left;
    width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_2 {
    float: left;
    width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_3 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_4 {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_5 {
    float: left;
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_6 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_7 {
    float: left;
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_8 {
    float: left;
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_9 {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_10 {
    float: left;
    width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_11 {
    float: left;
    width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12 .grid_12 {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_9 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_10 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_11 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_12.force .grid_12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 19.9375em) {
  .ignore_before_xs.container_12 {
    width: 100%;
  }
  .ignore_before_xs.container_12 .grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.container_12 .grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xs.grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }

  .visible_before_xs {
    display: initial !important;
  }

  .hidden_before_xs {
    display: none !important;
  }
}
@media only screen and (max-width: 29.9375em) {
  .ignore_before_s.container_12 {
    width: 100%;
  }
  .ignore_before_s.container_12 .grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.container_12 .grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_s.grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }

  .visible_before_s {
    display: initial !important;
  }

  .hidden_before_s {
    display: none !important;
  }

  .full_before_s {
    width: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .ignore_before_m.container_12 {
    width: 100%;
  }
  .ignore_before_m.container_12 .grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.container_12 .grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_m.grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }

  .visible_before_m {
    display: initial !important;
  }

  .hidden_before_m {
    display: none !important;
  }

  .full_before_m {
    width: 100% !important;
  }
}
@media only screen and (max-width: 61.9375em) {
  .ignore_before_l.container_12 {
    width: 100%;
  }
  .ignore_before_l.container_12 .grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.container_12 .grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_l.grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }

  .visible_before_l {
    display: initial !important;
  }

  .hidden_before_l {
    display: none !important;
  }

  .full_before_l {
    width: 100% !important;
  }
}
@media only screen and (max-width: 74.9375em) {
  .ignore_before_xl.container_12 {
    width: 100%;
  }
  .ignore_before_xl.container_12 .grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.container_12 .grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_1 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_2 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_3 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_4 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_5 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_6 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_7 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_8 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_9 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_10 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_11 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
  .ignore_before_xl.grid_12 {
    box-sizing: border-box;
    width: auto;
    display: block;
    float: none;
    position: relative;
  }

  .visible_before_xl {
    display: initial !important;
  }

  .hidden_before_xl {
    display: none !important;
  }
}
@media only screen and (min-width: 20em) {
  .visible_after_xs {
    display: initial !important;
  }

  .hidden_after_xs {
    display: none !important;
  }
}
@media only screen and (min-width: 30em) {
  .visible_after_s {
    display: initial !important;
  }

  .hidden_after_s {
    display: none !important;
  }
}
@media only screen and (min-width: 48em) {
  .visible_after_m {
    display: initial !important;
  }

  .hidden_after_m {
    display: none !important;
  }
}
@media only screen and (min-width: 62em) {
  .visible_after_l {
    display: initial !important;
  }

  .hidden_after_l {
    display: none !important;
  }

  .threes_l {
    float: left;
    width: 33.333%;
  }
}
@media only screen and (min-width: 75em) {
  .visible_after_xl {
    display: initial !important;
  }

  .hidden_after_xl {
    display: none !important;
  }
}
.container_12_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 97.5%;
}

.container_12_absolute_bottom {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 97.5%;
}
@media only screen and (max-width: 37.9375em) {
  .container_12_absolute_bottom {
    width: 100%;
    position: relative;
    padding: 1em 0 0 0;
  }
  .container_12_absolute_bottom .quick-spec {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
  }
  .container_12_absolute_bottom .quick-spec table {
    max-width: 250px;
  }
}

.full_width_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.full_width_absolute .reset {
  position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row {
  clear: both;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after, .container_12:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ==========================================================================
   Change grid_3 stak points
   ========================================================================== */
.container_12 .grid_3 {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 61.9375em) {
  .container_12 .grid_3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 38.6875em) {
  .container_12 .grid_3 {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}

/* ==========================================================================
   Fix grid row stack problem, when one item is taller than othesr and ther are
   multiple grid_3 not wrapped by a container.
   this is used in the news and offers pages
   ========================================================================== */
@media only screen and (max-width: 61.9375em) {
  .m2 {
    clear: left;
  }
}
.m2.grid_6 {
  clear: left;
}

.m4 {
  clear: left;
}

@media (min-width: 768px) {
  .master-wrapper > .container_12, .master-wrapper > * > .container_12, .master-wrapper > * > * > .container_12, .primary-nav-outer > .container_12 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .master-wrapper > .container_12, .master-wrapper > * > .container_12, .master-wrapper > * > * > .container_12, .primary-nav-outer > .container_12 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .master-wrapper > .container_12, .master-wrapper > * > .container_12, .master-wrapper > * > * > .container_12, .primary-nav-outer > .container_12 {
    width: 1170px;
  }
}

/* max width for full screen assets */
.assetWidthContain {
  max-width: 1920px;
  margin: 0 auto;
}

/*  */
.title-left-icon {
  margin-right: 10px;
}

/* .icon-inset { padding: 0 0 0 25px; } */
/* Scaled backgorund image - with inner shadow */
.coverBG {
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*    box-shadow: inset 0 0 200px rgba(30,42,50,.5);   */
}

.preventAllAnimations {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.enableAllAnimations {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.66s ease;
  /* FF4+ */
  -o-transition: all 0.66s ease;
  /* Opera 10.5+ */
  -webkit-transition: all 0.66s ease;
  /* Saf3.2+, Chrome */
  -ms-transition: all 0.66s ease;
  /* IE10 */
  transition: all 0.66s ease;
}

.innerBoxShadow {
  box-shadow: inset 0 0 200px rgba(30, 42, 50, 0.5);
}

/* buggy behaviour occures when scrolling on iOS, the pos: fixed element overlaps content on scroll,
fix needed on all element containers which need to go above the fixed element
see issue #2 http://indiegamr.com/ios6-html-hardware-acceleration-changes-and-how-to-fix-them/ */
.isoForceHardwardCalc {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

/* Simple utility classes */
.no-js .fadeIn,
.touch .fadeIn {
  opacity: 1;
}

.fadeIn {
  transition: opacity 2s ease-out;
  opacity: 0;
}

.fadeIn.visible {
  opacity: 1;
}

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

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

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

.no-js .no-js-hide {
  display: none;
}

.js .js-hide {
  display: block;
}

.floatleft {
  float: left !important;
}

.rightleft {
  float: right !important;
}

.fullwidth {
  width: 100% !important;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url("../images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #444444;
}

.ui-widget-content a {
  color: #444444;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url("../images/jquery-ui/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
  color: #444444;
  font-weight: bold;
}

.ui-widget-header a {
  color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url("../images/jquery-ui/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #00a0f0;
  background: #00a0f0 url("../images/jquery-ui/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff url("../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1e2a32;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url("../images/jquery-ui/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
  color: #444444;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url("../images/jquery-ui/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ff0084_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_0073ea_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_666666_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_0073ea_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ff0084_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url("../images/jquery-ui/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
  opacity: .8;
  filter: Alpha(Opacity=80);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url("../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
  /* support: IE8 */
  border-radius: 0px;
}

/*
 *	Name: Primary Navigation
 *	Ref : c_n1_001
 *	URL : http://toyota-stage.amaze.com/html/components/navigation/PrimaryNavigation.html
 */
/* ==========================================================================
   Primary navigation
   ========================================================================== */
.outer-wrapper {
  width: 100%;
  position: relative;
  padding-top: 70px;
}

.outer-wrapper.no-navigation {
  padding-top: 0;
}

.outer-wrapper .master-wrapper.fixed-header {
  margin-top: -70px;
}

.outer-wrapper .master-wrapper .header-container.fx-header {
  margin-top: -70px;
}

.outer-wrapper .master-wrapper.fixed-header .header-container.fx-header {
  margin-top: 0;
}

.primary-nav {
  height: 70px;
  overflow: visible;
  z-index: 6;
  position: absolute;
  top: -70px;
  margin-top: 70px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(2, 2, 2, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(2, 2, 2, 0.15);
  box-shadow: 0 2px 2px rgba(2, 2, 2, 0.15);
}

.no-boxshadow .primary-nav {
  border-bottom: 1px solid #e9eaea;
}

.primary-nav .primary-nav-outer {
  z-index: 10;
  position: relative;
  height: 70px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eff0f1,endColorstr=#ffffff)";
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#eff0f1,endColorstr=#ffffff);
  background-image: -webkit-linear-gradient(bottom, #fff, #eff0f1);
  background-image: linear-gradient(to top, #fff, #eff0f1);
}

.primary-nav .logo-link {
  float: right;
  display: block;
  right: 15px;
  z-index: 7;
  position: absolute;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.primary-nav .logo-container {
  position: absolute;
  top: 0;
  right: 0;
}

.primary-nav .logo-link .small-logo {
  display: none;
  background: url(../images/logo_sm.png) no-repeat 0 0;
  width: 73px;
  height: 70px;
}

.primary-nav .logo-container .large-nav {
  right: 95px;
  position: relative;
  float: right;
}

.nav-links-container {
  display: table;
  margin: 0 5px;
  width: 857px;
  overflow: hidden;
}

.nav-links-container .large-nav,
.nav-links-container .breadcrumb {
  display: table-cell;
}

.primary-nav.reveal {
  position: fixed;
  transition: top 0.33s ease-out;
  margin-top: 0;
  top: 0;
}

.secondary-nav.reveal {
  position: fixed;
  transition: top 0.33s ease-out;
  margin-top: 0;
  top: 0;
}

.csstransforms3d .primary-nav.reveal {
  top: -70px;
  transition: transform 0.33s ease-out;
  transform: translate3d(0px, 70px, 0px);
  -webkit-transition: -webkit-transform 0.33s ease-out;
  -webkit-transform: translate3d(0px, 70px, 0px);
}

.csstransforms3d .secondary-nav.reveal {
  top: 0px;
  transition: transform 0.33s ease-out;
  transform: translate3d(0px, 70px, 0px);
  -webkit-transition: -webkit-transform 0.33s ease-out;
  -webkit-transform: translate3d(0px, 70px, 0px);
}

.primary-nav.noFixed {
  position: absolute;
  top: -70px;
  margin-top: 70px;
  transition: none;
  -webkit-transition: none;
}

.primary-nav.noFixed .primary-nav-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
  -webkit-transform: translateZ(0);
}

.primary-nav.noFixed .nav-content-area {
  padding-top: 70px;
  position: static;
}

.csstransforms3d .primary-nav.noFixed {
  top: -70px;
  transition: none;
  -webkit-transition: none;
  transform: none;
  -webkit-transform: none;
}

.primary-nav.forceFixed {
  position: fixed;
  transition: none;
  margin-top: 0;
  top: 0;
}

.csstransforms3d .primary-nav.forceFixed {
  top: -70px;
  transition: none;
  transform: translate3d(0px, 70px, 0px);
  -webkit-transition: none;
  -webkit-transform: translate3d(0px, 70px, 0px);
}

.primary-nav.revealed .logo-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.primary-nav.revealed .logo-link img {
  display: none;
}

.primary-nav.revealed .logo-link .small-logo {
  display: block;
}

.secondary-nav.revealed {
  z-index: 6;
}

.primary-nav-outer .container_12 {
  position: relative;
}

.primary-nav-outer ul {
  list-style-type: none;
  height: 70px;
}

.primary-nav-outer .dropdownnav {
  float: left;
  font-size: 15px;
}

.primary-nav-outer ul.right-align {
  float: right;
}

.primary-nav-outer .large-nav li {
  float: left;
  height: 70px;
  background-color: rgba(255, 255, 255, 0);
  transition: width 0.66s ease;
  border-right: 1px solid #fff;
}

.primary-nav-outer .large-nav.dropdownnav li .link {
  font-family: toyotatext_bd;
}

.primary-nav-outer .large-nav li:first-child {
  border-left: 1px solid #EFF0F1;
}

.primary-nav-outer .large-nav li:hover,
.primary-nav-outer .large-nav li.active a {
  background-color: #27323a;
  color: #fff !important;
}

.primary-nav-outer .large-nav li:first-child a {
  border-left: 1px solid #fff;
}

.primary-nav-outer .large-nav li a {
  float: left;
  border-right: 1px solid #EFF0F1;
  transition: color 0.66s ease;
  padding: 24px 19px 24px;
  text-decoration: none;
}

.primary-nav-outer .large-nav li:hover a,
.primary-nav-outer .large-nav li.active a {
  color: #fff;
}

.primary-nav-outer .large-nav li.active a:hover {
  color: #fff;
}

.primary-nav-outer .large-nav li.active a:hover .link {
  color: #fff;
}

.primary-nav-outer .large-nav .search-container {
  width: 0;
  overflow: visible;
  float: left;
  margin-left: -1px;
}

.primary-nav-outer .large-nav li.search-slide {
  transition: width 0.66s ease;
  z-index: 4;
  background-color: #27323a;
  overflow: hidden;
  width: 0px;
  border: none;
  position: absolute;
}

.primary-nav-outer .large-nav li.search-slide .search {
  margin: 10px 10px 0 10px;
  border-radius: 4px;
  background-color: #525b61;
  color: #fff;
  font-size: 15px;
  padding: 13px 50px 17px 15px;
  width: 350px;
  border: 0;
  font-family: toyotatext_rg;
}

.primary-nav-outer .large-nav li.search-slide .icon-search {
  position: absolute;
  left: 320px;
  top: 19px;
  color: #fff;
  font-size: 26px;
  width: 35px;
}

.primary-nav-outer .large-nav.nav-open li.search-slide {
  width: 370px;
}

.menu-open .primary-nav-outer .breadcrumb {
  opacity: 0;
}

.primary-nav-outer .breadcrumb {
  float: left;
  opacity: 1;
  padding-left: 15px;
  font-size: 13px;
  height: auto;
  vertical-align: middle;
}

.primary-nav-outer .breadcrumb li {
  float: left;
  color: #6c7073;
  padding-right: 5px;
  padding-top: 2.1em;
}

.primary-nav-outer .breadcrumb li a {
  float: left;
  text-decoration: none;
}

.primary-nav-outer .breadcrumb li i {
  float: left;
  padding-left: 5px;
}

.primary-nav-outer .breadcrumb li i.slash {
  display: inline;
}

.primary-nav-outer .breadcrumb li.active span {
  float: left;
  font-family: toyotatext_bd;
  color: #1e2a32;
}

.primary-nav-outer .breadcrumb li.active i {
  display: none;
}

.primary-nav-outer .breadcrumb li.active i.slash {
  display: none;
}

.primary-nav-outer .breadcrumb li.active i.sprite-menu-dark-arrow {
  transition: all 0.66s ease;
  position: absolute;
  bottom: 0;
  padding: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1e2a32;
  border-bottom: 10px solid rgba(30, 42, 50, 0.98);
}

.secondary-nav, .dropdown-sub-menu {
  background-color: #1e2a32;
  top: 70px;
  z-index: 3;
  background-color: rgba(30, 42, 50, 0.9);
  position: absolute;
  width: 100%;
}

.menu-open .secondary-nav {
  top: 0;
}

.secondary-nav .sec-nav-list {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.secondary-nav .sec-nav-list li {
  float: left;
  position: relative;
  transition: background-color 0.66s ease;
  z-index: 2;
}

.secondary-nav .sec-nav-list li.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  background-color: #4E585E;
}

.secondary-nav .sec-nav-list li a {
  float: left;
  color: #fff;
  padding: 19px 20px 20px 20px;
  text-decoration: none;
  font-size: 15px;
  color: #fdfdfd;
}

.secondary-nav .sec-nav-list li:hover,
.secondary-nav .sec-nav-list li.active {
  background-color: #4E585E;
}

.secondary-nav .sec-nav-list li.more {
  position: relative;
}

.secondary-nav .sec-nav-list li.more ul {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background-color: #1e2a32;
  background-color: rgba(30, 42, 50, 0.98);
}

.secondary-nav .sec-nav-list li.more i {
  padding-left: 5px;
}

.secondary-nav .sec-nav-list li.more:hover ul {
  display: inline-block;
}

.secondary-nav .sec-nav-list li.more ul li {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

@media only screen and (min-width: 0em) {
  .csstransforms3d .secondary-nav.reveal {
    top: -15px;
  }

  i {
    display: initial;
  }

  .outer-wrapper {
    padding-top: 56px;
  }
  .outer-wrapper .master-wrapper.fixed-header {
    margin-top: -56px;
  }
  .outer-wrapper .master-wrapper .header-container.fx-header {
    margin-top: -56px;
  }

  .primary-nav.noFixed {
    top: -56px;
    margin-top: 56px;
  }

  .primary-nav.noFixed .nav-content-area {
    padding-top: 56px;
  }

  .csstransforms3d .primary-nav.noFixed {
    top: -56px;
  }

  .csstransforms3d .primary-nav.forceFixed {
    top: -56px;
    margin-top: 0px;
    ransform: translate3d(0px, 56px, 0px);
    -webkit-transform: translate3d(0px, 56px, 0px);
  }

  .primary-nav {
    height: 56px;
    top: -56px;
    margin-top: 56px;
  }
  .primary-nav .primary-nav-outer {
    height: 56px;
  }
  .primary-nav .primary-nav-outer ul {
    height: 56px;
  }
  .primary-nav .primary-nav-outer .large-nav li {
    height: 56px;
  }
  .primary-nav .primary-nav-outer .large-nav li a {
    padding: 19px 20px 12px 15px;
  }
  .primary-nav .primary-nav-outer .breadcrumb li {
    padding-top: 1.6em;
  }
  .primary-nav .primary-nav-outer .breadcrumb li.active i.sprite-menu-dark-arrow {
    display: block;
  }
  .primary-nav .logo-link {
    right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .primary-nav .logo-link img {
    display: none;
  }
  .primary-nav .logo-link .small-logo {
    display: block;
    background: url(../images/logo_xs.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
  }

  .secondary-nav {
    top: 56px;
  }
  .secondary-nav .sec-nav-list li a {
    padding: 12px 20px 13px 20px;
  }
  .secondary-nav .sec-nav-list li.more ul {
    top: 46px;
  }
}
@media only screen and (min-width: 48em) {
  .primary-nav .primary-nav-outer .large-nav li a {
    padding: 18px 20px 16px 20px;
  }
  .primary-nav .primary-nav-outer .large-nav li.search-slide .search {
    margin-top: 9px;
    padding: 10px 50px 12px 15px;
  }
  .primary-nav .primary-nav-outer .large-nav li.search-slide .icon-search {
    left: 320px;
    top: 15px;
  }
  .primary-nav .primary-nav-outer .logo-link {
    right: 40px;
  }

  .secondary-nav {
    display: block;
  }
}
@media only screen and (min-width: 62em) {
  .csstransforms3d .secondary-nav.reveal {
    top: 0px;
  }

  .outer-wrapper {
    padding-top: 70px;
  }
  .outer-wrapper .master-wrapper.fixed-header {
    margin-top: -70px;
  }
  .outer-wrapper .master-wrapper .header-container.fx-header {
    margin-top: -70px;
  }

  .primary-nav.noFixed {
    top: -70px;
    margin-top: 70px;
  }

  .primary-nav.noFixed .nav-content-area {
    padding-top: 70px;
  }

  .csstransforms3d .primary-nav.noFixed {
    top: -70px;
  }

  .csstransforms3d .primary-nav.forceFixed {
    top: -70px;
    transform: translate3d(0px, 70px, 0px);
    -webkit-transform: translate3d(0px, 70px, 0px);
  }

  .primary-nav {
    height: 70px;
    top: -70px;
    margin-top: 70px;
  }
  .primary-nav .primary-nav-outer {
    height: 70px;
  }
  .primary-nav .primary-nav-outer ul {
    height: 70px;
  }
  .primary-nav .primary-nav-outer .large-nav li {
    height: 70px;
  }
  .primary-nav .primary-nav-outer .large-nav li a {
    padding: 23px 19px 24px;
  }
  .primary-nav .primary-nav-outer .large-nav li.search-slide .search {
    margin-top: 10px;
    padding: 10px 50px 12px 15px;
    padding: 13px 50px 17px 15px;
  }
  .primary-nav .primary-nav-outer .large-nav li.search-slide .icon-search {
    left: 320px;
    top: 19px;
  }
  .primary-nav .primary-nav-outer .breadcrumb li {
    padding-top: 2.1em;
  }
  .primary-nav .logo-link {
    right: 40px;
    z-index: 7;
    position: absolute;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .primary-nav .logo-link .small-logo {
    display: none;
    background: url(../images/logo_sm.png) no-repeat 0 0;
    width: 73px;
    height: 70px;
  }
  .primary-nav .logo-link img {
    display: block;
  }

  .secondary-nav {
    top: 70px;
  }
  .secondary-nav .sec-nav-list li a {
    padding: 19px 20px 20px 20px;
  }
  .secondary-nav .sec-nav-list li.more ul {
    top: 60px;
  }
}
h3.dealername {
  float: right;
  font-family: "toyotatext_rg";
  font-size: 17px;
  line-height: 70px;
  padding: 0;
  padding-right: 135px;
  max-width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 62em) {
  h3.dealername {
    display: none;
  }
}

@media only screen and (max-width: 48em) {
  .primary-nav .container_12 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .primary-nav .grid_12 {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-left: -2px;
  }

  .secondary-nav {
    display: none;
  }
}
/* 
	 #############################################################################
	 Secondary nav dropdown
	 #############################################################################
*/
.secondary-nav .dropdown {
  position: relative;
}
.secondary-nav .dropdown:hover .dropdown-sub-menu {
  visibility: visible;
  opacity: 1;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  transition: opacity 0.6s;
}

.dropdown-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  opacity: 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  transition: opacity 0.6s;
}
.dropdown-sub-menu > li {
  list-style: none;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.dropdown-sub-menu a {
  display: block;
}

/* ==========================================================================
   Drop down menu styles
   ========================================================================== */
.nav-content-area {
  z-index: 5;
  background-color: #27323a;
  opacity: 0;
  transition: height 0.66s ease-out;
  -webkit-transition: height 0.66s ease-out;
  height: 0;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.nav-content-area.loading {
  height: 120px;
}

.nav-content {
  padding: 50px 0 80px 0;
  background-color: #27323a;
  clear: left;
  color: #BDBFC0;
}

.nav-content .disclaimer {
  margin-top: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .nav-content .disclaimer {
    padding-left: 1em;
  }
}

.special-offer {
  color: #ef9109;
  text-decoration: none;
}

.nav-content .disclaimer a:hover {
  text-decoration: underline;
}

.nav-content .model-list {
  float: left;
  list-style-type: none;
  transition: margin 0.33s linear;
  margin-bottom: 30px;
}

.nav-content .model-list li {
  float: left;
  border-bottom: 1px solid #3D484F;
  height: 119px;
  overflow: hidden;
  min-width: 170px;
}

.nav-content .model-list .alpha {
  clear: left;
}

.nav-content .model-item .model-name {
  color: #bdbfc0;
}

.nav-content .model-item .model-name strong {
  color: #fff;
}

.nav-content .link-list {
  float: left;
  font-size: 15px;
  color: #bdbfc0;
}

.nav-content .link-list a {
  color: #bdbfc0;
  text-decoration: none;
}

.nav-content .link-list {
  list-style: none;
}

.nav-content .link-list ul {
  list-style: none;
}

.nav-content .link-list li {
  margin: 0 0 10px 0;
  font-family: toyotatext_bd;
  font-size: 17px;
}

.nav-content .link-list li .title {
  margin-bottom: 8px;
  display: block;
}
.nav-content .link-list li .title.show-m {
  margin-bottom: 0;
}

.nav-content .link-list li .padding {
  padding: 10px;
}

.nav-content .link-list li li {
  margin: 0 0 10px;
  padding: 0;
  font-family: toyotatext_rg;
  font-size: 15px;
  background-color: transparent;
}

.nav-content .link-list .red-title {
  color: #d2001e;
}

.nav-content .link-list .blue-title {
  color: #00a0f0;
}

.nav-content .link-list .orange-title {
  color: #ef9109;
}

.nav-content .link-list .green-title {
  color: #009b3c;
}

.nav-content .link-list li.menu-link-block {
  background-color: #27333B;
  background-color: #1e2a32;
  border-radius: 2px;
  transition: background-color 0.25s ease-out;
}

.nav-content .link-list li.menu-link-block:hover {
  background-color: #1D252B;
  background-color: rgba(0, 0, 0, 0.25);
}

.nav-content .link-list li.menu-link-block a {
  color: #fff;
}

.nav-content .link-list li.menu-link-block li:hover {
  background-color: transparent;
}

.nav-content .link-list li.menu-link-block li a {
  color: #bdbfc0;
}

.nav-content .link-list li.menu-link-block a:hover {
  color: #fff;
}

.nav-content .link-list li.menu-link-block li ul {
  padding-left: 10px;
}

.nav-content .link-list li.cta-nav-block {
  border-radius: 2px;
  background-color: #E50000;
  -webkit-box-shadow: inset 0 0 1px rgba(30, 42, 50, 0.4);
  -moz-box-shadow: inset 0 0 1px rgba(30, 42, 50, 0.4);
  box-shadow: inset 0 0 1px rgba(30, 42, 50, 0.4);
  background-image: -webkit-linear-gradient(bottom, #a60303, #e50000);
  background-image: -moz-linear-gradient(bottom, #a60303, #e50000);
  background-image: -o-linear-gradient(bottom, #a60303, #e50000);
  background-image: linear-gradient(to top, #a60303, #e50000);
}

.nav-content .link-list li.cta-nav-block li {
  margin: 0 0 10px;
  padding: 0;
}

.nav-content .link-list li.cta-nav-block a {
  color: #fff;
  font-family: toyotatext_bd;
  padding: 0;
}

.nav-content .link-list li.cta-nav-block a:hover span {
  text-decoration: underline;
}

.nav-content .link-list li.cta-nav-block a i {
  font-size: 13px;
}

/* ==========================================================================
   Generic model item styles
   ========================================================================== */
.model-list li {
  transition: background-color 0.25s ease-out;
}

.model-list li:hover {
  background-color: #1D252B;
  background-color: rgba(0, 0, 0, 0.25);
}

.model-list .model-item {
  position: relative;
  padding: 10px;
  border-radius: 2px;
  float: left;
  font-family: toyotatext_rg;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
}

.model-list .model-item .model-name {
  margin-top: -26px;
  display: block;
  opacity: 0.8;
  transition: opacity 0.25s ease-out;
}

.model-list .model-item:hover .model-name {
  opacity: 1;
}

.model-list .model-item .model-name strong {
  font-size: 15px;
  display: block;
  white-space: nowrap;
}

.model-list .model-item > img {
  position: relative;
  top: -12px;
}

.model-list .model-item .model-decoration {
  position: absolute;
  left: 10px;
  top: 52px;
  font-family: toyotatext_rg;
  font-size: 12px;
  opacity: 0.9;
}

.model-list .model-item .model-decoration.hybrid {
  background: #00a0f0;
  color: #fff;
  padding: 1px 4px;
  border-radius: 2px;
}

.model-list .model-item .model-decoration.offer {
  top: 35px;
}

.model-list .model-item .model-decoration.offer .text {
  display: inline-block;
  background: #ef9109;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
}

.model-list .model-item .model-decoration.offer .icon {
  display: inline-block;
  font-size: 23px;
  color: #ef9109;
  vertical-align: bottom;
  margin-left: 2px;
}

.nav-content .link-list .social-buttons {
  padding: 0;
}

.nav-content .link-list li.cta-nav-block .search-slide {
  z-index: 4;
  overflow: hidden;
  border: none;
  position: relative;
}
.nav-content .link-list li.cta-nav-block .search-slide .search {
  margin: 0;
  border-radius: 4px;
  background-color: #525b61;
  color: #fff;
  font-size: 15px;
  padding: 13px 4% 14px 4%;
  width: 100%;
  border: 0;
  font-family: toyotatext_rg;
}
.nav-content .link-list li.cta-nav-block .search-slide a {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
}
.nav-content .link-list li.cta-nav-block .search-slide .icon-search {
  position: absolute;
  color: #fff;
  font-size: 26px;
  width: 35px;
  right: 0;
  top: 0.25em;
}

@media only screen and (max-width: 47.9375em) {
  .nav-content {
    padding-top: 15px;
  }
  .nav-content .model-list {
    display: none !important;
  }

  .nav-content {
    padding-top: 20px;
  }
  .nav-content .link-list li .padding {
    padding: 0;
  }
  .nav-content .link-list li .title {
    display: none;
  }
  .nav-content .link-list li .title.show-m {
    display: block;
    padding: .8em;
    font-weight: normal;
    font-family: 'toyotatext_rg',sans-serif;
    margin-bottom: 0;
  }
  .nav-content .link-list li.menu-link-block {
    background: transparent;
  }
  .nav-content .link-list li.menu-link-block.show-m {
    margin-bottom: 0;
    border-top: 1px solid #354046;
    border-bottom: 1px solid #000;
  }
  .nav-content .link-list li.menu-link-block li {
    font-family: toyotatext_rg;
    font-size: 1em;
    padding: 0em;
    margin: 0;
    border-top: 1px solid #354046;
    border-bottom: 1px solid #000;
    float: none;
  }
  .nav-content .link-list li.menu-link-block li a {
    color: #fff;
    padding: 0.8em;
    display: block;
  }
  .nav-content .link-list li.menu-link-block:hover {
    background: transparent;
  }
  .nav-content .link-list li.cta-nav-block {
    background: transparent;
  }
  .nav-content .link-list li.cta-nav-block li {
    margin-bottom: 0.6em;
  }
  .nav-content .link-list li.cta-nav-block a {
    font-family: toyotatext_rg;
    color: #fff;
    background: #d1001e;
    background-image: linear-gradient(to top, #73000d, #d1001e);
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 11px 14px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(30, 42, 50, 0.5);
  }
  .nav-content .link-list li.cta-nav-block a:hover {
    text-decoration: underline;
  }
  .nav-content .link-list li.cta-nav-block a:active {
    background: #73000d;
    text-decoration: underline;
    box-shadow: 0 1px 1px #fff, inset 0 0 8px rgba(30, 42, 50, 0.6);
  }
  .nav-content .link-list li.cta-nav-block a i {
    float: right;
    margin-top: 2px;
  }
}
.modelsHome .models_grid {
  width: 20%;
  margin: 0;
  height: 125px;
  overflow: hidden;
  border-bottom: none;
  text-align: left;
  float: left;
}
.modelsHome .models_grid .model-item {
  float: none;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  border-radius: 2px;
  transition: background-color 1s;
}
.modelsHome .models_grid .model-item:hover {
  background: #f0f0f0;
}
@media only screen and (max-width: 53.6875em) {
  .modelsHome .models_grid {
    width: 25%;
  }
}
@media only screen and (max-width: 44.9375em) {
  .modelsHome .models_grid {
    width: 33%;
  }
}
@media only screen and (max-width: 31.1875em) {
  .modelsHome .models_grid {
    width: 50%;
  }
}
@media only screen and (max-width: 21.1875em) {
  .modelsHome .models_grid {
    width: 100%;
  }
}
@media only screen and (min-width: 74.9375em) {
  .modelsHome .models_grid {
    width: 16.667%;
  }
}

.menu-link-block .icon-chevron-right, .cta-nav-block .icon-chevron-right {
  position: relative;
  top: 0.1rem;
  padding-left: 0.5rem;
}

/*
 *	Name: Gallery
 *	Ref : c_t1_006a
 *	URL : http://toyota-stage.amaze.com/html/components/tier1/gallery.html
 */
/* ==========================================================================
   Horizontal gallery
   ========================================================================== */
.gallery-horizontal {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.gallery-horizontal * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.gallery-horizontal .gallery-horizontal-row {
  position: relative;
  overflow: hidden;
}

.gallery-horizontal .gallery-horizontal-row .gallery-horizontal-row-inner {
  overflow-x: auto;
  position: relative;
  -moz-transition: transform 0.66s ease-out;
  /* FF4+ */
  -o-transition: transform 0.66s ease-out;
  /* Opera 10.5+ */
  -webkit-transition: -webkit-transform 0.66s ease-out;
  /* Saf3.2+, Chrome */
  -ms-transition: -ms-transition 0.66s ease-out;
  /* IE10 */
  transition: transform 0.66s ease-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.gallery-horizontal .gallery-horizontal-row.dragging .gallery-horizontal-row-inner {
  -moz-transition-duration: 0s;
  /* FF4+ */
  -o-transition-duration: 0s;
  /* Opera 10.5+ */
  -webkit-transition-duration: 0s;
  /* Saf3.2+, Chrome */
  -ms-transition-duration: 0s;
  /* IE10 */
  transition-duration: 0s;
}

.gallery-horizontal .gallery-horizontal-row .gallery-horizontal-row-inner {
  white-space: nowrap;
}

.gallery-horizontal.active .gallery-horizontal-row .gallery-horizontal-row-inner {
  white-space: normal;
}

.gallery-horizontal .gallery-horizontal-row .gallery-item {
  display: inline-block;
}

.gallery-horizontal.active .gallery-horizontal-row .gallery-item {
  display: block;
  position: relative;
  float: left;
}

.gallery-horizontal .gallery-horizontal-row.dragging .gallery-item,
.gallery-horizontal .gallery-horizontal-row.dragging .item-link {
  cursor: move;
}

.no-touch .gallery-horizontal .gallery-horizontal-row .gallery-item .border-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0px solid #fff;
  z-index: 1;
  -webkit-transition: border-width ease-in 0.15s;
  -moz-transition: border-width ease-in 0.15s;
  -ms-transition: border-width ease-in 0.15s;
  -o-transition: border-width ease-in 0.15s;
  transition: border-width ease-in 0.15s;
}

.gallery-horizontal .gallery-horizontal-row .gallery-item img {
  height: 220px;
  display: block;
}

.gallery-horizontal .gallery-horizontal-row .gallery-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -25px;
  color: #fff;
  border-radius: 3px;
  font-size: 24px;
  color: #fff;
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.66);
}

.gallery-horizontal .gallery-horizontal-row .gallery-item .icon-search {
  display: none;
  padding: 6px 12px;
}

.gallery-horizontal .gallery-horizontal-row .gallery-item .icon-play {
  padding: 6px 14px 6px 16px;
}

.no-touch .gallery-horizontal .gallery-horizontal-row .gallery-item:hover .icon-search {
  display: block;
}

.no-touch .gallery-horizontal .gallery-horizontal-row .gallery-item img {
  position: relative;
}

.no-touch .gallery-horizontal .gallery-horizontal-row .gallery-item:hover .border-hover {
  border: 5px solid #fff;
}

.gallery-horizontal .gallery-horizontal-indicator {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  margin-left: -75px;
  margin-top: -55px;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity ease-in-out 0.5s;
  -moz-transition: opacity ease-in-out 0.5s;
  -ms-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}
@media only screen and (min-width: 48em) {
  .gallery-horizontal .gallery-horizontal-indicator {
    margin-left: -60px;
  }
}

.gallery-horizontal .gallery-horizontal-indicator p {
  text-align: center;
  color: #fff;
}

.gallery-horizontal .navigation-arrows > a {
  border-radius: 25px;
  width: 45px;
  height: 45px;
  text-decoration: none;
  z-index: 4;
  display: inline-block;
  background-color: #495258;
  background-color: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  margin-top: -25px;
  top: 50%;
  visibility: visible;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -ms-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}

.touch .gallery-horizontal .gallery-horizontal-row:hover .navigation-arrows a.inactive {
  visibility: hidden;
}

.gallery-horizontal .gallery-horizontal-row .navigation-arrows .inactive {
  background-color: #A3A3A3;
  background-color: rgba(0, 0, 0, 0.28);
  cursor: default;
  color: #D4D4D4;
}

.gallery-horizontal .gallery-horizontal-row:hover .navigation-arrows a {
  background-color: rgba(0, 0, 0, 0.8);
}

.gallery-horizontal .gallery-horizontal-row:hover .navigation-arrows a.inactive {
  background-color: #A3A3A3;
  background-color: rgba(0, 0, 0, 0.28);
  cursor: default;
  color: #D4D4D4;
}

.gallery-horizontal .navigation-arrows .left {
  left: 15px;
  padding: 5px 5px 0 0;
}

.gallery-horizontal .navigation-arrows .right {
  right: 15px;
  padding: 5px 0 0 5px;
}

/* Article Gallery styles */
.gallery-horizontal .article-gallery-item {
  width: 355px;
  background-color: #E6E7E8;
  font-family: toyotatext_rg;
  font-size: 15px;
  text-decoration: none;
  line-height: 20px;
  color: #6c7073;
}
@media only screen and (max-width: 47.9375em) {
  .gallery-horizontal .article-gallery-item {
    width: 270px;
  }
}
@media only screen and (max-width: 29.9375em) {
  .gallery-horizontal .article-gallery-item {
    width: 240px;
  }
}
@media only screen and (max-width: 19.9375em) {
  .gallery-horizontal .article-gallery-item {
    width: 200px;
  }
}

.gallery-horizontal .article-gallery-item .item-link {
  position: relative;
  display: block;
}

.gallery-horizontal .article-gallery-item .item-content {
  padding: 10px 10px 40px;
  white-space: normal;
  border-right: 1px solid #fff;
}

.gallery-horizontal .article-gallery-item .item-content .title {
  color: #1e2a32;
  font-family: toyotatext_bd;
}

.gallery-horizontal .article-gallery-item .item-content p {
  text-indent: 3em;
}

.lte-ie8 .gallery-horizontal .article-gallery-item .item-content p,
.gallery-horizontal .article-gallery-item .item-content p:first-of-type {
  text-indent: 0;
}

/*
 *	Name: Secondary Content
 *	Ref : js_c_003
 *	URL : http://toyota-stage.amaze.com/html/components/plugins/secondaryContent.html
 */
/* ==========================================================================
   Secondary content
   ========================================================================== */
.page-transition-slider {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 100%;
  background-color: #1e2a32;
  overflow: hidden;
  -webkit-transition: margin 0.66s ease-out;
  -moz-transition: margin 0.66s ease-out;
  -ms-transition: margin 0.66s ease-out;
  -o-transition: margin 0.66s ease-out;
  transition: margin 0.66s ease-out;
}

.page-transition-slider .container_12 {
  margin: 0 auto;
}

.page-transition-slider .bg-wrapper {
  background-color: #1e2a32;
}

.page-transition-slider .content-wrapper {
  overflow: scroll;
  margin-left: 73px;
  -webkit-transition: opacity 0.66s ease-out;
  -moz-transition: opacity 0.66s ease-out;
  -ms-transition: opacity 0.66s ease-out;
  -o-transition: opacity 0.66s ease-out;
  transition: opacity 0.66s ease-out;
  background: #fff;
  /* Old browsers */
  position: relative;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 47.9375em) {
  .page-transition-slider .content-wrapper {
    margin-left: 0;
  }
  .page-transition-slider .content-wrapper .toyota-tabs-select {
    padding-top: 75px;
  }
}

.page-transition-slider .tool-bar {
  position: absolute;
  width: 73px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1e2a32;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .page-transition-slider .tool-bar {
    height: 70px;
    width: 100%;
  }
}

.page-transition-slider .tool-bar .cb-close {
  position: absolute;
  bottom: 0;
  height: 47px;
  width: 47px;
  bottom: 14px;
  left: 12px;
  background-color: #e9eaec;
  background-image: linear-gradient(180deg, #fff 0, #e9eaec 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 47.9375em) {
  .page-transition-slider .tool-bar .cb-close {
    bottom: 10px;
  }
}

.page-transition-slider .tool-bar .close-icon {
  display: block;
  color: #1e2a32;
  font-size: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
}

.page-transition-slider.focus .tool-bar {
  position: fixed;
  z-index: 15;
  height: 100%;
  -webkit-transform: rotate(0deg);
}
@media only screen and (max-width: 47.9375em) {
  .page-transition-slider.focus .tool-bar {
    height: 70px;
    width: 100%;
  }
}

.page-transition-slider.focus .tool-bar .back-text {
  display: block;
  font-size: 18px;
  font-family: toyotatext_rg;
  padding-left: 20px;
  color: #fff;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform: rotate(270deg);
  -moz-transform-origin: 0 0;
  -ms-transform: rotate(270deg);
  -ms-transform-origin: 0 0;
  -o-transform: rotate(270deg);
  -o-transform-origin: 0 0;
  transform: rotate(270deg);
  transform-origin: 0 0;
  position: absolute;
  bottom: 30px;
  left: 10px;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .page-transition-slider.focus .tool-bar .back-text {
    top: 14px;
    left: 50px;
    transform: rotate(0);
  }
}
@media only screen and (max-width: 540px) {
  .page-transition-slider.focus .tool-bar .back-text {
    display: none;
  }
}

.no-csstransforms .page-transition-slider.focus .tool-bar .back-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand')";
  width: 500px;
  bottom: 545px;
}

.lt-ie8 .page-transition-slider.focus .tool-bar .back-text {
  display: none;
}

.page-transition-slider .tool-bar {
  opacity: 0;
}

.page-transition-slider.focus .tool-bar {
  opacity: 1;
}

.page-transition-slider .tool-bar .small-logo {
  display: block;
  background: url(../images/logo_sm.png) no-repeat 0 0;
  width: 73px;
  height: 70px;
  transition: all 0.44s ease-out;
}
@media only screen and (max-width: 47.9375em) {
  .page-transition-slider .tool-bar .small-logo {
    margin-right: 0;
    margin-left: auto;
  }
}

.page-transition-slider.focus .tool-bar .close-link {
  height: 100%;
  display: block;
}

.page-transition-slider.focus .tool-bar a:hover .back-text {
  color: #e50000;
}

/* HACKS FOR USER TESTING - NOT PRODUCTION CODE...  */
.page-transition-slider.v2 .tool-bar .close-icon {
  border-top: 1px solid transparent;
}

.page-transition-slider.v2 .tool-bar .back-text {
  bottom: 20px;
  left: 24px;
}

.page-transition-slider.v3 .tool-bar {
  background-color: #26323B;
}

.page-transition-slider.v3 .tool-bar .cb-close {
  position: relative;
  height: 320px;
  padding-top: 20px;
  background-color: #1E2A32;
}

.page-transition-slider.v3 .tool-bar .cb-close .close-icon {
  border-top: 1px solid transparent;
}

.page-transition-slider.v3 .tool-bar .cb-close .back-text {
  bottom: 10px;
  left: 24px;
}

.page-transition-slider.v4 .tool-bar {
  background-color: #26323B;
}

.page-transition-slider.v4 .tool-bar .cb-close {
  position: relative;
  height: 320px;
  padding-top: 20px;
  background-color: #1E2A32;
}

.page-transition-slider.v4 .tool-bar .cb-close .close-icon {
  border-top: 1px solid transparent;
  top: 0;
  bottom: auto;
  font-size: 40px;
}

.page-transition-slider.v4 .tool-bar .cb-close .back-text {
  bottom: -20px;
  left: 24px;
}

.page-transition-slider.v5a .tool-bar {
  background-color: #26323B;
}

.page-transition-slider.v5a .tool-bar .cb-close {
  position: relative;
  height: 320px;
  padding-top: 60px;
}

.page-transition-slider.v5a .tool-bar .cb-close .close-icon {
  border-top: 1px solid transparent;
  top: 10px;
  bottom: auto;
  font-size: 40px;
  color: #fff;
  width: auto;
  left: 6px;
  right: 6px;
  padding: 7px 0 11px 0;
}

.page-transition-slider.v5a .tool-bar .cb-close .back-text {
  bottom: -20px;
  left: 24px;
}

.page-transition-slider.v5a .tool-bar .cb-close .close-icon:hover {
  background: #73000d;
}

.page-transition-slider.v5b .tool-bar {
  background-color: #26323B;
}

.page-transition-slider.v5b .tool-bar .cb-close {
  position: relative;
  height: 320px;
  padding-top: 60px;
}

.page-transition-slider.v5b .tool-bar .cb-close .close-icon {
  border-top: 1px solid transparent;
  top: 10px;
  bottom: auto;
  font-size: 40px;
  color: #fff;
  width: auto;
  left: 6px;
  right: 6px;
  padding: 10px 0;
}

.page-transition-slider.v5b .tool-bar .cb-close .back-text {
  bottom: -20px;
  left: 24px;
}

.page-transition-slider.v5b .tool-bar .cb-close .close-icon:hover {
  background: #303a40;
}

.page-transition-slider.v5c .tool-bar {
  background-color: #26323B;
}

.page-transition-slider.v5c .tool-bar .cb-close {
  position: relative;
  height: 320px;
  padding-top: 60px;
}

.page-transition-slider.v5c .tool-bar .cb-close .close-icon {
  border-top: 1px solid transparent;
  top: 10px;
  bottom: auto;
  font-size: 40px;
  color: #1E2A32;
  width: auto;
  left: 6px;
  right: 6px;
  padding: 10px 0;
}

.page-transition-slider.v5c .tool-bar .cb-close .back-text {
  bottom: -20px;
  left: 24px;
}

.page-transition-slider.v5c .tool-bar .cb-close .close-icon:hover {
  background: #e8e9ea;
  color: #1E2A32;
}

/* ==========================================================================
   Secondary Content Gallery
   ========================================================================== */
.page-transition-slider .fs-gallery {
  height: 100%;
  position: relative;
  background-color: #1E2A32;
}

.page-transition-slider .fs-gallery .fs-gallery-in {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: transform 0.66s ease;
  /* FF4+ */
  -o-transition: transform 0.66s ease;
  /* Opera 10.5+ */
  -webkit-transition: -webkit-transform 0.66s ease;
  /* Saf3.2+, Chrome */
  -ms-transition: -ms-transition 0.66s ease;
  /* IE10 */
  transition: transform 0.66s ease;
}

.page-transition-slider .fs-gallery .fs-item {
  height: 100%;
  float: left;
  overflow: hidden;
}

.page-transition-slider .fs-gallery .fs-item .fs-gal-image {
  opacity: 0;
  transition: opacity 1s ease;
}

.page-transition-slider .fs-gallery .carousel-arrow {
  border-radius: 25px;
  width: 45px;
  height: 45px;
  text-decoration: none;
  z-index: 5;
  transition: position 0.33s linear;
  display: inline-block;
  background-color: #495258;
  background-color: rgba(73, 82, 88, 0.75);
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}

.page-transition-slider .fs-gallery .carousel-arrow.left {
  bottom: 20px;
  left: 20px;
  padding: 5px 5px 0 0;
}

.page-transition-slider .fs-gallery .carousel-arrow.right {
  bottom: 20px;
  right: 20px;
  padding: 5px 0 0 5px;
}

.page-transition-slider .fs-gallery .carousel-arrow:hover {
  background-color: rgba(73, 82, 88, 0.7);
}

.page-transition-slider .fs-gallery .carousel-arrow:active {
  background-color: rgba(73, 82, 88, 0.9);
}

.page-transition-slider .fs-gallery .carousel-arrow.disabled {
  opacity: 0.33;
  cursor: default;
}

.no-opacity .page-transition-slider .fs-gallery .carousel-arrow.disabled {
  background-color: #A3A3A3;
  color: #D4D4D4;
}

.lt-ie8 .page-transition-slider .fs-gallery .carousel-arrow {
  display: none;
}

.page-transition-slider .fs-gallery .carousel-nav {
  position: absolute;
  bottom: 28px;
  list-style-type: none;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 540px) {
  .page-transition-slider .fs-gallery .carousel-nav {
    display: none;
  }
}

.page-transition-slider .fs-gallery .carousel-nav li {
  display: inline;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  width: 8px;
}

.page-transition-slider .fs-gallery .carousel-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background: url(../images/CarouselNav.png) no-repeat -17px 0px;
}

.page-transition-slider .fs-gallery .carousel-nav li.active a {
  background-position: 0 0;
}

.lt-ie8 .page-transition-slider .fs-gallery .carousel-nav {
  display: none;
}

/*
 *	Name: Review Summary Promo
 *	Ref : c_t2_004
 *	URL : http://toyota-stage.amaze.com/html/components/tier2/reviewsummarypromo.html
 */
/* ==========================================================================
  Reviews
   ========================================================================== */
.review-summary-promo {
  padding: 7px;
  font-size: 13px;
  line-height: 14px;
  margin: 10px 0;
  float: left;
  font-family: toyotatext_bd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #e8e9ea, #fff);
  background-image: -moz-linear-gradient(bottom, #e8e9ea, #fff);
  background-image: -o-linear-gradient(bottom, #e8e9ea, #fff);
  background-image: -ms-linear-gradient(bottom, #e8e9ea, #fff);
  background-image: linear-gradient(to top, #e8e9ea, #fff);
}

.review-summary-promo a {
  font-family: toyotatext_rg;
  color: #666;
  display: block;
}

.review-summary-promo .rating-scale5 {
  width: 60px;
  height: 12px;
  background: url("../images/rating_stars.png") repeat-x 0 -14px;
  margin-bottom: 4px;
}

.review-summary-promo .rating-scale5 .rating {
  display: block;
  width: 100%;
  height: 12px;
  background: url("../images/rating_stars.png") repeat-x 0 0;
}

/*
 *	Name: Quick spec
 *	Ref : c_t2_005
 *	URL : http://toyota-stage.amaze.com/html/components/tier2/quickspec.html
 */
/* ==========================================================================
  Quick specs
   ========================================================================== */
.quick-spec {
  padding: 10px 8px 12px 8px;
  min-height: 98px;
  min-width: 205px;
  margin: 15px 10px 15px 0;
  max-width: 250px;
  float: left;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #1e2a32;
  background-color: rgba(30, 42, 50, 0.9);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.quick-spec.blue {
  background: #00a0f0;
  background: rgba(0, 160, 240, 0.9);
}

.quick-spec.yellow {
  background: #efc60a;
  background: rgba(239, 198, 10, 0.9);
}

.quick-spec .header {
  display: table;
  width: 100%;
}

.quick-spec .spec-heading {
  font-family: toyotatext_bd;
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
}

.quick-spec .spec-link,
.quick-spec .offer-link {
  float: right;
  font-family: toyotatext_bd;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  text-align: right;
}

.quick-spec .spec-link:hover {
  text-decoration: underline;
}

.quick-spec table {
  width: 100%;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  line-height: 13px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
}

.quick-spec table td strong {
  font-size: 26px;
  line-height: 34px;
  font-family: toyotadisplay_bd;
  color: #fff;
  display: block;
}

.quick-spec table th,
.quick-spec table td {
  text-align: left;
  border-left: 1px solid #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 6px;
  vertical-align: top;
  font-weight: normal;
}

.quick-spec table th:first-child,
.quick-spec table td:first-child {
  border-left: 0;
  padding-left: 0;
}

/* Yellow variant */
.quick-spec .spec-heading.dark {
  color: #1e2a32;
  width: auto;
  min-height: 26px;
}

.quick-spec .elastic-header {
  white-space: nowrap;
  min-height: 36px;
}

.quick-spec p {
  color: #1e2a32;
  font-family: toyotatext_rg, Verdana, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  vertical-align: top;
}

.quick-spec .large-price {
  margin: 3px 0;
  font-size: 26px;
  line-height: 30px;
  font-family: toyotadisplay_bd;
  color: #fff;
  display: block;
}

.quick-spec .offer-link-container {
  float: right;
}

.quick-spec .offer-link-container .offer-link {
  background-color: #BC9E18;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 7px 5px 5px 5px;
  border-radius: 2px;
  line-height: 13px;
}

.quick-spec .offer-link-container .offer-link:hover {
  background-color: #836E0A;
  background-color: rgba(0, 0, 0, 0.4);
}

.quick-spec .info-container {
  display: block;
  float: right;
  max-width: 100px;
}

.quick-spec .info-container p {
  min-height: 52px;
  border-left: 1px solid #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0 5px 5px;
}

.quick-spec .price-container {
  display: block;
  float: left;
  padding-right: 10px;
}

/* Yellow variant */
.quick-spec-disclaimer {
  clear: left;
  float: left;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 5px 10px;
}

.quick-spec-disclaimer p {
  color: #fff;
  font-size: 13px;
}

.quick-spec-disclaimer a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.quick-spec-disclaimer a:hover {
  text-decoration: underline;
}

/*
 *	Name: Footer
 *	Ref : **CUSTOM**
 *	URL : N/A
 */
/* ==========================================================================
   Footer
   ========================================================================== */
.fclear {
  clear: both;
  width: 100%;
  height: 1px;
}

.master-wrapper .footer-container {
  font-size: 0.81em;
  padding-top: 20px;
  box-shadow: inset 0 0 150px rgba(108, 112, 115, 0.3);
  background-color: #fff;
  border-top: 1px solid #fff;
}
.master-wrapper .footer-container .footer {
  padding-bottom: 2em;
}
.master-wrapper .footer-container .footer .row {
  margin-bottom: 1em;
}
.master-wrapper .footer-container .footer p {
  color: #6c7073;
}
.master-wrapper .footer-container .footer ul {
  list-style: none;
}
.master-wrapper .footer-container .footer ul li.link {
  float: left;
  margin-right: 20px;
}
.master-wrapper .footer-container .footer ul li.link a {
  color: #6c7073;
  text-decoration: none;
  font-family: toyotadisplay_bd;
}
.master-wrapper .footer-container .footer ul li.link a:hover {
  text-decoration: underline;
}
.master-wrapper .footer-container .footer ul li.link a.hasIcon {
  text-decoration: none;
}
.master-wrapper .footer-container .footer ul li.link a.hasIcon span {
  padding-right: 0.5em;
}
.master-wrapper .footer-container .footer ul li.link a.hasIcon:hover span {
  text-decoration: underline;
}
.master-wrapper .footer-container .footer ul.align-right li.link {
  float: right;
}
.master-wrapper .footer-container .footer ul.align-right li.link a.hasIcon {
  margin-right: 0px;
  margin-left: 20px;
}
.master-wrapper .footer-container .footer .copyright {
  margin: 0.5em 0;
}
.master-wrapper .footer-container .footer .buttons {
  text-align: right;
}
.master-wrapper .footer-container .footer .buttons .button {
  display: inline;
  margin-left: 10px;
}

.social-buttons {
  padding-top: 0;
  padding-bottom: 0;
}

.social-button {
  text-decoration: none;
  font-size: 1.5em;
  width: 32px;
  color: #fff;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  float: left;
  margin-right: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.social-button.social-button-facebook {
  background-image: url(../images/facebook.png);
}
.social-button.social-button-twitter {
  background-image: url(../images/twitter.png);
}
.social-button.social-button-youtube {
  background-image: url(../images/youtube.png);
}
.social-button.social-button-linkedin {
  background-image: url(../images/linkedin.png);
}
.social-button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media only screen and (max-width: 47.9375em) {
  .master-wrapper .footer-container .footer ul li.link {
    float: none;
    margin: 0 0 0.5em 0;
  }
  .master-wrapper .footer-container .social-buttons {
    float: none;
    width: auto;
  }
}
/*
 *	Name: Article Content blocks
 *	Ref : c_t1_001
 *	URL : http://toyota-stage.amaze.com/html/components/tier1/ArticleContentBlocks.html
 */
/* ==========================================================================
   Body content
   ========================================================================== */
.body-content img {
  margin-bottom: 8px;
  border-radius: 2px;
}

.body-content .video {
  width: 100%;
}

.body-content .subtitle {
  margin-top: 1em;
}

.body-content p {
  margin-bottom: 1em;
}

.body-content figure {
  margin-bottom: 20px;
}

.body-content li {
  margin: 10px 0;
}

.body-content .intro-text p {
  font-family: toyotatext_rg;
  font-size: 24px;
  color: #1e2a32;
  line-height: 30px;
  margin-bottom: 50px;
}

.body-content .intro-text.text-center {
  text-align: center;
}

.body-content ul ul {
  list-style-type: disc;
  padding: 0 0 0 40px;
  margin: 0;
  border: none;
}

.body-content .columns-3 {
  columns: 230px 3;
  -webkit-columns: 230px 3;
  /* Safari and Chrome */
  -moz-columns: 230px 3;
  /* Firefox */
  column-gap: 15px;
  -moz-column-gap: 15px;
  /* Firefox */
  -webkit-column-gap: 15px;
  /* Safari and Chrome */
}

.body-content .inline-media-left {
  float: left;
  margin-right: 10px;
}

.body-content .inline-media-left.pop_grid3 {
  margin-left: -238px;
}

.body-content .inline-media-right {
  float: right;
  margin-left: 10px;
}

.body-content .inline-media-right.pop_grid3 {
  margin-right: -238px;
}

.body-content blockquote {
  margin: 0;
}

.body-content blockquote p {
  font-size: 24px;
  color: #1e2a32;
  line-height: 30px;
  text-indent: 0;
  margin-bottom: 0.5em;
}

.body-content blockquote cite {
  color: #6c7073;
  font-size: 14px;
  font-style: normal;
}

.col-p-3 {
  columns: 220px 3;
  -webkit-columns: 220px 3;
  -moz-columns: 220px 3;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}

.col-p-2, .col-p-3 {
  min-height: 100%;
}

@media only screen and (min-width: 0em) {
  .body-content .intro-text p {
    font-size: 1.2em;
    line-height: 1.25em;
    margin-bottom: 1em;
  }

  .body-content .columns-3 {
    columns: 1;
    -webkit-columns: 1;
    /* Safari and Chrome */
    -moz-columns: 1;
    /* Firefox */
    column-gap: 0;
    -moz-column-gap: 0;
    /* Firefox */
    -webkit-column-gap: 0;
    /* Safari and Chrome */
  }
}
@media only screen and (min-width: 48em) {
  .body-content .intro-text p {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 2em;
  }

  .body-content .columns-3 {
    columns: 230px 3;
    -webkit-columns: 230px 3;
    /* Safari and Chrome */
    -moz-columns: 230px 3;
    /* Firefox */
    column-gap: 15px;
    -moz-column-gap: 15px;
    /* Firefox */
    -webkit-column-gap: 15px;
    /* Safari and Chrome */
  }
}
@media only screen and (max-width: 47.9375em) {
  .body-content img {
    width: 100%;
  }
}
/*
*	Name: Article related content
*	Ref : c_t2_003
*	URL : http://toyota-stage.amaze.com/html/components/tier2/articlerelatedcontent.html
*/
/* ==========================================================================
   Related article content
   ========================================================================== */
.related-content-block {
  background: #F4F4F5;
  padding: 18px;
  margin: 0 0 16px 0;
  color: #6c7073;
}

.related-content-block .title1 {
  color: #6c7073;
}

.related-content-block p {
  text-indent: 0;
  margin: 8px 0;
}

.related-content-block a {
  color: #6c7073;
  text-decoration: none;
}

.related-content-block a:hover {
  text-decoration: underline;
}

.related-content-block ul {
  list-style-type: none;
  color: #6c7073;
  padding: 0;
  border: none;
  margin: 0;
}

.related-content-block ul li {
  margin: 8px 0;
}

.related-content-block ul strong {
  color: #1e2a32;
}

.related-content-block ul.tag-list {
  list-style-type: none;
  margin-top: 25px;
  padding: 0;
}

.related-content-block ul.tag-list li {
  float: left;
  margin-right: 6px;
}

.related-content-block ul.tag-list li a {
  display: inline-block;
}

/*
 *	Name: Social tools
 *	Ref : c_t1_005
 *	URL : http://toyota-stage.amaze.com/html/components/tier1/social_tools.html
 */
/* ==========================================================================
   Social tools
   ========================================================================== */
.social-tools-section {
  background: #E9EAEC;
  color: #1e2a32;
  padding: 80px 0;
  clear: left;
}

.social-tools-section .social-tools-list {
  list-style-type: none;
}

.social-tools-section .social-tools-list li {
  display: inline;
  margin: 0 5px;
}

.social-tools-section .social-tools-list .share-icon {
  margin-left: 4px;
}

.social-tools-section .social-tools-list a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 0em) {
  .social-tools-section {
    padding: 20px 0;
  }

  .social-tools-section .social-tools-list {
    line-height: 3.5em;
  }
}
@media only screen and (min-width: 48em) {
  .social-tools-section {
    padding: 40px 0;
  }

  .social-tools-section .social-tools-list {
    line-height: 1em;
  }
}
/* ==========================================================================
   Social tools
   ========================================================================== */
.social-tools-section .social-tools-list .uiBtn {
  position: relative;
  cursor: pointer;
}

.social_box_wrapper {
  display: block;
  position: absolute;
  top: -150px;
  left: -12px;
  display: none;
}
.social_box_wrapper.like {
  top: -100px;
  left: -92px;
}
.social_box_wrapper.like .social-box {
  width: 220px;
  padding-top: 0;
  padding-bottom: 20px;
}

.social-box {
  display: block;
  position: relative;
  background: #ffffff;
  border: 2px solid #e3e3e3;
  border-radius: 2px;
  padding: 20px;
  padding-bottom: 0px;
  width: 80px;
}

.social-box:after, .social-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.social-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}

.social-box:before {
  border-color: rgba(227, 227, 227, 0);
  border-top-color: #e3e3e3;
  border-width: 23px;
  margin-left: -23px;
}

/*
 *	Name: Spotlight
 *	Ref : c_t2_001
 *	URL : http://toyota-stage.amaze.com/html/components/tier2/spotlight.html
 */
/* ==========================================================================
   Spotlights
   ========================================================================== */
.spotlight {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.spotlight img {
  border-radius: 2px;
  margin-bottom: 8px;
}

.spotlight p {
  text-indent: 0;
  font-size: 13px;
  color: #1E2A32;
  line-height: 16px;
}

a.spotlight:hover {
  text-decoration: underline;
  color: #1E2A32;
}

.spotlight .image-wrapper {
  position: relative;
}

.spotlight .image-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -25px;
  color: #fff;
  border-radius: 3px;
  font-size: 24px;
  color: #fff;
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.66);
}

.spotlight .image-wrapper .icon-play {
  padding: 6px 14px 6px 16px;
}

@media only screen and (min-width: 0em) {
  .spotlight {
    margin-bottom: 40px;
  }
  .spotlight img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .spotlight {
    margin-bottom: 20px;
  }
}
/*
 *	Name: Offer Spotlight
 *	Ref : c_t2_010
 *	URL : http://toyota-stage.amaze.com/html/components/tier2/offerspotlight.html
 */
/* ==========================================================================
   Read more
   ========================================================================== */
.read-more-container {
  position: relative;
  float: left;
}

.read-more-container .readmore-content {
  position: absolute;
  left: 0;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.66s;
  -moz-transition: opacity ease-in-out 0.66s;
  -ms-transition: opacity ease-in-out 0.66s;
  -o-transition: opacity ease-in-out 0.66s;
  transition: opacity ease-in-out 0.66s;
}
.read-more-container .readmore-content a {
  color: 00a0f0;
}
.read-more-container .readmore-content * {
  margin-left: 0;
  margin-right: 0;
}

.read-more-container .readmore-content .closelink {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}

.read-more-container .readmore-content .rmc-inner {
  padding: 35px 10px 10px 10px;
  position: relative;
  background: #1E2A32;
  background: rgba(30, 42, 50, 0.96);
  color: #fff;
  box-shadow: 2px 3px 8px #1E2A32;
  border-radius: 2px;
}
.read-more-container .readmore-content .rmc-inner p {
  color: #fff;
}

.read-more-container .readmore-content .title {
  font-size: 13px;
  font-family: toyotatext_bd;
}

.read-more-container .readmore-content .poiner {
  position: absolute;
  margin-left: 20px;
}

.read-more-container .readmore-content .arrow {
  width: 0;
  height: 0;
  display: block;
}

.read-more-container .readmore-content .arrow.up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1E2A32;
  border-bottom: 10px solid rgba(30, 42, 50, 0.96);
}

.read-more-container .readmore-content .arrow.down {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1E2A32;
  border-top: 10px solid rgba(30, 42, 50, 0.96);
}

.read-more-container .readMore {
  color: #6c7073;
  font-size: 13px;
}

.read-more-container .readMore i {
  color: #1E2A32;
}

.read-more-container .readMore,
.read-more-container .closelink {
  text-decoration: none;
}

.read-more-container .readMore:hover span,
.read-more-container .closelink:hover span {
  color: #e50000;
  text-decoration: underline;
}

.read-more-container .readMore.active span {
  color: #e50000;
}

/* ==========================================================================
   OFFER SPOTLIGHT
   ========================================================================== */
.offer-spotlight {
  margin: 0 0 50px 0px;
}

.offer-spotlight .header1 {
  line-height: 22px;
  color: #364147;
  font-family: toyotatext_bd;
  margin-bottom: 10px;
}

.offer-spotlight .header1 .icon-tag {
  color: #ef9109;
  position: relative;
  top: 6px;
  margin-left: 5px;
}

.offer-spotlight .header1 .text {
  position: relative;
  top: 4px;
  line-height: 25px;
}
.offer-spotlight .header1 .text:hover {
  text-decoration: underline;
}

.offer-spotlight img {
  margin-bottom: 10px;
  border-radius: 2px;
}

.offer-spotlight .cta-link {
  color: #354046;
  font-size: 19px;
  line-height: 22px;
  font-family: toyotatext_bd;
  text-decoration: none;
}

.offer-spotlight a:hover {
  text-decoration: none;
}
.offer-spotlight .promotion_subtitle:hover, .offer-spotlight h3:hover, .offer-spotlight .heading1:hover, .offer-spotlight .summary:hover, .offer-spotlight p:hover {
  text-decoration: none;
}
.offer-spotlight .read-more-container .readMore:hover span {
  color: #ef9109;
  text-decoration: none;
}
.offer-spotlight .read-more-container .readMore.active span {
  color: #1E2A2F;
  text-decoration: underline;
}
.offer-spotlight ul {
  list-style: none;
  font-weight: bold;
}
.offer-spotlight .cta-link:hover {
  text-decoration: underline;
}
.offer-spotlight .cta-link .icon {
  text-decoration: none !important;
}

.offer-spotlight .subtitle {
  margin-bottom: 0.3em;
}

.offer-spotlight p,
.offer-spotlight .cta-link .icon-chevron-right {
  font-size: 15px;
  padding-bottom: 0.4em;
}

.offer-spotlight p {
  color: #1e2a32;
  font-size: 15px;
  line-height: 20px;
}

.offer-spotlight .offer-text {
  color: #333;
}

.offer-spotlight .offer-text strong {
  font-family: toyotatext_bd;
  font-size: 15px;
  color: #333;
}

.offer-spotlight .terms, .offer-spotlight .readMore span {
  font-size: 13px;
  color: #ef9109;
}

.js .offer-spotlight .terms + .full-terms {
  display: none;
}

@media only screen and (min-width: 0em) {
  .offer-spotlight img {
    width: 100%;
    display: block;
  }
}
/*
 *	Name: More About Container
 *	Ref : c_t1_003
 *	URL : http://toyota-stage.amaze.com/html/components/tier1/moreaboutcontainer.html
 */
/* ==========================================================================
   Spotlight container
   ========================================================================== */
.spotlight-container {
  background-color: #1C2830;
  color: #fff;
  min-height: 340px;
  clear: left;
}

.spotlight-container a {
  color: #fff;
}

.spotlight-container .title-area {
  margin: 50px 0 20px 0;
}

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

.spotlight-container .read-more-trigger {
  font-size: 19px;
  color: #fff;
}

.spotlight-container .spotlight-wrapper {
  margin: 10px 0 20px 0;
  position: relative;
}

.spotlight-container .spotlight p {
  color: #fff;
}

.spotlight-container a.spotlight:hover {
  color: #fff;
}

.spotlight-container img {
  margin-bottom: 10px;
}

.spotlight-container .heading1 {
  font-size: 44px;
  color: #fff;
}

.spotlight-container .small-promo {
  margin-top: 20px;
}

.spotlight-container .slide-end {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(28, 40, 48, 0) 0%, rgba(28, 40, 48, 0.99) 100%, transparent 100%);
}

.spotlight-container .heading1, .spotlight-container .heading2, .spotlight-container .heading3 {
  color: #fff;
}
.spotlight-container .title-area .heading1 {
  margin-bottom: 0.5em;
}

.spotlight-container .row_wrapper {
  margin: 0 auto;
  text-align: center;
}

.more_about_item {
  float: left;
  width: 25%;
  padding: 0;
}
.more_about_item a {
  display: block;
  padding: 0 10px;
}
@media only screen and (max-width: 61.9375em) {
  .more_about_item {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 38.6875em) {
  .more_about_item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.grid_row {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
}

/* ==========================================================================
   Slide up on view styles
   ========================================================================== */
.slide-up-container.active {
  position: relative;
  overflow: hidden;
}

.slide-up-container.active .slide-up-element {
  position: absolute;
  top: 0;
  left: 0;
}

/* Colours */
.spotlight-container-hybrid {
  background: #00a0f0;
}

.spotlight-container-hybrid .slide-end {
  background: linear-gradient(to bottom, rgba(0, 160, 240, 0) 0%, rgba(0, 160, 240, 0.99) 100%);
}

.spotlight-container-awd {
  background: #6c7073;
}

.spotlight-container-awd .slide-end {
  background: linear-gradient(to bottom, rgba(108, 112, 115, 0) 0%, rgba(108, 112, 115, 0.99) 100%);
}

.spotlight-container.spotlight-container-grey {
  background: #E8E9EA;
  color: #000;
}
.spotlight-container.spotlight-container-grey h2, .spotlight-container.spotlight-container-grey h2, .spotlight-container.spotlight-container-grey h3, .spotlight-container.spotlight-container-grey .heading1, .spotlight-container.spotlight-container-grey .heading2, .spotlight-container.spotlight-container-grey .heading3 {
  color: #222;
}
.spotlight-container.spotlight-container-grey h2:hover, .spotlight-container.spotlight-container-grey h2:hover, .spotlight-container.spotlight-container-grey h3:hover, .spotlight-container.spotlight-container-grey .heading1:hover, .spotlight-container.spotlight-container-grey .heading2:hover, .spotlight-container.spotlight-container-grey .heading3:hover {
  color: #222;
}
.spotlight-container.spotlight-container-grey p, .spotlight-container.spotlight-container-grey a {
  color: #555;
  transition: color 0.3s;
}
.spotlight-container.spotlight-container-grey p:hover, .spotlight-container.spotlight-container-grey a:hover {
  color: #333;
}

.spotlight-container-grey .slide-end {
  background: linear-gradient(to bottom, rgba(232, 232, 234, 0) 0%, rgba(232, 232, 234, 0.99) 100%);
}

/*
 *	Name: Content table
 *	Ref : c_t1_004
 *	URL : http://toyota-stage.amaze.com/html/components/tier1/contentTable.html
 */
/* ==========================================================================
   Content table
   ========================================================================== */
.content-table {
  text-align: left;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}

.content-table th {
  padding: 16px 10px;
  color: #1e2a32;
  border-bottom: 1px solid #ebeced;
  vertical-align: top;
  font-family: toyotatext_bd;
  font-weight: normal;
}

.content-table td {
  padding: 9px 10px;
  color: #1e2a32;
  vertical-align: top;
  border-right: 1px solid #ebeced;
}

.content-table tr td:last-child {
  border-right: 0;
}

.content-table tbody.content-table tbody {
  border-bottom: 1px solid #ebeced;
}

.content-table tbody tr:nth-child(odd) td {
  background-color: #f5f5f6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.content-table tbody tr:nth-child(even) td {
  border-top: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
}

.content-table th.sort-link.active {
  color: #e50000;
}

.text-content {
  overflow-x: auto;
}
.text-content table {
  text-align: left;
  table-layout: auto;
  width: auto;
  border-collapse: separate;
  border: none;
}
.text-content table th, .text-content table caption {
  padding: 16px 10px;
  color: #1e2a32;
  border-bottom: 1px solid #ebeced;
  vertical-align: top;
  font-family: toyotatext_bd;
  font-weight: normal;
  border: none;
}
.text-content table th {
  background: #ddd;
}
.text-content table td {
  border: none;
  padding: 9px 10px;
  color: #1e2a32;
  vertical-align: top;
  border-right: 1px solid #ebeced;
}
.text-content table tr td:last-child {
  border-right: 0;
}
.text-content table tbody.content-table tbody {
  border-bottom: 1px solid #ebeced;
}
.text-content table tbody tr:nth-child(odd) td {
  background-color: #f5f5f6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.text-content table tbody tr:nth-child(even) td {
  border-top: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
}
.text-content table th.sort-link.active {
  color: #e50000;
}
.text-content.contact_hours table {
  width: 100%;
  padding-bottom: 1em;
}

.content-table.small td {
  font-size: 0.8em;
  color: #6c7073;
}

/*
 *	Name: Paralax
 *	Ref : c_t1_002
 *	URL : http://toyota-stage.amaze.com/html/components/tier1/parallax.html
 */
.bg-par .background-layer, .parallax-layer {
  width: 100%;
  background-color: transparent;
  height: 600px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 74.9375em) {
  .bg-par .background-layer, .parallax-layer {
    height: 500px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-par .background-layer, .parallax-layer {
    height: 400px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-par .background-layer, .parallax-layer {
    background-size: cover;
    height: 300px;
  }
}
@media only screen and (max-width: 29.9375em) {
  .bg-par .background-layer, .parallax-layer {
    height: 200px;
  }
}
@media only screen and (max-width: 19.9375em) {
  .bg-par .background-layer, .parallax-layer {
    height: 160px;
  }
}

.bg-par .bg-par-inner {
  padding: 50px 0 0 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .bg-par .bg-par-inner .icon, .bg-par .bg-par-inner i {
    display: none;
  }
}
.bg-par .bg-par-inner.mainfocus {
  padding: 100px 0 0 0;
}
.bg-par .bg-par-inner.mainfocus .heading1 {
  font-size: 44px;
}
.bg-par .bg-par-inner.mainfocus .heading2 {
  font-size: 32px;
}
@media only screen and (max-width: 61.9375em) {
  .bg-par .bg-par-inner.mainfocus {
    padding: 50px 0 0 0;
  }
  .bg-par .bg-par-inner.mainfocus .heading1 {
    font-size: 44px;
  }
  .bg-par .bg-par-inner.mainfocus .heading2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-par .bg-par-inner.mainfocus {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width: 74.9375em) {
  .bg-par .bg-par-inner {
    padding: 40px 0 0 0;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-par .bg-par-inner {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-par .bg-par-inner {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width: 29.9375em) {
  .bg-par .bg-par-inner {
    padding: 10px 0 0 0;
  }
  .bg-par .bg-par-inner .heading1 {
    font-size: 24px;
    line-height: 24px;
  }
  .bg-par .bg-par-inner .heading2 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 19.9375em) {
  .bg-par .bg-par-inner {
    padding: 0 0 0 0;
  }
  .bg-par .bg-par-inner .heading1 {
    font-size: 20px;
    font-size: 20px;
  }
  .bg-par .bg-par-inner .heading2 {
    font-size: 16px;
    font-size: 16px;
  }
}

.bg-par .bg-par-inner a {
  text-decoration: none;
}

.bg-par .bg-par-inner .heading1 {
  margin: 0 10px 15px;
  color: #fff;
  text-shadow: 0 1px rgba(2, 3, 3, 0.2);
}
.bg-par .bg-par-inner .heading1.parallax-dark {
  color: #1e2a32;
}

.bg-par .bg-par-inner .heading2 {
  margin: 0 10px;
  color: #fff;
  text-shadow: 0 1px rgba(2, 3, 3, 0.2);
  margin-bottom: 65px;
}
.bg-par .bg-par-inner .heading2.parallax-dark {
  color: #1e2a32;
}
@media only screen and (max-width: 47.9375em) {
  .bg-par .bg-par-inner .heading2 {
    margin-bottom: 0;
  }
}

/*
*	Name: Header - large
*	Ref : c_hf_001a
*	URL : http://toyota-stage.amaze.com/html/components/covers/header_large.html
*/
/* ==========================================================================
   Background image heros
   ========================================================================== */
.bg-image-hero {
  height: 100%;
  position: relative;
}
.bg-image-hero .heading1, .bg-image-hero h1 {
  font-size: 66px;
  line-height: 1.6em;
}
.bg-image-hero .heading2, .bg-image-hero h2 {
  font-size: 34px;
  line-height: 1.1em;
}
.bg-image-hero .heading3, .bg-image-hero h3 {
  font-size: 24px;
  line-height: 30px;
}
.bg-image-hero .heading4, .bg-image-hero h4 {
  font-size: 19px;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero .heading1, .bg-image-hero h1 {
    font-size: 66px;
  }
  .bg-image-hero .heading2, .bg-image-hero h2 {
    font-size: 34px;
  }
  .bg-image-hero .heading3, .bg-image-hero h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .bg-image-hero .heading4, .bg-image-hero h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero .heading1, .bg-image-hero h1 {
    font-size: 44px;
  }
  .bg-image-hero .heading2, .bg-image-hero h2 {
    font-size: 32px;
  }
  .bg-image-hero .heading3, .bg-image-hero h3 {
    font-size: 23px;
    line-height: 24px;
  }
  .bg-image-hero .heading4, .bg-image-hero h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero .heading1, .bg-image-hero h1 {
    font-size: 34px;
  }
  .bg-image-hero .heading2, .bg-image-hero h2 {
    font-size: 24px;
  }
  .bg-image-hero .heading3, .bg-image-hero h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .bg-image-hero .heading4, .bg-image-hero h4 {
    font-size: 19px;
  }
}

.bg-image-hero .coverBG {
  min-height: 680px;
  min-height: 80vh;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero .coverBG {
    min-height: 680px;
    min-height: 80vh;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero .coverBG {
    min-height: 480px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero .coverBG {
    min-height: 300px;
  }
}
@media only screen and (max-width: 29.9375em) {
  .bg-image-hero .coverBG {
    min-height: 240px;
  }
}

.used-car-carousel .bg-image-hero .coverBG {
  background-size: cover;
  min-height: 0;
  height: 0;
  margin-bottom: 20px;
  padding-top: 75%;
}
.used-car-carousel .bg-image-hero .coverBG .header-container {
  background-color: #fff;
}
.used-car-carousel .bg-image-hero .coverBG .carousel {
  background-color: #fff;
}

.bg-image-hero.bg-image-hero-large .coverBG {
  min-height: 680px;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero.bg-image-hero-large .coverBG {
    min-height: 680px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero.bg-image-hero-large .coverBG {
    min-height: 540px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero.bg-image-hero-large .coverBG {
    min-height: 340px;
  }
}
@media only screen and (max-width: 29.9375em) {
  .bg-image-hero.bg-image-hero-large .coverBG {
    min-height: 240px;
  }
}

.bg-image-hero.bg-image-hero-med .coverBG {
  min-height: 420px;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero.bg-image-hero-med .coverBG {
    min-height: 420px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero.bg-image-hero-med .coverBG {
    min-height: 360px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero.bg-image-hero-med .coverBG {
    min-height: 280px;
  }
}
@media only screen and (max-width: 29.9375em) {
  .bg-image-hero.bg-image-hero-med .coverBG {
    min-height: 240px;
  }
}

.bg-image-hero.bg-image-hero-med.med-small .coverBG {
  min-height: 360px;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero.bg-image-hero-med.med-small .coverBG {
    min-height: 320px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero.bg-image-hero-med.med-small .coverBG {
    min-height: 380px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero.bg-image-hero-med.med-small .coverBG {
    min-height: 240px;
  }
}
@media only screen and (max-width: 29.9375em) {
  .bg-image-hero.bg-image-hero-med.med-small .coverBG {
    min-height: 200px;
  }
}

.bg-image-hero.bg-image-hero-small .coverBG {
  min-height: 145px;
}
@media only screen and (max-width: 29.9375em) {
  .bg-image-hero.bg-image-hero-small .coverBG {
    min-height: 200px;
  }
}
.bg-image-hero.bg-image-hero-small .coverBG.hero-auc {
  min-height: 100px;
}
@media only screen and (max-width: 29.9375em) {
  .bg-image-hero.bg-image-hero-small .coverBG.hero-auc {
    min-height: 60px;
  }
}

.bg-image-hero.bg-image-hero-med.subsection .coverBG {
  min-height: 420px;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero.bg-image-hero-med.subsection .coverBG {
    min-height: 420px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero.bg-image-hero-med.subsection .coverBG {
    min-height: 420px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero.bg-image-hero-med.subsection .coverBG {
    min-height: 180px;
  }
}

.bg-image-hero.bg-image-hero-med.subsection .hero-inner {
  padding-top: 150px;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero.bg-image-hero-med.subsection .hero-inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero.bg-image-hero-med.subsection .hero-inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero.bg-image-hero-med.subsection .hero-inner {
    padding-top: 20px;
  }
}

.bg-image-hero .hero-inner {
  padding: 100px 5px 5px 5px;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero .hero-inner {
    padding: 100px 5px 5px 5px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero .hero-inner {
    padding: 40px 5px 5px 5px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero .hero-inner {
    padding: 20px 5px 5px 5px;
  }
}
@media only screen and (max-width: 19.9375em) {
  .bg-image-hero .hero-inner {
    padding: 5px 5px 5px 5px;
  }
}

.bg-image-hero.bg-image-hero-large .hero-inner {
  padding: 180px 5px 5px 5px;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero.bg-image-hero-large .hero-inner {
    padding: 220px 5px 5px 5px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero.bg-image-hero-large .hero-inner {
    padding: 100px 5px 5px 5px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero.bg-image-hero-large .hero-inner {
    padding: 50px 5px 5px 5px;
  }
}
@media only screen and (max-width: 19.9375em) {
  .bg-image-hero.bg-image-hero-large .hero-inner {
    padding: 10px 5px 5px 5px;
  }
}

.bg-image-hero .hero-inner .component-area {
  float: left;
  clear: left;
}

.bg-image-hero .hero-lower {
  padding: 60px 5px 5px 5px;
}

/* Specific selects for header hero to account to navigation overlap  */
.fx-header .bg-image-hero .hero-inner {
  padding-top: 170px;
}

.outer-wrapper.no-navigation .fx-header .bg-image-hero .hero-inner {
  padding-top: 100px;
}

.fx-header .bg-image-hero.bg-image-hero-med .coverBG {
  min-height: 570px;
}

.fx-header .bg-image-hero.bg-image-hero-med .coverBG {
  min-height: 430px;
}

.fx-header .bg-image-hero.bg-image-hero-small .coverBG {
  min-height: 215px;
}

.bg-image-hero .hero-inner .heading1,
.bg-image-hero .hero-inner .heading2,
.bg-image-hero .hero-inner .heading3 {
  color: #fff;
  text-shadow: 0px 0px 2px #999;
  text-shadow: 0px 0px 12px #000;
  text-shadow: 0px 0px 5px #000,0px 0px 40px #000;
}
.bg-image-hero .hero-inner .heading1 a,
.bg-image-hero .hero-inner .heading2 a,
.bg-image-hero .hero-inner .heading3 a {
  color: #fff;
}

.bg-image-hero .hero-inner.dark-text {
  color: #333;
}
.bg-image-hero .hero-inner.dark-text .heading1, .bg-image-hero .hero-inner.dark-text h1, .bg-image-hero .hero-inner.dark-text .heading2, .bg-image-hero .hero-inner.dark-text h2, .bg-image-hero .hero-inner.dark-text .heading2, .bg-image-hero .hero-inner.dark-text h2, .bg-image-hero .hero-inner.dark-text .heading3, .bg-image-hero .hero-inner.dark-text h3 {
  color: #333;
  text-shadow: 0px 0px 12px #fff;
  text-shadow: 0px 0px 5px #fff,0px 0px 40px #fff;
}
.bg-image-hero .hero-inner.dark-text .heading1 a, .bg-image-hero .hero-inner.dark-text h1 a, .bg-image-hero .hero-inner.dark-text .heading2 a, .bg-image-hero .hero-inner.dark-text h2 a, .bg-image-hero .hero-inner.dark-text .heading2 a, .bg-image-hero .hero-inner.dark-text h2 a, .bg-image-hero .hero-inner.dark-text .heading3 a, .bg-image-hero .hero-inner.dark-text h3 a {
  color: #333;
}

.bg-image-hero .hero-inner a {
  text-decoration: none;
}

.bg-image-hero .hero-inner a .play-icon-large {
  margin-top: 10px;
}

.bg-image-hero .hero-inner .playBtn {
  /*	
  	background-color: #475d70;
  	background-color: rgba(37, 50, 59, .8);
  	padding: 25px 29px 28px 27px;
  	color: #fff;
  	border-radius: 3px;
  	position: absolute; left: 80%; margin-left: -25px; top: 250px; 
  */
  display: block;
  padding-top: 80px;
  text-align: center;
  padding-left: 50%;
}
@media only screen and (max-width: 74.9375em) {
  .bg-image-hero .hero-inner .playBtn {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .bg-image-hero .hero-inner .playBtn {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .bg-image-hero .hero-inner .playBtn {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 19.9375em) {
  .bg-image-hero .hero-inner .playBtn {
    padding-top: 5px;
  }
}

.bg-image-hero .center-text .hero-inner .playBtn {
  padding-left: 0;
}

.bg-image-hero .hero-inner .playBtn:hover {
  /*	background-color: #25323b*/
}

.bg-image-hero .hero-inner .playBtn .icon-play, .bg-image-hero .hero-inner .playBtn .play-icon-large {
  font-size: 35px;
}

.bg-image-hero .dynamic-cta {
  position: absolute;
  bottom: 0;
}

.bg-image-hero.dealer_hero {
  width: 100%;
  max-height: 600px;
  height: auto;
  overflow: hidden;
}
.bg-image-hero.dealer_hero img.BG {
  display: block;
  width: 100%;
  height: auto;
}

.hero-landing {
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1em;
  width: 100%;
}
.hero-landing .heading1 {
  color: #fff;
  text-shadow: 1px 1px 3px #777;
}

/*
 *	Name: Form elements (mainly for used car section)
 *	Ref : n/a
 *	URL : n/a
 */
.locate_dealer_mgs {
  display: block;
  padding-bottom: 1.5em;
}

.select {
  transition: all 0.6s ease;
  background: #ebeced;
  border: 1px solid #B0B1B2;
  color: #6c7073;
  font-size: 16px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 1.5em;
  cursor: pointer;
}
.select.no-padding {
  margin-bottom: 0.2em !important;
}
.select.no-padding.has-error {
  margin-bottom: 1em !important;
}
.select .value {
  padding: 9px 0.8em 7px;
  font-size: 15px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
}
.select i {
  transition: all 0.6s ease;
  position: absolute;
  top: 15px;
  right: 0.7em;
  color: #B0B1B2;
}
.select select {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  height: 41px;
  width: 101%;
  position: absolute;
  top: -8px;
  left: 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
.select select > * {
  font-size: 12px !important;
}
.select:hover {
  border: 1px solid #1E2A32;
  color: #1E2A32;
}
.select:hover i {
  color: #1E2A32;
}
.select.has-error {
  border-color: red;
}

.checkboxes {
  margin-bottom: 0.7em;
}
.checkboxes .checkbox {
  margin-bottom: 0.3em;
}
.checkboxes .checkbox input {
  display: none;
}
.checkboxes .checkbox .the-checkbox {
  transition: all 0.6s ease;
  position: relative;
  top: 0.1em;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 10px;
  border: 1px solid #B0B1B2;
}
.checkboxes .checkbox .the-checkbox i {
  display: none;
}
.checkboxes .checkbox.active .the-checkbox {
  border: 1px solid #1E2A32;
}
.checkboxes .checkbox.active i {
  display: block;
}
.checkboxes .checkbox:hover .the-checkbox {
  border: 1px solid #1E2A32;
}
.checkboxes .checkbox.colour .the-checkbox {
  border: 1px solid transparent;
}
.checkboxes .checkbox.colour .colour-block {
  transition: all 0.6s ease;
  position: relative;
  top: 2px;
  left: 2px;
  height: 12px;
  width: 12px;
}
.checkboxes .checkbox.colour.active .the-checkbox {
  border: 1px solid #1E2A32;
}
.checkboxes .checkbox.colour.active .colour-block {
  top: 2px;
  left: 2px;
  height: 12px;
  width: 12px;
}
.checkboxes .checkbox.unique .the-checkbox {
  border-radius: 50%;
}
.checkboxes .checkbox.unique .the-checkbox > .icon {
  font-size: 0.85em;
  line-height: 1.2em;
  padding-left: 0.05em;
}

.contactmethod h4 {
  font-size: 0.9em;
}

.legal {
  color: #6c7073;
}
@media only screen and (max-width: 48em) {
  .legal {
    padding-top: 1em;
    clear: both;
  }
}

#postbrochureAdress {
  display: none;
}

.form_thanks {
  display: none;
}

.requiredField {
  color: #000;
}

/*
 *	Name: Used cars filter
 *	Ref : n/a
 *	URL : n/a
 */
/* ==========================================================================
   used cars
   ========================================================================== */
.search_menu {
  width: 30%;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: -30%;
}
@media only screen and (max-width: 62em) {
  .search_menu {
    width: 100%;
    margin: 0;
    float: none;
  }
}
.search_menu .search_checkbox {
  width: 100%;
}
@media only screen and (max-width: 33.75em) {
  .search_menu .search_checkbox {
    width: auto;
    float: none;
  }
}
.search_menu .uiBtn {
  display: block;
  position: relative;
}
.search_menu .uiBtn > i {
  position: absolute;
  top: 25px;
  right: 0;
}
@media only screen and (max-width: 62em) {
  .search_menu .uiBtn > i {
    right: 10px;
  }
}
.search_menu .search-detailed {
  padding-top: 1em;
}
@media only screen and (max-width: 33.75em) {
  .search_menu .search-detailed {
    width: auto;
    margin-left: 0;
    float: none;
  }
}
@media only screen and (max-width: 62em) {
  .search_menu .search-detailed.searchboxes {
    width: auto;
    margin-left: 0;
    float: none;
  }
}

#car_result_number {
  font-size: 1.1em;
  font-family: 'toyotatext_bd',impact;
  padding: 0 0.2rem;
}

.search_result {
  width: 67%;
  margin: 0;
  padding: 0;
  margin-left: 33%;
  float: left;
}
@media only screen and (max-width: 62em) {
  .search_result {
    width: 100%;
    margin: 0;
    float: none;
  }
}

.reults_variant, .reults_model {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.search_checkbox .checkboxes .checkbox label:before {
  content: none;
  margin: 0;
}

.search-filter {
  position: relative;
  background: #E8E9EA;
  margin-bottom: 1em;
  border-radius: 2px;
}
.search-filter .padding {
  margin: 0 15px;
  padding: 1em 0;
}
.search-filter .search-detailed {
  border-top: 1px dashed #B0B1B2;
  border-bottom: 1px dashed #B0B1B2;
  padding: 1em 0 0.6em;
  margin-bottom: 0.6em;
  display: none;
}
.search-filter .checkboxes .checkbox {
  float: left;
  padding-right: 1.4em;
}
.search-filter .checkboxes .checkbox .the-checkbox {
  margin-right: 5px;
}
@media only screen and (max-width: 62em) and (min-width: 48.0625em) {
  .search-filter .row {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    clear: none;
  }
  .search-filter .row.threes-lc {
    margin-right: 0;
  }
}
.search-filter h3 {
  margin-bottom: 0.6em;
}
.search-filter h4 {
  margin-bottom: 0.4em;
}
.search-filter .controls {
  position: relative;
}
.search-filter .show-more-section {
  display: none;
}
.search-filter .expand {
  padding: 0 0 1.4em;
}
.search-filter .expand a {
  text-decoration: none;
  color: #1E2A32;
  font-size: 0.9em;
}
.search-filter .expand a:hover span {
  text-decoration: underline;
}
.search-filter .twos {
  width: 47.5%;
  float: left;
  margin-right: 5%;
}
.search-filter .twos.twos-lc {
  margin-right: 0;
}

.search-info {
  border-bottom: 1px solid #B0B1B2;
  margin-bottom: 2em;
  vertical-align: top;
}
.search-info p {
  color: #6c7072;
  float: left;
  width: 33.33%;
}
.search-info .view-buttons {
  float: left;
  width: 43.33%;
  text-align: center;
}
.search-info .view-buttons .uiBtn {
  line-height: 32px;
}

.sort-options {
  float: right;
  position: relative;
}
.sort-options .sortDirection {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #B0B1B2;
  padding: 4px 10px 0;
  margin: 5px 0 0 0;
}
.sort-options .select .value {
  padding-top: 4px;
  padding-bottom: 3px;
  padding-right: 50px;
}
.sort-options .select i {
  top: 10px;
}

.perform-search {
  display: block;
}

.results {
  height: auto;
}
.results .result {
  position: relative;
  border-bottom: 1px solid #e0e1e2;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  display: none;
  opacity: 0;
}
.results .result .image {
  float: left;
  width: 26%;
  margin-right: 2%;
}
.results .result .image img {
  display: block;
  width: 100%;
  height: auto;
}
.results .result .content {
  width: 68%;
  float: left;
}
.results .result .content .padding {
  margin-right: 150px;
}
.results .result .content h5 {
  font-size: 24px;
  font-family: toyotadisplay_bd;
  line-height: 1.2em;
  margin-bottom: 1.6em;
}
.results .result .content h5 a {
  text-decoration: none;
}
.results .result .content h5 a:hover span {
  text-decoration: underline;
}
.results .result .content h5 i {
  display: none;
}
.results .result .content .details {
  list-style: none;
  background: none;
}
.results .result .content .price {
  color: #808080;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1em;
  font-family: toyotadisplay_bd;
}
.results .result .content .view-car {
  position: absolute;
  bottom: 1.5em;
  right: 0;
}

.blue .featured-cars-container {
  background: #00a0f0;
}
.blue .featured-cars-container .spotlight-container {
  background: #00a0f0;
}
.blue .featured-cars-container .spotlight-container .slide-end {
  background: transparent;
}
.blue .featured-cars-container .spotlight-container h1, .blue .featured-cars-container .spotlight-container h2, .blue .featured-cars-container .spotlight-container h5, .blue .featured-cars-container .spotlight-container .details {
  background: none;
  color: #fff;
}
.blue .featured-cars-container .spotlight-container h1 a span, .blue .featured-cars-container .spotlight-container h2 a span, .blue .featured-cars-container .spotlight-container h5 a span, .blue .featured-cars-container .spotlight-container .details a span {
  color: #fff;
}
.blue .featured-cars-container .spotlight-container h1 a i, .blue .featured-cars-container .spotlight-container h2 a i, .blue .featured-cars-container .spotlight-container h5 a i, .blue .featured-cars-container .spotlight-container .details a i {
  display: none;
}
.blue .featured-cars-container .spotlight-container .details span {
  font-size: 14px;
}

.featured-cars-container.gray {
  background: #f0f2f2;
}
.featured-cars-container.blue {
  background: #00a0f0;
}
.featured-cars-container.blue h1, .featured-cars-container.blue h2, .featured-cars-container.blue h5, .featured-cars-container.blue .details {
  background: none;
  color: #fff;
}
.featured-cars-container.blue h1 a span, .featured-cars-container.blue h2 a span, .featured-cars-container.blue h5 a span, .featured-cars-container.blue .details a span {
  color: #fff;
}
.featured-cars-container.blue h1 a i, .featured-cars-container.blue h2 a i, .featured-cars-container.blue h5 a i, .featured-cars-container.blue .details a i {
  display: none;
}
.featured-cars-container.blue .details span {
  font-size: 14px;
}
.featured-cars-container .car-image > img {
  height: 74.5%;
}

.featured-used-cars .grid_row {
  text-align: left;
}
.featured-used-cars .image, .featured-used-cars .content {
  width: 100%;
  float: none;
}
.featured-used-cars .image {
  margin-bottom: 0.6em;
}
.featured-used-cars .image a {
  display: block;
  width: 100%;
  text-align: left;
}
.featured-used-cars .image img {
  width: 100%;
}
.featured-used-cars .content .padding {
  margin-right: 0;
}
.featured-used-cars .content h5 {
  font-size: 22px;
  padding: 5px 0px;
}
.featured-used-cars .content h5 span {
  color: #d1001e;
  font-weight: bold;
}
.featured-used-cars .content h5 i {
  display: inline;
  color: #d1001e;
}
.featured-used-cars .content .price {
  background: #CC161E;
  background: rgba(204, 33, 30, 0.8);
  color: #fff;
  position: absolute;
  top: 10px;
  left: auto;
  right: 15px;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 3px;
  font-family: toyotatext_rg;
}
.featured-used-cars .content .price strong {
  font-weight: normal;
}
.featured-used-cars .content .view-car {
  display: none;
}

.featured-car .model strong {
  font-size: 14px;
}
.featured-car .details span {
  font-size: 14px;
}

@media only screen and (min-width: 0em) {
  .results .result {
    border-bottom: none;
    width: 50%;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    width: 48%;
  }
  .results .result.clear_left {
    clear: left;
    margin-right: 4%;
  }
  .results .result .image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .results .result .content {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .results .result .content .padding {
    margin-right: 0;
  }
  .results .result .content h5 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .results .result .content h5 i {
    display: inline;
  }
  .results .result .content .details, .results .result .content .tax-price {
    display: block;
    font-size: 15px;
  }
  .results .result .content .details {
    color: #888;
    padding-bottom: 0;
  }
  .results .result .content .price {
    position: relative;
    margin: 0;
    background: transparent;
    color: #D1001E;
    left: 0px;
    right: auto;
    top: auto;
    bottom: 1.5em;
    padding: 0;
    font-size: 18px;
    font-family: toyotatext_rg;
    display: none;
  }
  .results .result .content .price strong {
    font-weight: normal;
  }
  .results .result .content .price.mobile_price {
    display: block;
    bottom: auto;
    margin-top: 4px;
    font-weight: bold;
  }
  .results .result .content .reults_model {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .results .result .content .cardetails {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .results .result .content .view-car {
    display: none;
  }
}
@media only screen and (min-width: 30em) {
  .results .result {
    border-bottom: 1px solid #e0e1e2;
    width: 100%;
    float: none;
    margin-bottom: 1.5em;
  }
  .results .result .image {
    float: left;
    width: 40%;
    margin-right: 4%;
  }
  .results .result .content {
    float: left;
    width: 56%;
  }
  .results .result .content .padding {
    padding-bottom: 0;
    margin-right: 0px;
  }
  .results .result .content h5 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .results .result .content h5 i {
    display: inline;
  }
  .results .result .content .details, .results .result .content .tax-price {
    margin-top: 20px;
    display: block;
    font-size: 15px;
  }
  .results .result .content .price {
    position: absolute;
    font-size: 16px;
    background: #CC161E;
    background: rgba(204, 33, 30, 0.75);
    color: #fff;
    right: auto;
    left: 0;
    top: auto;
    padding: 8px 10px;
    bottom: 40px;
    font-family: toyotatext_rg;
    display: block;
  }
  .results .result .content .price strong {
    font-weight: normal;
  }
  .results .result .content .price.mobile_price {
    display: none;
  }
  .results .result .content .reults_model {
    white-space: normal;
  }
  .results .result .content .view-car {
    display: none;
  }
}
@media only screen and (min-width: 620px) {
  .results .result .content .view-car {
    display: block;
    line-height: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .results .result {
    position: relative;
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .results .result .image {
    float: left;
    width: 26%;
    margin-right: 4%;
  }
  .results .result .image img {
    display: block;
    width: 100%;
  }
  .results .result .content {
    width: 70%;
    float: left;
  }
  .results .result .content .padding {
    margin-right: 150px;
  }
  .results .result .content h5 {
    font-size: 24px;
    font-family: toyotadisplay_bd;
    line-height: 1.2em;
  }
  .results .result .content h5 a {
    text-decoration: none;
  }
  .results .result .content h5 a:hover span {
    text-decoration: underline;
  }
  .results .result .content h5 i {
    display: none;
  }
  .results .result .content .details {
    list-style: none;
  }
  .results .result .content .details, .results .result .content .tax-price {
    font-size: 18px;
  }
  .results .result .content .price {
    background: transparent;
    color: #808080;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    padding: 0;
    right: 0;
    line-height: 1em;
    font-family: toyotadisplay_bd;
  }
  .results .result .content .view-car {
    position: absolute;
    bottom: 1.5em;
    right: 0;
    display: block;
    line-height: 46px;
  }
  .results.grid .result {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .results.grid .result .image, .results.grid .result .content {
    width: 100%;
    float: none;
  }
  .results.grid .result .image {
    margin-bottom: 0.6em;
  }
  .results.grid .result .content .padding {
    margin-right: 0;
  }
  .results.grid .result .content h5 {
    font-size: 18px;
  }
  .results.grid .result .content h5 i {
    display: inline;
  }
  .results.grid .result .content .price {
    background: #CC161E;
    background: rgba(204, 33, 30, 0.75);
    color: #fff;
    top: 44.8%;
    bottom: auto;
    left: auto;
    right: 0;
    padding: 8px 10px;
    font-size: 18px;
    border-radius: 3px;
    font-family: toyotatext_rg;
  }
  .results.grid .result .content .price strong {
    font-weight: normal;
  }
  .results.grid .result .content .view-car {
    display: none;
  }
  .results.grid .result.right {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .results.grid .result .content .price {
    top: 11.65rem;
    bottom: auto;
  }
}
@media only screen and (min-width: 62em) {
  .results.grid .result .content .price {
    top: 10.05rem;
    bottom: auto;
  }
}
@media only screen and (min-width: 75em) {
  .results.grid .result .content .price {
    top: 12.75rem;
  }
}

.used-car-video {
  position: relative;
  width: 100%;
  padding-top: 56.4%;
  margin-bottom: 1rem;
}
.used-car-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.contact_button .icon {
  position: relative;
  font-size: 1.4em;
  top: 0.5em;
}
.contact_button .icon.icon-car2 {
  font-size: 1.15em;
  top: 0.65em;
}

.call-us-btn .dealer {
  display: inline;
}
.call-us-btn .non-dealer {
  display: none;
}
@media only screen and (min-width: 62em) {
  .call-us-btn {
    display: none;
  }
}

.no-dealer-page .call-us-btn .dealer {
  display: none;
}
.no-dealer-page .call-us-btn .non-dealer {
  display: inline;
}
.no-dealer-page .contact-us-btn {
  display: none;
}
.no-dealer-page .car-details-first {
  margin-top: 70px;
}
@media only screen and (min-width: 62em) {
  .no-dealer-page .car-details-first {
    margin-top: 90px;
  }
}
.no-dealer-page .button-dealer {
  display: none;
}
.no-dealer-page .button-no-dealer {
  display: block;
}

.button-dealer {
  display: block;
}

.button-no-dealer {
  display: none;
}

.contact-us-btn {
  display: none;
}
@media only screen and (min-width: 62em) {
  .contact-us-btn {
    display: block;
  }
}

.features p {
  padding-bottom: 1.5rem;
}

.car-details-first {
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .car-details-first {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 62em) {
  .car-details-first {
    margin-top: 90px;
  }
}

.used-car-carousel .header-container {
  background: transparent !important;
}
.used-car-carousel .header-container .no-car-img {
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}
.used-car-carousel .header-container .no-car-img .heading2 {
  text-align: center;
  padding: 2rem 0;
  color: #fff;
  text-shadow: 1px 1px 3px #000, 1px 1px 20px #000;
}
@media only screen and (min-width: 62em) {
  .used-car-carousel .header-container .no-car-img .heading2 {
    padding: 3.8rem 0;
  }
}
@media only screen and (min-width: 62em) {
  .used-car-carousel .header-container {
    overflow: visible;
  }
}
.used-car-carousel .thumbnails-container {
  margin-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  .used-car-carousel .thumbnails-container {
    margin-bottom: 0;
  }
}

.used-car-title .price {
  color: #CB161E;
  /*margin-bottom: 1.26em;*/
}
.used-car-title .alignRight {
  text-align: right;
}
.used-car-title .heading2 {
  display: block;
}

.used-car-carousel {
  margin-bottom: 2em;
}

.used-car-details {
  /*	.dealer-cover { margin-bottom: 2em;
                      .image { float: left; width: 20%;
                               img { width: 100%; display: block; }
                      }
                      .list {	float: left; width: 80%;
                              ul { font-size: 15px; list-style: none; margin-left: 0.6em;
                                   li { margin-bottom: 0.3em;
                                        &:before {
                                            margin-right: 0.2em;
                                            color: #1E2A32;
                                        }
                                   }
                              }
                      }
                      .text{
                          font-family: toyotatext_rg, Verdana, sans-serif;
                          padding-left: 0.7em;
                          font-weight: normal;
                      }
      }*/
}
.used-car-details .topRight {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.used-car-details .alignRight {
  text-align: right;
}
.used-car-details h3 {
  font-family: toyotadisplay_bd;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media print {
  .used-car-details .contact-dealer-text {
    width: 200%;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.used-car-details .name {
  margin-bottom: 0.5em;
}
.used-car-details .details {
  background: none;
  color: #6C7073;
  margin-bottom: 1em;
  font-size: 18px;
}
.used-car-details .status {
  color: #808080;
  font-size: 15px;
}
.used-car-details .about {
  margin-bottom: 2em;
  font-size: 18px;
}
.used-car-details .data {
  margin-bottom: 2em;
}
.used-car-details .blocks {
  margin-bottom: 1.5em;
}
.used-car-details .blocks .block {
  display: table;
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
@media only screen and (max-width: 29.9375em) {
  .used-car-details .blocks .block {
    display: block;
  }
}
.used-car-details .blocks .block .icon {
  color: #D9747D;
  text-align: center;
  width: 50%;
  display: table-cell;
  background: #CB161E;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .used-car-details .blocks .block .icon {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 29.9375em) {
  .used-car-details .blocks .block .icon {
    width: 100%;
  }
}
.used-car-details .blocks .block .icon i {
  font-size: 80px;
  float: none;
  width: 100%;
  padding: 0.18em 0;
  display: block;
}
.used-car-details .blocks .block .text {
  background: #302530;
  color: #fff;
  width: 50%;
  display: table-cell;
}
@media only screen and (max-width: 47.9375em) {
  .used-car-details .blocks .block .text {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 29.9375em) {
  .used-car-details .blocks .block .text {
    width: 100%;
  }
}
.used-car-details .blocks .block .text .padding {
  margin: 0 0.6em;
  padding: 0.6em 0;
}
.used-car-details .blocks .block .text .padding h4 {
  font-family: toyotatext_bd;
  color: #fff;
}
.used-car-details .blocks .block .text .padding p {
  font-size: 15px;
}
.used-car-details .blocks .block.block-lc {
  margin-right: 0;
  float: left;
  width: 47.5%;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .used-car-details .blocks .block.block-lc {
    padding-left: 0;
  }
}
@media only screen and (max-width: 29.9375em) {
  .used-car-details .blocks .block.block-lc {
    width: 100%;
    padding-left: 0;
  }
}
.used-car-details .blocks.contact_buttons {
  position: absolute;
  top: 450px;
  width: 1120px;
}
@media only screen and (max-width: 74.9375em) {
  .used-car-details .blocks.contact_buttons {
    position: relative;
    top: 0;
    width: 45%;
    float: right;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .used-car-details .blocks.contact_buttons {
    position: relative;
    top: 0;
    width: 45%;
    float: right;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .used-car-details .blocks.contact_buttons {
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 0;
  }
}
.used-car-details .blocks.contact_buttons .grid_12 {
  width: 445px;
  float: right;
  margin-right: 0;
  padding-right: 8px;
}
@media only screen and (max-width: 74.9375em) {
  .used-car-details .blocks.contact_buttons .grid_12 {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .used-car-details .blocks.contact_buttons .grid_12 {
    width: 100%;
  }
}
.used-car-details .blocks.contact_buttons .grid_12 .contact_button .uiBtn {
  width: 100%;
}
.used-car-details .blocks.contact_buttons .grid_12 .contact_button .uiBtn .right {
  float: right;
}
.used-car-details .mobile {
  display: none;
}
@media only screen and (max-width: 74.9375em) {
  .used-car-details .mobile {
    display: none;
  }
}
@media only screen and (max-width: 61.9375em) {
  .used-car-details .mobile {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .used-car-details .mobile {
    display: block;
  }
}
@media only screen and (max-width: 29.9375em) {
  .used-car-details .mobile {
    display: block;
  }
}
@media only screen and (max-width: 74.9375em) {
  .used-car-details .desktop {
    display: block;
  }
}
@media only screen and (max-width: 61.9375em) {
  .used-car-details .desktop {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .used-car-details .desktop {
    display: none;
  }
}
@media only screen and (max-width: 29.9375em) {
  .used-car-details .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 74.9375em) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 61.9375em) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .mobile {
    display: block;
  }
}
@media only screen and (max-width: 29.9375em) {
  .mobile {
    display: block;
  }
}

@media only screen and (max-width: 74.9375em) {
  .desktop {
    display: block;
  }
}
@media only screen and (max-width: 61.9375em) {
  .desktop {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .desktop {
    display: none;
  }
}
@media only screen and (max-width: 29.9375em) {
  .desktop {
    display: none;
  }
}

@media only screen and (max-width: 62em) and (min-width: 48em) {
  .used-car-details .blocks .block {
    float: none;
    width: 100%;
    margin-bottom: 0.5em;
    /*			.icon { float: left; width: 30%;
                        i { font-size: 50px; width: 100%; }
                }
                .text { float: left; width: 70%; }*/
  }
}
@media only screen and (max-width: 48em) {
  .used-car-carousel, .used-car-carousel.container_12 .grid_12 {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 48em) {
  .used-car-carousel {
    margin-bottom: 1em;
  }

  .used-car-details {
    /*		.price { margin-bottom: 0.5em; }*/
  }
  .used-car-details .alignRight {
    text-align: left;
  }
  .used-car-details .status {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 30em) {
  .used-car-details .blocks .block {
    float: none;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
/* ==========================================================================
   search results
   ========================================================================== */
#resultsAsuredUsedCars {
  height: 200px;
  overflow-y: hidden;
}
#resultsAsuredUsedCars.mileage .mileage, #resultsAsuredUsedCars.date .year, #resultsAsuredUsedCars.Year .year, #resultsAsuredUsedCars.Mileage .mileage, #resultsAsuredUsedCars.Price .price {
  color: #00a0f0;
  font-weight: bold;
}
#resultsAsuredUsedCars.mileage .mileage.mobile_price, #resultsAsuredUsedCars.date .year.mobile_price, #resultsAsuredUsedCars.Year .year.mobile_price, #resultsAsuredUsedCars.Mileage .mileage.mobile_price, #resultsAsuredUsedCars.Price .price.mobile_price {
  color: #D10018;
}
@media only screen and (min-width: 30em) {
  #resultsAsuredUsedCars.Price .grid .price {
    color: #fff;
  }
}
@media only screen and (min-width: 30em) and (max-width: 48em) {
  #resultsAsuredUsedCars.Price .list .price {
    color: #fff;
  }
}
@media only screen and (min-width: 48em) {
  #resultsAsuredUsedCars.Price .list .price {
    color: #00a0f0;
  }
}

@media (min-width: 768px) {
  .grid .toyota-plus-tick img {
    position: absolute;
    top: 60%!important;
    right: 0;
  }
}

@media (min-width: 992px) {
  .grid .toyota-plus-tick img {
    position: absolute;
    top: 57%!important;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .grid .toyota-plus-tick img {
    position: absolute;
    top: 62%!important;
    right: 0;
  }
}

@media only screen and (min-width: 0em) {
  .list .toyota-plus-tick img {
    position: absolute;
    top:51% ;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
.results .result .content .toyota-plus-tick {
            position: relative;
            display: block;
            margin: 10px 0;
            text-align: center;
        }

    }

@media only screen and (max-width: 479px) {
        .results .result .content .toyota-plus-tick img {
            position: relative !important;
        }

}

#showmoreCarsGroup .filter-bar {
  border-bottom: none;
}

/* ==========================================================================
   FEATURED USED CARS
   ========================================================================== */
.spotlight-container a:hover {
  text-decoration: none;
}
.spotlight-container .details {
  background: none;
}
.spotlight-container .car-image {
  position: relative;
  /*		img{
              display: block;
              width: 100%;
              height: auto;
          }*/
}
.spotlight-container .details {
  text-transform: lowercase;
}
.spotlight-container .price {
  position: absolute;
  color: #fff;
  bottom: 10.5%;
  padding: 5px 12px;
  font-size: 16px;
  font-family: toyotatext_rg;
  left: 0;
  background: #CC161E;
  background: rgba(204, 33, 30, 0.8);
}

.variant {
  text-transform: capitalize;
}

.featured-cars-container {
  min-height: 400px;
}

.spotlight-container.spotlight-container-grey .model {
  font-size: 1.2em;
  color: #d1001e;
  padding: 0.5em 0;
}
.spotlight-container.spotlight-container-grey .model:hover {
  color: #d1001e;
}
.spotlight-container.spotlight-container-grey .model i {
  font-size: 0.8em;
}
.spotlight-container.spotlight-container-grey .price {
  top: auto;
  right: 0;
  left: auto;
  bottom: 10.5%;
}

.dealer-cover.centerd {
  background-color: #E8E9EA;
  max-width: 440px;
  margin: 0 auto;
  padding-left: 1em;
}
.dealer-cover.centerd .image {
  float: left;
}
.dealer-cover.centerd .image img {
  padding-left: 1em;
  padding-bottom: 1em;
}
.dealer-cover.centerd .list {
  float: left;
  margin-left: 1em;
}

.dealer-cover-in-features .dealer-cover.centerd {
  background-color: transparent;
  max-width: none;
  padding-left: 0;
}
.dealer-cover-in-features .dealer-cover.centerd .image {
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 1px;
}
.dealer-cover-in-features .dealer-cover.centerd .image img {
  padding-left: 0;
}
.dealer-cover-in-features .dealer-cover.centerd .list {
  margin-left: 0;
}

.dealer-cover-wrapper {
  background-color: #E8E9EA;
  padding: 0;
  padding-top: 1rem;
}
.dealer-cover-wrapper.car-details {
  background-color: transparent;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 48em) {
  .dealer-cover-wrapper.car-details {
    float: left;
    width: 100%;
  }
}
.dealer-cover-wrapper.car-details .dealer-cover.centerd {
  background-color: transparent;
  float: left;
  padding-left: 15px;
  margin: 0;
}
@media only screen and (max-width: 48em) {
  .dealer-cover-wrapper.car-details .dealer-cover.centerd {
    padding-left: 0px;
  }
}
.dealer-cover-wrapper.car-details .dealer-cover.centerd .image img {
  padding-left: 0;
}

.dealer-cover li {
  padding-bottom: 0.4em;
  list-style: none;
}
.dealer-cover li .icon {
  padding-right: 0.5em;
}

.list .cardetails {
  position: absolute;
  left: 44%;
  bottom: 1.4em;
  font-size: 1em;
}
@media only screen and (min-width: 48em) {
  .list .cardetails {
    min-width: 42%;
    left: 30%;
    bottom: 0.5em;
  }
}
@media only screen and (max-width: 48em) {
  .list .view-car {
    display: none;
  }
}

.cardetails {
  text-transform: lowercase;
}

.no-models {
  width: 100%;
  height: 200px;
  line-height: 200px;
  background-color: #f0f0f0;
}

.serach_button {
  width: 70%;
  float: left;
  margin: 0;
  padding: 0;
  max-width: 300px;
}
@media only screen and (min-width: 992px) {
  .serach_button {
    width: 100%;
    max-width: none;
  }
  .LandingPage .serach_button {
    max-width: 300px;
  }
}

.clear-fields {
  width: 40%;
  float: right;
  margin: 0;
  padding: 0;
  height: 50px;
  cursor: pointer;
}
.clear-fields .title1 {
  text-align: right;
  line-height: 80px;
  color: #555;
  transition: color 0.3s;
}
.clear-fields .title1:hover {
  color: #1e2a32;
}
.clear-fields .title1:active {
  color: #555;
}
.clear-fields .text {
  vertical-align: baseline;
}

.filters-active-popup {
  position: absolute;
  right: 15px;
  bottom: 2.8rem;
  opacity: 0;
  transform: scale(3);
  transition: opacity 0.5s, transform 0.5s;
  max-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .filters-active-popup {
    bottom: 0.5rem;
    left: 15px;
    right: auto;
  }
}
.filters-active-popup .title1 {
  color: #d1001e;
}
.filters-active-popup.active {
  max-height: 1000px;
  opacity: 1;
  transform: scale(1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

#car_details_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1e2a32;
  background-color: rgba(30, 42, 50, 0.9);
  z-index: 6;
}
#car_details_back a {
  display: block;
  color: white;
  font-size: 15px;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  float: left;
}
@media only screen and (max-width: 62em) {
  #car_details_back a {
    padding: 12px 20px 13px 20px;
  }
}

#fulliframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-scroll {
  overflow: hidden !important;
}

.car_deatails_video {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

@media only screen and (max-width: 62em) {
  #carsearch > .header-container {
    display: none;
  }
}

.priceHeader {
  text-align: right;
}
@media only screen and (max-width: 62em) {
  .priceHeader {
    text-align: left;
    margin-bottom: 1rem;
  }
}

@media print {
  #car-details .no-print {
    display: none;
  }
  #car-details .thumbnails-container .carousel-arrow {
    display: none;
    color: transparent;
    background-color: transparent;
  }
  #car-details .no-car-img {
    display: none;
  }
  #car-details .print-fw {
    width: 100%;
  }
  #car-details .thumbnails-wrapper {
    padding: 0;
    position: static;
  }
  #car-details .thumbnails-wrapper .thumbLink {
    position: static;
    display: inline-block;
    float: left;
    margin: 0;
  }
  #car-details .thumbnails-wrapper .thumbLink img {
    margin: 0;
    width: 100%;
  }
  #car-details .car-details-first {
    margin-top: 10px;
  }
  #car-details .used-car-details {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
  }
  #car-details .features-wrapper {
    position: absolute;
    width: 45%;
    left: 50%;
    top: 0;
  }
  #car-details .priceHeader {
    padding-right: 1rem;
  }
  #car-details .container_12 {
    width: 100%;
  }
  >
  #car-details .container_12.used-car-carousel {
    width: 1100px;
  }
  >
  #car-details .container_12.used-car-carousel > .grid_8, >
  #car-details .container_12.used-car-carousel .grid_4 {
    box-sizing: border-box;
  }
  #car-details .features {
    display: block;
  }
  #car-details .features p {
    padding-bottom: 0;
    font-size: 10px;
  }
  #car-details .used-car-video {
    display: none;
  }
  #car-details .plusbenefits h4 {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
  }
  #car-details .plusbenefits p {
    font-size: 10px;
  }
  #car-details .plusbenefits figure {
    line-height: 0;
    height: 0;
    position: relative;
  }
  #car-details .plusbenefits figure img {
    position: absolute;
    left: auto;
    right: 0;
    top: -20px;
    transform: scale(0.4);
  }
  #car-details .plusbenefits .grid_3 {
    width: 25%;
    margin-top: 40px;
    box-sizing: border-box;
  }
  #car-details .content-table td {
    font-size: 12px;
  }
  #car-details .content-table td strong {
    font-size: 12px;
    display: block;
    height: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
  }
}

@media print {
  #car_details_back {
    display: none;
  }
}

@media print {
  .secondary-nav {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .heading1.heading1-auc {
    padding-bottom: 0;
    font-size: 32px;
    margin-bottom: -0.5rem;
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .auc-page .container_12 .grid_12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print {
  #car-details .contact-dealer-tex {
    font-size: 20px;
  }
}
@media print {
  #car-details .used-car-title .heading2 {
    display: block;
    height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
@media print {
  #car-details .used-car-carousel {
    width: 1000px;
    margin: 0;
  }
}
@media print {
  #car-details .heading1 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media print {
  #car-details h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media print {
  #car-details .tplus-section {
    page-break-inside: avoid;
    white-space: nowrap;
    padding-bottom: 0;
    margin: 0;
  }
  #car-details .tplus-section .page-title {
    font-size: 20px;
  }
  #car-details .tplus-section p {
    white-space: normal;
  }
}

@media print {
  html, body {
    width: 1050px;
    background-color: white;
  }
}

@media print {
  .primary-nav {
    margin-top: 0;
    top: 0;
    margin-bottom: 10px;
  }
}

/*
 *	Name: Contact form and tab menu for slide out
 *	Ref : n/a
 *	URL : n/a
 */
/* 
#############################################################################
contacform and others
#############################################################################
*/
input, textArea {
  padding: 9px 0.8em 7px;
  font-size: 15px;
  line-height: 25px;
  border-radius: 2px;
  border: 1px solid #B0B1B2;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 1.5em;
  color: #1e2a32;
  transition: all 0.3s;
  background-color: #ebeced;
}
input:focus, textArea:focus {
  outline: none;
  border: 1px solid #00a0f0;
  color: #00a0f0;
}
input:placeholder, textArea:placeholder {
  color: #6c7073;
}
input[type="submit"], textArea[type="submit"] {
  width: auto;
  min-width: 200px;
}

textArea {
  height: 8em;
}

.contactform {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .contactform {
    width: 80%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .contactform {
    width: 100%;
  }
}
.contactform h2 {
  font-family: "toyotadisplay_bd";
  font-size: 34px;
  line-height: 37px;
  margin-bottom: 0.35em;
}
.contactform .intro {
  font-size: 24px;
  line-height: 30px;
}
.contactform .header {
  font-size: 19px;
  margin-bottom: 2em;
}
.contactform .extraspace {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 61.9375em) {
  .contactform .extraspace {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.contactform .container_12.nop, .contactform .grid_6.nop {
  padding: 0;
}
@media only screen and (max-width: 61.9375em) {
  .contactform .container_12.nop, .contactform .grid_6.nop {
    width: 100%;
    float: none;
  }
}
.contactform .title1 {
  color: #1e2a32;
  transition: all 0.3s;
  margin-bottom: 8px;
}
.contactform .container_12 .grid_4 {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
}
@media only screen and (max-width: 47.9375em) {
  .contactform .container_12 .grid_4 {
    padding: 0 15px;
    width: 100%;
  }
}
.contactform .checkbox-row {
  display: block;
  width: 33.333%;
  padding: 0;
  float: left;
}
@media only screen and (max-width: 26.1875em) {
  .contactform .checkbox-row {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
    float: none;
  }
}
.contactform .checkbox-row .radio {
  clear: both;
}
.contactform .checkbox-row input {
  display: block;
  float: left;
  width: 26px;
  margin: 4px 0;
  cursor: pointer;
}
.contactform .checkbox-row label {
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
  margin: 0 -38px 0 0;
}
.contactform .notifications {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 2px;
  font-size: 13px;
}
.contactform .notifications .subheading-text {
  font-family: toyotatext_bd;
  font-weight: bold;
  font-size: 15px;
}
.contactform .help-block {
  display: block;
  font-size: 0.8em;
  margin-top: -1.5em;
  margin-bottom: 0.5em;
}
.contactform .form-error {
  color: #d1001e;
}
.contactform .select {
  position: relative;
  margin-bottom: 1.4em;
}
.contactform .select .help-block {
  display: block;
  position: absolute;
  bottom: -2.1em;
  font-size: 0.85em;
  left: 0;
}

/* 
#############################################################################
forms navigation
#############################################################################
*/
.form_nav {
  background: #f0f2f2;
  padding-top: 10px;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 50px;
}

.form_nav_item {
  display: inline-block;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 15px;
  line-height: 21px;
  padding: 20px 18px;
  margin-right: 3px;
  transition: background 0.5s;
}
.form_nav_item:hover, .form_nav_item.active {
  background: #fff;
}
.form_nav_item.active {
  font-family: toyotatext_bd;
  padding: 20px 18px 20px;
}
@media only screen and (max-width: 61.9375em) {
  .form_nav_item {
    padding: 12px 10px;
  }
  .form_nav_item.active {
    padding: 12px 10px 11px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .form_nav_item {
    border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 19px;
    padding: 11px;
  }
  .form_nav_item.active {
    padding: 11px 11px 10px;
  }
}

.tabContent {
  display: none;
}

.details {
  background: #f0f2f2;
  padding: 0.7em 0;
  margin: 0;
}
.details h5 {
  font-family: "toyotatext_bd";
  font-size: 16px;
  margin-bottom: 1em;
}
.details li {
  list-style: none;
}
.details .detaislWrapper {
  padding: 10px;
}

.container_12 .grid_6.large_break {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 74.9375em) {
  .container_12 .grid_6.large_break {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .container_12 .grid_6.large_break {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.getdirections .map .section_title {
  display: none;
  margin: 0;
}
.getdirections .map .heading1 {
  display: none;
}

.direction_details li {
  list-style: none;
}
.direction_details h4 {
  margin-bottom: 0.7em;
}
.direction_details p {
  padding-bottom: 0em;
}
.direction_details a {
  text-decoration: underline;
}

.form_thanks h2 {
  padding-bottom: 0.5em;
}

/*
 *	Name: Buttons bar on homepage
 *	Ref : n/a
 *	URL : n/a
 */
/* ==========================================================================
   buttons bar
   ========================================================================== */
.buttonsBar {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}
.buttonsBar .uiBtn {
  display: block;
}
.buttonsBar .uiBtn > i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
@media only screen and (max-width: 47.9375em) {
  .buttonsBar .uiBtn {
    display: block;
  }
}
@media only screen and (max-width: 61.9375em) {
  .buttonsBar .uiBtn {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .buttonsBar {
    width: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .buttonsBar {
    width: auto;
  }
}
@media only screen and (max-width: 19.9375em) {
  .buttonsBar {
    width: auto;
  }
}

.buttonsBar.right-align .grid_3 {
  float: right;
}

.greyBg .ctaText .heading3 {
  font-weight: bold;
  color: #848b90;
  padding-bottom: 1em;
}

.hybridCTA {
  padding-bottom: 1em;
  margin-bottom: -1.5em;
}

/**
 ########################################################################
				toyota cta
*/
.toyota_cta {
  position: relative;
  overflow: hidden;
  height: 250px;
}
@media only screen and (max-width: 47.9375em) {
  .toyota_cta {
    height: auto;
  }
}
.toyota_cta .cta_bg {
  position: absolute;
  top: -30px;
  width: 100%;
  height: auto;
}
.toyota_cta .cta_bg > img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .toyota_cta .cta_bg {
    display: none;
  }
}
.toyota_cta .uiBtn {
  float: left;
  margin-right: 6px;
  padding-right: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .toyota_cta .uiBtn {
    float: none;
    margin-right: 0;
  }
}

/*
 *	Name: Background Layer Scroll
 *	Ref : c_t2_008
 *  Version number: 1.0
 *	URL : http://toyota-stage.amaze.com/html/components/tier2/backgroundlayerscroll.html
 */
/* ==========================================================================
   BACKGROUND LAYER SCROLL
   ========================================================================== */
.parallax {
  position: relative;
}

.content-block-wrapper {
  width: 100%;
  background: #fff;
  padding: 7em 0;
  margin-bottom: 150px;
}

.parallax-layer {
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  z-index: 5;
  visibility: hidden;
}

.parallax-layer > .parallax-image {
  visibility: hidden;
  position: relative;
}

.parallax-layer .parallax-image,
.top-feature .bg-par .background-layer,
.top-feature .bg-par .background-layer .parallax-image,
.background-layer .parallax-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.background-layer .parallax-layer {
  background-size: cover;
}

/*
 *	Name: Top Features
 *	Ref : c_t1_008
 * Child component details
 *  (c_t2_007) Content Toggle
 *  (c_t2_008) Background Layer Scroll
 *  (js_c_003) Secondary Content
 *	URL : http://toyota-stage.amaze.com/html/components/tier1/topfeatures.htm
 */
/* ==========================================================================
  Top Features
   ========================================================================== */
.top-feature .bg-par {
  height: 600px;
}
@media only screen and (max-width: 74.9375em) {
  .top-feature .bg-par {
    height: 500px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .top-feature .bg-par {
    height: 400px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .top-feature .bg-par {
    height: 300px;
  }
}
@media only screen and (max-width: 29.9375em) {
  .top-feature .bg-par {
    height: 200px;
  }
}
@media only screen and (max-width: 19.9375em) {
  .top-feature .bg-par {
    height: 160px;
  }
}

.top-feature .uiBtn {
  margin-right: 6px;
}
@media only screen and (max-width: 47.9375em) {
  .top-feature .uiBtn {
    font-size: 12px;
    line-height: 40px;
  }
}

.top-feature {
  padding: 15px 0 50px 0;
}

.top-feature .body-content {
  width: 100%;
  position: relative;
}

.top-feature .header-block,
.parallax-layer .header-block {
  height: 100px;
  position: absolute;
  top: -160px;
  background: #333;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .top-feature .header-block,
  .parallax-layer .header-block {
    width: 100%;
    height: 150px;
    position: absolute;
    top: -210px;
    background: #333;
    background: rgba(0, 0, 0, 0.3);
  }
}

.parallax-layer .header-block.in-parallax-layer {
  top: auto;
  bottom: 0;
}

.top-feature .header-block .arrow,
.parallax-layer .header-block .arrow {
  background: url(../images/arrow.png) no-repeat left 92px bottom;
}
@media only screen and (max-width: 48em) {
  .top-feature .header-block .arrow,
  .parallax-layer .header-block .arrow {
    background: none;
    height: 100%;
  }
}

.top-feature .header-block .arrow {
  padding-top: 10px;
}

.top-feature .header-block .button-right-container,
.parallax-layer .header-block .button-right-container {
  float: right;
  padding: 25px 0 25px 0;
}
@media only screen and (max-width: 48em) {
  .top-feature .header-block .button-right-container,
  .parallax-layer .header-block .button-right-container {
    float: none;
    margin-right: 10px;
    padding: 0 0 0 0;
  }
}

.top-feature .header-block .button-right-container a,
.parallax-layer .header-block .button-right-container a {
  margin-right: 10px;
}

.top-feature .header-block .header2,
.parallax-layer .header-block .header2 {
  color: #fff;
  font-size: 2em;
  padding: 30px 0 30px 0;
  float: left;
  font-family: toyotatext_bd;
  line-height: 0.85em;
  height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
  .top-feature .header-block .header2,
  .parallax-layer .header-block .header2 {
    float: none;
    font-size: 1.5em;
    padding: 10px 0 0 0;
    margin-bottom: 0;
  }
}

.top-feature .content-block p {
  font-family: toyotatext_rg;
  font-size: 15px;
  line-height: 20px;
  color: #6c7073;
}

.top-features .center-text h2 {
  font-size: 34px;
  line-height: 2em;
}

.top-features .center-text p {
  font-size: 19px;
  line-height: 1.4em;
}

.body-content .alt-block > p,
.body-content .default-block > p,
.new-car-intro .heading3 {
  font-size: 24px;
  line-height: 31px;
  color: #6C7073;
}
@media only screen and (max-width: 48em) {
  .body-content .alt-block > p,
  .body-content .default-block > p,
  .new-car-intro .heading3 {
    font-size: 18px;
    line-height: 26px;
  }
}

/*
 *	Name: Save and Share widget
 *	Ref : c_t2_009
 *	URL : http://toyota-stage.amaze.com/html/components/tier2/saveandshare.html
 */
/**
 * ====================================
 * Share Tools
 * ====================================
 */
.share-tools {
  width: 48px;
  height: 48px;
  display: block;
  background: url(../images/share-tools-dots.png) no-repeat center 19px;
  background-color: #e8e9ea;
  float: right;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: background-color ease-in-out 0.4s;
  -moz-transition: background-color ease-in-out 0.4s;
  -ms-transition: background-color ease-in-out 0.4s;
  -o-transition: background-color ease-in-out 0.4s;
  transition: background-color ease-in-out 0.4s;
  margin-top: 9px;
}

.share-tools:hover {
  background-color: #4b555d;
}

.share-tools.open, .share-tools.always-open {
  background-color: #1E2A32;
}

.share-tools.open .tool-box,
.share-tools.always-open .tool-box {
  opacity: 1;
  display: block;
}

.share-tools + h1 {
  padding-right: 54px;
}

.share-tools .tool-box {
  display: none;
  background: #313f49;
  background: -webkit-linear-gradient(to top, #313f49, #253036);
  /* Safari, Android */
  background: linear-gradient(to top, #313f49, #253036);
  opacity: 0;
  list-style: none;
  white-space: nowrap;
  position: absolute;
  border-radius: 3px;
  -webkit-transition: opacity ease-in-out 0.4s;
  -moz-transition: opacity ease-in-out 0.4s;
  -ms-transition: opacity ease-in-out 0.4s;
  -o-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
}

.share-tools.open-top .tool-box {
  top: -55px;
  right: 0;
}

.share-tools .tool-box:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-width: 9px;
}

.share-tools.open-right .tool-box {
  top: 0;
  left: 55px;
}

.share-tools.open-left .tool-box {
  top: 0;
  right: 55px;
}

.share-tools.open-bottom .tool-box {
  bottom: -55px;
  right: 0;
}

.share-tools.open-right .tool-box:after {
  border-right-color: #354047;
  top: 50%;
  margin-top: -9px;
  right: 100%;
}

.share-tools.open-left .tool-box:after {
  border-left-color: #354047;
  left: 100%;
  top: 50%;
  margin-top: -9px;
}

.share-tools.open-bottom .tool-box:after {
  border-bottom-color: #354047;
  bottom: 100%;
  right: 17px;
}

.share-tools.open-top .tool-box:after {
  border-top-color: #354047;
  top: 100%;
  right: 17px;
}

.share-tools .tool-box .share-item {
  line-height: 46px;
  padding: 0 11px 0 11px;
  display: inline-block;
  margin-left: -3px;
  font-family: toyotatext_bd;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #424c54;
  border-left: 1px solid #273239;
}

input, input:before, input:after {
-webkit-transform: translate3d(0,0,0);
}

textarea, textarea:before, textarea:after {
-webkit-transform: translate3d(0,0,0);
}

.share-tools .tool-box :first-child {
  border-left: 0;
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}

.share-tools .tool-box :last-child {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}

.share-tools .tool-box .share-item:hover {
  background: #afb3b7;
}

.colourbox-content .share-tools {
  border: 1px solid #626A6E;
  background-color: #1E2A32;
  border-radius: 4px;
  width: 48px;
  height: 46px;
}

/*
 *	Name: Checkbox Filters
 *	Ref : c_t2_011
 *	URL : http://toyota-stage.amaze.com/html/components/tier2/checkboxFilters.html
 */
/* ==========================================================================
   CHECKBOX FILTER
   ========================================================================== */
.checkbox-filter-container {
  background: #1e2a32;
  width: 100%;
  min-height: 100px;
  margin: 15px 0;
  padding: 40px 0;
  overflow: hidden;
}
.checkbox-filter-container.noBg {
  background: transparent;
}
.checkbox-filter-container.noBg .subheading-text {
  color: #6c7073;
}
.checkbox-filter-container.noBg .checkbox-row .checkbox label {
  color: #6c7073;
}

.checkbox-filter-container .heading-text {
  text-align: left;
  color: #ef9109;
  font-family: toyotatext_bd;
  font-size: 34px;
  line-height: 34px;
  padding: 15px 0;
}

.checkbox-filter-container .subheading-text {
  color: #fff;
  font-family: toyotatext_bd;
  font-size: 24px;
  padding: 10px 0;
}

.checkbox-filter-container .subheading-text.orphan {
  margin-top: 66px;
}

.checkbox-filter-container .select-all {
  clear: both;
  text-decoration: underline;
  color: #fff;
}

.checkbox-filter-container .button-container {
  clear: both;
  margin: 45px 0 35px 0;
}

.checkbox-filter-container .button-container .uiBtn {
  margin-right: 10px;
}

.checkbox-filter-container .button-container .uiBtn i {
  margin-left: 5px;
  color: #969c97;
}

.check-boxes {
  overflow: hidden;
  margin-bottom: 20px;
}

.checkbox-row {
  width: 210px;
  float: left;
}

.checkbox {
  margin: 8px 0;
}

.checkbox input {
  display: none;
}

.checkbox label:before {
  margin-right: 8px;
  font-family: 'ToyotaIconFont';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e005";
}

.checkbox.radio label:before {
  content: "\e605";
}

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  font-family: toyotatext_rg;
  white-space: nowrap;
}

.checkbox-filter-container .checkbox label {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.checkbox-filter-container .checkbox label:before {
  font-size: 19px;
  speak: none;
}

.checkbox.checked label:before {
  content: "";
}

.checkbox input:checked + label:before {
  content: "\e006";
}

.checkbox.checked.radio label:before {
  content: "";
}

.checkbox.radio input:checked + label:before {
  content: "\e604";
}

.checkboxBtn .checkbox {
  margin: 0;
}
.checkboxBtn .checkbox label {
  display: inline;
  margin: 0;
}
.checkboxBtn .uiBtn i {
  margin-top: 13px;
}

/*
 *	Name: Dynamic CTA
 *	Ref : c_t2_002
 *	URL : http://toyota-stage.amaze.com/html/components/tier2/dynamicCTA.html
 */
/* ==========================================================================
   Pop-up CTA's
   ========================================================================== */
.dynamic-cta {
  text-align: center;
  width: 100%;
  /*	background-image: -webkit-linear-gradient(bottom, rgba(30, 42, 50, 0.5), rgba(40, 56, 67, 0.5));
  	background-image: -moz-linear-gradient(bottom, rgba(30, 42, 50, 0.5), rgba(40, 56, 67, 0.5));
  	background-image: -o-linear-gradient(bottom, rgba(30, 42, 50, 0.5), rgba(40, 56, 67, 0.5));
  	background-image: -ms-linear-gradient(bottom, rgba(30, 42, 50, 0.5), rgba(40, 56, 67, 0.5));
  	background-image: linear-gradient(to top, rgba(30, 42, 50, 0.5), rgba(40, 56, 67, 0.5));*/
  background-color: #999;
  background-color: rgba(40, 56, 67, 0.5);
}

.no-cssgradients .dynamic-cta {
  background: #1C2830;
}

.dynamic-cta.dark {
  /*	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));*/
  background-color: #555;
  background-color: rgba(40, 56, 67, 0.8);
}

.no-cssgradients .dynamic-cta.dark {
  background: #000;
}

.dynamic-cta .cta-list {
  list-style-type: none;
  padding: 0 0 0 0;
}

.dynamic-cta .cta-list li {
  display: inline-block;
  margin: 0 10px;
}

.dynamic-cta .cta-list li a {
  color: #fff;
  display: inline;
  font-size: 14px;
  font-family: toyotatext_bd;
  text-decoration: none;
  line-height: 70px;
}

.dynamic-cta .cta-list li a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Hidden when class 'bound' present, slides into view when class 'active' added, 'binding' class prevent users seeing the inital position changing
   ========================================================================== */
.dynamic-cta.bound {
  z-index: 6;
  position: fixed;
}

.dynamic-cta.binding {
  transition: none !important;
  -webkit-transition: none !important;
}

.no-csstransforms3d .dynamic-cta.bound {
  bottom: -80px;
  transition: bottom 0.33s ease-out;
}

.csstransforms3d .dynamic-cta.bound {
  bottom: 0;
  transition: transform 0.33s ease-out;
  transform: translate3d(0px, 80px, 0px);
  -webkit-transition: -webkit-transform 0.33s ease-out;
  -webkit-transform: translate3d(0px, 80px, 0px);
}

.no-csstransforms3d .dynamic-cta.bound.active {
  bottom: 0;
}

.csstransforms3d .dynamic-cta.bound.active {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/*
 *	Name: Loading Overlay
 *	Ref : js_c_001
 *	URL : http://toyota-stage.amaze.com/html/components/plugins/loadingOverlay.html
 */
.cl-loadeffect {
  position: relative !important;
}

.cl-updateProgressBackground {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 997 !important;
  background-color: #F7F7F7;
}

.cl-updateProgressLoader {
  position: absolute !important;
  text-align: center;
  margin-left: -20px;
  left: 50%;
  margin-top: -20px;
  top: 50%;
  z-index: 998;
}

.cl-updateProgressLoader.withcontent {
  width: 375px;
  margin-left: -187px;
  height: 120px;
  margin-top: -40px;
}

.cl-updateProgressLoader .iconContainer .iconSprite,
.cl-updateProgressLoader .iconContainer .iconSprite.loader-light {
  width: 40px;
  height: 40px;
  background: url(../images/loadingOverlay/loader_dark.png) no-repeat 0 0;
}

.cl-updateProgressLoader .iconContainer .iconSprite.loader-white-bg {
  background-image: url(../images/loadingOverlay/loader_w_bg.png);
}

.cl-updateProgressLoader .iconContainer .iconSprite.loader-dark {
  background-image: url(../images/loadingOverlay/loader_dark.png);
}

.cl-updateProgressLoader .iconContainer .iconSprite.loader-dark-bg {
  background-image: url(../images/loadingOverlay/loader_w_dark_bg.png);
}

.c-l-darktheme .cl-updateProgressBackground {
  background-color: #222222;
}

/*
 *	Name: Colourbox
 *	Ref : js_c_004
 *	URL : http://toyota-stage.amaze.com/html/components/plugins/colourbox.html
 */
/*
 ColorBox Core Style:
 The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent, .searchBox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
 User Style:
 Change the following styles to modify the appearance of ColorBox.  They are
 ordered & tabbed in a way that represents the nesting of the generated HTML.
 */
#cboxOverlay {
  /* background: #000; */
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  /*background: #dedede;*/
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  color: #E50000;
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #1E2A32;
  background: rgba(30, 42, 50, 0.96);
  padding: 10px 10px 50px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
}

.noCbBorder #cboxLoadedContent {
  background: 0;
  padding: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#cboxLoadingGraphic {
  background: url("loading.gif") no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  top: 6px;
  left: 12px;
  font-weight: bold;
  position: absolute;
  font-size: 15px;
  color: #838489;
  padding: 6px 0 2px 0;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url("interface-sprite01.png") no-repeat;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  right: 734px;
  top: 160px;
  background-position: 0 -50px;
}

#cboxPrevious:hover {
  background-position: -50px -50px;
}

#cboxNext {
  right: 18px;
  top: 160px;
  background-position: 0 -100px;
}

#cboxNext:hover {
  background-position: -50px -100px;
}

#cboxClose {
  right: 12px;
  bottom: 12px;
  width: auto;
  height: auto;
  text-indent: 0;
}

#cboxClose a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

#cboxClose:hover a span {
  color: #E50000;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.noCbBorder button, .noCbBorder #cboxClose, .noCbBorder #cboxTitle {
  display: none;
}

/*
 *	Name: Read more
 *	Ref : js_c_002
 *	URL : http://toyota-stage.amaze.com/html/components/plugins/readmore.html
 */
/* ==========================================================================
   Read more
   ========================================================================== */
.read-more-container {
  position: relative;
  float: left;
}

.read-more-container .readmore-content {
  position: absolute;
  left: 0;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.66s;
  -moz-transition: opacity ease-in-out 0.66s;
  -ms-transition: opacity ease-in-out 0.66s;
  -o-transition: opacity ease-in-out 0.66s;
  transition: opacity ease-in-out 0.66s;
}
.read-more-container .readmore-content a {
  color: 00a0f0;
}
.read-more-container .readmore-content * {
  margin-left: 0;
  margin-right: 0;
}

.read-more-container .readmore-content .closelink {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}

.read-more-container .readmore-content .rmc-inner {
  padding: 35px 10px 10px 10px;
  position: relative;
  background: #1E2A32;
  background: rgba(30, 42, 50, 0.96);
  color: #fff;
  box-shadow: 2px 3px 8px #1E2A32;
  border-radius: 2px;
}
.read-more-container .readmore-content .rmc-inner p {
  color: #fff;
}

.read-more-container .readmore-content .title {
  font-size: 13px;
  font-family: toyotatext_bd;
}

.read-more-container .readmore-content .poiner {
  position: absolute;
  margin-left: 20px;
}

.read-more-container .readmore-content .arrow {
  width: 0;
  height: 0;
  display: block;
}

.read-more-container .readmore-content .arrow.up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1E2A32;
  border-bottom: 10px solid rgba(30, 42, 50, 0.96);
}

.read-more-container .readmore-content .arrow.down {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1E2A32;
  border-top: 10px solid rgba(30, 42, 50, 0.96);
}

.read-more-container .readMore {
  color: #6c7073;
  font-size: 13px;
}

.read-more-container .readMore i {
  color: #1E2A32;
}

.read-more-container .readMore,
.read-more-container .closelink {
  text-decoration: none;
}

.read-more-container .readMore:hover span,
.read-more-container .closelink:hover span {
  color: #e50000;
  text-decoration: underline;
}

.read-more-container .readMore.active span {
  color: #e50000;
}

/*
 *	Name: Filterable Content (Other features)
 *	Ref : c_t1_007
 *	URL : http://toyota-stage.amaze.com/html/components/tier1/FilterableContent.html#/OtherFeatures
 */
/* ==========================================================================
   Feature items
   ========================================================================== */
.fc-group {
  width: 100%;
  margin: 20px auto 0 auto;
  transition: opacity 0.5s;
}
.viewmore .fc-group {
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 46.25em) {
  .fc-group {
    width: 80%;
  }
}
@media only screen and (max-width: 31.25em) {
  .fc-group {
    width: 100%;
  }
}
@media only screen and (max-width: 23.75em) {
  .fc-group {
    width: 80%;
  }
}
@media only screen and (max-width: 20em) {
  .fc-group {
    width: 100%;
  }
}

.fc-group-container-wrapper {
  height: 500px;
  width: 100%;
}
.fc-group-container-wrapper .fc-group-container {
  margin-top: 1em;
}

.uiBtn.greyBtn.showMore.hidden {
  display: none;
}

.showMoreGroup {
  padding-top: 1em;
  margin-top: 1em;
}

.filterable-content .item {
  position: relative;
  display: block;
  float: left;
  vertical-align: top;
  margin-bottom: 20px;
}
.filterable-content .item img {
  display: block;
  width: 100%;
  height: auto;
}
.filterable-content .item .wrap {
  padding: 0 5px 0 0;
}
.filterable-content .item.offer-spotlight {
  width: auto;
}

.otherfeatures .item {
  width: 25%;
}
@media only screen and (max-width: 46.25em) {
  .otherfeatures .item {
    width: 50%;
  }
}
@media only screen and (max-width: 23.75em) {
  .otherfeatures .item {
    width: 100%;
  }
}

.filterable-content .item .title2 {
  margin: 8px 0 2px 0;
}

.filterable-content .item img {
  border-radius: 2px;
}

.filterable-content .item .share-tools {
  margin-top: 9px;
}

.filterable-content .item .cb-link-container {
  position: relative;
  cursor: pointer;
}

.filterable-content .item .cb-link-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -25px;
  color: #fff;
  border-radius: 3px;
  font-size: 24px;
  color: #fff;
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.66);
}

.filterable-content .item .cb-link-container .icon-play {
  padding: 6px 14px 6px 16px;
}

/* ==========================================================================
   Colourbox layer
   ========================================================================== */
.feature-cbv {
  color: #fff;
}

.feature-cbv .title2 {
  color: #fff;
  margin-top: 10px;
}

.feature-cbv .body-content {
  padding-top: 10px;
}

.feature-cbv .body-content,
.feature-cbv .body-content p {
  color: #fff;
  clear: both;
  font-size: 13px;
}

.feature-cbv .share-tools {
  margin-top: 10px;
}

/* ==========================================================================
   Filter bar
   ========================================================================== */
.container_12 .filter-bar {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e4e5;
}
@media only screen and (max-width: 20em) {
  .container_12 .filter-bar {
    padding: 0;
  }
}

.filter-bar .fb-inner {
  padding: 0;
  display: table;
  margin: auto;
  margin-bottom: -28px;
  background-color: #fff;
}

.filter-bar .fb-list {
  list-style-type: none;
  margin: 0 6px;
}

.filter-bar .fb-group {
  display: inline-block;
}

.filter-bar .fbg-item {
  margin: 0 6px;
  float: left;
}

.filter-bar .fb-list li {
  float: left;
}

.filter-bar .fb-list {
  border: 1px solid #e3e4e5;
  border-radius: 2px;
  background: #fff;
}

.filter-bar .uiBtn {
  border-radius: 2px;
  box-shadow: none;
  border-right: 1px solid #e3e4e5;
  border-left: 1px solid #fff;
  display: block;
  padding: 0 16px;
  line-height: 46px;
  font-size: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
  .filter-bar .uiBtn {
    padding: 0 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 48em) {
  .filter-bar .uiBtn {
    padding: 0 7px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 30em) {
  .filter-bar .uiBtn {
    padding: 0 4px;
    font-size: 11px;
  }
}

.filter-bar .fb-list li:first-child .uiBtn {
  border-left: 0;
}

.filter-bar .fb-list li:last-child .uiBtn {
  border-right: 0;
}

.filter-bar .fb-list .uiBtn.active,
.filter-bar .fb-list a.uiBtn:active {
  box-shadow: inset 0 0 4px rgba(30, 42, 50, 0.3);
}

.fc-group-container {
  position: relative;
  clear: left;
  margin-top: 100px;
  transition: height 1s;
}

.fc-group-container .fc-group {
  margin-top: 20px;
  /* overflow: hidden; */
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fc-group-container .fc-group .fc-group-content {
  margin: 20px auto 0 auto;
}

.fc-group-container.viewmore {
  height: auto;
  transition: height 0.6s;
}

/*
 *	Name: Header - Carousel
 *	Ref : c_hf_003
 *	URL : http://toyota-stage.amaze.com/html/components/covers/Header_Carousel.html
 */
/* ==========================================================================
   Carousel BG
   ========================================================================== */
.carousel-bg {
  position: relative;
  z-index: 1;
  min-height: 350px;
}

.carousel-bg .carousel-bg-item {
  float: left;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.carousel-bg .carousel-bg-item.active {
  z-index: 2;
}

.csstransforms .carousel-bg .carousel-bg-item {
  opacity: 0;
  transition: opacity 0s linear 1s;
  -webkit-transition: opacity 0s linear 1s;
}

.csstransforms .carousel-bg .carousel-bg-item.active {
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}

.carousel-nav-container {
  z-index: 3;
  top: auto;
  bottom: 0;
  height: 100%;
}

.carousel-nav {
  position: absolute;
  bottom: 3.8rem;
  list-style-type: none;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 540px) {
  .carousel-nav {
    display: none;
  }
}

.carousel-nav li {
  display: inline;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  width: 8px;
}

.carousel-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background: url(../images/CarouselNav.png) no-repeat -17px 0px;
}

.carousel-nav li.active a {
  background-position: 0 0;
}

.carousel-arrow {
  border-radius: 25px;
  width: 45px;
  height: 45px;
  text-decoration: none;
  z-index: 5;
  transition: position 0.33s linear;
  display: inline-block;
  background-color: #495258;
  background-color: rgba(73, 82, 88, 0.7);
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}

.carousel-arrow.left {
  bottom: 40%;
  left: 14px;
  padding: 5px 5px 0 0;
}
@media only screen and (max-width: 48em) {
  .carousel-arrow.left {
    bottom: 40%;
  }
}

.carousel-arrow.right {
  bottom: 40%;
  right: 14px;
  padding: 5px 0 0 5px;
}
@media only screen and (max-width: 48em) {
  .carousel-arrow.right {
    bottom: 40%;
  }
}

.carousel-arrow:hover {
  background-color: #495258;
}

.carousel-arrow:active {
  background-color: #495258;
}

@media only screen and (min-width: 1180px) {
  .bg-image-hero .carousel-bg .carousel-arrow.left {
    left: 50px;
    bottom: 40%;
    top: auto;
  }

  .bg-image-hero .carousel-bg .carousel-arrow.right {
    right: 50px;
    bottom: 40%;
    top: auto;
  }
}
/* ==========================================================================
   Carousel Customization => split content and bd
   ========================================================================== */
.carousel .block {
  opacity: 0;
  transition: opacity 1s;
  display: none;
}
.carousel .block.active {
  opacity: 1;
  display: block;
}

.carousel-link {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.carousel-link.overlay {
  width: 80%;
  margin-left: 10%;
  width: calc(100% - 9rem);
  margin-left: 4.5rem;
  height: 70%;
  height: calc(100% - 6rem);
}
@media only screen and (min-width: 75em) {
  .carousel-link.overlay {
    width: 70%;
    margin-left: 15%;
    width: calc(100% - 13rem);
    margin-left: 6.5rem;
  }
}

.thumbnails-container {
  background-color: #E8E9EA;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 62em) {
  .thumbnails-container {
    padding: 0;
  }
}
.thumbnails-container .carousel-arrow {
  bottom: 1.2rem;
  transition: all 0.4s;
  transform: scale(0.7);
  background-color: rgba(73, 82, 88, 0.8);
}
@media only screen and (max-width: 62em) {
  .thumbnails-container .carousel-arrow {
    bottom: 10px;
  }
}
.thumbnails-container .carousel-arrow:hover {
  background-color: #495258;
}
.thumbnails-container .carousel-arrow.left {
  left: 0px;
}
@media only screen and (max-width: 62em) {
  .thumbnails-container .carousel-arrow.left {
    left: 0px;
  }
}
.thumbnails-container .carousel-arrow.right {
  right: 0px;
}
@media only screen and (max-width: 62em) {
  .thumbnails-container .carousel-arrow.right {
    right: 0px;
  }
}

.thumbnails-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 15.4% 0 0 0;
}
@media only screen and (max-width: 600px) {
  .thumbnails-wrapper {
    padding: 25% 0 0 0;
  }
}
.thumbnails-wrapper .thumbLink {
  position: absolute;
  left: 0;
  top: 0;
  transition: position 1s;
}

.thumbLink {
  display: block;
  margin: 0;
  float: left;
  box-sizing: border-box;
  width: 20%;
}
.thumbLink a {
  width: auto;
  display: block;
  transition: all 0.3s;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin: 5px;
}
.thumbLink a img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .thumbLink a {
    margin: 2px;
  }
}
@media only screen and (62em) {
  .thumbLink a {
    margin: 7px 9px 3px;
  }
}
.thumbLink.active a {
  border: 1px solid #1e2a32;
  box-shadow: 0 0 3px #999;
}
@media only screen and (max-width: 600px) {
  .thumbLink {
    width: 33.33%;
  }
}

.bgtest {
  width: 50%;
  background-color: #390;
  float: left;
}
.bgtest img {
  display: block;
  width: 100%;
  height: auto;
}

	/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-Aug-2014, 21:00:10
    Author     : marlon.jerez
*/
.offer-spotlight.item {
  width: 100%;
}
.offer-spotlight.item {
  margin-bottom: 2em;
}
.offer-spotlight h3, .offer-spotlight .header1 {
  font-family: "toyotatext_bd";
  vertical-align: bottom;
  line-height: 25px;
  margin-bottom: 0.4em;
  padding-bottom: 0;
}
.offer-spotlight .uiBtn {
  box-shadow: none !important;
  font-size: 11px;
  line-height: 25px;
  padding: 0 4px;
  margin-right: 0.5em;
  vertical-align: center;
}
.offer-spotlight .uiBtn.news {
  background: #d1001e;
}
.offer-spotlight .uiBtn.event {
  background: #00a0f0;
  margin-bottom: 0;
}
.offer-spotlight .startprice {
  box-sizing: border-box;
  display: block;
  float: right;
  background-color: #242A32;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 50%;
  font-weight: lighter;
  line-height: 1.2em;
  font-family: "toyotatext_rg",Sans-Serif;
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 61.9375em) {
  .offer-spotlight .startprice {
    width: 100%;
    float: none;
    max-width: none;
    margin-left: 0;
    text-align: right;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px;
    position: relative;
    top: -9px;
    margin-bottom: 0px;
  }
  .offer-spotlight .startprice:last-child {
    margin-bottom: 0.8rem;
  }
}
.offer-spotlight .imgContainer {
  display: block;
}
.offer-spotlight .imgContainer img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.offer-spotlight .promotion_subtitle h3 {
  font-size: 2.1rem;
  font-size: 1.125rem;
  font-family: "toyotatext_rg",Sans-Serif;
  font-weight: normal;
}
.offer-spotlight .promotion_intro {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6c7073;
}
.offer-spotlight .promotion_intro br {
  display: block;
  height: 2px;
  line-height: 0;
  content: "";
}

.toyota-group .news .uiBtn.news {
  background: #1C2834;
}
.toyota-group .news .uiBtn.event {
  background: #007080;
}

.fc-content {
  transition: all 0.5s;
}

#return_top {
  display: none;
}

@media only screen and (min-width: 61.9375em) {
  .remote-news .heading1, .remote-section .heading1 {
    line-height: 70px;
    font-size: 66px;
  }
}

.news-sibtitle {
  display: block;
  padding-bottom: 0.6em;
  padding-top: 1.2em;
}

.remote-news-section li {
  margin-top: 0;
}

/* ########################################################
	adaptation to mockups
########################################################  */
.grid_3 .offer-spotlight h3 {
  font-size: 18px;
}
@media only screen and (max-width: 61.9375em) {
  .grid_3 .offer-spotlight h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .grid_3 .offer-spotlight h3 {
    font-size: 18px;
  }
}
.grid_3 .offer-spotlight .uiBtn {
  position: absolute;
  border-radius: 0;
  top: 0;
  box-shadow: 1px 1px 2px #666;
}
@media only screen and (max-width: 61.9375em) {
  .grid_3 .offer-spotlight .uiBtn {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.grid_6 .offer-spotlight h3 {
  font-size: 22px;
}
@media only screen and (max-width: 61.9375em) {
  .grid_6 .offer-spotlight h3 {
    font-size: 18px;
  }
}
.grid_6 .offer-spotlight .uiBtn {
  position: absolute;
  border-radius: 0;
  top: 0;
  box-shadow: 1px 1px 2px #666;
}
@media only screen and (max-width: 61.9375em) {
  .grid_6 .offer-spotlight .uiBtn {
    font-size: 13px;
    padding: 5px 10px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-Nov-2014, 15:22:50
    Author     : marlon.jerez
*/
.printheader {
  display: none;
}

@media print {
  .printheader {
    display: block;
    background-color: #f0f0f0;
  }
  .printheader h3 {
    position: relative;
    padding-left: 2em;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-family: toyotadisplay_bd;
  }
  .printheader h3 img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: auto;
    background: #fff;
  }

  .master-wrapper {
    background: transparent;
  }
  .master-wrapper .header-container {
    background: transparent;
  }

  .carousel .coverBG {
    display: none;
  }

  .assuredContact {
    display: none;
  }

  .content-table td {
    padding: 3px;
    font-size: 14px;
  }

  .social-tools-section {
    display: none;
  }

  footer, .footer-container {
    display: none;
  }

  .thumbnails-container {
    padding: 0;
    margin: 0;
    background: transparent;
    margin-top: 1em;
  }

  .thumbLink {
    display: block;
    float: left;
    width: 20%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 0.5em;
  }
  .thumbLink a img {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .thumbLink.active {
    border: none;
  }

  .features {
    display: none;
  }
  .features p {
    font-size: 10px;
  }

  .used-car-details .blocks .block .text .padding h4, .used-car-details .blocks .block .text .padding p {
    color: #666;
  }

  .primary-nav {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .primary-nav.reveal {
    position: relative;
  }

  .primary-nav-outer .dropdownnav {
    display: none;
  }
  .primary-nav-outer .breadcrumb {
    display: none;
  }

  .outer-wrapper {
    padding-top: 0px;
  }

  .car_deatails_video {
    display: none;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#spotlightcarousel {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #spotlightcarousel {
    padding-top: 40px;
  }
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s linear left;
  -o-transition: 0.6s linear left;
  transition: 0.6s linear left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-offers .carousel-indicators {
  z-index: 4;
}

.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  cursor: pointer;
  background-color: #ddd;
}

.carousel-indicators .active {
  background-color: #666;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.carousel-control {
  /*	width: 50px;
  	height: 50px;
  	position: absolute;
  	top: 50%;
  	margin-top: -25px;
  	background-color: #495258;
  	background-color: rgba(73,82,88,.5);
  	filter: none;
  	opacity: 1;
  	color: #fff;
  	font-size: 36px;
  	font-size: 3.6rem;
  	line-height: 46px;
  	line-height: 4.6rem;
  	text-align: center;
  	vertical-align: middle;
  	background-image: none;
  	padding: 2px;*/
}

.carousel-offers {
  position: relative;
}
.carousel-offers .carousel-arrow {
  bottom: auto;
  top: 30%;
  margin-top: -25px;
}
.carousel-offers .carousel-arrow.left {
  left: -3.5%;
}
.carousel-offers .carousel-arrow.right {
  right: -3.5%;
}
@media only screen and (max-width: 75em) {
  .carousel-offers .carousel-arrow.left {
    left: -10px;
  }
  .carousel-offers .carousel-arrow.right {
    right: -10px;
  }
}
@media only screen and (min-width: 87.5em) {
  .carousel-offers .carousel-arrow.left {
    left: -6.5%;
  }
  .carousel-offers .carousel-arrow.right {
    right: -6.5%;
  }
}
.carousel-offers .carousel-inner {
  padding-bottom: 2.5em;
}
.carousel-offers .carousel-nav {
  bottom: 4px;
}
.carousel-offers .carousel-nav li a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-image: none;
  background-color: #eee;
}
.carousel-offers .carousel-nav.active {
  background-color: #777;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-Feb-2015, 10:45:05
    Author     : marlon.jerez
*/
/* ########################################################
	REMOTE SECTIONS : HYBRID ; SERVICE AND ACCESORIES
########################################################  */
.remote-section .list-bullet ul {
  line-height: 1.33333em;
  padding: 10px 0 10px 20px;
  margin: 20px 0;
  border-top: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
  color: #6c7073;
}
.remote-section .section_title .heading1 {
  padding-bottom: 6px;
}
.remote-section p {
  margin-bottom: 0;
}
.remote-section h5 {
  font-family: "toyotatext_bd";
  font-size: 17px;
  font-weight: normal;
  line-height: 18px;
}
@media screen and (max-width: 992px) {
  .remote-section h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
  }
}
.remote-section .offer-spotlight li {
  margin-bottom: 7px;
}
.remote-section .table {
  font-family: toyotatext_rg,Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 15px;
  line-height: 1.33333em;
  color: #6c7073;
  width: 100%;
  margin-bottom: 20px;
}
.remote-section .table td {
  padding: 9px 10px;
  color: #1e2a32;
  vertical-align: top;
  border-right: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
}
.remote-section .table th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: none;
  background: #fff;
}
.remote-section .table > thead > tr > td, .remote-section .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: none;
}
.remote-section .table tr:nth-child(odd) {
  background-color: #f5f5f6;
  border-top: 1px solid #fff;
}
.remote-section .table > thead > tr {
  background-color: #fff !important;
  border-top: none !important;
}
.remote-section .grid_7 {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .remote-section .grid_7 {
    float: left;
    width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.remote-section .grid_5 {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .remote-section .grid_5 {
    float: left;
    width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.remote-section .grid_12 {
  padding-bottom: 24px;
}
.remote-section .bg-image-hero.bg-image-hero-large .coverBG {
  min-height: 680px;
}
@media only screen and (max-width: 74.9375em) {
  .remote-section .bg-image-hero.bg-image-hero-large .coverBG {
    min-height: 680px;
  }
}
@media only screen and (max-width: 61.9375em) {
  .remote-section .bg-image-hero.bg-image-hero-large .coverBG {
    min-height: 540px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .remote-section .bg-image-hero.bg-image-hero-large .coverBG {
    min-height: 340px;
  }
}
@media only screen and (max-width: 29.9375em) {
  .remote-section .bg-image-hero.bg-image-hero-large .coverBG {
    min-height: 240px;
  }
}
.remote-section .bg-image-hero.bg-image-hero-med .coverBG.top {
  background-position: top center;
}
@media only screen and (max-width: 47.9375em) {
  .remote-section .header-container .container_12, .remote-section .header-container .grid_12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.imageContainer img {
  display: block;
  width: 100%;
  height: auto;
}

.hiddencaptcha {
  display: none;
  opacity: 0;
  border: none;
  background: transparent;
  height: 1px;
  width: 100%;
  display: block;
}

.form_thanks .intro {
  padding-top: 2em;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.article_v2 #mainfocus .container.page-title h1, .article_v2 #mainfocus .quickspec-caption .page-title h1, .article_v2 .page-title h1 {
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 68px;
  line-height: 6.8rem;
}

.article_v2 .maincontent article.container header.section-title h1, .article_v2 .maincontent .html5-inpage header.section-title h1 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 44px;
  line-height: 4.4rem;
}

.article_v2 .maincontent article .page-tools h5, .article_v2 .maincontent article .page-tools.page-tools-downloads h5, .article_v2 .maincontent article .page-tools.page-tools-related-stories h5 {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: toyotatext_rg;
}

.article_v2 .padding {
  padding-bottom: 30px;
  padding-top: 10px;
}
.article_v2 .heading1 {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .article_v2 .heading1 {
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .article_v2 .heading1 {
    padding-bottom: 30px;
    font-size: 44px;
    line-height: 44px;
  }
}
.article_v2 .col_2col {
  padding-bottom: 15px;
}
@media (min-width: 520px) {
  .article_v2 .col_2col {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
  }
}
.article_v2 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 620px) {
  .article_v2 .right img {
    margin-right: 0;
  }
}
@media (min-width: 620px) {
  .article_v2 .grid_9 {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 620px) {
  .article_v2 .grid_3 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.promotion_image {
  position: relative;
}
.promotion_image .brochure {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.promotion_image .remote-news-section h2 {
  font-size: 1.7rem;
  line-height: 2rem;
}

.offer-remote-section h2.heading2 {
  font-size: 27px;
}
.offer-remote-section .toyota_cta {
  margin-bottom: 60px;
}
.offer-remote-section .toyota_cta .cta_bg {
  width: 1170px;
  top: 0;
  left: 50%;
}
@media (min-width: 768px) {
  .offer-remote-section .toyota_cta .cta_bg {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .offer-remote-section .toyota_cta .cta_bg {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .offer-remote-section .toyota_cta .cta_bg {
    width: 1170px;
  }
}
.offer-remote-section .toyota_cta .cta_bg .cta_bg_in {
  position: relative;
  left: -50%;
}
.offer-remote-section .toyota_cta .cta_bg .cta_bg_in img {
  height: 250px;
  width: auto;
  float: right;
}
@media only screen and (min-width: 62em) {
  .offer-remote-section .container_12 .grid_12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.offer-remote-section .container_12 .grid_12 .heading3 {
  font-family: toyotatext_bd;
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  color: #354046;
  margin-top: 40px;
}
.offer-remote-section .container_12 .grid_12 div {
  font-size: 15px;
  color: #1e2a32;
}
.offer-remote-section .col-xs-12 col-sm-4 .remote-news-section {
  width: 33.3333333333%;
}
.offer-remote-section .sectionParagraphs {
  margin-bottom: 40px;
}
.offer-remote-section .sectionParagraphs ul {
  margin-bottom: 30px;
}
.offer-remote-section .sectionParagraphs ul > li {
  color: #6c7073;
}

.col-sm-12 {
  padding-bottom: 24px;
}
.col-sm-12 iframe {
  max-width: 100%;
  margin: 0 auto;
}
.col-sm-12 img {
  max-width: 100%;
  margin: 0 auto;
}

.col-xs-1 {
  float: left;
  width: 8.33333%;
}

.col-xs-10 {
  float: left;
  width: 83.33333%;
}

.col-xs-11 {
  float: left;
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
  padding-bottom: 24px;
}
.col-xs-12 iframe {
  max-width: 100%;
  margin: 0 auto;
}
.col-xs-12 img {
  max-width: 100%;
  margin: 0 auto;
}

.col-xs-2 {
  float: left;
  width: 16.66667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.33333%;
}

.col-xs-5 {
  float: left;
  width: 41.66667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.33333%;
}

.col-xs-8 {
  float: left;
  width: 66.66667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .container.topic-filter {
    width: 940px;
  }

  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  .col-md-2 {
    float: left;
    width: 16.66667%;
  }

  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-4 {
    float: left;
    width: 33.33333%;
  }

  .col-md-5 {
    float: left;
    width: 41.66667%;
  }

  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    float: left;
    width: 58.33333%;
  }

  .col-md-8 {
    float: left;
    width: 66.66667%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
article.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  article.container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  article.container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  article.container {
    width: 1170px;
  }
}

.article_v2 #mainfocus .container.page-title h2 {
  font-size: 34px;
  font-size: 3.4rem;
}
.article_v2 #mainfocus .quickspec-caption .page-title h2 {
  font-size: 34px;
  font-size: 3.4rem;
}
.article_v2 .page-title h2 {
  font-size: 34px;
  font-size: 3.4rem;
}
.article_v2 .maincontent #intro {
  padding-bottom: 50px;
  padding-top: 50px;
}
.article_v2 .maincontent article.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 15px;
}
.article_v2 .maincontent article.container .col-xs-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.article_v2 .maincontent article.container .col-xs-12 ul > li {
  color: #6c7073;
}
.article_v2 .maincontent article.container .col-xs-12 h2 {
  font-family: toyotatext_bd;
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  margin-top: 40px;
}
@media only screen and (max-width: 780px) {
  .article_v2 .maincontent article.container .col-xs-12 {
    columns: auto 1;
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
  }
}
.article_v2 .maincontent article.container .col-xs-12 blockquote.quote3 {
  line-height: 1.3em;
  padding: 40px 0 60px;
}
.article_v2 .maincontent article.container .col-xs-12.col-sm-8.col-md-9 blockquote.quote3 {
  line-height: 1.3em;
  padding: 40px 0 60px;
}
.article_v2 .maincontent article.container .col-xs-12 section {
  display: block;
  width: 100%;
}
.article_v2 .maincontent article.container header.section-title {
  padding-bottom: 30px;
}
.article_v2 .maincontent article.container .col-sm-4 section {
  width: 30%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
@media (max-width: 780px) {
  .article_v2 .maincontent article.container .col-sm-4 section {
    width: 100%;
  }
}
.article_v2 .maincontent article.container .col-sm-4 section .padding {
  padding-top: 0;
  padding-bottom: 0;
}
.article_v2 .maincontent article.container .col-sm-4 section h2 {
  font-family: toyotatext_bd;
  letter-spacing: -.03em;
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}
.article_v2 .maincontent article.container .col-sm-4 section p {
  color: #6c7073;
}
.article_v2 .maincontent article.container .col-md-12 blockquote.quote3 {
  line-height: 1.3em;
  padding: 40px 0 60px;
}
.article_v2 .maincontent article.container .col-md-4 .col-md-3 blockquote.quote3 {
  line-height: 1.3em;
  padding: 0 0 30px;
}
.article_v2 .maincontent article.container .col-sm-4 blockquote.quote3 {
  line-height: 1.3em;
  padding: 0 0 30px;
}
.article_v2 .maincontent article.container .col-sm-6 blockquote.quote3 {
  line-height: 1.3em;
  padding: 0 0 30px;
}
.article_v2 .maincontent article.container blockquote.quote3 {
  padding-bottom: 30px;
}
.article_v2 .maincontent article.container blockquote.quote3 p {
  font-size: 24px;
  font-size: 2.4rem;
}
.article_v2 .maincontent article.container .spotlight blockquote.quote3 p {
  font-size: 24px;
  font-size: 2.4rem;
}
.article_v2 .maincontent article.container .sm-top-section .spotlight {
  margin-bottom: 0;
}
.article_v2 .maincontent article.container .md-top-section .spotlight {
  margin-bottom: 34px;
}
.article_v2 .maincontent article .page-tools {
  padding: 12px;
}
.article_v2 .maincontent article .page-tools .list1 li {
  margin: 10px 0;
}
.article_v2 .maincontent article .page-tools .list2 li {
  margin: 0 6px 8px 0;
}
.article_v2 .maincontent .html5-inpage header.section-title {
  padding-bottom: 30px;
}
.article_v2 .maincontent #gallery .visible-xs h1 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 44px;
  line-height: 4.4rem;
  padding-bottom: 30px;
  padding-left: 15px;
}
.article_v2 .maincontent .collapsible-group .collapsible-panel .panel-section .html5-inpage .container {
  width: 920px;
}
.article_v2 .maincontent .collapsible-group .collapsible-panel .panel-section article.container {
  width: 920px;
}
.article_v2 .col-p-md-4 {
  columns: auto 4;
  -webkit-columns: auto 4;
  -moz-columns: auto 4;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.article_v2 .col-p-md-2 {
  columns: auto 2;
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.article_v2 .col-p-md-3 {
  columns: auto 3;
  -webkit-columns: auto 3;
  -moz-columns: auto 3;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.article_v2 .col-p-sm-4 {
  columns: auto 4;
  -webkit-columns: auto 4;
  -moz-columns: auto 4;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.article_v2 .col-p-sm-2 {
  columns: auto 2;
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.article_v2 .col-p-sm-3 {
  columns: auto 3;
  -webkit-columns: auto 3;
  -moz-columns: auto 3;
  column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
}
.article_v2 .btn-red, .article_v2 a.btn-red, .article_v2 button.btn-red {
  font-size: 15px;
  line-height: 46px;
  padding: 0px 14px 0px 14px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #d2001e;
  border: none;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#d2001e), to(#73000d));
  background-image: -webkit-linear-gradient(top, #d2001e, 0, #73000d, 100%);
  background-image: -moz-linear-gradient(top, #d2001e 0, #73000d 100%);
  background-image: linear-gradient(to bottom, #d2001e 0, #73000d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFD2001E', endColorstr='#FF73000D');
}

.usedcSearchBox .used_search_wrapper {
  background-color: #1C2830;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 992px) {
  .usedcSearchBox .used_search_wrapper {
    padding-bottom: 3rem;
  }
}
@media (max-width: 619px) {
  .usedcSearchBox .used_search_wrapper {
    padding-bottom: 2.5rem;
  }
}
.usedcSearchBox .heading1 {
  color: #fff;
}
@media (max-width: 992px) {
  .usedcSearchBox .heading1 {
    position: relative;
    top: -1.5rem;
  }
}
@media (max-width: 768px) {
  .usedcSearchBox .heading1 {
    top: 0;
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .usedcSearchBox .container_12 {
    width: 750px;
  }
}
.usedcSearchBox .title1 {
  color: #fff;
}
.usedcSearchBox .select, .usedcSearchBox input {
  min-height: 2.7rem;
  margin-bottom: 0.5rem;
}
.usedcSearchBox .used_search_btn {
  height: 2.75rem;
  line-height: 2.75rem;
  display: block;
}
.usedcSearchBox .used_search_btn > i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5rem;
}
@media (max-width: 619px) {
  .usedcSearchBox .searchbox_action .title1 {
    display: none;
  }
}
@media (min-width: 992px) {
  .usedcSearchBox {
    position: absolute;
    top: 260px;
    height: auto;
    z-index: 5;
    width: 30%;
    max-width: 280px;
    margin-left: 7%;
    margin-left: calc(50% - 450px);
  }
  .usedcSearchBox .used_search_wrapper {
    background-color: rgba(28, 40, 48, 0.8);
    border-radius: 5px;
    width: 100%;
  }
  .usedcSearchBox .center_wrapper {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    position: relative;
  }
  .usedcSearchBox .container_12 {
    width: 100%;
  }
  .usedcSearchBox .grid_3 {
    float: none;
    width: 100%;
  }
  .usedcSearchBox .heading1 {
    padding: 0;
    font-size: 1.7rem;
  }
  .usedcSearchBox .section-title {
    margin-top: 0;
  }
  .usedcSearchBox .select {
    margin-bottom: 0.5rem;
  }
  .usedcSearchBox .searchbox_action .title1 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .usedcSearchBox {
    max-width: 280px;
    margin-left: 7%;
    margin-left: calc(50% - 550px);
  }
  .usedcSearchBox .heading1 {
    padding: 0;
    font-size: 1.7rem;
  }
}

.homepage_carousel .hero-content-text-wrapper .heading1 {
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .homepage_carousel .hero-content-text-wrapper .heading1 {
    line-height: 1.3em;
  }
}
@media (min-width: 992px) {
  .homepage_carousel .hero-content-text-wrapper {
    width: 60%;
    margin-left: 35%;
    margin-top: 4rem;
  }
}

.usedcFinanceBox {
  background-color: #1C2830;
  color: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
}
.usedcFinanceBox p {
  font-size: 15px;
}
.usedcFinanceBox strong {
  font-family: "toyotatext_bd";
  font-weight: bolder;
}
.usedcFinanceBox .heading1 {
  color: #fff;
  padding: 0;
}
@media (min-width: 992px) {
  .usedcFinanceBox .heading1 {
    font-size: 1.6rem;
    text-align: left;
    position: relative;
    top: 0.25rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  .usedcFinanceBox .heading1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .usedcFinanceBox .container_12 {
    padding: 0;
  }
}
.usedcFinanceBox .grid_3.fw {
  float: none;
  width: 100%;
  clear: both;
}
@media (min-width: 992px) {
  .usedcFinanceBox .grid_3 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .usedcFinanceBox .section-title {
    margin: 0;
  }
}
.usedcFinanceBox .title1 {
  color: #fff;
  font-size: 15px;
}
.usedcFinanceBox .select, .usedcFinanceBox input {
  height: 2.5rem;
  min-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .usedcFinanceBox .select, .usedcFinanceBox input {
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .usedcFinanceBox .select, .usedcFinanceBox input {
    margin-bottom: 1rem;
  }
}
.usedcFinanceBox .uiBtn {
  height: 2.5rem;
  line-height: 2.5rem;
  display: block;
}
.usedcFinanceBox .uiBtn > i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5rem;
  font-size: 15px;
}
.usedcFinanceBox #used_f_car_price {
  color: #999;
  background-color: #eee;
}
.usedcFinanceBox .input_g {
  position: relative;
}
.usedcFinanceBox .input_g.has_icon input {
  padding-left: 3rem;
}
@media (min-width: 992px) {
  .usedcFinanceBox .searchbox_action {
    margin-top: 0.3rem;
  }
}
.usedcFinanceBox .input_icon {
  position: absolute;
  bottom: 1rem;
  line-height: 2.5rem;
  left: 0;
  background-color: #aaa;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .usedcFinanceBox .input_icon {
    bottom: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .usedcFinanceBox .input_icon {
    bottom: 1rem;
  }
}
.usedcFinanceBox .f_info {
  display: none;
}
.usedcFinanceBox .read-more-container {
  position: relative;
  float: none;
  display: inline;
}
.usedcFinanceBox .read-more-container .readMore i {
  color: #fff;
}
.usedcFinanceBox .sf_cta {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  left: 0;
}
.usedcFinanceBox .line_row {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .usedcFinanceBox .line_row {
    margin-top: 0rem;
  }
}
@media (min-width: 1200px) {
  .usedcFinanceBox .line_row {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.usedcFinanceBox .temrs_wrapper {
  opacity: 0;
  transition: all 0.4s;
  max-height: 0;
  overflow: hidden;
}
.usedcFinanceBox .temrs_wrapper.active {
  opacity: 1;
  max-height: 9999rem;
}
.usedcFinanceBox .terms_table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}
@media (min-width: 992px) {
  .usedcFinanceBox .terms_table {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .usedcFinanceBox .terms_table {
    margin-top: 2.5rem;
  }
}
.usedcFinanceBox .terms_legal {
  font-size: 0.7rem;
  line-height: 1.1em;
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .usedcFinanceBox .terms_legal {
    font-size: 0.8rem;
    margin-top: 3rem;
  }
}
.usedcFinanceBox .t_m_value, .usedcFinanceBox .t_w_value {
  font-family: "toyotatext_bd";
  font-weight: bolder;
  padding-left: 0.7rem;
}
.usedcFinanceBox .t_h_desc {
  width: 60%;
}
.usedcFinanceBox .t_h_month, .usedcFinanceBox .t_h_week {
  width: 20%;
  font-weight: bold;
}
@media (min-width: 992px) {
  .usedcFinanceBox {
    padding-bottom: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .usedcFinanceBox {
    padding-bottom: 0.85rem;
  }
}

/** ###############################
 HORIZONTAL SEARCH COMPONENT
 */
.toyotaplus-searchComponent .search_menu {
  width: 100%;
}
.toyotaplus-searchComponent .search-filter {
  background-color: transparent;
}
@media only screen and (min-width: 48.0625em) {
  .toyotaplus-searchComponent .search-filter .row {
    float: left;
    width: 48%;
    margin-right: 4%;
    clear: none;
  }
  .toyotaplus-searchComponent .search-filter .row:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 62.0625em) {
  .toyotaplus-searchComponent .search-filter .row {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    clear: none;
  }
  .toyotaplus-searchComponent .search-filter .row:nth-child(even) {
    margin-right: 2%;
  }
  .toyotaplus-searchComponent .search-filter .row:nth-child(4n) {
    margin-right: 0;
  }
  .toyotaplus-searchComponent .search-filter .row .checkboxes .checkbox {
    padding-right: 0.5rem;
  }
  .toyotaplus-searchComponent .search-filter .colours-row:nth-child(even) {
    width: 74.5%;
    margin-right: 0;
  }
}
.toyotaplus-searchComponent .filters-active-popup {
  display: none;
}
.toyotaplus-searchComponent .filters-active-popup.active {
  display: none;
}

/** ###############################
 HORIZONTAL SEARCH COMPONENT Main site
 */
@media only screen and (min-width: 48.0625em) {
  .toyotaplus-searchComponent.main_site .search-filter .row {
    float: left;
    width: 48%;
    margin-right: 4%;
    clear: none;
  }
  .toyotaplus-searchComponent.main_site .search-filter .row:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 62.0625em) {
  .toyotaplus-searchComponent.main_site .search-filter .row {
    float: left;
    width: 18%;
    margin-right: 2%;
    clear: none;
  }
  .toyotaplus-searchComponent.main_site .search-filter .row:nth-child(even) {
    margin-right: 2%;
  }
  .toyotaplus-searchComponent.main_site .search-filter .row:nth-child(5n) {
    margin-right: 0;
  }
  .toyotaplus-searchComponent.main_site .search-filter .colours-row:nth-child(even) {
    width: 74.5%;
    margin-right: 0;
  }
  .toyotaplus-searchComponent.main_site .search-filter .search-detailed .row {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    clear: none;
  }
  .toyotaplus-searchComponent.main_site .search-filter .search-detailed .row:nth-child(even) {
    margin-right: 2%;
  }
  .toyotaplus-searchComponent.main_site .search-filter .search-detailed .row:nth-child(4n) {
    margin-right: 0;
  }
  .toyotaplus-searchComponent.main_site .search-filter .search-detailed .colours-row:nth-child(even) {
    width: 74.5%;
    margin-right: 0;
  }
}
.toyotaplus-searchComponent.main_site .filters-active-popup {
  display: none;
}
.toyotaplus-searchComponent.main_site .filters-active-popup.active {
  display: none;
}

/** ###############################
 TOYOTA PLUS PAGE TITLE
 */
.typlus_header1 {
  font-size: 34px;
  padding-bottom: 20px;
  line-height: 38px;
  font-family: "toyotadisplay_bd", impact;
  text-transform: uppercase;
}
@media only screen and (min-width: 48.0625em) {
  .typlus_header1 {
    font-size: 66px;
    line-height: 68px;
    letter-spacing: -0.03em;
    padding: 20px 0 16px;
  }
}

.typlus_header2 {
  font-size: 29px;
  font-family: "toyotadisplay_bd", impact;
}
@media only screen and (min-width: 48.0625em) {
  .typlus_header2 {
    font-size: 44px;
    line-height: 44px;
    padding-bottom: 44px;
  }
}

.toyotplus-heade {
  position: relative;
}

.tplus-header-title {
  position: absolute;
  top: 5rem;
  top: 20vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.tplus-header-title h1, .tplus-header-title h2 {
  color: #fff;
  font-family: toyotadisplay_bd,impact;
}
.tplus-header-title .heading1 {
  font-size: 3.6vw;
}
.tplus-header-title .heading2 {
  font-size: 1.8vw;
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  .tplus-header-title .heading2 {
    display: block;
  }
}
@media only screen and (min-width: 48.0625em) {
  .tplus-header-title {
    top: 7rem;
    top: 16vw;
  }
}
@media only screen and (min-width: 62.0625em) {
  .tplus-header-title {
    top: 10rem;
    top: 15vw;
  }
}
@media only screen and (min-width: 75.0625em) {
  .tplus-header-title {
    top: 10rem;
    top: 14vw;
  }
}

/** ###############################
 HYBRID BENFITS IMAGE
 */
.tplus-hb {
  position: relative;
  background-position: center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 48.0625em) {
  .tplus-hb {
    padding-bottom: 14rem;
  }
}
@media only screen and (min-width: 62.0625em) {
  .tplus-hb {
    padding-bottom: 20rem;
  }
}
@media only screen and (max-width: 48em) {
  .tplus-hb {
    background-color: #009aeb;
    background-image: none !important;
    padding-bottom: 40px;
  }
}

.tplus-hb-content {
  color: #FFF;
}
.tplus-hb-content .heading1, .tplus-hb-content .heading4 {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  font-family: "toyotadisplay_bd", impact;
}
.tplus-hb-content .heading4 {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.full-w {
  display: block;
  width: 100%;
}

/**  ###############################
 WHY TOYOTA PLUS & BENEFITS
 */
.plusbenefits img {
  line-height: 80px;
}
.plusbenefits h4 {
  font-size: 21px;
  line-height: 35px;
  margin: 5px 0 10px;
  color: #1e2a32;
  font-weight: normal;
}
@media only screen and (max-width: 48.0625em) {
  .plusbenefits h4 {
    padding-right: 3rem;
  }
}
.plusbenefits p {
  color: #6c7073;
  font-size: 0.85rem;
}
.plusbenefits figure {
  display: block;
  line-height: 80px;
  vertical-align: middle;
}
@media only screen and (max-width: 48.0625em) {
  .plusbenefits figure {
    line-height: 20px;
    margin-top: 1rem;
    height: 0;
    text-align: right;
    position: relative;
    top: 0.7rem;
    right: 10px;
  }
  .plusbenefits figure > img {
    transform: scale(0.4);
    transform-origin: right top;
  }
}
.plusbenefits span.red {
  color: #d1001e;
  font-family: "toyotadisplay_bd", impact;
}
.plusbenefits span.blue {
  color: #00a0f0;
  font-family: "toyotadisplay_bd", impact;
}
@media only screen and (min-width: 48.0625em) {
  .plusbenefits > .grid_3, .plusbenefits > .grid_4 {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .plusbenefits > .grid_4 {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tplus-benefits-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tplus-benefits-header p {
  color: #6c7073;
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 48.0625em) {
  .tplus-benefits-header p {
    font-size: 19px;
    line-height: 28px;
  }
}
.tplus-benefits-header h4 {
  padding: 40px 0 35px;
  font-size: 25px;
  line-height: 30px;
  font-family: "toyotadisplay_bd", impact;
}

/**  ###############################
  FAQs SECTION
 */
#faq {
  border-bottom: 1px solid #cdcdcd;
  color: #1e2a32;
}
#faq a {
  color: #d1001e;
}
#faq .toggler {
  padding: 15px 10px 15px 45px;
  border-top: 1px solid #cdcdcd;
  background: #f0f0f0;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
  position: relative;
}
#faq .toggler.open {
  background: #fff;
}
#faq .toggler:before {
  font-family: "ToyotaIconFont";
  content: "\f078";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
}
#faq .toggler.open:before {
  content: "\f077";
}
#faq .toggle-content {
  font-size: 15px;
  line-height: 25px;
  overflow: hidden;
  display: none;
  padding: 11px 47px 23px;
}

/**  ###############################
  TOYOTA PLUS MORE ABOUT
 */
.tplus-more-about {
  background-color: #767676;
}
.tplus-more-about p {
  color: #fff;
  font-size: 15px;
  line-height: 1.3em;
}
.tplus-more-about .heading1 {
  color: #fff;
}
.tplus-more-about img {
  display: block;
  width: 100%;
  height: auto;
}
.tplus-more-about h4 {
  font-size: 1rem;
  line-height: 1.4em;
  color: #fff;
  font-family: "toyotadisplay_rg";
  padding: 15px 0 13px;
}
@media only screen and (min-width: 48.0625em) {
  .tplus-more-about h4 {
    padding: 25px 0 13px;
  }
}

.car_finance {
  position: relative;
}
.car_finance > .tplus-logo > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 62.0625em) {
  .car_finance > .tplus-logo {
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .car_finance > .tplus-logo > img {
    display: block;
    width: auto;
    height: 40px;
  }
}

.tplus-benefits-header {
  text-align: left;
  font-size: 19px;
  line-height: 28px;
  color: #1e2a32;
}

/** ###########################################
cookie warning
########################################### */
#cookieWaning {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  background-color: #1e2a32;
  z-index: 9;
  font-size: 13px;
  color: #fff;
}
#cookieWaning a {
  color: #fff;
  text-decoration: none;
}
#cookieWaning a.cookies-link {
  text-decoration: underline;
}
#cookieWaning > .container_12 {
  padding-top: 6px;
}
#cookieWaning .grid_12 {
  position: relative;
}

#cookie-close {
  position: absolute;
  top: 0;
  right: 10px;
}
#cookie-close:hover {
  text-decoration: underline;
}

.cookie_policy h1, .cookie_policy h3 {
  margin-top: 1em;
  font-family: toyotadisplay_bd;
  padding-bottom: 15px;
}
.cookie_policy p {
  margin-bottom: 15px;
}
.cookie_policy ul {
  padding-left: 1em;
}
.cookie_policy a {
  text-decoration: underline;
}

.offer-remote-section .remote-offer-intro { background: transparent; } 

/*# sourceMappingURL=style.css.map */
