/* ==========================================================================
   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: 32px;
    color: #1e2a32;
    display: block;
    line-height: 36px;
}

.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;
}

.section_title, .section-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.section_title .heading1, .section_title h1, .section-title .heading1, .section-title h1 {
    padding-top: 20px;
    padding-bottom: 16px;
}

.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;
}

.body-content.hybrid-content ul {
    border: none;
}
.body-content.hybrid-content ul li {
    margin: 5px 0;
}
.body-content.hybrid-content ul .padding {
    padding-bottom: 10px;
}

.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: 10px;
}

.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: 40px;
}

@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: 30px;
        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 white, inset 0 0 8px rgba(30, 42, 50, 0.6);
}

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

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: 13px;
    line-height: 40px;
}

.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%, white 20%, white 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: 5px;
}

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

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

.page404 a {
    color: #ef9109;
    transition: color 0.4s;
}
.page404 a:hover {
    text-decoration: underline;
}
.page404 .heading1, .page404 .heading2 {
    display: block;
    text-align: center;
}
.page404 .more_about_item {
    text-align: center;
    padding-bottom: 2em;
}
.page404 .more_about_item a:hover {
    text-decoration: none;
}
.page404 .more_about_item .heading2 {
    color: #ef9109;
}
.page404 .more_about_item .heading2:hover {
    color: #f7a734;
}

.quote {
    line-height: 30px;
}

.author {
    color: #999;
}

/* 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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
        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: 100%;
    }
    .container_12 .grid_5 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    /*  .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: 100%;
    }
    .container_12 .grid_8 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .container_12 .grid_9 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .container_12 .grid_10 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .container_12 .grid_11 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .container_12 .grid_12 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}
@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_6 .grid_12_left{
            float: left;
            width: 65%;
            padding-left: 5px;
            padding-right:5px;
        }
        .container_12 .grid_6 .grid_12_right{
            float: right;
            width: 28%;
            padding-left: 5px;
            padding-right: 5px;
        }*/
    .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: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.container_12 .grid_12 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_1 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xs.grid_12 {
        box-sizing: border-box;
        width: 100%;
        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: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.container_12 .grid_12 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_1 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_s.grid_12 {
        box-sizing: border-box;
        width: 100%;
        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: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.container_12 .grid_12 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_1 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_m.grid_12 {
        box-sizing: border-box;
        width: 100%;
        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: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.container_12 .grid_12 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_1 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_l.grid_12 {
        box-sizing: border-box;
        width: 100%;
        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: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.container_12 .grid_12 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_1 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_3 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_4 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_5 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_6 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_7 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_8 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_9 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_10 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_11 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }
    .ignore_before_xl.grid_12 {
        box-sizing: border-box;
        width: 100%;
        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;
}

/* ==========================================================================
   Custom utillity classes
   ========================================================================== */
/* 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;
}

/*! jQuery UI - v1.11.1 - 2014-08-20
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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: white 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: white 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: white 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: white 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, white, #eff0f1);
    background-image: linear-gradient(to top, white, #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 {
    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;
}
@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;
    }
}
/* ==========================================================================
   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 #2B373E;
    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 .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;
    text-transform: capitalize;
}

.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 .model-decoration {
    position: absolute;
    left: 10px;
    top: 50px;
    font-family: toyotatext_rg;
    font-size: 12px;
    opacity: 0.9;
}

.model-list .model-item .model-decoration.hybrid {
    background: #00a0f0;
    color: #fff;
    padding: 2px 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.menu-link-block {
        background: transparent;
    }
    .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 white, 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%;
    }
}

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

.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;
}
@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, white 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, white);
    background-image: -moz-linear-gradient(bottom, #e8e9ea, white);
    background-image: -o-linear-gradient(bottom, #e8e9ea, white);
    background-image: -ms-linear-gradient(bottom, #e8e9ea, white);
    background-image: linear-gradient(to top, #e8e9ea, white);
}

.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%;
        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 .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: 40px 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%, rgba(0, 0, 0, 0) 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, .bg-par .bg-par-inner .play-icon-large {
        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 .heading2 {
    margin: 0 10px;
    color: #fff;
    text-shadow: 0 1px rgba(2, 3, 3, 0.2);
    margin-bottom: 65px;
}
@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.bg-image-hero-large .coverBG {
    min-height: 720px;
}
@media only screen and (max-width: 74.9375em) {
    .bg-image-hero.bg-image-hero-large .coverBG {
        min-height: 780 dpx;
    }
}
@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 .coverBG {
    min-height: 630px;
}
@media only screen and (max-width: 74.9375em) {
    .bg-image-hero .coverBG {
        min-height: 630px;
    }
}
@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;
    }
}

.bg-image-hero.bg-image-hero-med .coverBG {
    min-height: 145px;
}
@media only screen and (max-width: 74.9375em) {
    .bg-image-hero.bg-image-hero-med .coverBG {
        min-height: 145px;
    }
}
@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;
}

.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;
}

.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 1px #fff;
}

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

.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;
}

/*
 *	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: 61.9375em) {
    .search_menu {
        width: 100%;
        margin: 0;
        float: none;
    }
}
.search_menu .search_checkbox {
    width: 100%;
}
@media only screen and (max-width: 33.6875em) {
    .search_menu .search_checkbox {
        width: auto;
        float: none;
    }
}
.search_menu .uiBtn {
    display: block;
}
@media only screen and (max-width: 61.9375em) {
    .search_menu .uiBtn {
        width: 45%;
    }
}
@media only screen and (max-width: 33.6875em) {
    .search_menu .uiBtn {
        width: auto;
    }
}
.search_menu .search-detailed {
    padding-top: 1em;
}
@media only screen and (max-width: 33.6875em) {
    .search_menu .search-detailed {
        width: auto;
        margin-left: 0;
        float: none;
    }
}
@media only screen and (max-width: 61.9375em) {
    .search_menu .search-detailed.searchboxes {
        width: auto;
        margin-left: 0;
        float: none;
    }
}

.search_result {
    width: 67%;
    margin: 0;
    padding: 0;
    margin-left: 33%;
    float: left;
}
@media only screen and (max-width: 61.9375em) {
    .search_result {
        width: 100%;
        margin: 0;
        float: none;
    }
}

.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;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48.0625em) {
    .search-filter .padding .search-simple .row {
        float: left;
        width: 31%;
        margin-right: 3.5%;
        clear: none;
    }
    .search-filter .padding .search-simple .row.threes-lc {
        margin-right: 0;
    }
}
.search-filter .padding .search-detailed {
    border-top: 1px dashed #B0B1B2;
    border-bottom: 1px dashed #B0B1B2;
    padding: 0.6em 0 0.6em;
    margin-bottom: 0.6em;
    display: none;
}
@media only screen and (max-width: 61.9375em) and (min-width: 48.0625em) {
    .search-filter .padding .search-detailed .row {
        float: left;
        width: 31%;
        margin-right: 3.5%;
        clear: none;
    }
    .search-filter .padding .search-detailed .row.threes-lc {
        margin-right: 0;
    }
}
.search-filter .padding h3 {
    margin-bottom: 0.6em;
}
.search-filter .padding h4 {
    margin-bottom: 0.4em;
}
.search-filter .padding .controls {
    position: relative;
}
.search-filter .padding .show-more-section {
    display: none;
}
.search-filter .padding .expand {
    padding: 0 0 0.6em;
}
.search-filter .padding .expand a {
    text-decoration: none;
    color: #1E2A32;
    font-size: 0.9em;
}
.search-filter .padding .expand a:hover span {
    text-decoration: underline;
}
.search-filter .padding .twos {
    width: 47.5%;
    float: left;
    margin-right: 5%;
}
.search-filter .padding .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: 30%;
    margin-right: 2%;
}
.results .result .image img {
    display: block;
    width: 100%;
}
.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;
}

.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-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 .image {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .results .result .content {
        float: left;
        width: 48%;
    }
    .results .result .content .padding {
        margin-right: 0;
    }
    .results .result .content h5 {
        font-size: 18px;
    }
    .results .result .content h5 i {
        display: inline;
    }
    .results .result .content .details, .results .result .content .tax-price {
        display: none;
    }
    .results .result .content .price {
        background: #CC161E;
        background: rgba(204, 33, 30, 0.75);
        color: #fff;
        left: 0px;
        right: auto;
        top: auto;
        bottom: 1.5em;
        padding: 8px 10px;
        font-size: 19px;
        font-family: toyotatext_rg;
    }
    .results .result .content .price strong {
        font-weight: normal;
    }
    .results .result .content .view-car {
        display: none;
    }
}
@media only screen and (min-width: 30em) {
    .results .result .content .details, .results .result .content .tax-price {
        display: block;
        font-size: 15px;
    }
}
@media only screen and (min-width: 37.5em) {
    .results .result .content h5 {
        font-size: 22px;
        margin-bottom: 1.25em;
    }
    .results .result .content .details {
        font-size: 19px;
    }
    .results .result .content .price {
        bottom: 1.5em;
        font-size: 19px;
    }
}
@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: 30%;
        margin-right: 2%;
    }
    .results .result .image img {
        display: block;
        width: 100%;
    }
    .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: 2.25em;
    }
    .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: 19px;
    }
    .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;
    }
    .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: 10px;
        left: auto;
        right: 0;
        padding: 8px 10px;
        font-size: 19px;
        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;
    }
}
.used-car-carousel {
    margin-bottom: 2em;
}

.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;
}
.used-car-details .name {
    margin-bottom: 0.5em;
}
.used-car-details .details {
    background: none;
    color: #6C7073;
    margin-bottom: 1em;
    font-size: 19px;
}
.used-car-details .price {
    color: #808080;
    /*margin-bottom: 1.26em;*/
}
.used-car-details .status {
    color: #808080;
    font-size: 15px;
}
.used-car-details .about {
    margin-bottom: 2em;
    font-size: 19px;
}
.used-car-details .data {
    margin-bottom: 2em;
}
.used-car-details .blocks {
    margin-bottom: 1.5em;
}
.used-car-details .blocks .block {
    background: #CB161E;
    float: left;
    width: 47.5%;
    margin-right: 5%;
}
.used-car-details .blocks .block .icon {
    color: #D9747D;
    text-align: center;
}
.used-car-details .blocks .block .icon i {
    font-size: 80px;
    padding: 0.3em 0;
    display: block;
}
.used-car-details .blocks .block .text {
    background: #302530;
    color: #fff;
}
.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;
}
.used-car-details .dealer-cover {
    margin-bottom: 2em;
}
.used-car-details .dealer-cover .image {
    float: left;
    width: 20%;
}
.used-car-details .dealer-cover .image img {
    width: 100%;
    display: block;
}
.used-car-details .dealer-cover .list {
    float: left;
    width: 80%;
}
.used-car-details .dealer-cover .list ul {
    font-size: 15px;
    list-style: none;
    margin-left: 0.6em;
}
.used-car-details .dealer-cover .list ul li {
    margin-bottom: 0.6em;
}
.used-car-details .dealer-cover .list ul li:before {
    margin-right: 0.2em;
    color: #B53928;
}

@media only screen and (max-width: 61.9375em) 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: 47.9375em) {
    .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: 29.9375em) {
    .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 {
    color: #00a0f0;
    font-weight: bold;
}

#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: 0.5em;
    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: 0.5em;
    right: 0;
    left: auto;
    bottom: auto;
}

