/* Minification failed. Returning unminified contents.
(10059,123): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@charset "UTF-8";

.bootstrap-select {
    width: 100% \0;
}

.bootstrap-select .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}

.bootstrap-select > .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    max-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    white-space: normal;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select .btn {
    border: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
}

.bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:link {
    background-color: #fff;
}

.bootstrap-select .btn .caret {
    color: silver;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-group.open .dropdown-toggle:hover, .btn-group.open .dropdown-toggle:focus, .btn-group.open .dropdown-toggle:link {
    background-color: #fff;
    border-color: #fff;
}

.btn-group.open .dropdown-toggle .caret {
    border-bottom: 6px dashed;
    border-top: 0;
}

.btn-group.open .dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: -1px 0 0 0;
    padding: 0;
}

.btn-group.open .dropdown-menu li {
    border-bottom: 1px solid #e5e5e5;
}

.btn-group.open .dropdown-menu li a {
    color: #777;
    padding: 10px;
}

.btn-group.open .dropdown-menu li:last-child {
    border: none;
}

.btn-group.open .dropdown-menu .selected {
    background: #e4e2e3;
}

@font-face {
    font-family: 'toyotadisplayboldwebfont';
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayboldwebfont.eot);
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayboldwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayboldwebfont.woff2) format("woff2"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayboldwebfont.woff) format("woff"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayboldwebfont.ttf) format("truetype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayboldwebfont.svg#toyotadisplayboldwebfont) format("svg");
}

@font-face {
    font-family: 'toyotadisplayregularwebfont';
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayregularwebfont.eot);
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayregularwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayregularwebfont.woff2) format("woff2"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayregularwebfont.woff) format("woff"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayregularwebfont.ttf) format("truetype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/display/toyotadisplayregularwebfont.svg#toyotadisplayregularwebfont) format("svg");
}

@font-face {
    font-family: 'toyotatextbolditalicwebfont';
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextbolditalicwebfont.eot);
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextbolditalicwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextbolditalicwebfont.woff2) format("woff2"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextbolditalicwebfont.woff) format("woff"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextbolditalicwebfont.ttf) format("truetype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextbolditalicwebfont.svg#toyotatextbolditalicwebfont) format("svg");
}

@font-face {
    font-family: 'toyotatextboldwebfont';
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextboldwebfont.eot);
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextboldwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextboldwebfont.woff2) format("woff2"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextboldwebfont.woff) format("woff"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextboldwebfont.ttf) format("truetype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextboldwebfont.svg#toyotatextboldwebfont) format("svg");
}

@font-face {
    font-family: 'toyotatextitalicwebfont';
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextitalicwebfont.eot);
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextitalicwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextitalicwebfont.woff2) format("woff2"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextitalicwebfont.woff) format("woff"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextitalicwebfont.ttf) format("truetype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextitalicwebfont.svg#toyotatextitalicwebfont) format("svg");
}

@font-face {
    font-family: 'toyotatextregularwebfont';
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextregularwebfont.eot);
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextregularwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextregularwebfont.woff2) format("woff2"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextregularwebfont.woff) format("woff"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextregularwebfont.ttf) format("truetype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/text/toyotatextregularwebfont.svg#toyotatextregularwebfont) format("svg");
}

@font-face {
    font-family: 'ToyotaIcons';
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/icons/ToyotaIcons.eot);
    src: url(/Assets/TFA/ToyotaFinance/fonts/toyota/icons/ToyotaIcons.eot?#iefix) format("embedded-opentype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/icons/ToyotaIcons.woff2) format("woff2"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/icons/ToyotaIcons.woff) format("woff"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/icons/ToyotaIcons.ttf) format("truetype"), url(/Assets/TFA/ToyotaFinance/fonts/toyota/icons/ToyotaIcons.svg#ToyotaIcons) format("svg");
}

.font_display_bold {
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

.font_display_regular {
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.font_text_regular {
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.font_arial {
    font-family: Arial, Helvetica, sans-serif;
}

.font_text_bold {
    font-family: "toyotatextboldwebfont", Arial, Helvetica, sans-serif;
}

.font_text_regular {
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

[class*=" toyota-"], [class^=toyota-] {
    font-family: "ToyotaIcons";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.toyota-airbag-01:before {
    content: "";
}

.toyota-ancap-01:before {
    content: "";
}

.toyota-arrow-down-01:before {
    content: "";
}

.toyota-arrow-left-01:before {
    content: "";
}

.toyota-arrow-right-01:before {
    content: "";
}

.toyota-arrow-scroll-down-01:before {
    content: "";
}

.toyota-arrow-scroll-up-01:before {
    content: "";
}

.toyota-arrow-spin-left-01:before {
    content: "";
}

.toyota-arrow-spin-right-01:before {
    content: "";
}

.toyota-arrow-down-01.flip:before, .toyota-arrow-down-01.flip:before, .toyota-arrow-down-01.flip:before, .toyota-arrow-down-01.flip:before, .toyota-arrow-down-01.flip:before, .toyota-arrow-down-01.flip:before, .toyota-arrow-up-01:before {
    content: "";
}

.toyota-bluetooth-01:before {
    content: "";
}

.toyota-book-01:before {
    content: "";
}

.toyota-calculator-01:before {
    content: "";
}

.toyota-car-01:before {
    content: "";
}

.toyota-circle-cross-01:before {
    content: "";
}

.toyota-circle-down-01:before {
    content: "";
}

.toyota-circle-left-01:before {
    content: "";
}

.toyota-circle-minus-01:before {
    content: "";
}

.toyota-circle-plus-01:before {
    content: "";
}

.toyota-circle-right-01:before {
    content: "";
}

.toyota-circle-scroll-down-01:before {
    content: "";
}

.toyota-circle-scroll-up-01:before {
    content: "";
}

.toyota-circle-text-close-01:before {
    content: "";
}

.toyota-circle-text-expand-01:before {
    content: "";
}

.toyota-circle-text-scroll-down-01:before {
    content: "";
}

.toyota-circle-tick-01:before {
    content: "";
}

.toyota-circle-up-01:before {
    content: "";
}

.toyota-coming-soon-01:before {
    content: "";
}

.toyota-compare-models-01:before {
    content: "";
}

.toyota-compare-models-2-01:before {
    content: "";
}

.toyota-contact-dealer-01:before {
    content: "";
}

.toyota-cross-01:before {
    content: "";
}

.toyota-cta-arrow-01:before {
    content: "";
}

.toyota-ebrochure-01:before {
    content: "";
}

.toyota-find-a-dealer-01:before {
    content: "";
}

.toyota-fuel-01:before {
    content: "";
}

.toyota-innovation-01:before {
    content: "";
}

.toyota-lock-car-01:before {
    content: "";
}

.toyota-lock-login-01:before {
    content: "";
}

.toyota-lock-price-01:before {
    content: "";
}

.toyota-map-01:before {
    content: "";
}

.toyota-map-location-01:before {
    content: "";
}

.toyota-minus-01:before {
    content: "";
}

.toyota-mobile-close-01:before {
    content: "";
}

.toyota-mobile-hamburger-01:before {
    content: "";
}

.toyota-mobile-login-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-1-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-2-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-3-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-4-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-5-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-6-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-7-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-8-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-10-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-11-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-12-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-13-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-14-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-15-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-16-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-17-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-18-01:before {
    content: "";
}

.toyota-Oh-what-a-feeling-19-01:before {
    content: "";
}

.toyota-outline-circle-cross-01:before {
    content: "";
}

.toyota-outline-circle-down-01:before {
    content: "";
}

.toyota-outline-circle-left-01:before {
    content: "";
}

.toyota-outline-circle-minus-01:before {
    content: "";
}

.toyota-outline-circle-plus-01:before {
    content: "";
}

.toyota-outline-circle-right-01:before {
    content: "";
}

.toyota-outline-circle-scroll-down-01:before {
    content: "";
}

.toyota-outline-circle-scroll-up-01:before {
    content: "";
}

.toyota-outline-circle-up-01:before {
    content: "";
}

.toyota-outline-tab-down-01:before {
    content: "";
}

.toyota-outline-tab-up-01:before {
    content: "";
}

.toyota-play-icon-solid-01:before {
    content: "";
}

.toyota-play-icon-solid-outline-01:before {
    content: "";
}

.toyota-plus-01:before {
    content: "";
}

.toyota-pricing-01:before {
    content: "";
}

.toyota-print-01:before {
    content: "";
}

.toyota-quality-01:before {
    content: "";
}

.toyota-safety-01:before {
    content: "";
}

.toyota-safety-head-01:before {
    content: "";
}

.toyota-service-01:before {
    content: "";
}

.toyota-share-01:before {
    content: "";
}

.toyota-solid-arrow-left-01:before {
    content: "";
}

.toyota-solid-arrow-right-01:before {
    content: "";
}

.toyota-square-arrow-down-01:before {
    content: "";
}

.toyota-square-arrow-up-01:before {
    content: "";
}

.toyota-tab-down-01:before {
    content: "";
}

.toyota-tab-text-close-01:before {
    content: "";
}

.toyota-tab-text-expand-01:before {
    content: "";
}

.toyota-tab-up-01:before {
    content: "";
}

.toyota-test-drive-01:before {
    content: "";
}

.toyota-tick-corner-01:before {
    content: "";
}

.toyota-Toyota-logo-01:before {
    content: "";
}

.toyota-umbrella-01:before {
    content: "";
}

.toyota-warranty-01:before {
    content: "";
}

.toyota-world-01:before {
    content: "";
}

.toyota-SUVs-and-4WDs-01:before {
    content: "";
}

.toyota-Utes-and-Vans-01:before {
    content: "";
}

.toyota-Hybrids-01:before {
    content: "";
}

.toyota-Special-Offers-01:before {
    content: "";
}

.toyota-keep-me-informed-01:before {
    content: "";
}

body {
    overflow-x: hidden;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    color: #595959;
    padding: 0 !important;
}

.container {
    max-width: 960px;
    width: 100%;
    position: relative;
}

h1 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 500 !important;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    color: #595959;
}

h2 {
    color: #595959;
    margin: 0 0 10px;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    font-siz: 17px;
}

h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

h4 {
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
}

p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.panel-default > .panel-heading {
    background-image: url(/Assets/TFA/ToyotaFinance/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #e8e8e8));
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
}

.subheading {
    width: 100%;
    color: #595959;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin: 30px 0 20px;
}

.contact-strip {
    background-color: #dadada;
    padding: 3px 0;
    text-align: center;
}

.contact-strip a {
    font-size: 24px;
    color: #eb0a1e;
}

.contact-strip a:hover {
    text-decoration: none;
}

.contact-strip a:focus {
    text-decoration: none;
}

.contact-strip a img {
    margin-top: -4px;
}

.contact-strip p {
    font-size: 24px;
    color: #eb0a1e;
    margin: 0;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.contact-strip p img {
    margin-top: -4px;
}

.contact-strip span {
    font-size: 14px;
    color: #777;
    position: relative;
    top: -4px;
}

.cms-content .left-img img {
    margin: 0 15px 15px 0;
    max-width: 250px;
    max-height: 250px;
    float: left !important;
}

@media (max-width: 480px) {
    .cms-content .left-img img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

.cms-content .right-img img {
    margin: 0 0 15px 15px;
    max-width: 250px;
    max-height: 250px;
    float: right !important;
}

@media (max-width: 480px) {
    .cms-content .right-img img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

.cms-content .top-img img {
    margin: 0 0 20px !important;
    width: 100%;
}

.cms-content .bottom-img img {
    margin: 0 0 20px 0 !important;
    width: 100% !important;
}

.cms-content ul {
    padding-left: 15px;
}

.cms-content ul.remove-ul-padding {
    padding-left: 0;
}

.cms-content .indent-one {
    padding-left: 15px;
}

.cms-content p.bottom-none {
    margin: 0;
}

.phone-cta-bar {
    float: none;
}

.phone-cta-bar .container {
    background-image: url(/Assets/TFA/ToyotaFinance/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #e8e8e8));
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    background-size: 100% auto;
    padding: 3px 0 3px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.phone-cta-bar .container a {
    font-size: 20px;
    padding: 3px 0;
    color: #eb0a1e;
}

.phone-cta-bar .container a img {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-top: -2px;
}

.phone-cta-bar .container a:hover {
    text-decoration: none;
}

.phone-cta-bar .container a:focus {
    text-decoration: none;
}

.phone-cta-bar .container img {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-top: -4px;
}

.video-icon {
    background: url(/Assets/TFA/ToyotaFinance/images/video-icon.png?1448270514) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .video-icon {
        background-size: 50px;
    }
}

.scroll-bottom {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center !important;
    width: 100px;
    z-index: 999;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 960px) {
    .scroll-bottom {
        bottom: 10px;
    }
}

@media (max-width: 480px) {
    .scroll-bottom {
        display: none;
    }
}

.scroll-bottom a {
    text-decoration: none;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.scroll-bottom a img {
    width: auto !important;
}

@media (max-width: 961px) {
    .scroll-bottom a img {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .scroll-bottom a img {
        width: 10% !important;
    }
}

.scroll-bottom a p {
    color: #fff;
    font-size: 16px;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.featured-wrapper {
    overflow: hidden !important;
}

iframe, video {
    width: 100%;
}

@media (max-width: 480px) {
    .ui-menu-item {
        font-size: 14px;
    }
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e5e5e5 !important;
    font-family: Arial,Helvetica,sans-serif;
    color: #595959;
    font-size: 14px;
}

#inner-page-video {
    margin-bottom: 20px;
}

#inner-page-video .carousel-caption {
    padding: 10px 0;
}

#inner-page-video .bep-module {
    position: relative;
}

#inner-page-video .bep-module img {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#inner-page-video .carousel-caption-text p {
    color: #fff !important;
    font-size: 12px;
    margin: 0;
}

#inner-page-video .carousel-caption-text h3 {
    color: #fff !important;
    margin-bottom: 10px;
}

#inner-page-video .video-icon {
    background-size: 12%;
    z-index: 9;
}

a:focus {
    outline: none !important;
}

@media (max-width: 767px) {
    .closedropdown#ui-id-1 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .closedropdown#ui-id-2 {
        display: none !important;
    }
}

.slider-link {
    color: #fff;
    display: block;
    line-height: 3em;
    margin: 0 auto;
    text-decoration: none;
    width: 124px;
}

.slider-link:hover > .hover, .slider-link > .nover {
    display: block;
    font-size: 50px;
    color: #fff;
}

.slider-link:hover > .nover, .slider-link > .hover {
    display: none;
}

.modal .modal-body {
    padding: 0;
}

.modal-open {
    padding-right: 0 !important;
}

.glyphicon-info-sign {
    color: #616161 !important;
    font-size: 14px;
}

.glyphicon-info-sign:hover, .glyphicon-info-sign:focus {
    color: #616161;
    text-decoration: none;
}

.glyphicon-question-sign {
    color: #cbcdc9;
    font-size: 14px;
    left: 10px;
}

.glyphicon-question-sign:hover, .glyphicon-question-sign:focus {
    color: #616161;
    text-decoration: none;
}

.tooltip {
    z-index: 99999 !important;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #595959 !important;
}

.tooltip .tooltip-inner {
    border-radius: 0;
    width: 190px !important;
    background-color: #fff;
    color: #000;
    padding: 8px 10px 8px 10px !important;
    line-height: 15px;
    border: 1px solid #999;
}

.tooltip-inner:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-top: solid 4px #fff;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    z-index: 99999;
}

.padding-left-0 {
    padding: 0;
}

.padding-right-0 {
    padding: 0;
}

.no-border {
    border: 0 !important;
}

.Main {
    margin-top: 0 !important;
}

.map {
    margin-bottom: 15px;
}

.pad0-left {
    padding-left: 0;
    margin-bottom: 15px !important;
}

.pad0 {
    padding: 0;
    text-align: right;
}

.disabled {
    background-image: none !important;
    background-color: #eee !important;
    border-radius: 4px !important;
}

.disabled a:hover {
    background-image: none !important;
    background-color: #eee !important;
}

.small {
    font-size: 62%;
    top: 0;
}

.padtop {
    padding-top: 15px;
}

.novated-features .featured-carousel ul {
    margin-bottom: 30px;
    max-width: 960px;
}

@media (max-width: 990px) {
    .novated-features .featured-carousel ul {
        max-width: none;
    }
}

.novated-features .featured-carousel ul li {
    margin: 15px 0;
}

@media (max-width: 767px) {
    .novated-features .featured-carousel ul li img {
        min-height: 0 !important;
    }
}

@media (min-width: 991px) {
    .novated-features .next {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .novated-features .prev {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .nl-benifits .featured-container .featured-carousel li div {
        min-height: 0 !important;
    }

    .nl-benifits .featured-container .featured-carousel li div img {
        border: 0 !important;
        min-height: 0 !important;
    }
}

@media (max-width: 767px) {
    .inner-hub-pages .container {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .inner-hub-pages .container .featured-wrapper {
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    .nl-benifits .featured-carousel div {
        text-align: center;
    }
}

.modal-backdrop {
    z-index: 9999;
}

#disclaimers a[href^=tel] {
    color: #7b7b7b;
}

#iepopup {
    display: none;
}

.novated-features #secondaryFeaturedBoxes {
    margin-top: -30px;
}

.estimate-emailer-content .carousel {
    background: transparent;
}

.secondary-banner {
    margin: 30px auto;
}

.terms-conditions .modal-dialog .modal-body h3 {
    font-weight: bold;
}

.terms-conditions .modal-dialog .modal-body > ul {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .terms-conditions .modal-dialog .modal-body > ul {
        padding-left: 25px;
    }
}

.tooltip-inner {
    text-align: left !important;
}

.formDiv {
    background: #f0f0f0;
}

.testimonials .pbtestimonial {
    padding-bottom: 50px;
}

.testimonials .line-shadow {
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    height: 1px;
    background-color: #bcbcbc;
    margin: 15px 0 15px !important;
}

@media (max-width: 767px) {
    .testimonials .line-shadow {
        display: none;
    }
}

.testimonials .line-shadow:first-of-type {
    margin: -3px 0 15px !important;
}

.testimonials h3 {
    font-weight: normal !important;
}

@media (min-width: 768px) {
    .testimonials h3 {
        margin: 0 0 10px !important;
    }
}

.testimonials p {
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.testimonials .media {
    margin-top: 0;
}

.testimonials .media .media-img img {
    width: 127px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .testimonials .media .media-img img {
        border: none !important;
        margin: 0 auto;
    }
}

.testimonials .media .media-img.pull-left {
    margin-right: 20px;
}

.testimonials .media .media-img.pull-left img {
    width: 127px;
    max-width: 100%;
}

.testimonials .media .media-img.pull-right {
    margin-left: 20px;
}

.testimonials .media .media-img.pull-right img {
    max-width: 127px;
}

.testimonials .media .media-body p {
    padding-bottom: 0;
    margin: 0;
}

.testimonials .media .line-shadow {
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    height: 1px;
    background-color: #bcbcbc;
    margin: 15px 0 15px;
}

@media (max-width: 767px) {
    .testimonials .media .line-shadow {
        display: none;
    }
}

.testimonials .employer-btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    padding: 7px 15px;
    margin-bottom: 9px;
    margin-top: 10px;
    color: #fff !important;
}

.testimonials .employer-btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.testimonials .employer-btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

@media (-webkit-min-device-pixel-ratio: 0) {
    .testimonials .employer-btn {
        margin-bottom: 15px;
    }
}

.testimonials .employer-btn a {
    color: #fff !important;
}

@media (max-width: 480px) {
    .testimonials .employer-btn {
        max-width: 250px;
        white-space: normal;
        display: inline-block;
    }
}

.inner-hub-pages .feature-left {
    margin: 0 0 20px;
    width: 80%;
    border-right: 1px solid #e5e5e5;
}

.inner-hub-pages .feature-content ul.lists {
    list-style-image: url(/Assets/TFA/ToyotaFinance/images/list.png?1456142964);
    list-style-position: left center;
}

.nl-jazzy-box {
    position: relative;
    margin: 15px 0 15px 0;
}

.nl-jazzy-box:first-of-type {
    margin: 5px 0 15px 0;
}

.nl-jazzy-box img {
    border: none !important;
}

.nl-jazzy-box .jazzy-top {
    position: relative;
    overflow: hidden;
}

.nl-jazzy-box .jazzy-top .jazzy_left_top {
    width: 4%;
    height: 25px;
    background: url(/Assets/TFA/ToyotaFinance/images/novated-lease-jazzy-top-left-corner.png?1448630328) no-repeat left top;
}

.nl-jazzy-box .jazzy-top .jazzy_middle_top {
    height: 25px;
    width: 92%;
    background: url(/Assets/TFA/ToyotaFinance/images/novated-lease-jazzy-top-mid-line.jpg?1448630328) repeat;
}

.nl-jazzy-box .jazzy-top .jazzy_right_top {
    width: 4%;
    height: 25px;
    background: url(/Assets/TFA/ToyotaFinance/images/novated-lease-jazzy-top-right-corner.png?1448630328) no-repeat right top;
}

@media (max-width: 767px) {
    .nl-jazzy-box .jazzy-top {
        padding-bottom: 0 !important;
    }
}

.nl-jazzy-box .jazzy-bottom {
    position: relative;
    overflow: hidden;
}

.nl-jazzy-box .jazzy-bottom .jazzy_left_bottom {
    width: 4%;
    height: 16px;
    background: url(/Assets/TFA/ToyotaFinance/images/novated-lease-jazzy-bottom-left-corner.png?1448630328) no-repeat left bottom;
}

.nl-jazzy-box .jazzy-bottom .jazzy_middle_bottom {
    height: 16px;
    width: 92%;
    background: url(/Assets/TFA/ToyotaFinance/images/novated-lease-jazzy-bottom-mid-line.jpg?1448630328) repeat;
}

.nl-jazzy-box .jazzy-bottom .jazzy_right_bottom {
    width: 4%;
    height: 16px;
    background: url(/Assets/TFA/ToyotaFinance/images/novated-lease-jazzy-bottom-right-corner.png?1448630328) no-repeat right bottom;
}

@media (max-width: 767px) {
    .nl-jazzy-box .jazzy-bottom {
        padding-bottom: 0 !important;
    }
}

.nl-jazzy-box .jazzy_middle {
    background: #f6f6f6 url(/Assets/TFA/ToyotaFinance/images/novated-lease-jazzy-left-line.jpg?1448630328) repeat-y left center;
}

.nl-jazzy-box .jazzy_middle .media {
    background: url(/Assets/TFA/ToyotaFinance/images/novated-lease-jazzy-right-line.jpg?1448630328) repeat-y right center;
}

@media screen and (max-width: 767px) {
    .nl-jazzy-box .jazzy_middle .media {
        padding-bottom: 0 !important;
        display: table;
    }
}

.nl-jazzy-box .jazzy_middle .media .media-left {
    padding-left: 22px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .nl-jazzy-box .jazzy_middle .media .media-left {
        padding-bottom: 0 !important;
        vertical-align: middle;
        display: table-cell !important;
    }
}

@media screen and (max-width: 767px) {
    .nl-jazzy-box .jazzy_middle .media .media-left img {
        min-height: initial !important;
    }
}

.nl-jazzy-box .jazzy_middle .media-body {
    border-left: 1px solid #e4e4e4;
    padding: 0 22px;
}

.nl-jazzy-box .jazzy_middle .media-body h3 {
    font-weight: bold;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .nl-jazzy-box .jazzy_middle .media-body {
        display: table-cell !important;
        vertical-align: middle !important;
    }
}

.feature-box ul {
    padding-left: 15px !important;
}

iframe.scWebEditRibbon {}

.scChromeToolbar {
    z-index: 9999 !important;
}

.scEnabledChrome {
    z-index: 9999 !important;
}

.contact .nav-pills > li.active > a:focus {
    background-color: #eb0a1e !important;
}

.access-car-loan .btn:hover {
    border-color: #b00817 !important;
}

.faqs .nav-pills > li.active > a:focus {
    background-color: #eb0a1e !important;
}

.contact .nav {
    padding-left: 0 !important;
}

@media (min-width: 768px) {
    .contact-form-ui .scfForm {
        padding: 0;
    }
}

.find-more:hover, .find-more:focus {
    text-decoration: underline;
}

.right-content .download .find-more:hover, .right-content .download .find-more:focus {
    text-decoration: underline;
}

.news-video .gallery-item .thumbnail .caption p a:hover, .news-video .gallery-item .thumbnail .caption p a:focus {
    text-decoration: underline;
}

#ui-id-1 .ui-widget-content, #ui-id-2 .ui-widget-content {
    max-height: 300px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.module-1 {
    margin: 0 0 20px;
}

.module-1 .media {
    padding: 10px 0;
    background: transparent;
    display: table;
    margin-top: 0;
}

.module-1 .media .media-left {
    max-width: 150px;
    padding-right: 15px;
}

.module-1 .media .media-left img {
    width: 125px;
    height: 106px;
}

@media (max-width: 480px) {
    .module-1 .media .media-left {
        width: 100%;
        max-width: none;
        display: block;
    }
}

@media (max-width: 767px) {
    .module-1 .media {
        border: none;
    }
}

@media (max-width: 480px) {
    .module-1 .media {
        display: block;
    }
}

.module-1 .media .media-body {
    vertical-align: middle;
}

@media (max-width: 480px) {
    .module-1 .media .media-body {
        padding-top: 15px;
    }
}

.module-1 .media .media-body a.find-more {
    display: block !important;
    margin-top: 10px;
}

.module-1 .media .media-body a {
    display: inline !important;
    margin-top: 10px;
}

.module-1 .media .media-body p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-1 .media .media-body p {
        padding-bottom: 0;
    }
}

.module-1 .media .media-body a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.module-1 .media .media-body a:hover, .module-1 .media .media-body a:focus {
    color: red;
    text-decoration: underline;
}

.module-1 .media .media-body ul {
    padding-left: 40px;
}

.module-1 .media .media-body ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-1 .media .media-body ul {
        padding-left: 35px;
    }
}

.module-1 .media .media-body ul ul li {
    list-style: circle;
}

.module-2 {
    margin: 0 0 20px;
}

.module-2 .media {
    padding: 10px 0;
    background: transparent;
    border-bottom: 2px solid #d5d5d5;
    display: table;
    margin-top: 0;
}

.module-2 .media .media-left {
    max-width: 150px;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
}

.module-2 .media .media-left img {
    width: 125px;
    height: 106px;
}

@media (max-width: 480px) {
    .module-2 .media .media-left {
        width: 100%;
        display: block;
        max-width: none;
    }
}

.module-2 .media .media-body {
    vertical-align: middle;
}

@media (max-width: 480px) {
    .module-2 .media .media-body {
        padding-top: 15px;
    }
}

.module-2 .media .media-body a.find-more {
    display: block !important;
    margin-top: 10px;
}

.module-2 .media .media-body a {
    display: inline !important;
    margin-top: 10px;
}

.module-2 .media .media-body a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.module-2 .media .media-body a:hover, .module-2 .media .media-body a:focus {
    color: red;
    text-decoration: underline;
}

.module-2 .media .media-body p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-2 .media .media-body p {
        padding-bottom: 0;
    }
}

.module-2 .media .media-body ul {
    padding-left: 40px;
}

.module-2 .media .media-body ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-2 .media .media-body ul {
        padding-left: 35px;
    }
}

.module-2 .media .media-body ul ul li {
    list-style: circle;
}

@media (max-width: 480px) {
    .module-2 .media {
        display: block;
    }
}

.module-3 {
    margin: 0 0 20px;
}

.module-3 .media {
    padding: 10px 0;
    background: transparent;
    display: table;
    margin-top: 0;
}

.module-3 .media .media-right {
    max-width: 150px;
    padding-right: 15px;
}

.module-3 .media .media-right img {
    width: 125px;
    height: 106px;
}

.module-3 .media .media-right a.find-more {
    display: block !important;
    margin-top: 10px;
}

.module-3 .media .media-right a {
    display: inline !important;
    margin-top: 10px;
}

@media (max-width: 480px) {
    .module-3 .media .media-right {
        width: 100%;
        float: left;
        max-width: none;
        display: table-header-group;
        margin-bottom: 15px;
    }
}

.module-3 .media .media-body {
    vertical-align: middle;
    text-align: right;
}

@media (max-width: 480px) {
    .module-3 .media .media-body {
        padding-top: 15px;
        text-align: left;
        display: table-footer-group;
    }
}

.module-3 .media .media-body p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-3 .media .media-body p {
        padding-bottom: 0;
    }
}

.module-3 .media .media-body a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.module-3 .media .media-body a:hover, .module-3 .media .media-body a:focus {
    color: red;
    text-decoration: underline;
}

.module-3 .media .media-body ul {
    padding-left: 40px;
}

.module-3 .media .media-body ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-3 .media .media-body ul {
        padding-left: 35px;
    }
}

.module-3 .media .media-body ul ul li {
    list-style: circle;
}

@media (max-width: 767px) {
    .module-3 .media {
        border: none;
    }
}

.module-4 {
    margin: 0 0 20px;
}

.module-4 .media {
    padding: 10px 0;
    background: transparent;
    border-bottom: 2px solid #d5d5d5;
    display: table;
    margin-top: 0;
}

.module-4 .media .media-right {
    max-width: 150px;
    padding-right: 15px;
}

.module-4 .media .media-right img {
    width: 125px;
    height: 106px;
}

.module-4 .media .media-right a.find-more {
    display: block !important;
    margin-top: 10px;
}

.module-4 .media .media-right a {
    display: inline !important;
    margin-top: 10px;
}

@media (max-width: 480px) {
    .module-4 .media .media-right {
        width: 100%;
        float: left;
        max-width: none;
        display: table-header-group;
        margin-bottom: 15px;
    }
}

.module-4 .media .media-body {
    vertical-align: middle;
    text-align: right;
}

@media (max-width: 480px) {
    .module-4 .media .media-body {
        padding-top: 15px;
        text-align: left;
        display: table-footer-group;
    }
}

.module-4 .media .media-body p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-4 .media .media-body p {
        padding-bottom: 0;
    }
}

.module-4 .media .media-body a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.module-4 .media .media-body a:hover, .module-4 .media .media-body a:focus {
    color: red;
    text-decoration: underline;
}

.module-4 .media .media-body ul {
    padding-left: 40px;
}

.module-4 .media .media-body ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-4 .media .media-body ul {
        padding-left: 35px;
    }
}

.module-4 .media .media-body ul ul li {
    list-style: circle;
}

.module-7 {
    margin: 0 0 20px;
}

.module-7 .thumbnail {
    background: #efefef;
    border: none;
    border-radius: 0;
    margin: 15px 0 0;
    padding: 10px;
}

.module-7 .thumbnail img {
    max-width: 100%;
}

@media (max-width: 480px) {
    .module-7 .thumbnail img {
        width: 100%;
        max-width: none;
    }
}

.module-7 .thumbnail .caption {
    border-top: 1px solid #d5d5d5;
}

.module-7 .thumbnail .caption h2 {
    font-size: 18px;
    color: #595959;
    margin: 15px 0 12px !important;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    word-wrap: break-word;
}

.module-7 .thumbnail .caption p {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    color: #595959;
    margin: 0;
}

.module-7 .thumbnail ul {
    padding-left: 40px;
}

.module-7 .thumbnail ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-7 .thumbnail ul {
        padding-left: 35px;
    }
}

.module-7 .thumbnail ul ul li {
    list-style: circle;
}

@media (max-width: 480px) {
    .module-7 .col-xs-6 {
        width: 100%;
    }
}

.module-9 {
    margin: 20px 0;
}

.module-9 .tab-border {
    border: 1px solid #e5e5e5;
    border-top: 0 !important;
}

.module-9 .nav-tabs {
    padding-left: 0 !important;
    border-bottom: medium none;
    border-top: 2px solid #cbcdc8;
    margin-bottom: 10px;
}

.module-9 .nav li {
    width: 50%;
    margin: 0;
}

.module-9 .nav li a {
    font-size: 17px;
    color: #666;
    text-align: center;
    border-radius: 0;
    margin-right: 0;
    border: none;
    background: #cbcdc8;
    padding: 10px;
    line-height: 1.4;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-9 .nav li a {
        min-height: 80px;
        padding: 10px 18px;
    }
}

.module-9 .nav li a:hover {
    border: none;
}

.module-9 .nav li.active a {
    border: none;
    background: #fff;
}

.module-9 .tab-content .tab-pane {
    padding: 0 15px;
}

.module-9 .tab-content .tab-pane span {
    color: #666;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    display: block;
    margin-bottom: 15px;
}

.module-9 .tab-content .tab-pane ul {
    padding: 0 0 20px 20px;
}

.module-9 .tab-content .tab-pane ul li {
    list-style: none;
    line-height: 25px;
    display: table;
}

.module-9 .tab-content .tab-pane ul li .icon-left-listing {
    display: table-cell;
}

.module-9 .tab-content .tab-pane ul li .icon-left-listing img {
    margin-right: 10px;
    max-width: 25px;
}

.module-9 .tab-content .tab-pane ul li .icon-left-description {
    display: cell;
}

.module-9 a.btn-block {
    background: #cbcdc8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
    white-space: normal;
}

.module-9 a.btn-block .caret {
    position: absolute;
    right: 18px;
    top: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
}

.module-9 .dropdown-menu {
    width: 100%;
    padding: 0;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.module-9 .dropdown-menu li {
    display: block;
    width: 100%;
}

.module-9 .dropdown-menu li a {
    font-size: 15px;
    min-height: 0;
    padding: 5px 18px;
    text-align: left;
    white-space: normal;
}

.module-9 .dropdown-menu li.active a:hover {
    color: #666;
}

.cms-content hr {
    border-color: #e5e6e4 !important;
    clear: both;
    margin: -10px 0 20px !important;
}

.blockimpt {
    display: block !important;
}

.displayimpt {
    display: none !important;
}

.videoWrapper {
    position: relative;
    padding: 25px 0 53.43%;
    height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .videoWrapper {
        padding: 25px 0 51.25%;
    }
}

@media (max-width: 479px) {
    .videoWrapper {
        padding: 25px 0 48.25%;
    }
}

.carousel.slide.videoActive .bep-module {
    display: block !important;
    opacity: 0;
    position: relative;
}

@media (min-width: 1281px) {
    .carousel.slide.videoActive {
        max-height: 540px !important;
    }
}

.nl-offer-dl-page #myModalemail .display-section-fieldset .field-border:nth-child(1) {
    width: 100% !important;
}

.nl-offer-dl-page #myModalemail .display-section-fieldset .field-border:nth-child(2) {
    width: 100% !important;
}

#myModalemail .display-section-fieldset .finance-calculator-filed .field-border:nth-child(1) {
    width: 100% !important;
}

#myModalemail .display-section-fieldset .finance-calculator-filed .field-border:nth-child(2) {
    width: 100% !important;
}

#myModalemail .display-section-fieldset {
    margin: 0 !important;
}

.sm-img {
    overflow: hidden;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 54.6% !important;
}

.lg-img {
    overflow: hidden;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 57% !important;
}

@media (max-width: 992px) {
    .lg-img {
        padding-top: 57.6% !important;
    }
}

.calling {
    color: #eb0a1e !important;
    text-decoration: none;
    cursor: default;
    text-decoration: none !important;
}

.calling:hover {
    text-decoration: none !important;
}

.calling a {
    color: #eb0a1e !important;
    text-decoration: none;
}

.calling a:hover {
    text-decoration: none !important;
}

.calling a .color-gray {
    color: #595959 !important;
}

.calling a .color-gray:hover {
    color: #595959 !important;
}

.color-gray.calling {
    color: #595959 !important;
}

.color-gray.calling:hover {
    color: #595959 !important;
}

input.form-control, input[type='text'] {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
}

#ui-id-1.ui-menu, #ui-id-2.ui-menu {
    padding: 0 !important;
}

#ui-id-1.ui-menu .ui-menu-item, #ui-id-2.ui-menu .ui-menu-item {
    padding: 3px 1em 3px 0.4em !important;
    color: #595959;
    font-size: 14px !important;
    margin: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
}

.scform {
    font-family: Arial, Helvetica, sans-serif !important;
}

.scfForm h3 em {
    font-family: "toyotadisplayregularwebfont" !important;
}

.page-404 {
    padding: 75px 15px;
}

@media (max-width: 767px) {
    .page-404 {
        padding: 35px 15px;
    }
}

.page-404 img {
    margin: 0 auto 54px auto;
    padding: 0;
}

@media (max-width: 767px) {
    .page-404 img {
        margin: 0 auto 35px auto;
    }
}

.page-404 h1, .page-404 .heading-top {
    font-family: "toyotadisplayboldwebfont" !important;
    font-size: 47px !important;
    text-transform: uppercase !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    line-height: 47px !important;
    color: #595959 !important;
}

@media (max-width: 767px) {
    .page-404 h1, .page-404 .heading-top {
        margin: 0 0 20px 0 !important;
    }
}

.page-404 h2, .page-404 .heading-sub {
    font-family: "toyotadisplayboldwebfont" !important;
    font-size: 30px !important;
    margin: 0 0 28px 0 !important;
    padding: 0 !important;
    color: #595959 !important;
    line-height: 30px !important;
}

@media (max-width: 767px) {
    .page-404 h2, .page-404 .heading-sub {
        margin: 0 0 20px 0 !important;
    }
}

.page-404 h3, .page-404 .text-copy {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    margin: 0 0 53px 0 !important;
    padding: 0 !important;
    color: #595959 !important;
    line-height: 24px !important;
}

@media (max-width: 767px) {
    .page-404 h3, .page-404 .text-copy {
        margin: 0 0 35px 0 !important;
    }
}

.page-404 .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    color: #fff !important;
}

.page-404 .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.page-404 .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.page-404 .btn:focus, .page-404 .btn:hover {
    color: #fff !important;
}

.hidden-mobile {
    display: block !important;
}

.visible-mobile {
    display: none !important;
}

@media (max-width: 435px) {
    .hidden-mobile {
        display: none !important;
    }

    .visible-mobile {
        display: block !important;
    }
}

.gtmclass {
    display: none;
    width: 0;
    height: 0;
}

.dyn-span {
    float: left;
    max-width: 250px;
    width: 100%;
    margin-bottom: 15px;
}

.footer-icon-wide-strip .calling {
    cursor: initial;
}

#thankuSec a.btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    color: #fff;
    margin: 30px 0 5px;
}

#thankuSec a.btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

#thankuSec a.btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

@media (max-width: 767px) {
    #middle-div-section .gradientBox .gradientBox-middle .media-body p {
        display: block !important;
    }
}

.table .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-content .table, .tablecollapse .table {
    border: 1px solid #ccc;
    border-collapse: inherit;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.cms-content .table .caption-head, .tablecollapse .table .caption-head {
    background: #666 !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.cms-content .table thead tr:nth-of-type(1), .tablecollapse .table thead tr:nth-of-type(1) {
    background: #666 !important;
    color: #fff;
}

.cms-content .table thead td, .tablecollapse .table thead td {
    padding: 10px 0;
}

.cms-content .table .hide-cell, .tablecollapse .table .hide-cell {
    visibility: hidden !important;
    display: none;
}

.cms-content .table-striped > tbody > tr:nth-of-type(2n+1), .tablecollapse .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #efefef;
}

.cms-content .table-striped > tbody > tr > td:first-child, .tablecollapse .table-striped > tbody > tr > td:first-child {
    text-align: left;
}

.cms-content .table-striped tr, .tablecollapse .table-striped tr {
    border-top: 1px solid #ddd;
}

.cms-content .table-striped tr td, .tablecollapse .table-striped tr td {
    vertical-align: middle;
    border: 0 !important;
    text-align: center;
    padding-left: 15px;
}

.cms-content .table-striped tr td .btn, .tablecollapse .table-striped tr td .btn {
    border: 1px solid #ddd;
    margin-left: -7px;
}

.cms-content .table-striped tr td .bootstrap-select.btn-group .dropdown-menu, .tablecollapse .table-striped tr td .bootstrap-select.btn-group .dropdown-menu {
    left: -7px;
}

.cms-content .table-striped tr td .bootstrap-select.btn-group .dropdown-menu li, .tablecollapse .table-striped tr td .bootstrap-select.btn-group .dropdown-menu li {
    font-size: 14px;
}

.cms-content .table-striped tr td .bootstrap-select.btn-group .dropdown-menu li a, .tablecollapse .table-striped tr td .bootstrap-select.btn-group .dropdown-menu li a {
    color: #595959;
}

.displaySourcefields {
    display: none !important;
}

.full-width-caption {
    margin-bottom: 15px;
    position: relative;
}

.full-width-caption img {
    width: 100%;
}

.full-width-caption .overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: auto;
    left: 0;
    right: 0;
    max-height: 65%;
    padding: 10px;
    overflow: hidden;
}

.full-width-caption .overlay h2, .full-width-caption .overlay h3, .full-width-caption .overlay h4 {
    color: #fff !important;
}

.full-width-caption .overlay p {
    color: #fff;
    padding-bottom: 0 !important;
}

.full-width-caption .overlay a {
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.full-width-caption .overlay a:hover {
    text-decoration: underline;
}

.left-img img {
    margin: 0 15px 15px 0;
    max-width: 250px;
    max-height: 250px;
    float: left !important;
}

@media (max-width: 480px) {
    .left-img img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

.right-img img {
    margin: 0 0 15px 15px;
    max-width: 250px;
    max-height: 250px;
    float: right !important;
}

@media (max-width: 480px) {
    .right-img img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

.top-img img {
    margin: 0 0 20px !important;
    width: 100%;
}

.bottom-img img {
    margin: 0 0 20px 0 !important;
    width: 100% !important;
}

.DatasourceLabelClass {
    text-align: center;
    background: #eb0a1e;
    padding: 3px !important;
    margin: 5px !important;
    color: #fff !important;
    font-size: 14px;
}

.news-video .gallery-item .thumbnail .caption p .news-detail {
    text-transform: uppercase;
    color: #eb0a1e !important;
    font-size: 12px;
    padding-left: 5px;
}

.news-video .gallery-item .thumbnail .caption p .news-detail:hover {
    text-decoration: underline;
}

.phone-number a {
    color: #eb0a1e !important;
}

.carousel .top .carousel-caption .carousel-caption-text .btn {
    color: #fff !important;
}

.featured-container .featured-carousel ul li .btn {
    color: #fff !important;
}

.news-detail-ul a {
    color: #eb0a1e;
}

.container-fluid {
    padding: 0;
}

.whitespace {
    width: 100%;
    clear: both;
    display: block;
    height: 15px;
}

.BorderRight {
    border-right: 1px solid #e5e5e5;
}

.BorderLeft {
    border-right: 1px solid #e5e5e5;
}

#no-more-tables table, #no-more-tables-1 table {
    margin-bottom: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
    font-size: 13px;
}

[id|="no-more-tables"] table td, [id|="no-more-tables"] table thead th {
    text-align: unset !important;
}

#no-more-tables .table-bordered > tbody > tr > td, #no-more-tables .table-bordered > tbody > tr > th, #no-more-tables .table-bordered > tfoot > tr > td, #no-more-tables .table-bordered > tfoot > tr > th, #no-more-tables .table-bordered > thead > tr > td, #no-more-tables .table-bordered > thead > tr > th, #no-more-tables-1 .table-bordered > tbody > tr > td, #no-more-tables-1 .table-bordered > tbody > tr > th, #no-more-tables-1 .table-bordered > tfoot > tr > td, #no-more-tables-1 .table-bordered > tfoot > tr > th, #no-more-tables-1 .table-bordered > thead > tr > td, #no-more-tables-1 .table-bordered > thead > tr > th {
    border: 1px solid #ddd !important;
}

#no-more-tables .table-dashed > tbody > tr > td, #no-more-tables .table-dashed > tbody > tr > th, #no-more-tables .table-dashed > tfoot > tr > td, #no-more-tables .table-dashed > tfoot > tr > th, #no-more-tables .table-dashed > thead > tr > td, #no-more-tables .table-dashed > thead > tr > th, #no-more-tables-1 .table-dashed > tbody > tr > td, #no-more-tables-1 .table-dashed > tbody > tr > th, #no-more-tables-1 .table-dashed > tfoot > tr > td, #no-more-tables-1 .table-dashed > tfoot > tr > th, #no-more-tables-1 .table-dashed > thead > tr > td, #no-more-tables-1 .table-dashed > thead > tr > th {
    border: 1px dashed #ddd !important;
}

#no-more-tables-1 table tr, #no-more-tables table tr {
    border-top: none !important;
}

#no-more-tables-1 .table-no-border, #no-more-tables .table-no-border {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    [id|="no-more-tables"] table td, [id|="no-more-tables"] table thead th {
        padding: 5px 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr, #no-more-tables-1 table, #no-more-tables-1 thead, #no-more-tables-1 tbody, #no-more-tables-1 th, #no-more-tables-1 td, #no-more-tables-1 tr {
        display: block;
    }

    #no-more-tables thead tr, #no-more-tables-1 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables td, #no-more-tables-1 td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 45%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before, #no-more-tables-1 td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 40%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables td:before, #no-more-tables-1 td:before {
        content: attr(data-title);
    }
}

.btn-primary.new {
    border-radius: 1px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    padding: 6px 15px;
    margin-bottom: 20px;
}

.btn-primary.new:active {
    box-shadow: none !important;
}

.inner-hub-pages .container .clearfix > .col-xs-12:first-of-type {
    padding-left: 0;
}

.inner-hub-pages .container .clearfix > .col-xs-12:last-of-type {
    padding-right: 0;
}

.inner-hub-pages .container .clearfix.row .col-xs-12 {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .inner-hub-pages .container .clearfix > .col-xs-12 {
        padding: 0;
    }
}

header {
    position: relative;
    z-index: 999999;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

header .navbar-default {
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}

@media (min-width: 768px) {
    header .navbar-default {
        min-height: 70px;
    }
}

header .navbar-default li > a {
    padding: 10px 13px;
}

@media (max-width: 991px) {
    header .navbar-default li > a {
        padding: 10px 8px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    header .navbar-default li > a {
        padding: 10px;
        font-size: 14px;
    }
}

header .navbar-default li.active {
    background-color: transparent !important;
    color: #363636 !important;
}

@media (max-width: 767px) {
    header .navbar-default li.active {
        background-color: #090909;
        background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
        background-repeat: repeat-x;
        background-size: 100% auto;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25) inset;
    }
}

header .navbar-default li.active a {
    background-color: transparent !important;
}

header .navbar-default li:hover {
    background-color: transparent !important;
    color: #363636 !important;
}

header .navbar-default .login-nav {
    position: absolute;
    top: 0;
}

@media (max-width: 767px) {
    header .navbar-default .login-nav {
        position: relative;
    }
}

header .navbar-default .login-nav li.open > a:focus {
    background: transparent;
}

header .navbar-default .login-nav .dropdown-menu li:hover a {
    color: #eb0a1e !important;
}

header .navbar-default .login-nav .dropdown-menu li.active a {
    color: #eb0a1e !important;
}

@media (max-width: 767px) {
    header .navbar-default .login-nav .navbar-nav > .open > a, header .navbar-default .login-nav .navbar-nav > .open > a:hover, header .navbar-default .login-nav .navbar-nav > .open > a:focus {
        background-color: #eb0a1e !important;
    }
}

header .navbar-default .login-nav .caret {
    border-top: 4px solid #777 !important;
}

@media (max-width: 767px) {
    header .navbar-default .container {
        padding: 0;
    }
}

header .navbar-default .navbar-header.brand {
    padding: 0;
    width: 25%;
}

header .navbar-default .navbar-header.brand .navbar-toggle {
    border: 0;
    padding: 22px 0;
}

header .navbar-default .navbar-header.brand .navbar-toggle:hover, header .navbar-default .navbar-header.brand .navbar-toggle:focus {
    background-color: #fff !important;
}

header .navbar-default .navbar-header.brand .navbar-toggle .icon-bar {
    background-color: #000 !important;
    height: 4px;
    width: 33px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    header .navbar-default .navbar-header.brand .navbar-toggle {
        padding: 15px 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

header .navbar-default .navbar-header.brand .navbar-brand {
    height: auto;
    padding: 12px;
}

@media (max-width: 767px) {
    header .navbar-default .navbar-header.brand .navbar-brand {
        padding: 15px;
    }
}

header .navbar-default .navbar-header.brand .navbar-brand img {
    max-width: 196px;
    width: 196px;
    height: 56px;
}

@media (max-width: 767px) {
    header .navbar-default .navbar-header.brand .navbar-brand img {
        max-width: 145px;
        width: 145px;
        height: 41px;
    }
}

@media (max-width: 767px) {
    header .navbar-default .navbar-header.brand {
        float: none !important;
        width: 100%;
        margin: 0;
    }
}

header .navbar-default #toyota-main-navigation {
    padding: 0;
    margin-right: -15px;
    width: 75%;
    position: relative;
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation {
        background-color: #383838;
        float: none !important;
        width: 100%;
        margin: 0;
    }

    header .navbar-default #toyota-main-navigation li {
        font-size: 16px;
    }

    header .navbar-default #toyota-main-navigation li a {
        color: #fff !important;
        padding: 16px;
    }
}

header .navbar-default #toyota-main-navigation .navbar-right {
    margin: 0;
}

header .navbar-default #toyota-main-navigation .login-nav {
    width: 100%;
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .login-nav li a {
        padding: 16px 0 !important;
    }
}

header .navbar-default #toyota-main-navigation .login-nav ul.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

header .navbar-default #toyota-main-navigation .login-nav ul.dropdown-menu li a {
    color: #777;
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .login-nav ul.dropdown-menu li a {
        padding: 10px 16px 10px 40px !important;
    }
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .login-nav .caret {
        background-color: transparent;
        color: #eb0a1e;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        padding: 0 25px 3px 15px;
        width: 20px;
        border: none !important;
        float: left;
    }

    header .navbar-default #toyota-main-navigation .login-nav .caret::after {
        content: "►";
    }

    header .navbar-default #toyota-main-navigation .login-nav li.open .caret {
        color: #fff;
    }

    header .navbar-default #toyota-main-navigation .login-nav li.open .caret::after {
        content: "▼";
    }

    header .navbar-default #toyota-main-navigation .login-nav li.open ul.dropdown-menu {
        background-color: #666;
    }

    header .navbar-default #toyota-main-navigation .login-nav li.open ul.dropdown-menu a {
        border-bottom: solid 1px #fff;
        font-size: 14px;
        padding: 10px 16px 10px 35px;
    }
}

header .navbar-default #toyota-main-navigation .global-nav {
    width: 100%;
    position: absolute;
    top: 41px;
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .global-nav {
        position: relative;
        top: 0;
    }
}

header .navbar-default #toyota-main-navigation .global-nav #global-search.open .search-box .toyota-cross-01 {
    opacity: 1;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transform: rotateZ(180deg);
}

header .navbar-default #toyota-main-navigation .global-nav #global-search.open .search-box .glyphicon-search {
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box {
    height: 40px;
    position: relative;
    width: 54px;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box .glyphicon-search, header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box .toyota-cross-01 {
    position: absolute;
    right: 20px;
    top: 14px;
    display: block;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box .glyphicon-search {
    opacity: 1;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box .toyota-cross-01 {
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search div.search {
    min-width: 950px;
    padding: 10px 15px;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search div.search .form-group {
    width: 94% !important;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search div.search .form-group input.customSearch {
    width: 100%;
    background-color: #f2f2f2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search div.search button {
    background-color: #999;
    width: 6%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search div.search button .glyphicon-search {
    color: #fff;
}

header .navbar-default #toyota-main-navigation #header-accordion {
    background-color: #383838;
    margin-bottom: 0;
}

header .navbar-default #toyota-main-navigation #header-accordion .panel {
    background-color: transparent;
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: #595959;
}

header .navbar-default #toyota-main-navigation #header-accordion .panel .navbar-form {
    border: 0;
    box-shadow: none;
    padding: 10px 20px;
    margin: 0;
}

header .navbar-default #toyota-main-navigation #header-accordion .panel .navbar-form .form-group {
    width: 82%;
    float: left;
}

header .navbar-default #toyota-main-navigation #header-accordion .panel .navbar-form .btn-default {
    background-color: transparent;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

header .navbar-default #toyota-main-navigation #header-accordion .panel .navbar-form .btn-default span.glyphicon-search {
    font-size: 24px;
    color: #fff;
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation #header-accordion {
        margin: 0;
    }
}

header .navbar-default .navbar-collapse.in {
    overflow-x: hidden;
}

.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar-inverse {
        left: 0;
        right: 0;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .navbar-inverse {
        background-color: #3a3a3a !important;
    }
}

.navbar-inverse .navbar-header .navbar-toggle {
    background-color: transparent;
    border-color: #333;
}

.navbar-inverse .navbar-header .navbar-toggle .glyphicon-chevron-down {
    color: #fff;
}

.navbar-inverse .navbar-header .navbar-brand {
    color: #fff;
    font-size: 21px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 960px) {
    .navbar-inverse .navbar-header .navbar-brand {
        padding: 15px 7px 15px 8px;
        font-size: 17px;
    }
}

@media (min-width: 961px) {
    .navbar-inverse .navbar-header .navbar-brand {
        padding: 15px 8px 15px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse #finance-navbar-collapse ul {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .navbar-inverse #finance-navbar-collapse ul li {
        font-size: 12px;
    }
}

.navbar-inverse #finance-navbar-collapse ul li a {
    color: #fff;
    padding: 15px 9px;
}

@media (min-width: 768px) and (max-width: 960px) {
    .navbar-inverse #finance-navbar-collapse ul li a {
        padding: 15px 4px;
    }
}

.navbar-inverse #finance-navbar-collapse ul li.active a {
    background-color: #090909;
    background-image: url(/Assets/TFA/ToyotaFinance/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222), color-stop(100%, #282828));
    background-image: -moz-linear-gradient(top, #222 0%, #282828 100%);
    background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25) inset;
}

.navbar-inverse #finance-navbar-collapse ul li:hover a {
    background-color: #555;
}

@media (max-width: 767px) {
    .navbar-inverse #finance-navbar-collapse ul li:hover a {
        background-color: transparent;
    }
}

.navbar-inverse #finance-navbar-collapse ul li.dropdown .arrow-right::after {
    content: "►";
}

@media (min-width: 768px) {
    .navbar-inverse #finance-navbar-collapse ul li.dropdown .dropdown-menu {
        display: none;
    }
}

.navbar-inverse #finance-navbar-collapse ul li.dropdown .dropdown-menu a {
    width: 100% !important;
    padding: 10px 16px 10px 38px !important;
    font-size: 14px;
}

.navbar-inverse #finance-navbar-collapse ul li.dropdown span {
    background-color: transparent;
    color: #eb0a1e;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 16px 9px 16px 12px;
    text-align: left;
    cursor: pointer;
    width: 20px;
}

@media (min-width: 768px) {
    .navbar-inverse #finance-navbar-collapse ul li.dropdown span {
        display: none;
    }
}

.navbar-inverse #finance-navbar-collapse ul li.dropdown a {
    display: inline-block !important;
    padding: 16px 16px 16px 4px !important;
    width: auto;
}

.navbar-inverse #finance-navbar-collapse ul li.open .dropdown-menu {
    display: block !important;
}

.navbar-inverse #finance-navbar-collapse ul li.open .arrow-right::after {
    content: '▼';
    color: #fff;
}

@media (max-width: 767px) {
    .navbar {
        min-height: 30px;
    }
}

#affixnav {
    display: none;
    position: fixed;
    top: -55px;
    left: 0;
    right: 0;
    z-index: 999999;
    -webkit-transition: top 1s;
    transition: top 1s;
    color: #fff;
}

@media (min-width: 768px) {
    #affixnav {
        display: none !important;
    }
}

#affixnav .btn {
    padding: 6px 12px;
    border-radius: 0;
}

#affixnav .open > .dropdown-menu {
    width: 100%;
}

#affixnav .btn-primary {
    background-image: linear-gradient(to bottom, #eb0a1e 0%, #b00817 100%) !important;
    background-repeat: repeat-x;
    background-size: 100% auto;
    border-color: #a70715;
    font-family: Arial, Helvetica, sans-serif;
}

#affixnav .mobile-panel > li {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
}

#affixnav .mobile-panel > li > a {
    color: #777;
    background: #fff;
    padding: 10px 16px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

#affixnav .mobile-panel > li > a:hover {
    background-color: #eb0a1e;
    color: #fff;
}

#affixnav .mobile-panel > li > a:focus {
    background-color: #eb0a1e;
    color: #fff;
}

#affixnav .mobile-panel > li.active a {
    background-color: #eb0a1e;
    color: #fff;
}

#affixnav .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
}

#affixnav.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.9);
}

#globaldropdown {
    padding: 0;
    margin-right: -15px;
    width: 75%;
    position: relative;
}

@media (max-width: 767px) {
    #globaldropdown {
        background-color: #383838;
        float: none !important;
        width: 100%;
        margin: 0;
    }

    #globaldropdown li {
        font-size: 16px;
    }

    #globaldropdown li a {
        color: #fff !important;
        padding: 16px;
    }
}

#globaldropdown .navbar-right {
    margin: 0;
}

#globaldropdown .login-nav {
    width: 100%;
}

@media (max-width: 767px) {
    #globaldropdown .login-nav li a {
        padding: 16px 0 !important;
    }
}

#globaldropdown .login-nav ul.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

#globaldropdown .login-nav ul.dropdown-menu li a {
    color: #777;
}

@media (max-width: 767px) {
    #globaldropdown .login-nav ul.dropdown-menu li a {
        padding: 10px 16px 10px 40px !important;
    }
}

@media (max-width: 767px) {
    #globaldropdown .login-nav .caret {
        background-color: transparent;
        color: #eb0a1e;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        padding: 0 25px 3px 15px;
        width: 20px;
        border: none !important;
        float: left;
    }

    #globaldropdown .login-nav .caret::after {
        content: "►";
    }

    #globaldropdown .login-nav li.open .caret {
        color: #fff;
    }

    #globaldropdown .login-nav li.open .caret::after {
        content: "▼";
    }

    #globaldropdown .login-nav li.open ul.dropdown-menu {
        background-color: #666;
    }

    #globaldropdown .login-nav li.open ul.dropdown-menu a {
        border-bottom: solid 1px #fff;
        font-size: 14px;
        padding: 10px 16px 10px 35px;
    }
}

#globaldropdown .global-nav {
    width: 100%;
    position: absolute;
    top: 41px;
}

@media (max-width: 767px) {
    #globaldropdown .global-nav {
        position: relative;
        top: 0;
    }
}

#globaldropdown .global-nav #global-search.open .search-box .toyota-cross-01 {
    opacity: 1;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transform: rotateZ(180deg);
}

#globaldropdown .global-nav #global-search.open .search-box .glyphicon-search {
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}

#globaldropdown .global-nav #global-search .search-box, #globaldropdown .global-nav #global-search-result .search-box {
    height: 40px;
    position: relative;
    width: 54px;
}

#globaldropdown .global-nav #global-search .search-box .glyphicon-search, #globaldropdown .global-nav #global-search .search-box .toyota-cross-01, #globaldropdown .global-nav #global-search-result .search-box .glyphicon-search, #globaldropdown .global-nav #global-search-result .search-box .toyota-cross-01 {
    position: absolute;
    right: 20px;
    top: 14px;
    display: block;
}

#globaldropdown .global-nav #global-search .search-box .glyphicon-search, #globaldropdown .global-nav #global-search-result .search-box .glyphicon-search {
    opacity: 1;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#globaldropdown .global-nav #global-search .search-box .toyota-cross-01, #globaldropdown .global-nav #global-search-result .search-box .toyota-cross-01 {
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}

#globaldropdown .global-nav #global-search div.search, #globaldropdown .global-nav #global-search-result div.search {
    min-width: 950px;
    padding: 10px 15px;
}

#globaldropdown .global-nav #global-search div.search .form-group, #globaldropdown .global-nav #global-search-result div.search .form-group {
    width: 94% !important;
}

#globaldropdown .global-nav #global-search div.search .form-group input.customSearch, #globaldropdown .global-nav #global-search-result div.search .form-group input.customSearch {
    width: 100%;
    background-color: #f2f2f2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

#globaldropdown .global-nav #global-search div.search button, #globaldropdown .global-nav #global-search-result div.search button {
    background-color: #999;
    width: 6%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#globaldropdown .global-nav #global-search div.search button .glyphicon-search, #globaldropdown .global-nav #global-search-result div.search button .glyphicon-search {
    color: #fff;
}

#globaldropdown #header-accordion {
    background-color: #383838;
    margin-bottom: 0;
}

#globaldropdown #header-accordion .panel {
    background-color: transparent;
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: #595959;
}

#globaldropdown #header-accordion .panel .navbar-form {
    border: 0;
    box-shadow: none;
    padding: 10px 20px;
    margin: 0;
}

#globaldropdown #header-accordion .panel .navbar-form .form-group {
    width: 82%;
    float: left;
}

#globaldropdown #header-accordion .panel .navbar-form .btn-default {
    background-color: transparent;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#globaldropdown #header-accordion .panel .navbar-form .btn-default span.glyphicon-search {
    font-size: 24px;
    color: #fff;
}

@media (max-width: 767px) {
    #globaldropdown #header-accordion {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > li.open, .navbar-inverse .navbar-nav > li.open:hover, .navbar-inverse .navbar-nav > li.open:focus {
        background-color: #eb0a1e !important;
    }

    .navbar-inverse .navbar-nav > .open > a a, .navbar-inverse .navbar-nav > .open > a:hover a, .navbar-inverse .navbar-nav > .open > a:focus a, .navbar-inverse .navbar-nav > li.open a, .navbar-inverse .navbar-nav > li.open:hover a, .navbar-inverse .navbar-nav > li.open:focus a {
        background-color: #eb0a1e;
    }

    .navbar-inverse .navbar-nav > .open > a .dropdown-menu, .navbar-inverse .navbar-nav > .open > a:hover .dropdown-menu, .navbar-inverse .navbar-nav > .open > a:focus .dropdown-menu, .navbar-inverse .navbar-nav > li.open .dropdown-menu, .navbar-inverse .navbar-nav > li.open:hover .dropdown-menu, .navbar-inverse .navbar-nav > li.open:focus .dropdown-menu {
        background-color: #3a3a3a;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-inverse .navbar-nav > .open > a .dropdown-menu li a, .navbar-inverse .navbar-nav > .open > a:hover .dropdown-menu li a, .navbar-inverse .navbar-nav > .open > a:focus .dropdown-menu li a, .navbar-inverse .navbar-nav > li.open .dropdown-menu li a, .navbar-inverse .navbar-nav > li.open:hover .dropdown-menu li a, .navbar-inverse .navbar-nav > li.open:focus .dropdown-menu li a {
        background-color: #666 !important;
        border-bottom: 1px solid #fff;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li.dropdown.active .dropdown-menu {
        background-color: #3a3a3a !important;
        background-image: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-inverse .navbar-nav > li.dropdown.active .dropdown-menu li a {
        background-color: #666 !important;
        background-image: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid #fff;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > li.open, .navbar-inverse .navbar-nav > li.open:hover, .navbar-inverse .navbar-nav > li.open:focus {
        background-color: #eb0a1e !important;
    }

    .navbar-inverse .navbar-nav > .open > a a, .navbar-inverse .navbar-nav > .open > a:hover a, .navbar-inverse .navbar-nav > .open > a:focus a, .navbar-inverse .navbar-nav > li.open a, .navbar-inverse .navbar-nav > li.open:hover a, .navbar-inverse .navbar-nav > li.open:focus a {
        background-color: #eb0a1e;
    }

    .navbar-inverse .navbar-nav > .open > a .dropdown-menu, .navbar-inverse .navbar-nav > .open > a:hover .dropdown-menu, .navbar-inverse .navbar-nav > .open > a:focus .dropdown-menu, .navbar-inverse .navbar-nav > li.open .dropdown-menu, .navbar-inverse .navbar-nav > li.open:hover .dropdown-menu, .navbar-inverse .navbar-nav > li.open:focus .dropdown-menu {
        background-color: #3a3a3a;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-inverse .navbar-nav > .open > a .dropdown-menu li a, .navbar-inverse .navbar-nav > .open > a:hover .dropdown-menu li a, .navbar-inverse .navbar-nav > .open > a:focus .dropdown-menu li a, .navbar-inverse .navbar-nav > li.open .dropdown-menu li a, .navbar-inverse .navbar-nav > li.open:hover .dropdown-menu li a, .navbar-inverse .navbar-nav > li.open:focus .dropdown-menu li a {
        background-color: #666 !important;
        border-bottom: 1px solid #fff;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li.dropdown.active .dropdown-menu {
        background-color: #3a3a3a !important;
        background-image: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-inverse .navbar-nav > li.dropdown.active .dropdown-menu li a {
        background-color: #666 !important;
        background-image: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid #fff;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
    }
}

@media (min-width: 768px) {
    #finance-navbar-collapse {
        padding-right: 4px !important;
    }
}

@media (max-width: 767px) {
    .get-estimate {
        background: #666;
        margin: 0 -15px;
        border-top: 1px solid #fff;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}

.get-estimate .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    margin: 16px 0 16px 15px;
    padding: 6px 10px;
    border-radius: 4px !important;
}

.get-estimate .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.get-estimate .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

@media (min-width: 961px) {
    .get-estimate .btn {
        margin: 8px 0;
        float: right;
        padding: 6px 9px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .get-estimate .btn {
        margin: 8px 0;
        float: right;
        padding: 6px 5px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .get-estimate .btn {
        background-image: none;
        border: none;
        padding: 0 0 0 23px;
        border-radius: 0;
        background: none;
    }

    .get-estimate .btn .toyota-cta-arrow-01 {
        position: absolute;
        left: 12px;
    }

    .get-estimate .btn .toyota-cta-arrow-01::before {
        content: '►';
        color: #fff;
    }

    .get-estimate .btn:hover, .get-estimate .btn:focus {
        background-color: transparent !important;
        background-position: 0;
        box-shadow: none;
        background: transparent !important;
    }
}

#Newnav li.dropdown .arrow-right::after {
    content: "►";
}

@media (min-width: 768px) {
    #Newnav li.dropdown .dropdown-menu {
        display: none;
    }
}

#Newnav li.dropdown .dropdown-menu a {
    width: 100% !important;
    padding: 10px 16px 10px 38px !important;
}

#Newnav li.dropdown span {
    background-color: transparent;
    color: #eb0a1e;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 16px 9px 16px 12px;
    text-align: left;
    cursor: pointer;
    width: 20px;
}

@media (min-width: 768px) {
    #Newnav li.dropdown span {
        display: none;
    }
}

#Newnav li.dropdown a {
    display: inline-block !important;
    padding: 16px 16px 16px 4px !important;
    width: auto;
}

#Newnav li.open .dropdown-menu {
    display: block !important;
}

#Newnav li.open .arrow-right::after {
    content: '▼';
    color: #fff;
}

@media (max-width: 767px) {
    #Newnav .get-estimate {
        background: #666;
        margin: 0 -15px;
        border-top: 1px solid #fff;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}

#Newnav .get-estimate .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    margin: 16px 0 16px 15px;
    padding: 6px 10px;
    border-radius: 4px !important;
    background-image: none !important;
}

#Newnav .get-estimate .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

#Newnav .get-estimate .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

@media (min-width: 961px) {
    #Newnav .get-estimate .btn {
        margin: 8px 0;
        float: right;
        padding: 6px 9px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    #Newnav .get-estimate .btn {
        margin: 8px 0;
        float: right;
        padding: 6px 5px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #Newnav .get-estimate .btn {
        background-image: none;
        border: none;
        padding: 0 0 0 20px;
        border-radius: 0;
        background: none;
    }

    #Newnav .get-estimate .btn .toyota-cta-arrow-01 {
        position: absolute;
        left: 12px;
    }

    #Newnav .get-estimate .btn .toyota-cta-arrow-01::before {
        content: '►';
        color: #fff;
    }

    #Newnav .get-estimate .btn:hover, #Newnav .get-estimate .btn:focus {
        background-color: transparent;
        background-position: 0;
        box-shadow: none;
    }
}

header .navbar-default .global-nav .caret {
    display: none;
}

@media (max-width: 767px) {
    header .navbar-default .global-nav .caret {
        background-color: transparent;
        color: #eb0a1e;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        padding: 18px 25px 36px 15px;
        width: 20px;
        border: none !important;
    }

    header .navbar-default .global-nav .caret::after {
        content: "►";
    }
}

@media (min-width: 768px) {
    .login-nav li {}

    .login-nav li:first-child .caret {
        display: none;
    }
}

@media (max-width: 767px) {
    .global-nav li a {
        display: inline-block;
        padding: 16px 0 16px 0 !important;
    }

    .global-nav li ul.dropdown-menu {
        background-color: #666 !important;
        padding: 0;
    }

    .global-nav li ul.dropdown-menu li a {
        border-bottom: solid 1px #fff;
        font-size: 14px;
        padding: 10px 16px 10px 40px !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    header .navbar-default .global-nav .navbar-nav > .open, header .navbar-default .global-nav .navbar-nav > .open > a, header .navbar-default .global-nav .navbar-nav > .open > a:hover, header .navbar-default .global-nav .navbar-nav > .open > a:focus {
        background-color: #eb0a1e !important;
    }
}

header .navbar-default .global-nav .navbar-nav > .open .caret, header .navbar-default .global-nav .navbar-nav > .open > a .caret, header .navbar-default .global-nav .navbar-nav > .open > a:hover .caret, header .navbar-default .global-nav .navbar-nav > .open > a:focus .caret {
    color: #fff;
}

header .navbar-default .global-nav .navbar-nav > .open .caret::after, header .navbar-default .global-nav .navbar-nav > .open > a .caret::after, header .navbar-default .global-nav .navbar-nav > .open > a:hover .caret::after, header .navbar-default .global-nav .navbar-nav > .open > a:focus .caret::after {
    content: "▼";
}

header .navbar-default .global-nav .navbar-nav li.active.open {
    background-color: transparent !important;
    color: #363636 !important;
}

@media (max-width: 767px) {
    header .navbar-default .global-nav .navbar-nav li.active.open {
        background-color: #eb0a1e !important;
        background-image: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    header .navbar-default .global-nav .navbar-nav > li:last-child.open > a.search-box, header .navbar-default .global-nav .navbar-nav > li:last-child.open > a.search-box:hover, header .navbar-default .global-nav .navbar-nav > li:last-child.open > a.search-box:focus {
        background-color: #e7e7e7 !important;
    }
}

@media (max-width: 767px) {
    header .navbar-inverse li.active {
        background-color: #090909;
        background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
        background-repeat: repeat-x;
        background-size: 100% auto;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25) inset;
    }
}

@media (max-width: 767px) {
    header .navbar-inverse .navbar-nav li.active.open {
        background-color: #eb0a1e !important;
        background-image: none !important;
        box-shadow: none !important;
    }
}

.footer-icon-wide-strip {
    background: #f5f7f7;
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .footer-icon-wide-strip .hidden-sm {
        display: none;
    }
}

#footer {
    background: #fff;
}

#footer a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

#footer a:visited {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#footer h3 {
    background: none;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    border: 0;
    padding: 6px 0 0;
    margin: 0 0 2px;
    font-size: 15px;
    line-height: 12px;
    color: #3a3a3a;
}

#footer h3 a {
    color: #3a3a3a;
    font-weight: 700;
}

#footer .btn:hover {
    text-decoration: underline;
}

#footer li.icon-contact-us {
    background: url(/Assets/TFA/ToyotaFinance/images/footer-icon-contact-us.gif) 0 3px no-repeat;
}

#footer li.icon-newsroom {
    background: url(/Assets/TFA/ToyotaFinance/images/footer-icon-newsroom.gif) 0 3px no-repeat;
}

#footer li.icon-ttv {
    background: url(/Assets/TFA/ToyotaFinance/images/footer-icon-toyota-tv.gif) 0 3px no-repeat;
}

#footer li.icon-facebook {
    background: url(/Assets/TFA/ToyotaFinance/images/sprite.png) no-repeat -5px -5px;
}

#footer li.icon-twitter {
    background: url(/Assets/TFA/ToyotaFinance/images/sprite.png) no-repeat -5px -47px;
}

#footer li.icon-youtube {
    background: url(/Assets/TFA/ToyotaFinance/images/sprite.png) no-repeat -47px -47px;
}

#footer li.icon-rss {
    background: url(/Assets/TFA/ToyotaFinance/images/sprite.png) no-repeat -47px -5px;
    margin-right: 0;
}

.vehicle-hub-block {
    margin-top: 12px;
}

.vehicle-hub-block .hub-links-row {
    padding: 3px 0;
}

.vehicle-hub-block .hub-links-row h3 {
    float: left;
}

.vehicle-hub-block .hub-links-row .hub-links-divided {
    padding: 0;
    margin-bottom: 5px;
}

.vehicle-hub-block .hub-links-row .hub-links-divided a {
    color: #7b7d84;
    padding: 0 0 0 12px;
    margin: 0 0 0 8px;
    background: url(/Assets/TFA/ToyotaFinance/images/global-footer-divider-a.gif) 0 50% no-repeat;
}

.vehicle-hub-block .contact-news-tv li {
    padding: 2px 0 4px 26px;
}

.vehicle-hub-block .contact-news-tv a {
    color: #555;
}

@media (max-width: 991px) {
    .vehicle-hub-block .contact-news-tv {
        margin-top: 10px;
    }

    .vehicle-hub-block .contact-news-tv li {
        float: left;
        margin-right: 15px;
    }
}

.links-block {
    margin-top: 12px;
}

.links-block .corp-links a {
    color: #7b7d84;
}

.links-block .corp-links .btn {
    margin-top: 5px;
    color: #fff;
}

.links-block .corp-links ul li {
    padding: 4px 0 3px;
}

.links-block .corp-links h3 a {
    color: #434650;
}

.links-block .corp-links .btn-secondary {
    background-image: linear-gradient(to bottom, #999 0, #7a7a7a 100%);
    background-repeat: repeat-x;
    border-color: #757575;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.links-block .corp-links .btn-secondary:active {
    color: #fff;
}

.links-block .corp-links .btn-secondary:focus {
    background-color: #7a7a7a;
    background-position: 0 -15px;
    color: #fff;
}

.links-block .corp-links .btn-secondary:hover {
    background-color: #7a7a7a;
    background-position: 0 -15px;
    color: #fff;
}

.links-block .corp-links .icons-connected {
    margin-top: 6px;
}

.links-block .corp-links .icons-connected li {
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    padding: 0;
}

.links-block .corp-links .icons-connected li a {
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .links-block .corp-links .icons-connected {
        display: block;
        width: 160px;
        top: -95px;
        position: relative;
    }
}

.copyright-wide {
    background: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
}

.copyright-wide a {
    color: #555;
}

.copyright-wide .copyright-text p {
    color: #555;
    font-size: 12px;
}

.copyright-wide .copyright-text a {
    color: #555;
}

@media (min-width: 768px) {
    .copyright-wide .oh-what-a {
        padding: 0 15px 10px;
    }

    .copyright-wide .oh-what-a .toyota-Oh-what-a-feeling-17-01 {
        font-size: 85px;
        color: #000;
    }

    .copyright-wide .copyright-text {
        padding: 18px 15px 0 0;
    }
}

@media (max-width: 767px) {
    .copyright-wide .oh-what-a {
        padding: 10px 15px;
    }

    .copyright-wide .oh-what-a .toyota-Oh-what-a-feeling-17-01 {
        font-size: 55px;
        color: #000;
    }
}

@media (max-width: 480px) {
    .copyright-wide .copyright-text {
        padding: 18px 15px 0 10px;
    }
}

.footer-copyright-links {
    padding-top: 4px;
    background: #e9e8e8;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-copyright-links ul {
    padding-left: 0;
}

.footer-copyright-links ul li {
    display: inline;
}

.footer-copyright-links ul li a {
    color: #7b7d84;
    background: url(/Assets/TFA/ToyotaFinance/images/global-footer-divider-a.gif) 0 50% no-repeat;
    font-size: 12px;
    padding: 0 0 0 10px;
    margin: 0 0 0 8px;
}

.footer-copyright-links ul li a.not-divided {
    background: 0 0;
    padding-left: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .footer-copyright-links ul li a.not-divided-xs {
        background: 0 0;
        padding-left: 0;
        margin-left: 0;
    }
}

#footer-accordion.panel-group {
    margin-bottom: 0;
}

#footer-accordion.panel-group .panel {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    overflow: hidden;
}

#footer-accordion.panel-group .panel-heading {
    border-bottom: 0;
}

#footer-accordion.panel-group .panel-footer {
    border-top: 0;
}

#footer-accordion.panel-group .panel-body {
    background: #fff;
    padding: 0;
}

#footer-accordion.panel-group .panel + .panel {
    margin-top: 0;
}

#footer-accordion.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

#footer-accordion.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

#footer-accordion.panel-group .panel-title a {
    text-decoration: none;
    color: #777;
    display: block;
    overflow: hidden;
    padding: 16px;
    background: #f1f1f1;
}

#footer-accordion.panel-group .panel-title a:focus {
    text-decoration: none;
}

#footer-accordion.panel-group .panel-title a:hover {
    text-decoration: none;
}

#footer-accordion.panel-group .panel-title a:before {
    position: relative;
    top: 1px;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "";
    font-size: 12px;
    color: #eb0a1e;
    display: inline-block;
    transform: rotate(90deg);
    transition: transform 200ms;
    margin-right: 10px;
}

#footer-accordion.panel-group .panel-title a.collapsed:before {
    content: "";
    font-size: 12px;
    color: #eb0a1e;
    display: inline-block;
    transform: rotate(0deg);
}

#footer-accordion.panel-group .panel-title a.no-children:before {
    display: none;
}

#footer-accordion.panel-group .panel-collapse .panel-body {
    background: #666;
    border-bottom: 1px solid #fff;
}

#footer-accordion.panel-group .panel-collapse .panel-body a {
    color: #fff;
    padding: 12px 12px 12px 41px;
    display: block;
    overflow: hidden;
}

#footer-accordion.panel-group .panel-collapse .panel-body a.active {
    background-color: #333;
}

.fix-footer .footer-icon-wide-strip {
    display: none;
}

.footer-icon-menu {
    padding: 10px 0;
}

.footer-icon-menu .icon-module {
    padding: 0 10px 0 10px;
    border-right: 1px solid #ccc;
    word-break: break-word;
    font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
    .footer-icon-menu .icon-module {
        width: 160px;
    }
}

.footer-icon-menu .icon-module .more-link {
    line-height: 12px;
}

.footer-icon-menu .icon-module:first-child {}

.footer-icon-menu .icon-module a {
    color: #eb0a1e;
    cursor: pointer;
}

.footer-icon-menu .icon-module a:hover {
    color: red;
}

.footer-icon-menu .icon-module a p {
    margin: 0;
}

.footer-icon-menu .icon-module a .module-toyota-icon {
    padding: 0;
}

@media (max-width: 767px) {
    .footer-icon-menu .icon-module a .module-toyota-icon {
        width: 33px !important;
    }
}

.footer-icon-menu .icon-module a .module-icon-text {
    font-size: 11px;
    padding: 4px 0 0 8px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .footer-icon-menu .icon-module a .module-icon-text {
        font-size: 11px !important;
        padding: 4px 0 0 8px !important;
    }
}

@media (max-width: 990px) {
    .footer-icon-menu .icon-module a .module-icon-text {
        padding: 4px 0 0 13px;
    }
}

.footer-icon-menu .icon-module a .module-icon-text p {
    display: inline;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.footer-icon-menu .icon-module a .module-icon-text:hover, .footer-icon-menu .icon-module a .module-icon-text:focus {
    color: red;
}

.footer-icon-menu .icon-module:last-of-type {
    border-right: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer-icon-menu .icon-module.col-sm-2 {
        width: 20%;
    }
}

.module-toyota-icon img {
    height: 33px;
}

.nl-calculator-container .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link {
    color: #eb0a1e !important;
    cursor: default;
}

.nl-calculator-container .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link:hover, .nl-calculator-container .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link:foucs {
    color: #eb0a1e !important;
}

.nl-calculator-container .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link span {
    color: #eb0a1e !important;
    cursor: default;
}

.nl-calculator-container .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link span:hover, .nl-calculator-container .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link span:foucs {
    color: #eb0a1e !important;
}

@media (min-width: 768px) {
    .nl-calculator-container .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link span .glyphicon.glyphicon-play {
        display: none;
    }
}

@media (max-width: 992px) {
    .nl-calculator-inner .footer-icon-wide-strip .footer-icon-menu .icon-module {
        padding: 0 1px;
    }

    .nl-calculator-inner .footer-icon-wide-strip .footer-icon-menu .icon-module .module-toyota-icon img {
        height: 25px;
        padding-left: 2px;
    }

    .nl-calculator-inner .footer-icon-wide-strip .footer-icon-menu .icon-module .module-icon-text {
        padding: 4px 0 0 5px;
    }
}

@media (min-width: 992px) {
    .nl-calculator-container .footer-icon-menu .icon-module {
        width: 147.7px !important;
    }
}

@media (max-width: 991px) {
    .nl-calculator-container .footer-icon-menu .icon-module {
        width: 135.7px !important;
    }
}

@media (min-width: 992px) {
    .nl-calculator-inner .footer-icon-menu .icon-module {
        width: 147.7px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .nl-calculator-inner .footer-icon-menu .icon-module {
        width: 108.2px !important;
    }
}

.leftside-menu {
    padding: 0 10px 0 15px;
    width: 20%;
}

.leftside-menu ul {
    padding-left: 0 !important;
}

.leftside-menu .nav-pills > li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

.leftside-menu .nav-pills > li:last-child {
    border: 0 !important;
}

.leftside-menu .nav-pills > li.active {
    border: medium none;
}

.leftside-menu .nav-pills > li.current {
    border: medium none;
}

.leftside-menu .nav-pills > li > a {
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    line-height: 1.42857;
    background-image: none;
    overflow: auto;
    font-family: Arial,Helvetica,sans-serif;
    padding: 6px 11px;
}

.leftside-menu .nav-pills > li > a:hover {
    background-image: none;
    background-color: transparent;
    color: #000;
}

.leftside-menu .nav-pills > li > a:focus {
    background-image: none;
    background-color: transparent;
}

.leftside-menu .nav-pills > li > a .tab-item {
    padding: 0;
}

.leftside-menu .nav-pills > li > a .toyota-arrow-right-01 {
    padding: 0;
    display: none;
    position: relative;
    top: 3px;
    font-size: 10px;
}

.leftside-menu .nav-pills > li.active a {
    background-color: #eb0a1e;
    background-image: none;
    box-shadow: 0 2px 3px #bc0818 inset;
    color: #fff;
    cursor: default;
}

.leftside-menu .nav-pills > li.active .toyota-arrow-right-01 {
    display: block;
}

.leftside-menu h3 {
    font-size: 18px !important;
}

.leftside-menu-mobile {
    margin-bottom: 20px;
}

.leftside-menu-mobile .full-width {
    width: 100%;
}

.leftside-menu-mobile .dropdown .btn-primary {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.leftside-menu-mobile .dropdown .btn-primary:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.leftside-menu-mobile .dropdown .btn-primary:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.leftside-menu-mobile .dropdown .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 222px;
    border-bottom: 1px solid #666;
    z-index: 99999 !important;
}

.leftside-menu-mobile .dropdown.open .btn-primary.dropdown-toggle {
    background-image: none;
    background-color: #f1f1f1;
    border-color: #980613;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.leftside-menu-mobile .mobile-panel > li {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
}

.leftside-menu-mobile .mobile-panel > li > a {
    color: #777;
    background: #fff;
    padding: 10px 16px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.leftside-menu-mobile .mobile-panel > li > a:hover {
    background-color: #eb0a1e;
    color: #fff;
}

.leftside-menu-mobile .mobile-panel > li > a:focus {
    background-color: #eb0a1e;
    color: #fff;
}

.leftside-menu-mobile .mobile-panel > li:last-child {
    border-bottom: none;
}

.leftside-menu-mobile .mobile-panel > li.active a {
    background-color: #eb0a1e;
    color: #fff;
}

@media (max-width: 767px) {
    .leftside-menu-mobile summary {
        margin-bottom: 15px;
    }
}

.leftside-menu-finance {
    padding: 0 20px 0 0;
}

.leftside-menu-finance ul {
    padding-left: 0 !important;
}

.leftside-menu-finance .nav-pills > li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

.leftside-menu-finance .nav-pills > li:last-child {
    border: 0 !important;
}

.leftside-menu-finance .nav-pills > li.active {
    border: medium none;
}

.leftside-menu-finance .nav-pills > li.current {
    border: medium none;
}

.leftside-menu-finance .nav-pills > li > a {
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    line-height: 1.42857;
    background-image: none;
    overflow: auto;
    font-family: Arial,Helvetica,sans-serif;
    padding: 6px 11px;
}

.leftside-menu-finance .nav-pills > li > a:hover {
    background-image: none;
    background-color: transparent;
    color: #000;
}

.leftside-menu-finance .nav-pills > li > a:focus {
    background-image: none;
    background-color: transparent;
}

.leftside-menu-finance .nav-pills > li > a .tab-item {
    padding: 0;
}

.leftside-menu-finance .nav-pills > li > a .toyota-arrow-right-01 {
    padding: 0;
    display: none;
    position: relative;
    top: 3px;
    font-size: 10px;
}

.leftside-menu-finance .nav-pills > li.active a {
    background-color: #eb0a1e;
    background-image: none;
    box-shadow: 0 2px 3px #bc0818 inset;
    color: #fff;
    cursor: default;
}

.leftside-menu-finance .nav-pills > li.active .toyota-arrow-right-01 {
    display: block;
}

.leftside-menu-finance h3 {
    font-size: 18px !important;
}

.leftside-menu-mobile-finance {
    margin-bottom: 20px;
    padding: 0;
}

.leftside-menu-mobile-finance .full-width {
    width: 100%;
}

.leftside-menu-mobile-finance .dropdown .btn-primary {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.leftside-menu-mobile-finance .dropdown .btn-primary:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.leftside-menu-mobile-finance .dropdown .btn-primary:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.leftside-menu-mobile-finance .dropdown .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 222px;
    border-bottom: 1px solid #666;
    z-index: 99999 !important;
}

.leftside-menu-mobile-finance .dropdown.open .btn-primary.dropdown-toggle {
    background-image: none;
    background-color: #f1f1f1;
    border-color: #980613;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.leftside-menu-mobile-finance .mobile-panel > li {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
}

.leftside-menu-mobile-finance .mobile-panel > li > a {
    color: #777;
    background: #fff;
    padding: 10px 16px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.leftside-menu-mobile-finance .mobile-panel > li > a:hover {
    background-color: #eb0a1e;
    color: #fff;
}

.leftside-menu-mobile-finance .mobile-panel > li > a:focus {
    background-color: #eb0a1e;
    color: #fff;
}

.leftside-menu-mobile-finance .mobile-panel > li:last-child {
    border-bottom: none;
}

.leftside-menu-mobile-finance .mobile-panel > li.active a {
    background-color: #eb0a1e;
    color: #fff;
}

@media (max-width: 767px) {
    .leftside-menu-mobile-finance summary {
        margin-bottom: 15px;
    }
}

.sidebar-menu {
    padding: 0 10px 0 15px;
    width: 20%;
}

.sidebar-menu a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.sidebar-icon-module {
    clear: both;
    background-color: #fff;
    border-right: medium none;
    width: 100%;
}

@media (min-width: 991px) {
    .sidebar-icon-module {
        width: 157px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .sidebar-icon-module {
        width: 127px;
    }
}

.sidebar-icon-module a.more-link {
    display: block;
    overflow: auto;
    padding: 15px 0;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 12px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
}

.sidebar-icon-module a.more-link .module-toyota-icon {
    color: #555;
    padding: 0;
    font-size: 3em;
}

@media (max-width: 767px) {
    .sidebar-icon-module a.more-link .module-toyota-icon {
        max-width: 45px;
    }
}

.sidebar-icon-module a.more-link .module-icon-text {
    padding: 5px 0 0;
    color: #eb0a1e;
}

@media (max-width: 991px) {
    .sidebar-icon-module a.more-link .module-icon-text {
        padding: 5px 0 0 5px;
    }
}

.sidebar-icon-module a.more-link .module-icon-text:hover, .sidebar-icon-module a.more-link .module-icon-text:focus {
    color: red;
}

.sidebar-icon-module p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-icon-module .context {
    padding: 10px 0 0;
}

.module {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 15px;
}

.module:last-child {
    border-bottom: none;
}

.module .media {
    float: none;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
    margin-top: 15px;
}

.module .media .media-body {
    overflow: hidden;
}

.module .media img {
    width: 100%;
    max-width: 155px;
}

.module .content p {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.module p {
    margin: 0;
}

.module p.phone-number {
    color: #eb0a1e;
    font-size: 22px;
    display: block;
    text-align: left;
    word-wrap: break-word;
}

.module p.phone-number a {
    font-size: 22px;
}

@media (max-width: 1024px) {
    .module p.phone-number {
        font-size: 21px;
    }

    .module p.phone-number a {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .module p.phone-number img {
        width: 16px;
    }
}

.module .phone-number + p {
    max-width: 116px;
}

div.module:empty {
    display: none;
    border: none;
}

.module-access summary {
    margin-top: 15px !important;
}

summary {
    font-size: 17px !important;
    color: #595959 !important;
    margin: 0 0 10px;
    line-height: 1.2;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.right-content {
    width: 80%;
    border-left: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .right-content {
        min-height: 205px;
    }
}

.right-content ul li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    list-style-position: inside;
}

.right-content .ui-widget input {
    font-size: 14px !important;
}

.center-wrapper-with-right {
    width: 79.5%;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .center-wrapper-with-right {
        width: 100%;
        border: none;
    }
}

.center-wrapper-with-right p {
    padding-bottom: 8px;
}

.center-wrapper-with-right .left {
    padding-right: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .center-wrapper-with-right .left {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .center-wrapper-with-right .left {
        padding-right: 15px;
        width: 100%;
    }
}

.center-wrapper-with-right .right {
    padding-left: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .center-wrapper-with-right .right {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .center-wrapper-with-right .right {
        padding-left: 15px;
        width: 100%;
    }
}

.center-wrapper-with-right .margbotm {
    margin-bottom: 15px;
}

.center-wrapper-with-right .inner-box {
    max-width: 250px;
    max-height: 250px;
}

@media (max-width: 767px) {
    .center-wrapper-with-right .inner-box {
        max-width: none !important;
        max-height: none !important;
    }
}

@media (max-width: 480px) {
    .center-wrapper-with-right .text-container {
        padding-left: 15px;
        width: 100%;
        padding-right: 15px;
    }
}

.center-wrapper-with-right ul li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    list-style-position: inside;
}

.center-wrapper-with-right .col-xs-5 {
    width: 37%;
}

@media (max-width: 480px) {
    .center-wrapper-with-right .col-xs-5 {
        width: 100%;
    }
}

.center-wrapper-with-right .col-xs-7 {
    width: 62%;
}

@media (max-width: 480px) {
    .center-wrapper-with-right .col-xs-7 {
        width: 100%;
    }
}

.inner-hub-pages {
    margin-top: 50px;
    padding-top: 28px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .inner-hub-pages {
        margin-top: 0;
    }
}

.inner-hub-pages ul, .inner-hub-pages ol {
    padding-left: 15px;
}

.inner-hub-pages ul li, .inner-hub-pages ol li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    list-style-position: outside;
    line-height: 1.7;
}

.inner-hub-pages a.more-link:hover, .inner-hub-pages a.more-link:focus {
    text-decoration: underline !important;
}

.inner-hub-pages a {
    color: #eb0a1e;
    text-decoration: none;
}

.inner-hub-pages a.inner-more-info {
    text-transform: uppercase;
    font-size: 12px;
}

.inner-hub-pages h1 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 500 !important;
}

.inner-hub-pages h2 {
    font-size: 17px !important;
}

.inner-hub-pages .feature-content {
    width: 58.333%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .inner-hub-pages .feature-content {
        overflow: hidden;
        border: none;
        min-height: 205px;
    }
}

@media (min-width: 768px) {
    .inner-hub-pages .feature-content {
        min-height: 435px;
    }
}

.inner-hub-pages .feature-content p {
    line-height: 1.5;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .inner-hub-pages .feature-content {
        width: 100%;
    }
}

.inner-hub-pages .feature-content .feature-box img {
    width: 100%;
}

.inner-hub-pages .feature-content .feature-box ul {
    padding-left: 0;
}

.inner-hub-pages .feature-content .feature-box ul.list-item {
    margin-right: 0;
}

@media (max-width: 767px) {
    .inner-hub-pages .feature-content .feature-box ul.list-item {
        float: left !important;
    }
}

.inner-hub-pages .feature-content .feature-content {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
}

.inner-hub-pages .text-lowercase {
    text-transform: initial !important;
    font-family: Arial, Helvetica, sans-serif;
}

.inner-hub-pages .detail {
    display: none;
}

.terms-conditions .modal-dialog {
    max-width: 682px !important;
    width: 94%;
    padding: 20px;
}

.terms-conditions .modal-dialog .modal-body {
    padding: 10px 25px 25px 25px;
    text-align: left;
}

.terms-conditions .modal-dialog .modal-body h1 {
    color: #595959 !important;
    font-family: 'toyotadisplayboldwebfont';
    background: none !important;
    padding: 10px 0 10px 0 !important;
    font-size: 32px;
}

.terms-conditions .modal-dialog .modal-body h2 {
    margin: 15px 0 15px 0 !important;
    font-size: 32px !important;
    font-family: "toyotadisplayboldwebfont";
}

.terms-conditions .modal-dialog .modal-body ul li {
    margin-bottom: 10px;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.terms-conditions .modal-dialog .modal-body p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.terms-conditions .modal-dialog .modal-body a {
    color: #595959;
}

.terms-conditions .modal-dialog .modal-body label {
    font-family: Arial, Helvetica, sans-serif;
}

.terms-conditions .modal-dialog .modal-header {
    border-bottom: 0;
    padding: 0;
}

.terms-conditions .modal-dialog button.close {
    background: none !important;
    color: #999 !important;
    font-size: 42px !important;
    font-weight: 300;
    right: 6px !important;
    top: 13px !important;
}

.information-model-popup .modal-header {
    margin-bottom: 20px;
}

.information-model-popup .modal-header h2 {
    margin: 0 0 -20px !important;
    font-size: 21px !important;
    font-weight: normal;
}

.information-model-popup .modal-header button.close {
    background: none !important;
    color: #999 !important;
    font-size: 42px !important;
    font-weight: 300;
    right: 6px !important;
    top: 13px !important;
    outline: 0 !important;
}

.information-model-popup .btn-primary, .information-model-popup .form-submit {
    margin-bottom: 15px !important;
    padding: 6px 15px !important;
}

.information-model-popup .checkbox input {
    height: auto !important;
}

.email-form-container .form-control {
    border-radius: 0;
}

.email-form-container .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    color: #fff;
}

.email-form-container .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.email-form-container .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.email-form-container input[type="checkbox"] {
    margin-top: 10px;
}

.terms-conditions.term-c .modal-dialog .modal-body h2 {
    color: #000;
}

.terms-conditions.term-c .modal-dialog .modal-body h3 {
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
}

.terms-conditions.term-c .modal-dialog .modal-body p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000;
}

.terms-conditions.term-c .modal-dialog .modal-body p .txt-dash {
    border-bottom: 1px solid #222;
}

.terms-conditions.term-c .modal-dialog .modal-body ul {
    font-family: Arial, Helvetica, sans-serif;
}

.terms-conditions.term-c .modal-dialog .modal-body ul li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000;
}

.terms-conditions.term-c .modal-dialog .modal-body ul li a {
    text-decoration: underline !important;
    color: #000 !important;
}

.terms-conditions.term-c .modal-dialog .modal-body ul li a:hover {
    text-decoration: underline !important;
    color: #06e !important;
}

.right-content {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .right-content {
        width: 100%;
    }
}

.download {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.download img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 360px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 480px) {
    .download img {
        max-width: none;
    }
}

.download .find-more {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.download .find-more:hover, .download .find-more:focus {
    color: red;
}

@media (max-width: 767px) {
    .download {
        margin-top: 0;
        margin-bottom: 20px;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .download {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        min-height: 70px;
    }
}

.carousel {
    position: relative;
    z-index: 99;
}

@media (min-width: 768px) {
    .carousel {
        background: #666;
    }
}

.carousel h1, .carousel h2, .carousel h3 {
    font-size: 26px;
    margin: 20px 0 15px;
    color: #000;
    text-shadow: none;
}

@media (max-width: 767px) {
    .carousel h1, .carousel h2, .carousel h3 {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .carousel h1, .carousel h2, .carousel h3 {
        font-size: 20px !important;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .carousel h1 span, .carousel h2 span, .carousel h3 span {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    .carousel .btn {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .carousel .btn {
        font-size: 12px !important;
        padding: 10px !important;
    }
}

.carousel img {
    width: 100%;
    opacity: 0;
}

@media (max-width: 960px) {
    .carousel img {
        width: 134%;
        max-width: 134% !important;
        margin-left: -17%;
    }
}

.carousel .carousel-indicators {
    bottom: 0;
}

@media (max-width: 479px) {
    .carousel .carousel-indicators {
        bottom: -8px;
    }
}

.carousel .carousel-indicators li {
    background: transparent;
    border: 1px solid #595959 !important;
}

.carousel .carousel-indicators li:hover {
    background: #ccc !important;
}

.carousel .carousel-indicators li.active {
    background: #595959 !important;
}

.carousel .carousel-caption {
    text-align: inherit !important;
}

.carousel .top .carousel-caption {
    left: 0;
    right: 0;
    display: table-cell;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    bottom: 0;
}

.carousel .top .carousel-caption .carousel-caption-text {
    max-width: 390px;
}

.carousel .top .carousel-caption .carousel-caption-text h1 {
    margin-bottom: 15px;
}

.carousel .top .carousel-caption .carousel-caption-text p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    text-shadow: none;
    color: #000;
}

.carousel .top .carousel-caption .carousel-caption-text .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
}

.carousel .top .carousel-caption .carousel-caption-text .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.carousel .top .carousel-caption .carousel-caption-text .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.carousel .top .carousel-caption .carousel-caption-text .bordered-btn {
    border-color: #fff;
    background: none;
    border-radius: 4px;
}

.carousel .top .carousel-caption .carousel-caption-text .bordered-btn i {
    padding-right: 3px;
}

.carousel .top .carousel-caption .carousel-caption-text .bordered-btn:hover {
    background: none;
}

.carousel .top .carousel-caption .carousel-caption-text .bordered-btn:focus {
    background: none;
}

@media (max-width: 767px) {
    .carousel .top .carousel-caption .carousel-caption-text h1 {
        font-size: 25px;
    }

    .carousel .top .carousel-caption .carousel-caption-text .btn {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .carousel .top .carousel-caption .carousel-caption-text h1 {
        font-size: 20px !important;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .carousel .top .carousel-caption .carousel-caption-text h1 span {
        font-size: 20px !important;
    }

    .carousel .top .carousel-caption .carousel-caption-text .btn {
        font-size: 12px;
        padding: 10px;
    }
}

.carousel .top .carousel-caption .pull-center {
    margin: 0 auto;
}

.carousel .text-bottom .carousel-caption {
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    padding-bottom: 20px;
}

.carousel .text-bottom .carousel-caption h2 {
    font-size: 30px;
    color: #fff;
}

.carousel .text-bottom .carousel-caption p {
    font-size: 14px;
}

.carousel .video .carousel-caption-text p {
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.carousel .video .carousel-caption-text .btn-lg {
    font-size: 20.8px;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

.carousel .video .videoContainer {
    position: absolute;
    width: 100%;
    background: #666;
    display: none;
    max-width: 960px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}

.carousel .video .videoContainer video {
    margin: 0 0 -5px;
}

.carousel .video .videoContainer a.closeVideo {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #333;
    border-radius: 20px;
    text-shadow: none;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    margin: 10px;
    z-index: 999999999;
    cursor: pointer;
    text-decoration: none;
    line-height: 20px;
}

@media (max-width: 767px) {
    .carousel .video .videoContainer a.closeVideo {
        line-height: 22px;
    }
}

.carousel .carousel-inner {
    margin: 0 auto;
}

.carousel .promtion {
    padding: 62px 0 63px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 992px) {
    .carousel .promtion {
        padding: 30px 15px;
    }
}

.carousel .promtion .container {
    padding: 0;
    max-width: 930px;
}

.carousel .promtion .promotional-img-container {
    background: #fff;
}

@media (min-width: 768px) {
    .carousel .promtion .promotional-img-container {
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;
        display: table;
    }
}

.carousel .promtion .promotional-img-container .meddle-img-pro {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-img-container .meddle-img-pro {
        display: block;
    }
}

.carousel .promtion .promotional-img-container .meddle-img-pro img {
    max-height: 360px !important;
    max-width: 500px !important;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-img-container .meddle-img-pro img {
        margin: 20px auto !important;
        position: relative;
    }
}

.carousel .promtion .promotional-description {
    padding: 22px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

@media (min-width: 768px) {
    .carousel .promtion .promotional-description {
        -moz-border-radius-topright: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        float: right;
    }
}

.carousel .promtion .promotional-description h1, .carousel .promtion .promotional-description h2 {
    font-size: 35px;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
    color: #fff;
    margin-top: 0;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-description h1, .carousel .promtion .promotional-description h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.carousel .promtion .promotional-description h4 {
    margin-bottom: 14px;
}

.carousel .promtion .promotional-description .price-container h2, .carousel .promtion .promotional-description .price-container h3 {
    font-size: 50px;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
    margin-right: 5px;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    color: #fff;
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-description .price-container h2, .carousel .promtion .promotional-description .price-container h3 {
        font-size: 40px;
        margin-bottom: 15px;
    }
}

.carousel .promtion .promotional-description .price-container p {
    padding-top: 17px;
    display: block;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.carousel .promtion .promotional-description .price-container p span {
    display: inline-block;
    line-height: 15px;
    margin-top: 2px;
    max-width: 55px;
}

@media (max-width: 960px) {
    .carousel .promtion .promotional-description .price-container p {
        padding-top: 9px;
    }
}

.carousel .promtion .promotional-description .price-container p.per-fort {
    font-size: 14px;
}

.carousel .promtion .promotional-description .price-container p.price-description {
    width: 40%;
    padding: 10px;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-description .price-container {
        float: left;
        margin-right: 15px;
    }
}

.carousel .promtion .promotional-description h4 {
    font-size: 18px;
}

.carousel .promtion .promotional-description .post-tax {
    background-color: #e2e2e2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    color: #000;
    margin-bottom: 20px;
    clear: both;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-description .post-tax {
        font-size: 14px;
    }
}

.carousel .promtion .promotional-description .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    font-size: 17px;
    margin-right: 5px;
}

.carousel .promtion .promotional-description .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.carousel .promtion .promotional-description .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.carousel .promtion .promotional-description .btn i {
    padding-left: 2px;
    position: relative;
    top: 2px;
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-description .btn {
        clear: both;
        float: left;
    }
}

.carousel .calculator .bep-module {
    overflow: hidden;
}

@media (max-width: 767px) {
    .carousel .calculator .bep-module {}
}

@media (max-width: 1199px) {
    .carousel .calculator .bep-module img {
        width: 120%;
    }
}

@media (max-width: 960px) {
    .carousel .calculator .bep-module img {
        width: 150% !important;
        max-width: 160% !important;
    }
}

#promotionalBanner {
    margin-bottom: 20px;
}

#promotionalBanner .carousel-indicators {
    bottom: 10px;
}

@media (max-width: 992px) {
    #promotionalBanner .carousel-indicators {
        bottom: -5px;
    }
}

.carousel.videoActive {
    z-index: 9999;
}

.carousel.videoActive .carousel-indicators {
    z-index: -1;
}

#toyota-hero-banner .video .carousel-caption {
    padding-bottom: 40px !important;
}

#toyota-hero-banner .video .videoContainer {
    margin-top: 50px;
}

@media (max-width: 767px) {
    #toyota-hero-banner .video .videoContainer {
        margin-top: 0;
    }
}

#toyota-secondary-banner .uniq-calc, .mini-calc .uniq-calc {
    text-shadow: none;
    top: 0% !important;
}

@media (max-width: 767px) {
    #toyota-secondary-banner .uniq-calc, .mini-calc .uniq-calc {
        position: relative !important;
        padding-bottom: 0 !important;
    }

    #toyota-secondary-banner .uniq-calc .text-center, .mini-calc .uniq-calc .text-center {
        margin: 0 !important;
    }

    #toyota-secondary-banner .uniq-calc .container, #toyota-secondary-banner .uniq-calc .finance-calculator-page, .mini-calc .uniq-calc .container, .mini-calc .uniq-calc .finance-calculator-page {
        background-color: #f2f2f2;
        position: relative !important;
    }
}

@media (max-width: 480px) {
    #toyota-secondary-banner .uniq-calc .col-xs-7 .btn, .mini-calc .uniq-calc .col-xs-7 .btn {
        padding: 8px 10px !important;
    }
}

#toyota-secondary-banner .uniq-calc .finance-calculator-page, .mini-calc .uniq-calc .finance-calculator-page {
    position: relative !important;
}

#toyota-secondary-banner .uniq-calc.carousel-caption, .mini-calc .uniq-calc.carousel-caption {
    padding-bottom: 20px !important;
}

#toyota-secondary-banner .calculator-container, .mini-calc .calculator-container {
    background-color: #f2f2f2;
    width: 100%;
    position: relative !important;
    padding: 0 15px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
    #toyota-secondary-banner .calculator-container, .mini-calc .calculator-container {
        max-width: 355px;
        margin-left: auto !important;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: solid 1px #616161;
        background-color: #f2f2f2;
    }
}

@media (max-width: 960px) {
    #toyota-secondary-banner .calculator-container, .mini-calc .calculator-container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #toyota-secondary-banner .calculator-container, .mini-calc .calculator-container {
        padding: 0 !important;
    }
}

#toyota-secondary-banner .calculator-container .form-control .btn, .mini-calc .calculator-container .form-control .btn {
    background: #fff !important;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #e5e5e5;
}

#toyota-secondary-banner .calculator-container h1, .mini-calc .calculator-container h1 {
    background-color: #616161;
    color: #fff;
    font-size: 20px;
    margin-top: 0 !important;
    padding: 9px 10px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    #toyota-secondary-banner .calculator-container h1, .mini-calc .calculator-container h1 {
        border-radius: 0;
    }
}

#toyota-secondary-banner .calculator-container .form-group, .mini-calc .calculator-container .form-group {
    margin: 8px 0 10px;
    position: relative;
}

@media (max-width: 991px) {
    #toyota-secondary-banner .calculator-container .form-group, .mini-calc .calculator-container .form-group {
        margin: 8px 0;
    }
}

@media (max-width: 767px) {
    #toyota-secondary-banner .calculator-container .form-group, .mini-calc .calculator-container .form-group {
        margin: 14px 0 !important;
    }
}

#toyota-secondary-banner .calculator-container .form-group label, .mini-calc .calculator-container .form-group label {
    font-size: 14px;
    color: #595959;
    font-weight: normal;
    padding: 15px 0 0 0;
    text-align: left !important;
}

#toyota-secondary-banner .calculator-container .form-group label a:hover, .mini-calc .calculator-container .form-group label a:hover {
    text-decoration: none;
    color: #616161;
}

#toyota-secondary-banner .calculator-container .form-group .form-control, .mini-calc .calculator-container .form-group .form-control {
    color: #777;
}

#toyota-secondary-banner .calculator-container .form-group .form-control .dropdown-toggle, .mini-calc .calculator-container .form-group .form-control .dropdown-toggle {
    color: #777 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    font-size: 13px;
}

#toyota-secondary-banner .calculator-container .form-group .form-control .dropdown-menu > li > a, .mini-calc .calculator-container .form-group .form-control .dropdown-menu > li > a {
    font-size: 13px;
    padding: 5px 10px;
}

#toyota-secondary-banner .calculator-container .form-group .bootstrap-select.btn-group, .mini-calc .calculator-container .form-group .bootstrap-select.btn-group {
    background: transparent;
}

#toyota-secondary-banner .calculator-container .form-group .btn-group.open .dropdown-menu, .mini-calc .calculator-container .form-group .btn-group.open .dropdown-menu {
    border-radius: 0;
    box-shadow: 1px 3px 3px #777 !important;
    margin: -1px 0 0;
    padding: 0;
}

#toyota-secondary-banner .calculator-container .form-group .btn-group.open .dropdown-menu ul, .mini-calc .calculator-container .form-group .btn-group.open .dropdown-menu ul {
    max-height: 235px !important;
    overflow-y: auto !important;
}

@media (min-width: 993px) {
    #toyota-secondary-banner .calculator-container .form-group .btn-group.open .dropdown-menu ul, .mini-calc .calculator-container .form-group .btn-group.open .dropdown-menu ul {
        max-height: 120px !important;
    }
}

#toyota-secondary-banner .calculator-container .form-group .col-xs-7, .mini-calc .calculator-container .form-group .col-xs-7 {
    padding-right: 0;
}

#toyota-secondary-banner .calculator-container .form-group .update-estimate, .mini-calc .calculator-container .form-group .update-estimate {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    padding: 7px 15px;
    margin-bottom: 2px;
}

#toyota-secondary-banner .calculator-container .form-group .update-estimate:hover, .mini-calc .calculator-container .form-group .update-estimate:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

#toyota-secondary-banner .calculator-container .form-group .update-estimate:focus, .mini-calc .calculator-container .form-group .update-estimate:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

@media (-webkit-min-device-pixel-ratio: 0) {
    #toyota-secondary-banner .calculator-container .form-group .update-estimate, .mini-calc .calculator-container .form-group .update-estimate {
        margin-bottom: 1px;
    }
}

@media (max-width: 767px) {
    #toyota-secondary-banner .calculator-container .form-group .update-estimate, .mini-calc .calculator-container .form-group .update-estimate {
        margin-bottom: 15px;
    }
}

#toyota-secondary-banner .calculator-container .form-group input[type="text"], .mini-calc .calculator-container .form-group input[type="text"] {
    border: solid 1px #e5e5e5;
    box-shadow: none;
    font-size: 13px;
}

#toyota-secondary-banner .calculator-container .input-group .input-group-addon, .mini-calc .calculator-container .input-group .input-group-addon {
    background-color: #f5f4f4;
    border-color: #e5e5e5;
    padding-right: 9px;
    color: #777;
    font-size: 13px;
}

#toyota-secondary-banner .calculator-container .input-group .form-control, .mini-calc .calculator-container .input-group .form-control {
    padding-left: 12px;
}

#toyota-secondary-banner .calculator-container .tooltip-inner, .mini-calc .calculator-container .tooltip-inner {
    text-align: left;
}

#toyota-secondary-banner .carousel-caption, .mini-calc .carousel-caption {
    padding-bottom: 40px;
}

#toyota-secondary-banner .carousel-caption h2, .mini-calc .carousel-caption h2 {
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    #toyota-secondary-banner .carousel-caption h2, .mini-calc .carousel-caption h2 {
        font-size: 20px;
    }
}

#toyota-secondary-banner .carousel-caption p, .mini-calc .carousel-caption p {
    padding-bottom: 10px;
}

#toyota-secondary-banner .carousel-caption .btn, .mini-calc .carousel-caption .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
}

#toyota-secondary-banner .carousel-caption .btn:hover, .mini-calc .carousel-caption .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

#toyota-secondary-banner .carousel-caption .btn:focus, .mini-calc .carousel-caption .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

@media (max-width: 480px) {
    #toyota-secondary-banner .carousel-caption .btn, .mini-calc .carousel-caption .btn {
        font-size: 14px;
    }
}

#toyota-inner-banner p {
    font-size: 24px;
}

@media (max-width: 991px) {
    #toyota-inner-banner p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #toyota-inner-banner .carousel-caption {
        top: 10%;
    }
}

@media (max-width: 767px) {
    #toyota-inner-banner .carousel-caption {
        top: 0%;
    }
}

#toyota-inner-banner .video .carousel-caption {
    padding-bottom: 40px !important;
}

#toyota-inner-banner .video .videoContainer {
    margin-top: 50px;
}

@media (max-width: 767px) {
    #toyota-inner-banner .video .videoContainer {
        margin-top: 0;
    }
}

.secondary-banner {
    margin: -15px 0 20px 0;
}

.calculator-carousel {
    margin-bottom: 55px;
}

@media (max-width: 767px) {
    .calculator-carousel {
        margin-bottom: 15px;
    }
}

.calculator-carousel .item img {
    max-width: 400px !important;
    margin: 0;
    width: 71%;
    max-height: 225px !important;
    display: inline-block;
}

@media (max-width: 767px) {
    .calculator-carousel .item img {
        float: none !important;
    }
}

.calculator-carousel .item .carousel-caption {
    top: 0 !important;
}

@media (max-width: 767px) {
    .calculator-carousel .item .carousel-caption {
        padding: 0;
        text-shadow: none;
        color: #595959;
    }
}

@media (max-width: 767px) {
    .calculator-carousel .item .carousel-caption {
        position: relative;
    }
}

.calculator-carousel .item .carousel-caption .banner-details {
    padding: 0;
}

.calculator-carousel .item .carousel-caption .banner-details .car-information {
    padding: 0;
    text-align: left !important;
}

@media (min-width: 768px) {
    .calculator-carousel .item .carousel-caption .banner-details .car-information {
        max-width: 250px;
    }
}

.calculator-carousel .item .carousel-caption .banner-details .car-information h1 {
    font-size: 28px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (min-width: 960px) {
    .calculator-carousel .item .carousel-caption .banner-details .car-information h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .calculator-carousel .item .carousel-caption .banner-details .car-information h1 {
        color: #595959;
        margin-bottom: 5px;
    }
}

.calculator-carousel .item .carousel-caption .banner-details .car-information h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.calculator-carousel .item .carousel-caption .banner-details .car-information p {
    color: #fff;
    font-size: 13px;
}

@media (min-width: 960px) {
    .calculator-carousel .item .carousel-caption .banner-details .car-information p {
        font-size: 14px;
    }
}

.calculator-carousel .item .carousel-caption .banner-details .car-pic {
    padding: 0;
}

@media (max-width: 767px) {
    .calculator-carousel .item {
        text-align: center !important;
    }
}

.nl-calculator-carousel {
    position: absolute;
    left: 0;
    right: 0;
}

.nl-calculator-carousel .carousel-caption {
    left: -35px !important;
    top: 15% !important;
}

.nl-calculator-carousel .carousel-caption h1 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}

@media (max-width: 960px) {
    .nl-calculator-carousel .carousel-caption h1 {
        font-size: 25px;
    }
}

.nl-calculator-carousel .carousel-caption p {
    font-size: 18px;
    color: #fff;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 960px) {
    .nl-calculator-carousel .carousel-caption p {
        font-size: 14px;
    }
}

.calc .carousel-inner {
    overflow: unset !important;
}

.calc .carousel-inner .item .bep-module {
    overflow-x: hidden;
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.nl-calculator-container .carousel, .estimate-container .carousel {
    background: transparent !important;
}

.nl-calculator-carousel .top .carousel-caption {
    display: block;
}

#toyota-secondary-banner {
    margin-bottom: 30px;
}

#toyota-secondary-banner .calculator-container .btn {
    filter: 0 !important;
}

@media (max-width: 1279px) {
    #toyota-secondary-banner .calculator img {
        width: 120%;
    }
}

@media (max-width: 1199px) {
    #toyota-secondary-banner .calculator img {
        width: 120%;
    }
}

@media (max-width: 1100px) {
    #toyota-secondary-banner .calculator img {
        width: 140%;
    }
}

@media (max-width: 960px) {
    #toyota-secondary-banner .calculator img {
        width: 170% !important;
        max-width: 170% !important;
    }
}

#toyota-secondary-banner .calculator .calc-error {
    line-height: 17px;
}

#toyota-secondary-banner .calculator input {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-appearance: none;
}

#toyota-prime-banner video {
    max-height: none !important;
}

html[data-useragent*='MSIE 10.0'] #toyota-secondary-banner .uniq-calc .container {
    display: table !important;
}

html[data-useragent*='MSIE 10.0'] #toyota-secondary-banner .calculator-container {
    display: table-cell !important;
    vertical-align: middle !important;
}

@media (min-width: 768px) {
    html[data-useragent*='MSIE 10.0'] #toyota-secondary-banner .calculator-container {
        margin-left: auto !important;
    }
}

.carousel .top .carousel-caption .container {
    display: table;
    height: 100%;
    vertical-align: middle;
}

.carousel .top .carousel-caption .container .caption-middle {
    display: table-cell;
    vertical-align: middle;
}

.calc-error#messagePostCodeServiceDown {
    display: none;
    color: red_color;
}

#toyota-hero-banner.lazy .bep-module, #toyota-inner-banner.lazy .bep-module, .self-prime.lazy .bep-module {
    position: relative;
    padding-top: 30.9%;
}

#toyota-secondary-banner.lazy .bep-module, .self-second.lazy .bep-module {
    position: relative;
    padding-top: 34.7%;
}

#toyota-hero-banner.lazy .bep-module img, #toyota-secondary-banner.lazy .bep-module img, #toyota-inner-banner.lazy .bep-module img, .self-prime.lazy .bep-module img, .self-second.lazy .bep-module img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#toyota-hero-banner.lazy .video-icon, #toyota-secondary-banner.lazy .video-icon, #toyota-inner-banner.lazy .video-icon, .self-prime.lazy .video-icon, .self-second.lazy .video-icon {
    z-index: 9;
}

@media (max-width: 960px) {
    #toyota-hero-banner.lazy .bep-module, #toyota-inner-banner.lazy .bep-module, .self-prime.lazy .bep-module {
        padding-top: 41%;
    }

    #toyota-secondary-banner.lazy .bep-module, .self-second.lazy .bep-module {
        padding-top: 45%;
    }

    #toyota-hero-banner.lazy .bep-module img, #toyota-secondary-banner.lazy .bep-module img, #toyota-inner-banner.lazy .bep-module img, .self-prime.lazy .bep-module img, .self-second.lazy .bep-module img {
        width: 134%;
        max-width: 134% !important;
        margin-left: -17%;
    }
}

@media (max-width: 435px) {
    #toyota-hero-banner.lazy .bep-module, #toyota-inner-banner.lazy .bep-module {
        padding-top: 73%;
    }

    .self-prime.lazy .bep-module {
        padding-top: 93%;
    }
}

@media (min-width: 1920px) {
    .carousel .top .carousel-caption .container {
        max-width: 1280px;
    }

    .carousel h1, .carousel h2, .carousel h3 {
        font-size: 35px;
    }

    .carousel .top .carousel-caption .carousel-caption-text {
        max-width: 480px;
    }

    .carousel .top .carousel-caption .carousel-caption-text .btn {
        margin-left: 2px;
        padding: 6px 24px;
        font-size: 16px;
        text-decoration: none !important;
        color: #fff !important;
    }
}

.carousel .top .carousel-caption .carousel-caption-text a.link {
    color: #000 !important;
    text-decoration: underline;
    text-shadow: none;
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 960px) {
    .carousel h1, .carousel h2, .carousel h3 {
        font-size: 22px;
    }

    .carousel .top .carousel-caption .carousel-caption-text {
        max-width: 305px;
    }
}

@media (max-width: 479px) {
    .carousel .top .carousel-caption .container .caption-middle {
        vertical-align: top !important;
    }

    .carousel .top .carousel-caption .carousel-caption-text {
        max-width: 285px !important;
        margin: 0 auto;
    }

    .carousel h1, .carousel h2, .carousel h3, .carousel .top .carousel-caption .carousel-caption-text h1, .carousel .top .carousel-caption .carousel-caption-text h2, .carousel .top .carousel-caption .carousel-caption-text h3 {
        font-size: 18px !important;
        margin-top: 0 !important;
    }

    .carousel .carousel-caption-text.pull-left {
        float: none !important;
        margin: 0 auto !important;
    }

    .carousel .top .carousel-caption .carousel-caption-text .clearfix {
        position: absolute;
        bottom: 2px;
    }

    .carousel .top .carousel-caption .carousel-caption-text .btn {
        padding: 6px 10px !important;
    }

    .carousel .top .carousel-caption .carousel-caption-text a.link {
        font-size: 12px;
        margin-left: 8px;
    }
}

@media (min-width: 480px) and (max-width: 567px) {
    .carousel h1, .carousel h2, .carousel h3, .carousel .top .carousel-caption .carousel-caption-text h1, .carousel .top .carousel-caption .carousel-caption-text h2, .carousel .top .carousel-caption .carousel-caption-text h3 {
        font-size: 14px !important;
    }

    .carousel .top .carousel-caption .carousel-caption-text .btn {
        padding: 5px !important;
        font-size: 12px !important;
    }

    .carousel .top .carousel-caption .carousel-caption-text a.link {
        font-size: 11px;
    }

    .carousel .top .carousel-caption .carousel-caption-text {
        max-width: 205px !important;
    }

    .carousel .top .carousel-caption .carousel-caption-text a.link {
        margin-left: 3px;
    }

    .carousel .top .carousel-caption .container {
        padding-left: 10px;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .carousel .top .carousel-caption .carousel-caption-text {
        max-width: 225px !important;
    }

    .carousel h1, .carousel h2, .carousel h3, .carousel .top .carousel-caption .carousel-caption-text h1, .carousel .top .carousel-caption .carousel-caption-text h2, .carousel .top .carousel-caption .carousel-caption-text h3 {
        font-size: 16px !important;
    }

    .carousel .top .carousel-caption .carousel-caption-text a.link {
        font-size: 12px;
        margin-left: 8px;
    }

    .carousel .top .carousel-caption .carousel-caption-text .btn {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }
}

.carousel .top .carousel-caption .container a .toyota-cta-arrow-01 {
    padding-left: 5px;
}

@media screen and (min-width: 769px) and (max-width: 960px) {
    .carousel .top .carousel-caption .carousel-caption-text a.link {
        margin: 0 0 0 6px !important;
    }
}

.carousel .top .carousel-caption .carousel-caption-text a.link, .carousel .top .carousel-caption .carousel-caption-text a.link:hover, .carousel .top .carousel-caption .carousel-caption-text a.link:active, .carousel .top .carousel-caption .carousel-caption-text a.link:visited, .carousel .top .carousel-caption .carousel-caption-text a.link:focus {
    color: #fff !important;
    margin-left: 10px;
    background: transparent linear-gradient(#4d4f53, #4d4f53) repeat scroll 0 0;
    border-color: #4d4f53;
    text-decoration: none;
}

.carousel .promtion .promotional-description .btn, .carousel .promtion .promotional-description .price-container h2, .carousel .promtion .promotional-description .price-container h3, #toyota-secondary-banner .carousel-caption .btn {
    color: #fff !important;
}

.carousel .carousel-caption {
    pointer-events: none;
}

.carousel-caption a, .carousel.calc .carousel-caption {
    pointer-events: auto;
}

.full-width-caption a {
    color: #eb0a1e !important;
}

.full-width-caption p {
    font-size: 13px !important;
}

.full-width-caption a.btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    color: #fff !important;
}

.full-width-caption a.btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.full-width-caption a.btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

@media (max-width: 767px) {
    .full-width-caption a.btn {
        padding: 6px 10px !important;
    }
}

.full-width-caption .carousel-caption {
    text-shadow: none;
}

@media (max-width: 767px) {
    .full-width-caption .carousel-caption {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

.full-width-caption .carousel-caption .carousel-caption-text a.pull-center {}

.feature-box #inner-page-video .bep-module img {
    position: relative;
}

.carousel .text-bottom h1, .carousel .text-bottom h2, .carousel .text-bottom h3 {
    color: #fff;
}

.mini-calc {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .mini-calc {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.mini-calc .calculator-container {
    max-width: 100%;
}

@media (max-width: 767px) {
    .mini-calc .calculator-container {
        padding: 0 15px !important;
    }
}

.mini-calc .calculator-container li a {
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
    .mini-calc .calculator-container .form-group .update-estimate {
        margin-bottom: 8px;
    }
}

.mini-calc .calculator-container .input-group .form-control {
    height: 32px;
}

.mini-calc .calculator .calc-error, #toyota-secondary-banner .calculator .calc-error {
    position: absolute;
    color: #eb0a1e;
    font-size: 11px;
    right: 0;
    top: -15px;
    bottom: auto;
}

.mini-calc .calculator-container .form-group {
    margin: 8px 0 13px !important;
}

.mini-calc .calculator .form-group .calc-error {
    bottom: -6px;
}

.featured-container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 15px auto 15px;
}

@media (max-width: 990px) {
    .featured-container {
        width: 90% !important;
    }
}

@media (max-width: 510px) {
    .featured-container {
        width: 90% !important;
    }
}

.featured-container .featured-carousel {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 510px) {
    .featured-container .featured-carousel {
        overflow: visible;
    }
}

.featured-container .featured-carousel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
}

.featured-container .featured-carousel ul li {
    z-index: 0;
    padding: 15px;
    float: left;
    box-sizing: border-box;
}

@media (min-width: 991px) {
    .featured-container .featured-carousel ul li {
        width: 320px !important;
    }
}

.featured-container .featured-carousel ul li > div {
    position: relative;
    padding-bottom: 35px;
}

.featured-container .featured-carousel ul li img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    border: 1px solid #ccc;
}

@media (min-width: 991px) {
    .featured-container .featured-carousel ul li img {
        min-height: 169px;
        max-width: 292px;
        min-width: 292px;
    }
}

.featured-container .featured-carousel ul li div.no-border img {
    border: none;
}

.featured-container .featured-carousel ul li h2 {
    color: #595959;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

.featured-container .featured-carousel ul li p {
    font-family: Arial,Helvetica,sans-serif;
    color: #595959;
    font-size: 14px;
    padding-bottom: 5px;
}

.featured-container .featured-carousel ul li .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.featured-container .featured-carousel ul li .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.featured-container .featured-carousel ul li .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.featured-container .links {
    position: absolute;
    top: 45%;
    width: 15px;
    height: 35px;
    background-color: #666;
    display: none;
}

.featured-container .prev {
    left: -8px;
    background: url(/Assets/TFA/ToyotaFinance/images/featured-carousel-left-arrow.png?1471851756) no-repeat center center;
}

.featured-container .next {
    right: -8px;
    background: url(/Assets/TFA/ToyotaFinance/images/featured-carousel-right-arrow.png?1471851679) no-repeat center center;
}

.featured-container .video-box a {
    position: relative;
    display: block;
}

.featured-container .video-box a .video-icon {
    background-size: 25%;
}

@media (max-width: 767px) {
    .featured-container .video-box a .video-icon {
        background-size: 50px;
    }
}

.featured-container.four-boxes {}

@media (min-width: 991px) {
    .featured-container.four-boxes .featured-carousel ul li {
        width: 240px !important;
    }

    .featured-container.four-boxes .featured-carousel ul li img {
        min-height: 0;
        min-width: 0;
        max-width: 240px;
    }
}

.featured-container.two-boxes {
    max-width: 640px;
}

.featured-container.one-box {
    max-width: 320px;
}

.nl-fbox {
    margin: 15px auto 0 auto;
}

.nl-fbox .featured-carousel ul li {
    padding-bottom: 0;
}

.nl-fbox .featured-carousel ul li img {
    border: none;
}

.nl-fbox#primaryFeaturedBoxes1 {
    margin-bottom: 30px;
}

.testimonial-featured-boxes .featured-carousel ul li {
    text-align: center;
}

.testimonial-featured-boxes .featured-carousel ul li img {
    max-width: 127px;
    max-height: 127px;
    min-height: initial !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.what-is-featured-box.featured-container {
    margin: 0 auto !important;
}

.what-is-featured-box.featured-container .featured-carousel ul li {
    padding: 0 10px !important;
}

@media (max-width: 767px) {
    .what-is-featured-box .nl-jazzy-box {
        padding-bottom: 0 !important;
    }
}

.what-is-featured-box .nl-jazzy-box .media-left {
    padding-left: 10px;
}

.what-is-featured-box .nl-jazzy-box .media-left img {
    min-height: auto !important;
}

.what-is-featured-box .nl-jazzy-box .media-body {
    padding: 0 12px;
    width: 65%;
}

.what-is-featured-box .nl-jazzy-box .media-body h3 {
    font-size: 15px !important;
}

.what-is-featured-box .nl-jazzy-box .media-body p {
    font-size: 14px;
    line-height: 19px;
}

.nl-benifits .featured-container {
    margin: 0 auto !important;
}

@media (max-width: 767px) {
    .nl-benifits .featured-container .featured-carousel li {
        padding: 0 20px !important;
    }
}

@media (max-width: 767px) {
    .nl-benifits .featured-container .featured-carousel li > div {
        padding-bottom: 0 !important;
    }

    .nl-benifits .featured-container .featured-carousel li > div p {
        text-align: left !important;
    }
}

.testimonial-featured-boxes.featured-container {
    margin: 0 auto !important;
}

@media (max-width: 767px) {
    .testimonial-featured-boxes.featured-container .featured-carousel li {
        padding: 0 20px !important;
    }
}

@media (max-width: 767px) {
    .testimonial-featured-boxes.featured-container .featured-carousel li > div {
        padding-bottom: 0 !important;
    }

    .testimonial-featured-boxes.featured-container .featured-carousel li > div p {
        text-align: left !important;
    }
}

.featured-container.nl-featured-box {
    margin-top: -15px !important;
}

.financelogo {
    display: none !important;
}

.faqs {
    margin-bottom: 20px;
}

.faqs .tab-list li {
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
}

.faqs .tab-list li a {
    background-color: #e6e6e6;
    background-image: linear-gradient(to bottom, #e6e6e6 0, #ccc 100%);
    background-repeat: repeat-x;
    border: medium none;
    color: #666;
    line-height: 1.42857;
    padding: 6px;
    outline: 0;
    font-size: 13px;
}

.faqs .tab-list li a:hover {
    background-image: linear-gradient(to bottom, #ccc 0, #e6e6e6 100%);
    background-repeat: repeat-x;
    color: #3a3a3a;
}

.faqs .tab-list li.active a {
    background-color: #eb0a1e;
    background-image: none;
    box-shadow: 0 2px 3px #bc0818 inset;
    color: #fff;
    cursor: default;
}

.faqs .tab-list li.active a:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 44%;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #eb0a1e transparent;
    z-index: 99;
}

.faqs .tab-list li.pull-right {
    margin-right: 0;
}

.faqs .tab-content {
    margin-top: -15px;
}

@media (max-width: 767px) {
    .faqs .tab-content {
        margin-top: 0;
    }
}

.faqs .panel-group .panel-title a {
    color: #595959;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    display: block;
    padding: 12px 31px 11px 15px;
    position: relative;
}

.faqs .panel-group .panel-collapse {
    border: 1px solid #d2d2d2;
}

.faqs .panel-group .panel-collapse p {
    font-size: 14px;
}

.faqs .panel-group .panel-collapse ul, .faqs .panel-group .panel-collapse ol {
    padding-left: 30px !important;
}

.faqs .panel-group .panel-collapse ul li, .faqs .panel-group .panel-collapse ol li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    list-style-position: outside;
}

.faqs .panel-group .panel-heading {
    border-radius: 0 !important;
    background-color: #f1f1f1 !important;
    background-image: none !important;
    padding: 0;
    border: none !important;
}

.faqs .panel-group .panel {
    border-radius: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.faqs a:focus {
    outline: none;
}

.faqs ul#myTabDrop1-contents li {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

.faqs ul#myTabDrop1-contents li a {
    background-image: none !important;
}

.faqs li.open ul.dropdown-menu {
    right: 0 !important;
    left: auto;
    padding: 0;
}

.faqs li.open ul.dropdown-menu li.active a {
    color: #363636 !important;
    background-color: #f1f1f1 !important;
    background-image: none !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .faqs li.open ul.dropdown-menu {
        position: relative;
    }
}

.faqs .browse {
    background: #f6f6f6;
    width: 100%;
    margin-bottom: 20px;
}

.faqs .browse .browse-topic {
    background: #fff;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    padding: 6px 8px 7px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 767px) {
    .faqs .browse .browse-topic {
        padding: 4px 8px 5px;
    }
}

@media (max-width: 441px) {
    .faqs .browse .browse-topic {
        padding: 1px 8px;
    }
}

.faqs .browse .browse-topic h3 {
    color: #676767;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 9px 0 10px 0;
}

@media (max-width: 767px) {
    .faqs .browse .browse-topic h3 {
        font-size: 13px;
        font-weight: 600;
    }
}

@media (max-width: 441px) {
    .faqs .browse .browse-topic h3 {
        margin: 6px 0 7px 0;
    }
}

.faqs .browse .navbar-form {
    position: relative;
    width: 100%;
    padding: 0;
}

@media (max-width: 767px) {
    .faqs .browse .navbar-form {
        margin: 2px -15px 4px;
    }
}

.faqs .browse .navbar-form .form-control {
    width: 92%;
    box-shadow: none;
    border-radius: 0;
    font-family: Arial,Helvetica,sans-serif;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .faqs .browse .navbar-form .form-control {
        margin-bottom: 6px;
    }
}

@media (max-width: 480px) {
    .faqs .browse .navbar-form .form-control {
        width: 100%;
    }
}

.faqs .browse .navbar-form .form-control.full-width {
    width: 100%;
}

.faqs .browse .navbar-form .btn {
    height: 32px;
    position: absolute;
    top: 9px;
    right: 20px;
}

@media (max-width: 767px) {
    .faqs .browse .navbar-form .btn {
        top: 4px;
        right: 14px;
    }
}

@media (max-width: 480px) {
    .faqs .browse .navbar-form .btn {
        right: 15px;
    }
}

.faqs .browse .navbar-form .btn-default {
    border-radius: 0;
    border: none;
    color: #7c818f;
}

.faqs .browse .navbar-form .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.faqs .browse .navbar-form .btn-default:focus {
    outline: none;
    border-color: #ccc;
}

.faqs .browse .border-botm {
    border-bottom: 1px solid #cbcbcb;
}

.faqs .browse .border-botm span {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media (max-width: 480px) {
    .faqs .browse .border-botm span {
        right: -1px;
    }
}

.faqs .browse.inner {
    margin-bottom: 5px;
}

.faqs .browse.inner .border-botm {
    border-bottom: none;
}

.faqs .browse.inner .navbar-form {
    margin: 8px 0;
}

.faqs .close_accord {
    background-image: url(/Assets/TFA/ToyotaFinance/images/spritesheet.png?1478850356);
    background-position: -31px -5px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 10px;
}

.faqs .open_accord {
    background-image: url(/Assets/TFA/ToyotaFinance/images/spritesheet.png?1478850356);
    background-repeat: no-repeat;
    background-position: -5px -5px;
    position: absolute;
    z-index: 9;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 10px;
}

.faqs .leftside-menu-mobile .dropdown .btn-primary {
    background: #777 !important;
    border: 1px solid #777 !important;
}

.faqs .leftside-menu-mobile .dropdown li.active a {
    background: #777 !important;
}

.faqs .leftside-menu-mobile .dropdown li:hover a {
    background: #777 !important;
}

input[type=text]::-ms-clear {
    display: none;
}

.spinner {
    width: 85px;
    height: 32px;
    position: absolute;
    display: none;
    z-index: 9999;
    background: url(/Assets/TFA/ToyotaFinance/images/spinner.gif) no-repeat center center;
    top: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .right-content .faqs .browse .border-botm span {
        right: 10px !important;
    }
}

.news-video {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .news-video {
        margin-top: 0;
    }
}

.news-video .gallery-player-pane {
    display: none;
}

.news-video .gallery-player-pane .caption {
    display: block !important;
}

.news-video .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.news-video .gallery-item .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}

.news-video .gallery-item .thumbnail img {
    width: 100%;
}

.news-video .gallery-item .thumbnail .caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: auto;
    left: 0;
    right: 0;
}

.news-video .gallery-item .thumbnail .caption h2 {
    margin-bottom: 10px;
    color: #fff !important;
}

.news-video .gallery-item .thumbnail .caption p {
    color: #fff;
    margin-bottom: 0;
}

.news-video .gallery-item .thumbnail .caption p a {
    text-transform: uppercase;
    color: #eb0a1e;
}

.news-video .gallery-item .close-player-pane + .thumbnail {
    border: none !important;
}

.news-video .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: medium none;
}

.news-video .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.news-video .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.news-video .col-sm-8 img {
    max-height: 400px;
    overflow: hidden;
}

.news-video .image-info {
    margin-top: 20px;
}

.news-video .video-icon {
    background-size: 25%;
}

.news-video .close-player-pane {
    position: absolute;
    color: #fff;
    background: #333 none repeat scroll 0 0;
    padding: 8px 10px;
    right: 20px;
    top: 5px;
    z-index: 99;
    outline: none;
    font-size: 6px;
    border-radius: 20px;
}

.news-video .close-player-pane:hover {
    text-decoration: none;
}

.news-video iframe, .news-video video {
    margin-bottom: 15px;
}

.nav-btn a {
    background-color: #e6e6e6;
    background-image: linear-gradient(to bottom, #e6e6e6 0, #ccc 100%);
    background-repeat: repeat-x;
    border: medium none;
    color: #666;
    line-height: 1.42857;
    padding: 6px 22px;
    outline: 0;
    margin: 0 10px 15px 0;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1) inset;
}

.nav-btn a:hover {
    background-image: linear-gradient(to bottom, #ccc 0, #e6e6e6 100%);
    background-color: #ccc;
    color: #3a3a3a;
    background-repeat: repeat-x;
}

.nav-btn a:focus {
    color: #666 !important;
}

@media (max-width: 550px) {
    .nav-btn a {
        padding: 6px 14px;
        float: left;
    }
}

@media (max-width: 550px) {
    .nav-btn .sm-right-remove {
        margin-right: 0;
    }
}

.nav-btn a.active {
    background-color: #eb0a1e;
    background-image: none;
    box-shadow: 0 2px 3px #bc0818 inset;
    color: #fff !important;
    margin-right: 8px;
    outline: 0;
}

.nav-btn a.active:hover {
    background-color: #eb0a1e;
    color: #fff;
}

.nav-btn a.active:focus {
    background-color: #eb0a1e;
    color: #fff;
}

.nav-btn a.pull-right {
    margin-right: 0 !important;
}

@media (max-width: 480px) {
    .nav-btn a.pull-right {
        display: none;
    }
}

.news-date {
    color: #999;
    margin-bottom: 20px;
    margin-top: -8px;
}

.disabled {
    background-image: linear-gradient(to bottom, #ccc 0, #ccc 100%);
}

.bottom {
    margin-top: 15px;
}

.news-detail-ul ul ul {
    padding: 0 0 10px 12px;
}

.online-enquiry h3 {
    margin-top: 10px;
}

.online-enquiry h3 em {
    font-family: "toyotadisplayregularwebfont" !important;
    color: #ed1b2f;
    font-size: 24px;
    font-style: normal;
    padding-left: 2px;
}

.online-enquiry .indicate-text {
    font-size: 14px;
    margin-bottom: 20px;
}

.online-enquiry .star {
    color: #eb0a1e;
    float: left;
    font-size: 17px;
    position: relative;
    text-align: right;
    top: 11px;
    width: 4%;
}

.online-enquiry .discription {
    top: 26px;
}

.online-enquiry .contact-me {
    top: 28px;
}

.online-enquiry .mandatory {
    color: #eb0a1e;
    padding: 0 3px 0 5px;
}

.online-enquiry .enquiry-box {
    background-image: url(/Assets/TFA/ToyotaFinance/images/horizantal-seprator.jpg?1444604120);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #f0f0f0;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .online-enquiry .enquiry-box {
        background-image: none;
    }
}

.online-enquiry .enquiry-box span {
    margin-top: 8px;
    margin-left: 0 !important;
}

.online-enquiry .enquiry-box .form-group {
    width: 96%;
    float: left;
}

.online-enquiry .enquiry-box .form-group p {
    color: #eb0a1e !important;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

.online-enquiry .enquiry-box select {
    padding: 0 0 0 15px !important;
}

.online-enquiry .enquiry-box input, .online-enquiry .enquiry-box select, .online-enquiry .enquiry-box textarea {
    font-family: Arial,Helvetica,sans-serif;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 43px;
    padding: 0 15px;
    outline: none;
}

.online-enquiry .enquiry-box input:focus, .online-enquiry .enquiry-box select:focus, .online-enquiry .enquiry-box textarea:focus {
    box-shadow: none;
    border-color: #b4b4b4;
    outline: none;
}

@media (-webkit-min-device-pixel-ratio: 0) {
    .online-enquiry .enquiry-box select {
        line-height: 38px;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.online-enquiry .enquiry-box textarea {
    height: auto;
    font-size: 14px;
    padding: 15px;
    resize: none;
}

.online-enquiry .enquiry-box input[type='radio'] {
    height: auto;
}

.online-enquiry .enquiry-box label {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.online-enquiry .enquiry-box .form-group .input-container {
    border: 1px solid #d4d4d4;
    padding: 15px;
    background-color: #fff;
}

.online-enquiry .enquiry-box .form-group .input-container .radio {
    margin: 0;
}

.online-enquiry .enquiry-box .form-group .input-container .radio label {
    display: block;
    color: #595959;
}

.online-enquiry .enquiry-box .form-group span {
    margin-bottom: 0;
    margin-left: 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.online-enquiry .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: medium none;
    margin-top: 20px;
}

.online-enquiry .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.online-enquiry .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.panel-group {
    margin-bottom: 10px;
}

.access-content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 80%;
}

.access-car-loan {
    position: relative;
    margin-bottom: 15px;
    background: #f7f7f7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.access-car-loan .jazzy-top {
    position: relative;
    overflow: hidden;
}

.access-car-loan .jazzy-top .jazzy_left_top {
    width: 5%;
    height: 28px;
    background: url(/Assets/TFA/ToyotaFinance/images/left-top-corner.png?1447312578) no-repeat left top;
}

.access-car-loan .jazzy-top .jazzy_middle_top {
    height: 28px;
    width: 90%;
    background: url(/Assets/TFA/ToyotaFinance/images/top-middle-line.png?1447312774) repeat;
}

.access-car-loan .jazzy-top .jazzy_right_top {
    width: 5%;
    height: 28px;
    background: url(/Assets/TFA/ToyotaFinance/images/right-top-corner.png?1447312736) no-repeat right top;
}

.access-car-loan .jazzy-bottom {
    position: relative;
    overflow: hidden;
}

.access-car-loan .jazzy-bottom .jazzy_left_bottom {
    width: 5%;
    height: 22px;
    background: url(/Assets/TFA/ToyotaFinance/images/left-bottom-corner.png?1447405744) no-repeat left bottom;
}

.access-car-loan .jazzy-bottom .jazzy_middle_bottom {
    height: 22px;
    width: 90%;
    background: url(/Assets/TFA/ToyotaFinance/images/bottom-middle-line.png?1447405800) repeat;
}

.access-car-loan .jazzy-bottom .jazzy_right_bottom {
    width: 5%;
    height: 22px;
    background: url(/Assets/TFA/ToyotaFinance/images/right-bottom-corner.png?1447405766) no-repeat right bottom;
}

.access-car-loan .jazzy_middle {
    background: #f6f6f6 url(/Assets/TFA/ToyotaFinance/images/left-middle-line.png?1447312910) repeat-y left center;
}

.access-car-loan .jazzy_middle .media {
    background: url(/Assets/TFA/ToyotaFinance/images/right-middle-line.png?1447312878) repeat-y right center;
}

.access-car-loan .jazzy_middle .media .media-left {
    padding: 10px;
    vertical-align: middle;
}

.access-car-loan .jazzy_middle .media .media-left img {
    width: 100px;
    margin: 0 !important;
}

.access-car-loan .jazzy_middle .media .media-object {
    margin: 0 !important;
}

@media screen and (max-width: 480px) {
    .access-car-loan .jazzy_middle .media .media-object {
        width: 65px;
    }
}

.access-car-loan .jazzy_middle .media-body {
    border-left: 1px solid #e4e4e4;
    padding: 0 10px 0 25px;
}

.access-car-loan .jazzy_middle .media-body h3 {
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 17px;
}

@media screen and (max-width: 480px) {
    .access-car-loan .jazzy_middle .media-body p {
        display: none;
    }
}

.access-car-loan .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    color: #fff;
    font-size: 13px;
    border-color: #c25a63;
    padding: 5px 12px;
    border-radius: 4px;
}

.access-car-loan .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.access-car-loan .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.access-car-loan h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

.access-car-loan .access-car-loan-right {
    border-left: 1px solid #e4e4e4;
    padding-left: 30px;
}

.access-car-loan .access-car-loan-right .btn {
    background-image: linear-gradient(to bottom, #eb0a1e 0%, #b00817 100%);
    -webkit-background-image: linear-gradient(to bottom, #eb0a1e 0%, #b00817 100%);
    background-repeat: repeat-x;
    background-size: 100% auto;
    border-color: #a70715;
    color: #fff;
}

.access-car-loan .access-car-loan-right .btn:hover {
    background-color: #b00817;
}

.access-car-loan .access-car-loan-left {
    text-align: center;
    width: 15%;
}

.access-car-loan .access-car-loan-left img {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .access-car-loan .access-car-loan-left {
        width: auto;
    }

    .access-car-loan .media-body {
        padding: 0 10px !important;
    }

    .access-car-loan .media-left {
        padding: 5px !important;
    }

    .access-car-loan .media-left img {
        width: 70px;
    }

    .access-car-loan .btn {
        margin-top: 8px !important;
    }
}

@media screen and (max-width: 360px) {
    .access-car-loan .access-car-loan-left img {
        width: 100%;
    }
}

.gradientBox {
    max-width: 100%;
    margin: 20px 0;
}

.gradientBox .gradientBox-top {
    background: url(/Assets/TFA/ToyotaFinance/images/gradient-top.png?1458206734) no-repeat center top;
    background-size: 100%;
    height: 37px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .gradientBox .gradientBox-top {
        height: 34px;
    }
}

@media (max-width: 480px) {
    .gradientBox .gradientBox-top {
        height: 18px;
    }
}

.gradientBox .gradientBox-middle {
    background: url(/Assets/TFA/ToyotaFinance/images/gradient-middle.png?1458206734) repeat-y center top;
    background-size: 100%;
    width: 100%;
    padding: 0 15px;
}

.gradientBox .gradientBox-middle .media {
    display: table;
}

.gradientBox .gradientBox-middle .media-left {
    border-right: 1px solid #e4e4e4;
}

.gradientBox .gradientBox-middle .media-left img {
    margin: 0;
    width: 100px;
    height: 100px;
}

@media (max-width: 767px) {
    .gradientBox .gradientBox-middle {
        padding: 0;
    }

    .gradientBox .gradientBox-middle .media {
        padding: 0 !important;
    }

    .gradientBox .gradientBox-middle .media .media-left {
        padding: 5px !important;
    }

    .gradientBox .gradientBox-middle .media .btn {
        margin-top: 8px !important;
    }
}

.gradientBox .gradientBox-middle .media-body {
    padding: 0 10px 0 25px;
}

@media (max-width: 767px) {
    .gradientBox .gradientBox-middle .media-body {
        padding: 0 10px !important;
    }
}

.gradientBox .gradientBox-middle .media-body p {
    font-size: 14px !important;
}

@media screen and (max-width: 480px) {
    .gradientBox .gradientBox-middle .media-body p {
        display: none;
    }
}

.gradientBox .gradientBox-middle .media-body h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

.gradientBox .gradientBox-middle .media-body .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    color: #fff;
    font-size: 13px;
    display: inline-block !important;
    min-width: 110px;
    border-color: #c25a63;
    padding: 5px 12px;
    border-radius: 4px;
}

.gradientBox .gradientBox-middle .media-body .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.gradientBox .gradientBox-middle .media-body .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.gradientBox .gradientBox-bottom {
    background: url(/Assets/TFA/ToyotaFinance/images/gradient-bottom.png?1458206734) no-repeat center bottom;
    background-size: 100%;
    height: 27px;
}

@media (max-width: 480px) {
    .gradientBox .gradientBox-bottom {
        height: 18px;
    }
}

@media (max-width: 767px) {
    .gradientNov {
        max-width: 360px;
        margin: 20px 0;
    }

    .gradientNov .gradientNov-top {
        background: url(/Assets/TFA/ToyotaFinance/images/gradient-top-mb.png?1458213934) no-repeat center top;
        background-size: 100%;
        height: 24px;
    }
}

@media (max-width: 767px) and (max-width: 650px) {
    .gradientNov .gradientNov-top {
        height: 18px;
    }
}

@media (max-width: 767px) and (max-width: 650px) {
    .gradientNov .gradientNov-top {
        height: 18px;
    }
}

@media (max-width: 767px) and (max-width: 480px) {
    .gradientNov .gradientNov-top {
        height: 22px;
    }
}

@media (max-width: 767px) {
    .gradientNov .gradientNov-middle {
        background: url(/Assets/TFA/ToyotaFinance/images/gradient-middle-mb.png?1458213916) repeat-y center top;
        background-size: 100%;
        width: 100%;
        padding: 0;
    }

    .gradientNov .gradientNov-middle .media {
        padding: 0 !important;
        display: table;
    }

    .gradientNov .gradientNov-middle .media .media-left {
        padding: 5px !important;
    }

    .gradientNov .gradientNov-middle .media .media-left img {
        width: 70px;
        border: none;
        height: 70px;
    }

    .gradientNov .gradientNov-middle .media .btn {
        margin-top: 8px !important;
    }

    .gradientNov .gradientNov-middle .media-body {
        border-left: 1px solid #e4e4e4;
        padding: 0 10px !important;
    }

    .gradientNov .gradientNov-middle .media-body p {
        font-size: 14px;
        line-height: 19px;
    }

    .gradientNov .gradientNov-middle .media-body h3 {
        margin-bottom: 4px;
        font-weight: bold;
        font-size: 15px !important;
    }

    .gradientNov .gradientNov-middle .media-body .btn {
        background: #eb0a1e;
        background: -webkit-linear-gradient(#eb0a1e, #b00817);
        background: -o-linear-gradient(#eb0a1e, #b00817);
        background: -moz-linear-gradient(#eb0a1e, #b00817);
        background: linear-gradient(#eb0a1e, #b00817);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        border-color: #a70715;
        color: #fff;
        color: #fff;
        font-size: 13px;
        border-color: #c25a63;
        padding: 5px 12px;
        border-radius: 4px;
    }

    .gradientNov .gradientNov-middle .media-body .btn:hover {
        background: #b00817;
        background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
        background: -o-linear-gradient(#cc091a, #b40818, #b00817);
        background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
        background: linear-gradient(#cc091a, #b40818, #b00817);
    }

    .gradientNov .gradientNov-middle .media-body .btn:focus {
        background: #b00817;
        background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
        background: -o-linear-gradient(#cc091a, #b40818, #b00817);
        background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
        background: linear-gradient(#cc091a, #b40818, #b00817);
    }

    .gradientNov .gradientNov-bottom {
        background: url(/Assets/TFA/ToyotaFinance/images/gradient-bottom-mb.png?1458213884) no-repeat center bottom;
        background-size: 100%;
        height: 24px;
    }
}

@media (max-width: 767px) and (max-width: 650px) {
    .gradientNov .gradientNov-bottom {
        height: 18px;
    }
}

@media (max-width: 767px) and (max-width: 650px) {
    .gradientNov .gradientNov-bottom {
        height: 18px;
    }
}

@media (max-width: 767px) and (max-width: 480px) {
    .gradientNov .gradientNov-bottom {
        height: 22px;
    }
}

#middle-div-section .gradientBox .gradientBox-middle .media-left img {
    width: 80px !important;
    height: 80px !important;
}

#middle-div-section .gradientBox .gradientBox-middle .media-body p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    #middle-div-section .gradientBox .gradientBox-top {
        height: 34px;
    }
}

@media (max-width: 991px) {
    #middle-div-section .gradientBox .gradientBox-top {
        height: 27px;
    }
}

@media (min-width: 768px) {
    .gradientBox.newwid .gradientBox-top, .gradientBox.newwid .gradientBox-bottom {
        height: 12px;
    }

    .gradientBox.newwid .gradientBox-middle .media-left img {
        width: 80px;
        height: 80px;
    }

    .gradientBox.newwid .media-left {
        padding-right: 0;
    }

    .gradientBox.newwid .gradientBox-middle {
        padding: 0 5px;
    }

    .gradientBox.newwid .gradientBox-middle .media-body {
        padding: 0 10px 0 10px;
    }
}

.lease-offer-container .lease-offer-line-shadow {
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px;
    height: 1px;
    background-color: #bcbcbc;
    margin: 10px 0 20px !important;
}

@media screen and (max-width: 767px) {
    .lease-offer-container .lease-offer-line-shadow {
        margin: 25px 0;
    }
}

.lease-offer-container .lease-offer-image img {
    margin-top: 10px;
    max-width: 345px;
    width: 100% !important;
}

@media screen and (min-width: 581px) and (max-width: 767px) {
    .lease-offer-container .lease-offer-image img {
        width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .lease-offer-container .lease-offer-image img {
        max-width: 345px;
        width: 100% !important;
    }
}

.lease-offer-container .lease-offer-image p strong {
    font-size: 14px;
}

.lease-offer-container .lease-offer-description {
    padding-left: 30px;
}

@media (min-width: 580px) {
    .lease-offer-container .lease-offer-description {
        display: table;
        border-left: 1px solid #e6e6e6;
    }
}

.lease-offer-container .lease-offer-description .lease-offer-per-week {
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 21px;
}

.lease-offer-container .lease-offer-description .lease-offer-per-week span {
    font-size: 14px;
}

.lease-offer-container .lease-offer-description .lease-offer-per-annum {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.lease-offer-container .lease-offer-description .view-offer {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    margin: 0 5px 2px 0;
    padding: 7px 15px;
    color: #fff;
    margin-top: 15px;
}

.lease-offer-container .lease-offer-description .view-offer:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.lease-offer-container .lease-offer-description .view-offer:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.lease-offer-container .lease-offer-description .view-offer i {
    margin-left: 2px;
}

@media screen and (max-width: 767px) {
    .lease-offer-container .lease-offer-description {
        padding-left: 15px;
    }
}

@media screen and (max-width: 580px) {
    .lease-offer-container .col-xs-6, .lease-offer-container .col-xs-7, .lease-offer-container .col-xs-5 {
        width: 100%;
    }
}

@media (min-width: 580px) {
    .lease-offer-container .lease-offer-descrip-child {
        display: table-cell;
        vertical-align: middle;
    }
}

.novated-features {
    margin-bottom: 30px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    color: #eb0a1e;
    text-decoration: none;
    margin-top: 10px;
}

.morelink:hover, .morelink:focus, .morelink.active {
    color: #eb0a1e;
    text-decoration: none;
}

.more {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.nl-benifits .nl-benifits-box {
    margin-top: 10px;
}

.nl-benifits .nl-benifits-box img {
    margin-bottom: 15px;
    max-width: 150px;
}

.nl-benifits .nl-benifits-box h3 {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .nl-benifits img {
        border: none !important;
        max-width: 100%;
        width: auto !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .nl-benifits .featured-container .featured-carousel li > div {
        height: auto !important;
    }
}

#myPopover a img {
    margin: 0 3px 3px 0;
}

#myPopover a:hover, #myPopover a:focus {
    text-decoration: none !important;
}

.nl-offer-dl-page .footer-icon-wide-strip {
    background-color: transparent;
    padding: 15px 0;
}

.nl-offer-dl-page .footer-icon-wide-strip .more-link .module-icon-text {
    padding: 5px 0 0;
}

@media screen and (max-width: 991px) {
    .nl-offer-dl-page .footer-icon-wide-strip .more-link .module-icon-text {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .nl-offer-dl-page .footer-icon-wide-strip .more-link .module-icon-text {
        padding: 5px 0 0 8px !important;
    }
}

.nl-offer-dl-page .footer-icon-wide-strip .icon-module:last-child {
    border: none;
}

.nl-offer-dl-page .lease-offer-detail-container {
    margin-bottom: 15px;
}

.nl-offer-dl-page .lease-offer-detail-container .lease-offer-image img {
    margin-top: 25px;
    display: block;
    margin: 25px auto;
}

@media screen and (max-width: 580px) {
    .nl-offer-dl-page .lease-offer-detail-container .lease-offer-image img {
        margin: 10px auto;
    }
}

.nl-offer-dl-page .lease-offer-detail-container .lease-offer-description .lease-offer-per-week {
    font-size: 32px;
    line-height: 24px;
}

.nl-offer-dl-page .lease-offer-detail-container .lease-offer-description .help-number {
    font-size: 32px;
    color: #ed1b2f;
    line-height: 24px;
}

.nl-offer-dl-page .lease-offer-detail-container .lease-offer-description h2 {
    margin: 20px 0 10px;
}

.nl-offer-dl-page .lease-offer-detail-container .lease-offer-description ul {
    margin-bottom: 25px;
    padding-left: 12px;
}

.nl-offer-dl-page .lease-offer-detail-container .lease-offer-description ul li {
    line-height: 1.5;
    list-style-position: outside;
}

@media screen and (max-width: 767px) {
    .nl-offer-dl-page .lease-offer-detail-container .lease-offer-description ul {
        margin-bottom: 0;
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .nl-offer-dl-page .lease-offer-detail-container .lease-offer-description {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .nl-offer-dl-page .lease-offer-detail-container {
        margin-bottom: 35px;
    }
}

.nl-offer-dl-page .lease-offer-detail-line-shadow {
    height: 1px;
    background-color: #f0f0f0;
    margin: 10px 0 20px !important;
}

.nl-offer-dl-page .back-to-offer {
    color: #595959 !important;
    line-height: 33px;
}

.nl-offer-dl-page .back-to-offer span .glyphicon-menu-left {
    font-size: 12px;
}

.nl-calculator-page {
    position: relative;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .nl-calculator-page {
        padding: 0;
    }
}

.nl-calculator-page .nl-calculator-section {
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section {
        padding: 0;
        overflow-x: hidden;
    }
}

.nl-calculator-page .nl-calculator-section h1 {
    color: #fff;
    font-size: 15px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 25px 15px 24px 45px;
    text-transform: uppercase;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background: #a9a9a9 url(/Assets/TFA/ToyotaFinance/images/calculator-icon-white.png?1453710876) no-repeat 10px center;
}

@media (max-width: 820px) {
    .nl-calculator-page .nl-calculator-section h1 {
        font-size: 14px;
    }
}

.nl-calculator-page .nl-calculator-section .more-about-novated {
    margin-bottom: 40px;
}

.nl-calculator-page .nl-calculator-section .more-about-novated .nl-shadow-box {
    background-image: url(/Assets/TFA/ToyotaFinance/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #f2f2f2));
    background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%);
    min-height: 98px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.nl-calculator-page .nl-calculator-section .more-about-novated .nl-shadow-box h3 {
    margin-top: 10px;
    min-height: 40px;
}

.nl-calculator-page .nl-calculator-section .more-about-novated a.more-link {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 12px;
    color: #eb0a1e;
}

.nl-calculator-page .nl-calculator-section .more-about-novated a.more-link .module-toyota-icon {
    color: #555;
    padding: 0;
    font-size: 3em;
}

.nl-calculator-page .nl-calculator-section .more-about-novated a.more-link .module-icon-text {
    padding: 5px 0 0;
    color: #df1c19;
}

@media (max-width: 991px) {
    .nl-calculator-page .nl-calculator-section .more-about-novated a.more-link .module-icon-text {
        padding: 5px 0 0 5px;
    }
}

.nl-calculator-page .nl-calculator-section .more-about-novated .more-h3 h3 {
    line-height: 30px;
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #616161;
    padding-top: 2px;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
        box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
        background-color: #ddd;
        padding: 2px 5px 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99999;
    }
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container ul {
    border: 0;
    font-family: "toyotatextboldwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul {
        background-color: #b0b0b0;
    }
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container ul li {
    width: 50%;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li {
        width: 33.33%;
        font-size: 14px;
        padding-top: 4px;
        border-left: solid 1px #ddd;
        border-right: solid 1px #ddd;
    }

    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li.active {
        padding-top: 0;
        border-top: 4px solid #eb0a1e;
    }
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container ul li a {
    padding: 10px 5px;
    margin: 0;
    border: 0 !important;
    color: #fff;
    background-color: #b0b0b0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 821px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li a {
        padding: 20px 15px 19px;
        background-color: #616161;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li a {
        padding: 27px 15px;
        background-color: #616161;
    }
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li a {
        height: 63px;
    }

    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li a span {
        height: 43px;
        display: table-cell;
        vertical-align: middle;
        white-space: normal;
        width: 400px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container ul li.active a {
    color: #595959;
    background-color: #fff;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li.detailed a {
        -moz-border-radius-topleft: 7px;
        -webkit-border-top-left-radius: 7px;
        border-top-left-radius: 7px;
    }
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li.compares a {
        -moz-border-radius-topright: 7px;
        -webkit-border-top-right-radius: 7px;
        border-top-right-radius: 7px;
    }
}

.nl-calculator-page .nl-calculator-section .desktop-affix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
    height: 66px;
}

@media (min-width: 768px) and (max-width: 820px) {
    .nl-calculator-page .nl-calculator-section .desktop-affix {
        height: 81px;
    }
}

.nl-calculator-page .nl-calculator-section .desktop-affix .head-container {
    width: 32%;
    max-width: 300px;
}

@media (min-width: 768px) and (max-width: 960px) {
    .nl-calculator-page .nl-calculator-section .desktop-affix .head-container {
        width: 37%;
    }
}

@media (min-width: 842px) and (max-width: 960px) {
    .nl-calculator-page .nl-calculator-section .desktop-affix .head-container {
        max-width: none;
        width: 32%;
    }
}

.nl-calculator-page .nl-calculator-section .desktop-affix .head-container h1 {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 !important;
}

.nl-calculator-page .nl-calculator-section .desktop-affix .tabs-container {
    width: 67%;
    max-width: 660px;
    padding-left: 30px;
    display: none;
}

@media (min-width: 961px) and (max-width: 1050px) {
    .nl-calculator-page .nl-calculator-section .desktop-affix .tabs-container {
        padding-left: 21px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .nl-calculator-page .nl-calculator-section .desktop-affix .tabs-container {
        width: 63%;
    }
}

.nl-calculator-page .nl-calculator-section .desktop-affix .tabs-container .nl-tabs-container {
    border: solid 1px #616161;
    border-bottom: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nl-calculator-page .nl-calculator-section .desktop-affix.fixed {
    background-color: #f1f1f1;
}

.nl-calculator-page .nl-calculator-section .desktop-affix.fixed h1 {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container.affix {
    position: static;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container.affix {
        position: fixed !important;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container {
    background-color: #f7f7f7;
    width: 90%;
    margin: 0 auto 30px;
    padding: 0 15px 25px;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container {
        width: 32%;
        float: left;
        margin-top: 37px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container {
        width: 37%;
    }
}

@media (min-width: 961px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container {
        max-width: 300px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container label {
    font-size: 14px;
    color: #595959;
    font-family: "toyotatextboldwebfont",Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group {
    padding: 12px 10px;
    border-bottom: solid 1px #c7c7c7;
    margin-bottom: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .container {
    padding-left: 0;
    padding-right: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .col-xs-7 {
    padding: 0 12px 0 29px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group:nth-of-type(6) .col-xs-5 span:nth-of-type(2) {
    float: left !important;
    margin-top: 5px !important;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .form-control {
    border-color: #ccc;
    padding: 6px 3px;
    height: 30px;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .form-control {
        padding: 3px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .bootstrap-select .dropdown-toggle {
    border-radius: 4px;
    background-color: #ddd;
    -moz-box-shadow: #999 0 2px 1px;
    -webkit-box-shadow: #999 0 2px 1px;
    box-shadow: #999 0 2px 1px;
    border: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .bootstrap-select .dropdown-toggle span.caret {
    color: #4f4f4f;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .bootstrap-select.employer-subcategory {
    margin-top: 15px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .bootstrap-select.employer-subcategory .dropdown-menu.open, .nl-calculator-page .nl-calculator-section .nl-calculator-container .form-group .bootstrap-select.employer-subcategory .dropdown-menu.inner {
    min-height: 0 !important;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .input-group .input-group-addon {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 3px;
    color: #777;
}

@media (max-width: 991px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container .input-group .input-group-addon {
        font-size: 11px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .input-group input {
    border-radius: 4px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .ui-slider {
    border-radius: 0;
    height: 3px;
    border: 0;
    background-color: #b1b1b1;
    background-image: none;
    margin: 15px auto 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .ui-slider .ui-slider-handle {
    background-image: url(/Assets/TFA/ToyotaFinance/images/slider.png?1447046976);
    width: 27px;
    height: 15px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-left: -13px;
    margin-top: -2px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .ui-slider .ui-slider-handle:focus {
    outline: none;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .ui-slider .ui-widget-header {
    background-color: #eb0a1e;
    border-radius: 0;
    background-image: none;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .dash {
    position: relative;
    height: 10px;
    margin: 0 auto;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .dash div {
    background-image: url(/Assets/TFA/ToyotaFinance/images/verticalDash.jpg?1447048722);
    height: 10px;
    position: absolute;
    top: 0;
    width: 3px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel {
    text-align: center;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel h3 {
    font-size: 14px;
    font-family: "toyotatextboldwebfont",Arial,Helvetica,sans-serif;
    padding: 0 0 20px;
    text-align: left;
    margin: 0 !important;
    text-transform: uppercase;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel #carType {
    background-color: transparent;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel .carousel-inner {
    max-width: 200px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel .carousel-inner .item {
    min-height: 48px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel .carousel-inner .item img {
    max-width: 200px !important;
    width: 100%;
    margin: 0 auto;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel .carousel-control {
    color: #747474;
    text-shadow: none;
    top: 50px;
    max-width: 16px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel .carousel-control.left {
    background-image: none !important;
    left: 15px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel .carousel-control.right {
    background-image: none !important;
    right: 15px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel input {
    text-align: center;
    background-color: #fff;
    border: 0;
    font-size: 16px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    margin-top: 10px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel input[type='text']:disabled {
    color: #595959 !important;
    -webkit-opacity: 1 !important;
    -webkit-text-fill-color: #595959 !important;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel-group {
    margin-bottom: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: none;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading {
    background-color: #ddd;
    background-image: none;
    padding: 0;
    border-radius: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading h4 {
    font-size: 14px;
    margin-bottom: 0 !important;
    font-weight: bold;
    text-decoration: underline;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading h4 a {
    display: block;
    padding: 17px 15px;
    text-decoration: none;
    color: #595959;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading h4 a span {
    border-radius: 12px;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 72px;
    text-align: center;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading h4 a span img {
    margin-left: 2px;
    margin-top: -1px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading h4 a span.more {
    background-color: #97a8b5;
    color: #fff;
    display: none;
    margin-top: -3px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading h4 a span.less {
    background-color: #fff;
    color: #97a8b5;
    display: block;
    margin-top: -3px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading h4 a.collapsed span.more {
    display: block;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-heading h4 a.collapsed span.less {
    display: none;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .panel-body {
    padding-bottom: 0;
    padding-top: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-options .panel .bootstrap-select {
    margin-top: 7px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item {
    background-color: #f2f2f2;
    border-bottom: 1px solid #cfcfcf;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item h3 {
    background-color: #6acce7;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item .total-content {
    font-size: 12px;
    padding: 0 1px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item .total-content .no {
    color: #6acce7;
    font-size: 50px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item .total-content .no sup.dollar {
    right: -8px;
    top: -20px;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 50%;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item .total-content .no sup.conditional {
    left: -6px;
    top: 0;
    font-size: 100%;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item .total-content a {
    color: #eb0a1e;
    text-decoration: underline;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item .total-content a:hover, .nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item .total-content a:focus {
    text-decoration: none;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.total-saving {
    margin: 10px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.total-saving h3 {
    background-color: #3a5066;
    margin-bottom: 0 !important;
    font-size: 20px;
    text-transform: uppercase;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.total-saving .no {
    color: #3a5066;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost {
    background-color: #fff;
    margin: 0 10px 10px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost .total-content {
    padding: 1px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost p {
    font-size: 12px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost .no {
    font-size: 38px;
    padding-top: 1px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost .no sup.dollar {
    right: -8px;
    top: -16px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost .no sup.conditional {
    left: -5px;
    top: -10px;
    font-size: 60%;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost .no img {
    margin-top: -10px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item.monthly-cost .no > div {
    display: inline-block;
    margin-left: -20px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .info {
    font-size: 12px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .info a {
    text-decoration: underline;
    color: #595959;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .footer-icon-wide-strip {
    background: none;
    padding: 5px 0 0;
    margin-bottom: 5px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .footer-icon-wide-strip .icon-module {
    margin-bottom: 15px;
}

@media (max-width: 360px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container .footer-icon-wide-strip .icon-module .module-toyota-icon {
        width: 20% !important;
    }

    .nl-calculator-page .nl-calculator-section .nl-calculator-container .footer-icon-wide-strip .icon-module .module-toyota-icon img {
        width: 100%;
    }

    .nl-calculator-page .nl-calculator-section .nl-calculator-container .footer-icon-wide-strip .icon-module .module-icon-text {
        width: 80%;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #interestRate.form-control {
    width: 60%;
}

@media (max-width: 991px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container #interestRate.form-control {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container #interestRate.form-control {
        width: 87%;
    }
}

@media (max-width: 520px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container #interestRate.form-control {
        width: 80%;
    }
}

@media (max-width: 380px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container #interestRate.form-control {
        width: 74%;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner {
    width: 100%;
    margin-bottom: 30px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner {
        max-width: 660px;
        width: 67%;
        float: right;
        padding-top: 37px;
        padding-left: 30px;
    }
}

@media (min-width: 961px) and (max-width: 1050px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner {
        width: 68%;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner {
        width: 63%;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .nl-calculator-outline {
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .nl-calculator-outline {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: solid 1px #616161;
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .nl-calculator-outline .tab-content {
        padding-top: 50px;
    }
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .nl-calculator-outline .tab-content {
        padding-top: 70px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner h2 {
    font-size: 20px;
    padding: 15px;
    margin: 0 !important;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner p {
    padding: 0 15px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .font-size-16 {
    font-size: 16px;
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .font-size-16 {
        font-size: 14px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .font-size-17 {
    font-size: 17px;
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .font-size-17 {
        font-size: 15px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .font-size-19 {
    font-size: 19px;
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .font-size-19 {
        font-size: 16px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table {
    margin-bottom: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table thead {
    background-color: #ebebeb;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table thead th {
    border-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table thead th.details {
        width: 38%;
    }
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table thead th.novated {
        padding: 6px 3px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table thead th.vs {
    background: url(/Assets/TFA/ToyotaFinance/images/vs.png?1456485794) no-repeat center center;
    width: 58px;
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table thead th.vs {
        padding: 6px 3px;
    }
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table thead th.filter-head {
        width: 16%;
    }
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table thead th.filter-head {
        padding: 6px 6px 6px 3px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr td, .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr th {
    border: 0;
    padding: 7px 13px 7px 13px;
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr td:first-child, .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr th:first-child {
        padding: 7px 1px 7px 13px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr a.filter {
    padding-left: 25px;
    background: url(/Assets/TFA/ToyotaFinance/images/non-selected.png?1455190702) no-repeat left center;
    color: #595959;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0 0;
    display: block;
    line-height: 22px;
    padding: 0 0 0 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr a.filter {
        font-size: 16px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr a.filter:hover, .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr a.filter:link, .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr a.filter:focus {
    text-decoration: none;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr a.filter.selected {
    background: url(/Assets/TFA/ToyotaFinance/images/selected.png?1455190676) no-repeat left center;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select {
    background: none;
    float: right;
    max-width: 125px;
    margin-right: 5px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .btn, .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .dropdown-menu {
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    font-size: 19px;
    border: 0;
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .btn, .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .dropdown-menu {
        font-size: 14px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .btn {
    padding: 3px 25px 3px 10px;
    color: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
    background: #97a9b5 url(/Assets/TFA/ToyotaFinance/images/select-up-down.png?1447824436) no-repeat right (center / 14%) auto;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .btn span.caret {
    border: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .dropdown-menu {
    background-color: #97a9b5;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .dropdown-menu li a {
    padding: 3px 10px;
    color: #fff;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .dropdown-menu li a:hover {
    background-color: #97a9b5;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select .dropdown-menu li.selected a {
    background-color: #39f;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr.total-monthly-cost {
    color: #6acce7;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr.border-bottom {
    border-bottom: solid 1px #a9a9a9;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr.border-top {
    border-top: solid 1px #a9a9a9;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr.border-top-double {
    border-top: double 3px #a9a9a9;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr.border-bottom-double {
    border-bottom: double 3px #a9a9a9;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table .padding-top-25 {
    padding-top: 25px !important;
    text-transform: uppercase;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table .padding-top-15 {
    padding-top: 15px !important;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.detailed-summary tfoot {
    background-color: #e0e8ef;
    color: #3a5066;
}

@media (max-width: 480px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.detailed-summary .filter-head {
        width: 45%;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.detailed-summary th {
    font-size: 16px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.detailed-summary th:last-child {
        width: 2%;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares thead th:last-child {
    background-color: #6b7d8a;
    color: #fff;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares thead th {
    text-transform: uppercase;
    font-size: 18px;
}

@media (min-width: 768px) and (max-width: 800px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares thead th {
        font-size: 17px;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares tfoot {
    color: #3a3a3a;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares tr td:last-child {
    background-color: #e8e8e8;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares tbody tr:first-child td {
    text-transform: uppercase;
    font-size: 17px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .footer-icon-wide-strip {
    background-color: transparent;
    padding: 10px 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container {
    padding: 20px 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-left {
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
    height: 200px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-left table td {
    padding: 2px 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-right {
    background-color: #f2f2f2;
    border: solid 1px #dadada;
    padding-bottom: 15px;
    height: 200px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-right h3 {
    background-color: #6acce7;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-right .cost-content {
    font-size: 12px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-right .cost-content .no {
    color: #6acce7;
    font-size: 60px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-right .cost-content .no sup.dollar {
    right: -12px;
    top: -19px;
    font-size: 60%;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-right .cost-content .no sup.conditional {
    left: -10px;
    top: -21px;
    font-size: 60%;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .monthly-cost-right .cost-content img {
    margin: 10px 0 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .cost-container .col-md-6:first-of-type {
    padding-right: 20px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .error-message {
    border: solid 2px #6acce7;
    margin: 0 15px;
    padding: 15px 15px 5px 15px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .error-message p {
    padding: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .error-message a {
    text-decoration: underline;
    color: #595959;
}

.nl-calculator-page .more-link {
    font-size: 12px;
}

.nl-calculator-page .more-link a {
    font-size: 12px !important;
}

.nl-calculator-page .more-link a:hover {
    text-decoration: none;
}

.advance-options .btn-group.open .dropdown-menu li a {
    padding: 4px 10px;
    font-size: 12px !important;
}

.advance-options .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-transform: uppercase;
    font-family: "toyotatextboldwebfont",Arial,Helvetica,sans-serif;
    color: #595959;
}

.advance-options .bootstrap-select .btn .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
}

.footer-icon-menu hr {
    border-color: #cfcfcf;
    clear: both;
    display: block;
    width: 90%;
}

a:focus {
    outline: none !important;
}

.btn:focus, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.error-message {
    margin-bottom: 20px !important;
}

@media (max-width: 520px) {
    .tooltip .tooltip-inner {
        min-width: 0;
    }
}

.modal button.close:focus {
    outline: none;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr td {
        width: 76%;
    }
}

.tooltip-inner {
    position: relative;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #999 !important;
}

.nl-calculator-inner .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link {
    cursor: default;
}

@media (min-width: 768px) {
    .nl-calculator-inner .footer-icon-wide-strip .footer-icon-menu .icon-module:first-child a.more-link span .glyphicon.glyphicon-play {
        display: none;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner #detailedSummary .table tr .bootstrap-select {
    width: 115px !important;
    margin-right: 5px;
}

.how-it-compares tr.total-monthly-cost {
    color: #6acce7;
}

.how-it-compares tr.total-monthly-cost td:last-child {
    color: #3a3a3a !important;
}

.calculator-page {
    background-size: 100% 390px;
    position: relative;
}

@media (max-width: 767px) {
    .calculator-page {
        background: none !important;
    }
}

@media (min-width: 768px) {
    .calculator-page {
        background-position: center top;
        background-repeat: no-repeat;
        padding: 110px 0 50px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .calculator-page {
        background-size: 205%;
    }
}

@media (max-width: 767px) {
    .calculator-page .estimate-content {
        padding: 0;
    }
}

.calculator-page .nav-tabs {
    background-color: #fff;
    border-top: solid 4px #b0b0b0;
    border-bottom: 0;
    margin-bottom: 20px;
}

.calculator-page .nav-tabs li {
    width: 50%;
    font-size: 15px;
}

.calculator-page .nav-tabs li a {
    border-radius: 0;
    border: 0;
    margin: 0;
    color: #fff;
    background-color: #b0b0b0;
}

.calculator-page .nav-tabs li a:hover {
    color: #fff;
    background-color: #b0b0b0;
}

.calculator-page .nav-tabs li.active a {
    background-color: #fff;
    color: #595959;
    border: 0;
}

@media (max-width: 767px) {
    .calculator-page #calculator, .calculator-page #estimate {
        display: none;
    }
}

@media (max-width: 767px) {
    .calculator-page #calculator.active, .calculator-page #estimate.active {
        display: block;
    }

    .calculator-page #calculator.active .carousel-caption, .calculator-page #estimate.active .carousel-caption {
        padding: 15px;
    }
}

.calculator-page .calculator-container {
    background: #f2f2f2;
    width: 100%;
    padding: 0 15px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .calculator-page .calculator-container {
        padding: 5px 15px 0;
    }
}

@media (min-width: 768px) {
    .calculator-page .calculator-container {
        max-width: 355px;
        width: 36%;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: solid 1px #616161;
        float: left;
        background: #f2f2f2;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}

.calculator-page .calculator-container h1, .calculator-page .calculator-container h2 {
    background-color: #616161;
    color: #fff;
    font-size: 22px;
    margin-top: 0 !important;
    padding: 15px 10px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.calculator-page .calculator-container .form-group {
    margin: 17px 0;
    position: relative;
}

.calculator-page .calculator-container .form-group label {
    font-size: 14px;
    color: #595959;
    font-weight: normal;
    padding: 15px 0 0 0;
    width: 45%;
}

@media (min-width: 768px) and (max-width: 960px) {
    .calculator-page .calculator-container .form-group label {
        font-size: 13px;
    }
}

.calculator-page .calculator-container .form-group label a:hover {
    text-decoration: none;
    color: #616161;
}

.calculator-page .calculator-container .form-group .form-control {
    color: #777;
}

.calculator-page .calculator-container .form-group .form-control .dropdown-toggle {
    color: #777;
}

.calculator-page .calculator-container .form-group .col-xs-7 {
    padding-right: 0;
    width: 55%;
}

.calculator-page .calculator-container .form-group .update-estimate {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
    padding: 7px 15px;
    margin-bottom: 14px;
}

.calculator-page .calculator-container .form-group .update-estimate:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.calculator-page .calculator-container .form-group .update-estimate:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.calculator-page .calculator-container .form-group input[type="text"] {
    border: solid 1px #e5e5e5;
    box-shadow: none;
    font-size: 13px;
}

.calculator-page .calculator-container .input-group .input-group-addon {
    background-color: #f5f4f4;
    border-color: #e5e5e5;
    padding-right: 9px;
    color: #777;
}

.calculator-page .calculator-container .input-group .form-control {
    padding-left: 12px;
}

.calculator-page .calculator-container .cal-slider {
    margin-bottom: 30px !important;
}

.calculator-page .calculator-container .cal-slider #slider-range-min {
    border-radius: 0;
    height: 5px;
    border: 0;
    background: #b1b1b1;
    width: 100%;
    margin: 0 auto 0;
}

.calculator-page .calculator-container .cal-slider #slider-range-min .ui-slider-handle {
    background-image: url(/Assets/TFA/ToyotaFinance/images/slider.png?1447046976);
    width: 27px;
    height: 15px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-left: -13px;
}

.calculator-page .calculator-container .cal-slider #slider-range-min .ui-slider-handle:focus {
    outline: none;
}

.calculator-page .calculator-container .cal-slider #slider-range-min .ui-widget-header {
    background: #eb0a1e;
    border-radius: 0;
}

.calculator-page .calculator-container .cal-slider .dash {
    position: relative;
    height: 10px;
    width: 100%;
    margin: 0 auto;
}

.calculator-page .calculator-container .cal-slider .dash div {
    background-image: url(/Assets/TFA/ToyotaFinance/images/verticalDash.jpg?1447048722);
    height: 10px;
    position: absolute;
    top: 0;
    width: 3px;
}

.calculator-page .calculator-container .add-insurance .panel {
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.calculator-page .calculator-container .add-insurance .panel .panel-heading {
    padding: 0;
    background-color: #dad8d8;
    background-image: none;
}

.calculator-page .calculator-container .add-insurance .panel .panel-heading h4 {
    font-size: 15px;
}

.calculator-page .calculator-container .add-insurance .panel .panel-heading h4 a {
    display: block;
    padding: 10px;
    color: #595959;
}

.calculator-page .calculator-container .add-insurance .panel .panel-heading h4 a:hover, .calculator-page .calculator-container .add-insurance .panel .panel-heading h4 a:focus {
    text-decoration: none;
}

.calculator-page .calculator-container .add-insurance .panel .panel-heading h4 a .glyphicon {
    color: #616161;
    font-size: 14px;
}

.calculator-page .calculator-container .add-insurance .panel .panel-body {
    padding: 12px 15px;
    background: #f2f2f2;
}

.calculator-page .calculator-container .add-insurance .panel .panel-body .col-xs-7 {
    padding-left: 12px !important;
}

.calculator-page .calculator-container .add-insurance .panel .panel-body .dob {
    padding: 2px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .calculator-page .calculator-container .add-insurance .panel .panel-body .dob {
        padding: 2px;
    }
}

.calculator-page .calculator-container .add-insurance .panel .panel-body .dob input {
    padding: 2px 2px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .calculator-page .calculator-container .add-insurance .panel .panel-body .dob input {
        padding: 1px;
    }
}

.calculator-page .calculator-container .add-insurance .panel .panel-body .dob .form-control:placeholder-shown {
    text-align: center;
    font-size: 12px !important;
}

.calculator-page .calculator-container .add-insurance .panel .panel-body .dob .form-control::-moz-placeholder {
    text-align: center;
    font-size: 12px !important;
}

.calculator-page .calculator-container .add-insurance .panel .panel-body .dob .form-control:-ms-input-placeholder {
    text-align: center;
    font-size: 12px !important;
}

.calculator-page .calculator-container .tooltip-inner {
    text-align: left;
}

.calculator-page .estimate-container {
    width: 100%;
}

@media (min-width: 768px) {
    .calculator-page .estimate-container {
        max-width: 580px;
        width: 60.8%;
        float: right;
    }
}

.calculator-page .estimate-container .estimated-price {
    padding: 20px 0 10px;
    font-size: 14px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.calculator-page .estimate-container .estimated-price span.price {
    font-size: 40px;
    color: #eb0a1e;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .calculator-page .estimate-container .estimated-price span.price {
        font-size: 36px;
    }
}

.calculator-page .estimate-container .estimated-price span.month {
    color: #363636;
    font-size: 12px;
}

.calculator-page .estimate-container .estimated-price .or {
    border-top: solid 1px #e5e5e5;
}

@media (min-width: 992px) {
    .calculator-page .estimate-container .estimated-price .or {
        position: absolute;
        right: 10px;
        bottom: 10px;
        border: 0;
    }
}

.calculator-page .estimate-container .estimated-price table {
    margin-bottom: 10px !important;
    font-size: 13px;
    color: #595959;
}

.calculator-page .estimate-container .estimated-price table tr.bottom-border {
    border-bottom: 1px solid #e5e5e5;
}

.calculator-page .estimate-container .estimated-price table td {
    border: 0;
    padding: 5px 0;
}

@media (max-width: 767px) {
    .calculator-page .estimate-container .estimated-price {
        padding: 10px 15px 0;
        border-top: solid 1px #e5e5e5;
    }
}

@media (min-width: 768px) {
    .calculator-page .estimate-container .detailed-estimation {
        border: solid 1px #616161;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
}

.calculator-page .estimate-container .detailed-estimation h2 {
    background-color: #b0b0b0;
    color: #fff;
    font-size: 17px;
    padding: 12px 15px;
    margin-bottom: 1px;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    font-weight: bold;
}

@media (min-width: 768px) {
    .calculator-page .estimate-container .detailed-estimation h2 {
        background-color: #616161;
        font-size: 22px;
        padding: 12px 20px;
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .calculator-page .estimate-container .detailed-estimation table {
        margin-top: 15px;
    }
}

.calculator-page .estimate-container .detailed-estimation table tr td {
    border: 0;
    font-size: 12px;
    padding: 7px;
    color: #595959;
    vertical-align: middle;
}

.calculator-page .estimate-container .detailed-estimation table tr td.total-amount {
    font-size: 16px;
}

.calculator-page .estimate-container .detailed-estimation table tr.total-amount {
    border-top: solid 1px #e5e5e5;
    background: #fff;
}

.calculator-page .estimate-container .detailed-estimation table tr.total-amount td {
    padding-top: 15px;
}

.calculator-page .estimate-container .detailed-estimation .your-vehicle {
    padding: 0;
}

@media (min-width: 768px) {
    .calculator-page .estimate-container .detailed-estimation .your-vehicle h2 {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }
}

.calculator-page .estimate-container .detailed-estimation .your-vehicle .your-vehicle-body {
    display: none;
}

@media (min-width: 768px) {
    .calculator-page .estimate-container .detailed-estimation .your-vehicle .your-vehicle-body {
        display: block !important;
    }
}

.calculator-page .estimate-container .detailed-estimation .your-finance {
    padding: 0;
}

@media (min-width: 768px) {
    .calculator-page .estimate-container .detailed-estimation .your-finance h2 {
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }
}

.calculator-page .estimate-container .detailed-estimation .total-estimate {
    background-color: #f5f4f4;
    padding: 10px 20px;
}

.calculator-page .estimate-container .detailed-estimation .total-estimate p {
    margin: 0;
}

.calculator-page .estimate-container .detailed-estimation .total-estimate .monthly-repayment {
    font-size: 14px;
    color: #363636;
}

.calculator-page .estimate-container .detailed-estimation .total-estimate .monthly-repayment .price {
    font-size: 31px;
    padding-left: 10px;
}

.calculator-page .estimate-container .detailed-estimation .total-estimate .monthly-repayment .text {
    padding-top: 16px;
}

.calculator-page .estimate-container .detailed-estimation .total-estimate .balloon-payment .price {
    font-size: 16px;
    padding-left: 10px;
    color: #363636;
}

@media (min-width: 992px) {
    .calculator-page .estimate-container .detailed-estimation .total-estimate .balloon-payment .price {
        padding-left: 10px;
        color: #363636;
    }
}

.calculator-page .estimate-container .detailed-estimation .total-estimate .balloon-payment .pull-right.text {
    color: #363636;
}

@media (max-width: 480px) {
    .calculator-page .estimate-container .detailed-estimation .total-estimate .price {
        margin-bottom: 25px;
    }
}

@media (max-width: 440px) {
    .calculator-page .estimate-container .detailed-estimation .total-estimate .text {
        width: 48%;
        text-align: left;
        float: left !important;
    }
}

.calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip {
    background-color: transparent;
    padding: 7px 0;
}

@media (max-width: 767px) {
    .calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip {
        background-color: #f5f7f6;
        margin: 20px 0;
    }
}

@media (min-width: 992px) {
    .calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip .contact-dealer-icon3:first-child {
        margin-left: 12.5%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip .contact-dealer-icon3 {
        width: 30%;
    }

    .calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip .contact-dealer-icon3:first-child {
        margin-left: 6.5%;
    }
}

@media (min-width: 992px) {
    .calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip .contact-dealer-icon2:first-child {
        margin-left: 25.5%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip .contact-dealer-icon2 {
        width: 30%;
    }

    .calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip .contact-dealer-icon2:first-child {
        margin-left: 21.5%;
    }
}

@media (max-width: 767px) {
    .calculator-page .estimate-container .detailed-estimation .footer-icon-wide-strip .footer-icon-menu .icon-module {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.calculator-page .estimate-container .detailed-estimation .calculate-again {
    text-align: center;
    margin: 20px 0;
}

.calculator-page .estimate-container .detailed-estimation .calculate-again .btn {
    background: #eb0a1e;
    background: -webkit-linear-gradient(#eb0a1e, #b00817);
    background: -o-linear-gradient(#eb0a1e, #b00817);
    background: -moz-linear-gradient(#eb0a1e, #b00817);
    background: linear-gradient(#eb0a1e, #b00817);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E',endColorstr='#FFB00817',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #a70715;
    color: #fff;
}

.calculator-page .estimate-container .detailed-estimation .calculate-again .btn:hover {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.calculator-page .estimate-container .detailed-estimation .calculate-again .btn:focus {
    background: #b00817;
    background: -webkit-linear-gradient(#cc091a, #b40818, #b00817);
    background: -o-linear-gradient(#cc091a, #b40818, #b00817);
    background: -moz-linear-gradient(#cc091a, #b40818, #b00817);
    background: linear-gradient(#cc091a, #b40818, #b00817);
}

.amount {
    display: inline-block;
    text-align: right !important;
}

.your-insurance {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

@media (min-width: 768px) {
    .your-insurance h2 {
        background: transparent !important;
        color: #363636 !important;
        margin: 0 !important;
        padding: 10px 7px !important;
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .your-insurance h2 {
        background-color: transparent !important;
        color: #363636 !important;
        margin: 0 !important;
        padding: 10px 5px !important;
        text-align: left !important;
    }
}

.your-insurance .col-xs-9 {
    padding-left: 7px;
}

.your-insurance .col-xs-3 {
    padding-right: 7px;
}

.your-insurance .col-xs-3 .amount {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.your-insurance .col-xs-12 {
    padding: 0 7px;
}

.your-insurance .col-xs-12 p {
    font-size: 13px;
    font-weight: bold;
}

.your-insurance ul {
    text-align: left !important;
    float: left !important;
    padding-left: 16px;
    font-size: 12px;
    margin: -8px 0 15px;
}

.your-insurance .ti {
    font-weight: bold;
    font-size: 14px !important;
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 9999;
    background: url(/Assets/TFA/ToyotaFinance/images/loading.gif?1455781922) no-repeat center center rgba(215, 215, 215, 0.4);
    left: 0;
    top: 0;
}

.calculator-page .calculator-container .form-group .form-control .dropdown-toggle {
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    font-size: 13px;
    padding: 8px 25px 8px 12px;
}

.your-vehicle .table tr:nth-child(odd), .your-finance .table tr:nth-child(odd) {
    background: #f2f2f2;
}

.cal-slider input.css-checkbox[type="radio"] {
    display: none;
}

.cal-slider .col-xs-6 {
    padding: 0;
    margin: 8px 0 0;
}

.cal-slider input.css-checkbox[type="radio"] + label.css-label {
    cursor: pointer;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 12px;
    font-size: 13px;
}

@media (min-width: 768px) and (max-width: 960px) {
    .cal-slider input.css-checkbox[type="radio"] + label.css-label {
        text-align: left;
        padding-left: 25px !important;
    }
}

@media (max-width: 767px) {
    .cal-slider input.css-checkbox[type="radio"] + label.css-label {
        text-align: left;
        padding-left: 25px !important;
    }
}

.cal-slider label.css-label {
    -moz-user-select: none;
    background-image: url(/Assets/TFA/ToyotaFinance/images/spritesheet.png?1478850356);
    background-repeat: no-repeat !important;
    width: 57px !important;
    height: 26px;
    background-position: -72px -5px;
    position: absolute;
    z-index: 9;
}

.cal-slider .btn-group label {
    width: 115px;
}

.cal-slider input.css-checkbox[type="radio"]:checked + label.css-label {
    background-image: url(/Assets/TFA/ToyotaFinance/images/spritesheet.png?1478850356);
    width: 57px !important;
    height: 26px;
    background-position: -5px -31px;
    background-repeat: no-repeat !important;
    position: absolute;
    z-index: 9;
}

.balloonPayment {
    margin-top: 30px;
}

.balloonPayment .col-xs-1 {
    padding: 0;
    margin-top: -5px;
}

@media (max-width: 992px) {
    .balloonPayment .col-xs-1 {
        font-size: 12px;
    }
}

.balloonPayment .col-xs-5 + .col-xs-1 {
    text-align: right;
}

@media (max-width: 767px) {
    .balloonPayment .col-xs-5 + .col-xs-1 {
        text-align: left;
    }
}

.balloonPayment .col-xs-5 + .col-xs-1 + .col-xs-3 {
    padding-right: 0 !important;
}

.balloonPayment .col-xs-3 {
    margin-top: -5px;
}

.balloonPayment .col-xs-5 {
    padding: 0 20px 0 17px !important;
}

.balloonPayment .col-xs-3 {
    padding-right: 0;
}

.balloonPayment label {
    width: 100% !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: right;
    padding: 0 !important;
    margin-top: -2px !important;
}

@media (min-width: 768px) and (max-width: 960px) {
    .balloonPayment label {
        font-size: 14px !important;
    }
}

.calc-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 999999999;
    background: url(/Assets/TFA/ToyotaFinance/images/loading.gif?1455781921) no-repeat center center rgba(215, 215, 215, 0.4);
    left: 0;
    top: 0;
}

#myModalemail .modal-body a {
    color: #eb0a1e !important;
}

#myModalemail .modal-body a:hover {
    text-decoration: underline;
    color: #eb0a1e !important;
}

#myModalemail .modal-body a .disabled {
    background-color: #ccc !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    cursor: not-allowed;
}

#myModalemail .display-section-fieldset .field-border .field-panel {
    width: 95%;
}

@media (max-width: 767px) {
    .calculator-page .estimate-content .estimateTabs {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
        box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
        background-color: #ddd;
        padding: 2px 5px 0;
        z-index: 99999;
    }

    .calculator-page .estimate-content .estimateTabs ul {
        background-color: #b0b0b0;
        border-top: 0 none;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .calculator-page .estimate-content .estimateTabs ul {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .calculator-page .estimate-content .estimateTabs ul li {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding-top: 4px;
        width: 50%;
    }

    .calculator-page .estimate-content .estimateTabs ul li a {
        height: 63px;
        padding: 10px 5px;
        text-align: center;
        font-size: 14px;
        font-family: "toyotatextboldwebfont",Arial,Helvetica,sans-serif;
        text-transform: uppercase;
    }

    .calculator-page .estimate-content .estimateTabs ul li.active {
        border-top: 4px solid #eb0a1e;
        padding-top: 0;
    }

    .calculator-page .estimate-content .estimateTabs ul li.active a {
        background-color: #fff;
        color: #595959;
    }

    .calculator-page .estimate-content .estimateTabs ul li a span {
        display: table-cell;
        height: 43px;
        vertical-align: middle;
        white-space: normal;
        width: 400px;
    }
}

@media (max-width: 480px) {
    .calculator-page .estimate-container .detailed-estimation .total-estimate .price {
        margin-bottom: 0;
    }
}

@media (max-width: 440px) {
    .calculator-page .estimate-container .detailed-estimation .total-estimate .text {
        width: 55%;
        text-align: left;
        float: left !important;
    }
}

@media (max-width: 320px) {
    .calculator-page .estimate-container .detailed-estimation .total-estimate .monthly-repayment .price {
        font-size: 29px;
    }
}

.calculator-page .btn-group.open .dropdown-menu {
    border-radius: 0;
    box-shadow: 1px 3px 3px #777 !important;
    margin: -1px 0 0;
    padding: 0;
}

.calculator-page .btn-group.open .dropdown-menu > ul {
    max-height: 240px !important;
    overflow-y: auto !important;
}

@media (max-width: 480) {
    .calculator-page .btn-group.open .dropdown-menu > ul {
        max-height: 140px !important;
    }
}

.calculator-page .btn-group.open .dropdown-menu li a {
    color: #777;
    font-size: 13px;
    padding: 5px 10px;
}

@media (min-width: 840px) and (max-width: 880px) {
    #estimate .calculator-carousel {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 839px) {
    #estimate .calculator-carousel {
        margin-bottom: 0 !important;
    }
}

#collapseInsurance .calc-error {
    bottom: 13px !important;
}

#messageMinimumAmountFinanced.calc-error {
    bottom: -20px;
}

.displayerror {
    display: block;
    padding: 0;
    text-align: left !important;
}

.displayerror span {
    display: none;
    position: relative;
    top: 0;
}

@media (max-width: 767px) {
    .displayerror span {
        padding: 17px 0 0 !important;
    }
}

.calc-error {
    color: #eb0a1e;
    font-size: 11px;
    line-height: 12px;
    margin-top: 0;
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: -10px;
    text-align: right;
}

.fixedHeight {
    color: red;
    font-size: 10px;
    max-height: 150px;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: auto;
}

#ui-id-1 li.ui-menu-item {
    display: block !important;
}

@media (max-width: 767px) {
    .fixedHeight#ui-id-1 {
        display: block;
    }

    .fixedHeight {
        max-height: 170px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fixedHeight {
        max-height: 250px;
    }
}

.fixedHeight#ui-id-1 li.ui-menu-item {
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 13px !important;
}

#messagePostCodeServiceDown.calc-error {
    line-height: 12px !important;
    position: absolute;
    top: -18px;
}

.calculator-container .no-margin {
    margin: 0 !important;
    display: none;
}

#toyota-secondary-banner .calculator-container .form-group input[type="text"]:first-child {
    height: 30px !important;
    margin-top: 1px !important;
    text-transform: uppercase;
}

#toyota-secondary-banner .calculator-container .form-group .update-estimate, .mini-calc .calculator-container .form-group .update-estimate {
    padding: 4px 15px !important;
}

#toyota-secondary-banner .calculator-container h1, .mini-calc .calculator-container h1 {
    font-size: 19px !important;
    padding: 8px 10px !important;
}

#toyota-secondary-banner .carousel-caption .btn, .mini-calc .carousel-caption .btn {
    padding: 4px 12px !important;
}

#toyota-secondary-banner .calculator-container .form-group label, .mini-calc .calculator-container .form-group label {
    padding: 7px 0 8px !important;
    text-align: left !important;
}

.form-horizontal#calculatorForm {
    padding: 8px 0 0 !important;
}

.calc-error {
    bottom: -8px;
}

@media (max-width: 480px) {
    .calc-error {
        bottom: -9px;
    }
}

@media (min-width: 768px) {
    #collapseInsurance label.col-sm-3 {
        width: 20% !important;
    }

    #collapseInsurance .col-sm-9 {
        width: 80% !important;
    }
}

.calculator-page .calculator-container .add-insurance .panel #collapseInsurance .panel-body {
    padding: 12px 3px 12px 15px;
}

#collapseInsurance .col-sm-9 {
    padding-right: 0;
}

@media (max-width: 992px) {
    #collapseInsurance .bootstrap-select.btn-group .dropdown-toggle .caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px dashed;
        right: 6px;
    }

    #collapseInsurance .form-control .dropdown-toggle {
        padding: 8px 12px 8px 6px !important;
    }
}

#collapseInsurance .form-group .form-control .dropdown-toggle {
    padding: 8px 14px 8px 4px !important;
}

.add-insurance .panel .panel-body .dob {
    width: 30.33% !important;
}

.add-insurance .panel .panel-body .dob:nth-child(2) {
    width: 35.33% !important;
}

.add-insurance .panel .panel-body .dob:last-child {
    width: 34% !important;
}

@media (max-width: 767px) {
    .calculator-page .calculator-container .form-group #collapseInsurance label {
        width: 21% !important;
    }

    .calculator-page .calculator-container .form-group #collapseInsurance .col-xs-7 {
        width: 77% !important;
    }
}

#myModalemail .form-submit.disabled {
    border: 1px solid #eee !important;
}

#FormPTwSFZYZ9EqdN_NGWjdRmg h2.form-title {
    font-size: 21px !important;
}

#financeBalloonPayment.price {
    font-size: 14px !important;
}

#financeTotalAmount {
    display: block;
    margin-top: -3px;
}

.calculator-page .calculator-container .form-group .form-control .dropdown-toggle, .calculator-page .calculator-container .form-group input[type="text"], #calculatorForm .bootstrap-select.btn-group .dropdown-menu li a span.text, .calc .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-transform: uppercase;
}

.helptext {
    position: absolute;
    z-index: 1020;
    padding: 5px;
    font-size: 13px;
    margin-top: -2px;
    bottom: 120%;
    margin-left: -.5em;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.helptext .helptext-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #616161;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}

.helptext .helptext-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #616161;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.disclaimers {
    color: #595959;
    margin-bottom: 10px;
}

.disclaimers .panel-title {
    font-size: 12px;
}

.disclaimers .panel-title a {
    color: #3a3a3a;
}

.disclaimers .panel-body p {
    font-size: 12px;
    color: #7b7b7b;
}

.disclaimers .panel-body a {
    color: #eb0a1e;
}

.container-fluid .disclaimers .container.footer-max-width {
    max-width: 100%;
}

.modal {
    z-index: 999999;
}

.modal .modal-dialog {
    width: 94%;
    max-width: 960px;
}

.modal .modal-dialog button.close {
    background: #333 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 14px;
    opacity: 1;
    padding: 7px 10px;
    position: absolute;
    right: -15px;
    text-shadow: none;
    top: -15px;
    z-index: 9999;
    font-size: 13px;
}

@media (max-width: 767px) {
    .modal .modal-dialog button.close {
        right: -8px;
        top: -8px;
    }
}

.contact .tab-list li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.contact .tab-list li a {
    background-color: #e6e6e6;
    background-image: linear-gradient(to bottom, #e6e6e6 0, #ccc 100%);
    background-repeat: repeat-x;
    border: medium none;
    color: #666;
    line-height: 1.42857;
    padding: 6px 22px;
    outline: 0;
    font-size: 14px;
}

.contact .tab-list li a:hover {
    background-image: linear-gradient(to bottom, #ccc 0, #e6e6e6 100%);
    background-repeat: repeat-x;
    color: #3a3a3a;
}

.contact .tab-list li.active a {
    background-color: #eb0a1e;
    background-image: none;
    box-shadow: 0 2px 3px #bc0818 inset;
    color: #fff;
}

.contact .tab-list li.active a:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 44%;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #eb0a1e transparent;
    z-index: 99999;
}

.contact .tab-list li.pull-right {
    margin-right: 0;
}

.contact a.gray-a {
    color: #595959;
    text-decoration: underline;
}

.contact a.gray-a:hover {
    text-decoration: none;
}

.contact .map {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .contact .map {
        margin-top: 0;
    }
}

.contact .white-shadow-box {
    border: 1px solid gray;
    box-shadow: 0 1px 5px #ababab;
    margin-bottom: 15px;
    padding: 13px 13px 0;
    min-height: 150px;
    box-sizing: content-box;
}

.contact .white-shadow-box h3 {
    font-size: 16px !important;
    margin-bottom: 13px;
}

.contact .white-shadow-box address {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.contact .last-box {
    margin-right: 0;
}

.contact .top-spance {
    margin-top: 15px;
}

.contact .list-item {
    font-size: 12px;
}

.thank-u-modal .modal .modal-dialog {
    max-width: 450px;
    min-height: 250px;
    margin: 20% auto;
}

.thank-u-modal .modal .modal-dialog button.close:focus {
    outline: none !important;
}

.thank-u-modal .modal .modal-body {
    padding: 100px 15px;
    text-align: center;
}

.thank-u-modal .modal .modal-body h2 {
    font-size: 27px;
}

.thank-u-modal .modal .modal-body h3 {
    font-size: 20px;
}

.sidebar-menu {
    z-index: 99;
    position: static;
    width: 182px;
}

@media (min-width: 768px) and (max-width: 920px) {
    .sidebar-menu {
        width: 152px;
    }
}

@media (min-width: 768px) {
    .inner-hub-pages .feature-left {
        width: 76%;
    }
}

.car-insurance {
    margin-top: 10px !important;
}

.car-insurance .container {
    overflow: hidden !important;
}

.car-insurance .offwhite-shadow-box h3 {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .car-insurance .sidebar-menu {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .car-insurance .sidebar-menu {
        display: none !important;
    }
}

.car-insurance .featured-wrapper {
    overflow: visible !important;
}

@media (max-width: 767px) {
    .car-insurance .featured-container {
        margin: 0 auto !important;
    }
}

.car-insurance #inner-page-video .bep-module {
    padding-top: 38%;
}

.inner-hub-pages h3 {
    color: #595959 !important;
}

.inner-hub-pages p.padding-b-none {
    padding-bottom: none;
}

.inner-hub-pages ul.checklist {
    padding-left: 50px;
}

@media (max-width: 480px) {
    .inner-hub-pages ul.checklist {
        padding-left: 35px;
    }
}

.inner-hub-pages ul.checklist li {
    list-style: outside url(/Assets/TFA/ToyotaFinance/images/check-list.png?1444724658);
    line-height: 28px;
}

.inner-hub-pages .feature-left {
    margin: 0 0 20px;
    width: 80%;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .inner-hub-pages .feature-left {
        width: 100%;
    }
}

.inner-hub-pages .feature-left p {
    line-height: 1.5;
    padding-bottom: 8px;
    color: #595959;
}

.inner-hub-pages .feature-left h3.underline {
    width: 100%;
    color: #595959;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin: 30px 0 20px;
}

.inner-hub-pages .feature-left img {
    margin: 0 0 20px 0;
}

.inner-hub-pages .feature-left .find-more {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.inner-hub-pages .feature-left .find-more:hover {
    color: #eb0a1e;
}

.inner-hub-pages .feature-left .find-more:focus {
    color: #eb0a1e;
}

.inner-hub-pages .feature-left .last {
    margin-right: 0 !important;
}

.inner-hub-pages .col-sm-4.offwhite-shadow-box {
    background-color: #e7e7e7;
    box-shadow: 0 1px 5px #ababab;
    padding: 13px 13px 0;
    margin-right: 2.2%;
    width: 31.833%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .inner-hub-pages .col-sm-4.offwhite-shadow-box {
        float: left;
    }
}

@media (max-width: 609px) {
    .inner-hub-pages .col-sm-4.offwhite-shadow-box {
        width: 100%;
        margin-bottom: 15px;
    }
}

.inner-hub-pages .col-sm-4.offwhite-shadow-box:last-child {
    margin-right: 0;
}

.inner-hub-pages .col-sm-4.offwhite-shadow-box p {
    padding-top: 12px;
    font-size: 12px;
}

.inner-hub-pages .col-sm-4.offwhite-shadow-box h3 {
    font-weight: 500 !important;
}

.inner-hub-pages .col-sm-4.white-shadow-box {
    box-shadow: 0 1px 5px #ababab;
    border: 1px solid gray;
    padding: 13px 13px 0;
    margin-right: 2.2%;
    margin-bottom: 15px;
    width: 30.833%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .inner-hub-pages .col-sm-4.white-shadow-box {
        float: left;
        width: 100%;
    }
}

.inner-hub-pages .col-sm-4.white-shadow-box:last-child {
    margin-right: 0;
}

.inner-hub-pages .col-sm-4.white-shadow-box img {
    float: left;
    max-width: 25px;
}

.inner-hub-pages .col-sm-4.white-shadow-box img + p {
    margin-left: 39px;
}

.inner-hub-pages .col-sm-4.white-shadow-box h4 {
    font-size: 15px;
    margin: 0 0 10px;
}

.inner-hub-pages .info-download p {
    padding-bottom: 0;
    margin-bottom: 0;
    clear: both;
}

.inner-hub-pages .info-download a.find-more {
    font-family: Arial,Helvetica,sans-serif;
    float: right;
    display: inline;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .inner-hub-pages .info-download a.find-more {
        margin-bottom: 10px !important;
    }
}

.hide-xs {
    display: block;
}

@media (max-width: 767px) {
    .hide-xs {
        display: none;
    }
}

.show-xs {
    display: none;
}

@media (max-width: 767px) {
    .show-xs {
        display: block;
    }
}

@media (max-width: 767px) {
    .show-xs .featured-carousel {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .show-xs .offwhite-shadow-box {
        width: 100% !important;
    }
}

.map iframe {
    border: none;
}

.inner-hub-pages .step-heading h3 {
    font-family: Arial, Helvetica, sans-serif;
}

.middle-menu-tab-mobile {
    margin-bottom: 20px;
}

.middle-menu-tab-mobile .dropdown .btn-primary {
    background: #777 !important;
    border: 1px solid #777 !important;
}

.middle-menu-tab-mobile .mobile-panel li a:hover {
    background: #777 !important;
}

.middle-menu-tab-mobile .mobile-panel li.active a {
    background: #777 !important;
}

header .navbar-default .navbar-header.emailer-brand {
    width: 19.5%;
}

header .navbar-default .navbar-header.emailer-brand .navbar-emailer-brand {
    margin-left: 0;
    display: block;
    padding-top: 30px;
}

.calculator-emailer-page {
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.calculator-emailer-page .car-information h2 {
    font-size: 38px !important;
    color: #363636 !important;
    background: none;
    padding: 0;
    font-weight: normal;
    text-shadow: none;
}

.calculator-emailer-page .car-information h3 {
    color: #595959;
    text-shadow: none;
    font-size: 18px !important;
    margin-bottom: 25px !important;
}

.calculator-emailer-page .car-information p {
    color: #595959 !important;
    text-shadow: none;
}

.calculator-emailer-page .car-information table {
    color: #595959 !important;
    text-shadow: none;
    margin-bottom: 10px;
}

.calculator-emailer-page .car-information table tr {
    border-bottom: 1px solid #ddd;
}

.calculator-emailer-page .car-information table tr td {
    border-top: none;
    padding: 3px 0;
}

.calculator-emailer-page .car-information table tr:last-child {
    border-bottom: none;
}

.calculator-emailer-page .car-information table .text-left {
    font-family: Arial, Helvetica, sans-serif;
}

.calculator-emailer-page .car-information table .text-right {
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #363636;
}

.estimate-emailer-content {
    border: 1px solid #616161;
    border-radius: 7px;
    padding: 0;
}

.estimate-emailer-content h2 {
    background-color: #616161;
    font-size: 22px;
    margin: 0 0 20px;
    padding: 15px 20px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.estimate-emailer-content h2 span img {
    margin-top: -5px;
    margin-right: 5px;
}

.estimate-emailer-content .calculator-emailer-carousel {
    max-width: 845px !important;
    margin: 0 auto !important;
}

.estimate-emailer-content .calculator-emailer-carousel .carousel-inner {
    overflow: visible;
}

.estimate-emailer-content .calculator-emailer-carousel .item {
    padding-top: 0;
}

.estimate-emailer-content .calculator-emailer-carousel .item img {
    width: auto !important;
    max-width: 424px !important;
}

.estimate-emailer-content .calculator-emailer-carousel .banner-details {
    padding: 0 !important;
}

.estimate-emailer-content .calculator-emailer-carousel .banner-details .car-information {
    padding: 0 !important;
}

.estimate-emailer-content .calculator-emailer-carousel .carousel-caption {
    position: relative;
    padding-bottom: 25px;
    padding-top: 40px;
}

.estimate-emailer-content .estimate-emailer-container {
    margin: 0 auto !important;
    float: none !important;
    max-width: 845px !important;
    width: 100% !important;
    padding-top: 0;
}

.estimate-emailer-content .estimate-emailer-container table {
    margin-bottom: 5px;
}

.estimate-emailer-content .estimate-emailer-container .your-vehicle h2 {
    border-top-right-radius: 0;
}

.estimate-emailer-content .estimate-emailer-container .your-finance h2 {
    border-top-left-radius: 0;
}

.estimate-emailer-content .estimate-emailer-container .total-estimate {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.estimate-emailer-content .estimate-emailer-container .detailed-estimation {
    margin: 40px 0;
}

.estimate-emailer-content .estimate-emailer-container .detailed-estimation .total-estimate {
    font-family: Arial, Helvetica, sans-serif;
}

.estimate-emailer-content .estimate-emailer-container .detailed-estimation .total-estimate .price {
    font-weight: normal !important;
}

.estimate-emailer-content .estimate-emailer-container .detailed-estimation .total-estimate .text2 {
    font-size: 12px !important;
}

.emailer-devider {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.emailer-content {
    padding: 0;
}

.emailer-content p {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.emailer-oh-what-a {
    text-align: right;
}

.emailer-oh-what-a .toyota-Oh-what-a-feeling-17-02 {
    font-size: 115px !important;
}

.copyright-emailer-text {
    padding: 55px 15px 0 0 !important;
}

.copyright-emailer-text p a {
    font-size: 17px;
    font-width: bold;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

.business-container h4 {
    font-size: 18px !important;
    color: #333 !important;
}

.clearfix .news-detail-ul .row.feature-box {
    margin: 0 !important;
}

.lease-offer-container {
    margin-bottom: 25px;
}

.benefits-self .media .media-object {
 width: 45px;
}