.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-wrapper {
    background-color: #E8E9EA;
    padding: 1em 0;
}

.dealer-cover li {
    padding-bottom: 0.4em;
    list-style: none;
}
.dealer-cover li .icon {
    padding-right: 0.5em;
}

.list .cardetails {
    position: absolute;
    min-width: 38%;
    left: 32.5%;
    bottom: 1.2em;
}
@media only screen and (max-width: 48em) {
    .list .cardetails {
        left: 52%;
        bottom: 1.5em;
        font-size: 1em;
    }
}
@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;
}

/*
 *	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;
}
.details h5 {
    font-family: "toyotatext_bd";
    font-size: 16px;
    margin-bottom: 1em;
}
.details li {
    list-style: none;
}
.details .detaislWrapper {
    padding: 10px;
}

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

/*
 *	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;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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: "\e006";
}

.checkbox input:checked + label:before {
    content: "\e006";
}

.checkbox.checked.radio label:before {
    content: "\e604";
}

.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 .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-bg .carousel-nav-container {
    z-index: 3;
    top: auto;
    bottom: 0;
    height: 100%;
}

.carousel-bg .carousel-nav {
    position: absolute;
    bottom: 14px;
    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-bg .carousel-nav {
        display: none;
    }
}

.carousel-bg .carousel-nav li {
    display: inline;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    width: 8px;
}

.carousel-bg .carousel-nav li a {
    width: 8px;
    height: 8px;
    display: block;
    background: url(../images/CarouselNav.png) no-repeat -17px 0px;
}

.carousel-bg .carousel-nav li.active a {
    background-position: 0 0;
}

.carousel-bg .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.5);
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.carousel-bg .carousel-arrow.left {
    bottom: 14px;
    left: 14px;
    padding: 5px 5px 0 0;
}

.carousel-bg .carousel-arrow.right {
    bottom: 14px;
    right: 14px;
    padding: 5px 0 0 5px;
}

.carousel-bg .carousel-arrow:hover {
    background-color: rgba(73, 82, 88, 0.7);
}

.carousel-bg .carousel-arrow:active {
    background-color: rgba(73, 82, 88, 0.9);
}

@media only screen and (min-width: 1180px) {
    .bg-image-hero .carousel-bg .carousel-arrow.left {
        left: 50px;
        bottom: 92px;
        top: auto;
    }

    .bg-image-hero .carousel-bg .carousel-arrow.right {
        right: 50px;
        bottom: 92px;
        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: 85%;
    z-index: 4;
}
@media only screen and (min-width: 1180px) {
    .carousel-link {
        height: 75%;
    }
}
@media only screen and (max-width: 62em) {
    .carousel-link {
        height: 75%;
    }
}
@media only screen and (max-width: 48em) {
    .carousel-link {
        height: 65%;
    }
}

.thumbnails-container {
    padding: 10px 0px;
    background-color: #E8E9EA;
}

.thumbLink {
    display: block;
    margin: 10px;
    float: left;
    width: 145px;
    border: 1px solid #E8E9EA;
}
.thumbLink a {
    width: 100%;
    display: block;
}
.thumbLink a img {
    width: 100%;
}
.thumbLink.active {
    border: 1px solid black;
}
@media only screen and (max-width: 62em) {
    .thumbLink {
        width: 120px;
    }
}
@media only screen and (max-width: 48em) {
    .thumbLink {
        width: 90px;
    }
}

/*
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 .imgContainer {
    display: block;
}
.offer-spotlight .imgContainer img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.toyota-group .news .uiBtn.news {
    background: #1C2834;
}
.toyota-group .news .uiBtn.event {
    background: #007080;
}

.fc-content {
    transition: all 0.5s;
}

#return_top {
    display: none;
}

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

@media only screen and (max-width: 47.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: 47.9375em) and (max-width: 61.9375em) {
    .grid_6 .offer-spotlight h3 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 47.9375em) and (max-width: 61.9375em) {
    .grid_6 .offer-spotlight h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 47.9375em) and (max-width: 61.9375em) {
    .grid_6 .offer-spotlight .uiBtn {
        font-size: 13px;
        padding: 5px 10px;
    }
}
