/* Minification failed. Returning unminified contents.
(3851,125): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(7517,125): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(10082,132): 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%;
    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;
}

.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/FleetManagement/fonts/toyota/display/toyotadisplayboldwebfont.eot);
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayboldwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayboldwebfont.woff2) format("woff2"), url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayboldwebfont.woff) format("woff"), url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayboldwebfont.ttf) format("truetype"), url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayboldwebfont.svg#toyotadisplayboldwebfont) format("svg");
}

@font-face {
    font-family: 'toyotadisplayregularwebfont';
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayregularwebfont.eot);
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayregularwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayregularwebfont.woff2) format("woff2"), url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayregularwebfont.woff) format("woff"), url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayregularwebfont.ttf) format("truetype"), url(/Assets/TFA/FleetManagement/fonts/toyota/display/toyotadisplayregularwebfont.svg#toyotadisplayregularwebfont) format("svg");
}

@font-face {
    font-family: 'toyotatextbolditalicwebfont';
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextbolditalicwebfont.eot);
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextbolditalicwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextbolditalicwebfont.woff2) format("woff2"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextbolditalicwebfont.woff) format("woff"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextbolditalicwebfont.ttf) format("truetype"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextbolditalicwebfont.svg#toyotatextbolditalicwebfont) format("svg");
}

@font-face {
    font-family: 'toyotatextboldwebfont';
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextboldwebfont.eot);
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextboldwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextboldwebfont.woff2) format("woff2"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextboldwebfont.woff) format("woff"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextboldwebfont.ttf) format("truetype"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextboldwebfont.svg#toyotatextboldwebfont) format("svg");
}

@font-face {
    font-family: 'toyotatextitalicwebfont';
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextitalicwebfont.eot);
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextitalicwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextitalicwebfont.woff2) format("woff2"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextitalicwebfont.woff) format("woff"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextitalicwebfont.ttf) format("truetype"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextitalicwebfont.svg#toyotatextitalicwebfont) format("svg");
}

@font-face {
    font-family: 'toyotatextregularwebfont';
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextregularwebfont.eot);
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextregularwebfont.eot) format("embedded-opentype"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextregularwebfont.woff2) format("woff2"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextregularwebfont.woff) format("woff"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextregularwebfont.ttf) format("truetype"), url(/Assets/TFA/FleetManagement/fonts/toyota/text/toyotatextregularwebfont.svg#toyotatextregularwebfont) format("svg");
}

@font-face {
    font-family: 'ToyotaIcons';
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/icons/ToyotaIcons.eot);
    src: url(/Assets/TFA/FleetManagement/fonts/toyota/icons/ToyotaIcons.eot) format("embedded-opentype"), url(/Assets/TFA/FleetManagement/fonts/toyota/icons/ToyotaIcons.woff2) format("woff2"), url(/Assets/TFA/FleetManagement/fonts/toyota/icons/ToyotaIcons.woff) format("woff"), url(/Assets/TFA/FleetManagement/fonts/toyota/icons/ToyotaIcons.ttf) format("truetype"), url(/Assets/TFA/FleetManagement/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: "";
}

.leftside-menu {
    padding: 0 10px;
    width: 20.6%;
}

@media (max-width: 767px) {
    .leftside-menu {
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
        margin-top: -20px;
    }
}

.leftside-menu .navbar-inverse {
    background: transparent !important;
    border: 0 !important;
}

@media (max-width: 767px) {
    .leftside-menu .navbar-inverse {
        background: #00b6b2 !important;
        border: #3a5067 !important;
    }
}

.leftside-menu .navbar-inverse .navbar-brand {
    color: #fff;
}

.leftside-menu .navbar-inverse .navbar-brand br {
    display: none;
}

.leftside-menu .navbar-inverse .navbar-toggle {
    color: #c4cbd1;
    background-color: #012a46;
}

.leftside-menu .navbar-inverse .navbar-collapse {
    padding: 0;
}

@media (max-width: 767px) {
    .leftside-menu .navbar-inverse .navbar-collapse {
        border-color: #00b6b2 !important;
    }
}

.leftside-menu .nav-pills {
    margin-bottom: 0;
}

.leftside-menu .nav-pills > li {
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.leftside-menu .nav-pills > li > a {
    color: #777;
    background: transparent;
    overflow: hidden;
    border-radius: 0 !important;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}

.leftside-menu .nav-pills > li > a:hover {
    color: #00b6b0;
}

@media (max-width: 767px) {
    .leftside-menu .nav-pills > li > a:hover {
        color: #666;
    }
}

.leftside-menu .nav-pills > li > a:focus {
    color: #00b6b0;
}

@media (max-width: 767px) {
    .leftside-menu .nav-pills > li > a {
        padding: 10px 10px 10px 15px !important;
        background: #fff;
        border-bottom: 1px solid #012a46;
        color: #3a5066 !important;
    }
}

.leftside-menu .nav-pills > li:last-child {
    border: none !important;
}

@media (max-width: 767px) {
    .leftside-menu .nav-pills > li {
        border: 0 !important;
    }

    .leftside-menu .nav-pills > li:first-child {
        border-top: 1px solid #012a46 !important;
    }
}

.leftside-menu .nav-pills > li.active a {
    background: #00b6b0;
    background: -webkit-linear-gradient(left, #00b6b0, #008191);
    background: -o-linear-gradient(right, #00b6b0, #008191);
    background: -moz-linear-gradient(right, #00b6b0, #008191);
    background: linear-gradient(to right, #00b6b0, #008191);
    color: #fff;
}

@media (max-width: 767px) {
    .leftside-menu .nav-pills > li.active a {
        background: #00b6b0 !important;
        color: #fff !important;
    }
}

.leftside-menu summary {
    margin-left: 10px !important;
    color: #00b6b0 !important;
}

a {
    text-decoration: none;
}

@media (max-width: 767px) {
    #affixnav .leftside-menu, #affixnav .leftside-menu-fleet {
        top: 20px;
    }
}

@media (min-width: 768px) {
    .leftside-menu-fleet {
        padding: 0 10px 0 0;
    }
}

@media (max-width: 767px) {
    .leftside-menu-fleet {
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
        margin-top: -20px;
        border: 0 !important;
    }
}

.leftside-menu-fleet .navbar-inverse {
    background: transparent !important;
    border: 0 !important;
}

@media (max-width: 767px) {
    .leftside-menu-fleet .navbar-inverse {
        background: #00b6b2 !important;
        border: #3a5067 !important;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.leftside-menu-fleet .navbar-inverse .navbar-brand {
    color: #fff;
}

.leftside-menu-fleet .navbar-inverse .navbar-brand br {
    display: none;
}

.leftside-menu-fleet .navbar-inverse .navbar-toggle {
    color: #c4cbd1;
    background-color: #012a46;
}

.leftside-menu-fleet .navbar-inverse .navbar-collapse {
    padding: 0;
}

@media (max-width: 767px) {
    .leftside-menu-fleet .navbar-inverse .navbar-collapse {
        border-color: #00b6b2 !important;
    }
}

.leftside-menu-fleet .nav-pills {
    margin-bottom: 0;
}

.leftside-menu-fleet .nav-pills > li {
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.leftside-menu-fleet .nav-pills > li > a {
    color: #777;
    background: transparent;
    overflow: hidden;
    border-radius: 0 !important;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}

.leftside-menu-fleet .nav-pills > li > a:hover {
    color: #00b6b0;
}

@media (max-width: 767px) {
    .leftside-menu-fleet .nav-pills > li > a:hover {
        color: #666;
    }
}

.leftside-menu-fleet .nav-pills > li > a:focus {
    color: #00b6b0;
}

@media (max-width: 767px) {
    .leftside-menu-fleet .nav-pills > li > a {
        padding: 10px 10px 10px 15px !important;
        background: #fff;
        border-bottom: 1px solid #012a46;
        color: #3a5066 !important;
    }
}

.leftside-menu-fleet .nav-pills > li:last-child {
    border: none !important;
}

@media (max-width: 767px) {
    .leftside-menu-fleet .nav-pills > li {
        border: 0 !important;
    }

    .leftside-menu-fleet .nav-pills > li:first-child {
        border-top: 1px solid #012a46 !important;
    }
}

.leftside-menu-fleet .nav-pills > li.active a {
    background: #00b6b0;
    background: -webkit-linear-gradient(left, #00b6b0, #008191);
    background: -o-linear-gradient(right, #00b6b0, #008191);
    background: -moz-linear-gradient(right, #00b6b0, #008191);
    background: linear-gradient(to right, #00b6b0, #008191);
    color: #fff;
}

@media (max-width: 767px) {
    .leftside-menu-fleet .nav-pills > li.active a {
        background: #00b6b0 !important;
        color: #fff !important;
    }
}

.leftside-menu-fleet summary {
    margin-left: 10px !important;
    color: #00b6b0 !important;
}

.sidebar-menu {
    padding: 0 10px;
    width: 19.4%;
}

.sidebar-menu summary {
    color: #3a5066 !important;
}

.sidebar-menu a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 15px;
}

.sidebar-menu a:last-child {
    margin-bottom: 0;
}

.sidebar-menu p {
    padding: 0;
}

@media (max-width: 767px) {
    .sidebar-menu {
        width: 100%;
    }
}

.sidebar-icon-module {
    clear: both;
    background-color: transparent;
    border-right: medium none;
    width: 100%;
}

.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;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.sidebar-icon-module a.more-link .module-toyota-icon {
    color: #555;
    padding: 0;
    font-size: 3em;
    max-width: 45px;
}

.sidebar-icon-module a.more-link .module-toyota-icon img {
    max-width: 36px;
}

.sidebar-icon-module a.more-link .module-icon-text {
    padding: 5px 0 0;
    color: #eb0a1e;
    font-size: 12px;
}

.sidebar-icon-module a.more-link .module-icon-text:hover, .sidebar-icon-module a.more-link .module-icon-text:focus {
    color: red;
}

@media (max-width: 991px) {
    .sidebar-icon-module a.more-link .module-icon-text {
        padding: 5px 0 0 5px;
    }
}

.sidebar-icon-module p {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.sidebar-icon-module .context {
    padding: 10px 0 0;
}

.module {
    padding: 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.module:first-of-type {
    margin-top: 23px;
}

.module:last-child {
    border: 0;
}

.module a.more-link {
    color: #eb0a1e;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.module a.more-link:hover, .module a.more-link:focus {
    color: #eb0a1e;
    text-decoration: underline;
}

.module a.more-link span.glyphicon {
    font-size: 11px;
}

.module .media {
    float: none;
    background-color: transparent;
    padding: 0 0 15px;
    text-align: center;
    width: 100%;
}

.module .media .media-body {
    overflow: hidden;
}

.module .media img {
    width: 100%;
    max-width: 154px;
    float: left;
}

.module .content p {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.module p {
    margin: 0;
    padding: 0;
}

.module .phone-number {
    color: #eb0a1e !important;
    font-size: 22px;
    display: block;
    text-align: left;
    word-wrap: break-word;
}

.module .phone-number a {
    font-size: 22px;
}

@media (max-width: 1024px) {
    .module .phone-number {
        font-size: 18px;
    }

    .module .phone-number a {
        font-size: 18px;
        word-break: break-all;
    }
}

@media (max-width: 991px) {
    .module .phone-number img {
        width: 16px;
    }
}

div.module:empty {
    display: none;
    border: none;
}

.module-access summary {
    margin-top: 15px !important;
}

.module p {
    margin: 0 !important;
    padding: 0 !important;
}

header {
    position: relative;
    z-index: 999999;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    border-bottom: solid 1px #00b6b0;
    max-height: 97px;
}

@media (max-width: 767px) {
    header {
        background: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header {
        max-height: 109px;
    }
}

header .container {
    max-width: 1050px;
}

@media (max-width: 767px) {
    header .container {
        padding: 0;
    }
}

header .navbar-default {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

header .navbar-default li > a {
    line-height: 14px;
}

@media (min-width: 901px) and (max-width: 991px) {
    header .navbar-default li > a {
        padding: 10px 18px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    header .navbar-default li > a {
        padding: 10px 9px;
    }
}

header .navbar-default .navbar-header.brand {
    padding: 0;
    width: 25%;
}

header .navbar-default .navbar-header.brand .navbar-toggle {
    border: 0;
    padding: 22px 0;
}

@media (max-width: 767px) {
    header .navbar-default .navbar-header.brand .navbar-toggle {
        padding: 15px 0 15px 70px;
    }
}

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: #012a46 !important;
    height: 4px;
    width: 33px;
    border-radius: 2px;
}

header .navbar-default .navbar-header.brand .navbar-brand {
    height: auto;
    padding: 15px;
    margin: 0;
}

@media (min-width: 768px) {
    header .navbar-default .navbar-header.brand .navbar-brand {
        padding: 0;
        height: 82px;
        line-height: 82px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-default .navbar-header.brand .navbar-brand {
        height: 94px;
        line-height: 94px;
    }
}

header .navbar-default .navbar-header.brand .navbar-brand img {
    max-width: 155px;
    width: 100%;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    header .navbar-default .navbar-header.brand .navbar-brand img {
        max-width: 239px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    header .navbar-default .navbar-header.brand {
        float: none !important;
        width: 100%;
        margin: 0;
    }
}

header .navbar-default #toyota-main-navigation, header .navbar-default #globaldropdown {
    padding: 0;
    width: 75%;
    position: relative;
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation, header .navbar-default #globaldropdown {
        background-color: #012a46;
        float: none !important;
        width: 100%;
        margin: 0;
    }

    header .navbar-default #toyota-main-navigation li, header .navbar-default #globaldropdown li {
        font-size: 16px;
    }

    header .navbar-default #toyota-main-navigation li a, header .navbar-default #globaldropdown li a {
        color: #fff !important;
        padding: 16px;
    }
}

header .navbar-default #toyota-main-navigation .navbar-right, header .navbar-default #globaldropdown .navbar-right {
    margin: 0;
}

@media (min-width: 767px) {
    header .navbar-default #toyota-main-navigation .navbar-right li a:hover, header .navbar-default #toyota-main-navigation .navbar-right li a:focus, header .navbar-default #globaldropdown .navbar-right li a:hover, header .navbar-default #globaldropdown .navbar-right li a:focus {
        color: #00b6b0;
    }
}

@media (min-width: 768px) {
    header .navbar-default #toyota-main-navigation .login-nav, header .navbar-default #globaldropdown .login-nav {
        padding: 5px 0 3px;
    }

    header .navbar-default #toyota-main-navigation .login-nav li, header .navbar-default #globaldropdown .login-nav li {
        font-size: 14px;
    }

    header .navbar-default #toyota-main-navigation .login-nav li a, header .navbar-default #globaldropdown .login-nav li a {
        color: #fff;
        background-color: #eb0a1e;
        padding: 10px 17px;
    }
}

header .navbar-default #toyota-main-navigation .login-nav ul.dropdown-menu, header .navbar-default #globaldropdown .login-nav ul.dropdown-menu {
    border-radius: 0;
    border: solid 1px #ccc;
    border-bottom: 0;
    padding: 0;
    min-width: 125px;
    z-index: 99999;
}

header .navbar-default #toyota-main-navigation .login-nav ul.dropdown-menu li, header .navbar-default #globaldropdown .login-nav ul.dropdown-menu li {
    border-bottom: solid 1px #ccc;
}

header .navbar-default #toyota-main-navigation .login-nav ul.dropdown-menu li a, header .navbar-default #globaldropdown .login-nav ul.dropdown-menu li a {
    color: #777;
    background-color: #fff;
    padding: 10px 12px;
}

header .navbar-default #toyota-main-navigation .login-nav ul.dropdown-menu li a:hover, header .navbar-default #globaldropdown .login-nav ul.dropdown-menu li a:hover {
    color: #eb0a1e;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-default #toyota-main-navigation .login-nav, header .navbar-default #globaldropdown .login-nav {
        padding: 9px 0 11px;
    }
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .login-nav .caret, header .navbar-default #globaldropdown .login-nav .caret {
        display: none;
    }

    header .navbar-default #toyota-main-navigation .login-nav li.open a.dropdown-toggle, header .navbar-default #globaldropdown .login-nav li.open a.dropdown-toggle {
        background-color: #eb0a1e;
    }

    header .navbar-default #toyota-main-navigation .login-nav li.open ul.dropdown-menu, header .navbar-default #globaldropdown .login-nav li.open ul.dropdown-menu {
        background-color: #666;
    }

    header .navbar-default #toyota-main-navigation .login-nav li.open ul.dropdown-menu a, header .navbar-default #globaldropdown .login-nav li.open ul.dropdown-menu a {
        border-bottom: solid 1px #fff;
    }
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .global-nav, header .navbar-default #globaldropdown .global-nav {
        border-bottom: solid 1px #3a5066;
    }
}

@media (min-width: 768px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li, header .navbar-default #globaldropdown .global-nav ul li {
        z-index: 9999;
        border: solid 1px transparent;
        border-bottom: 0;
    }
}

header .navbar-default #toyota-main-navigation .global-nav ul li:nth-child(5), header .navbar-default #globaldropdown .global-nav ul li:nth-child(5) {}

@media (min-width: 992px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li:nth-child(5) a, header .navbar-default #globaldropdown .global-nav ul li:nth-child(5) a {
        width: 97px;
    }
}

header .navbar-default #toyota-main-navigation .global-nav ul li a, header .navbar-default #globaldropdown .global-nav ul li a {
    padding: 0 23px;
}

header .navbar-default #toyota-main-navigation .global-nav ul li a, header .navbar-default #globaldropdown .global-nav ul li a {
    color: #3a5065;
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li a br, header .navbar-default #globaldropdown .global-nav ul li a br {
        display: none;
    }

    header .navbar-default #toyota-main-navigation .global-nav ul li a .glyphicon-triangle-right, header .navbar-default #toyota-main-navigation .global-nav ul li a .glyphicon-triangle-bottom, header .navbar-default #globaldropdown .global-nav ul li a .glyphicon-triangle-right, header .navbar-default #globaldropdown .global-nav ul li a .glyphicon-triangle-bottom {
        font-size: 12px;
        color: #eb0a1e;
        float: left;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li a, header .navbar-default #globaldropdown .global-nav ul li a {
        height: 54px;
        padding: 0 23px !important;
        display: table-cell;
        width: 87px;
        vertical-align: middle;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li a, header .navbar-default #globaldropdown .global-nav ul li a {
        height: 54px;
        padding: 0 9px !important;
        display: table-cell;
        vertical-align: middle;
        width: 69px;
    }
}

@media (min-width: 768px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li.active, header .navbar-default #globaldropdown .global-nav ul li.active {
        border-color: #00b6b0;
    }
}

header .navbar-default #toyota-main-navigation .global-nav ul li.active a, header .navbar-default #globaldropdown .global-nav ul li.active a {
    background-color: #3a5066;
    color: #fff;
}

@media (min-width: 768px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li.active a, header .navbar-default #globaldropdown .global-nav ul li.active a {
        background: #00b6b0;
        background: -webkit-linear-gradient(left, #00b6b0, #008191);
        background: -o-linear-gradient(right, #00b6b0, #008191);
        background: -moz-linear-gradient(right, #00b6b0, #008191);
        background: linear-gradient(to right, #00b6b0, #008191);
    }
}

@media (min-width: 768px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li.open, header .navbar-default #globaldropdown .global-nav ul li.open {
        border: solid 1px #00b6b0;
        border-bottom: 0 !important;
    }
}

header .navbar-default #toyota-main-navigation .global-nav ul li.open a, header .navbar-default #globaldropdown .global-nav ul li.open a {
    background: none;
    color: #00b6b0;
}

@media (min-width: 768px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li.open a, header .navbar-default #globaldropdown .global-nav ul li.open a {
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li.open a, header .navbar-default #globaldropdown .global-nav ul li.open a {
        background: #3a5066;
    }
}

header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu {
    left: -1px;
    right: auto;
    border-radius: 0;
    padding: 0;
    border-top: 0;
}

@media (min-width: 768px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu {
        border: solid 1px #00b6b0;
        margin-top: -1px;
        z-index: -1;
    }
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu {
        background-color: #fff;
    }
}

header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu li a, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu li a {
    padding: 16px 10px !important;
    border-bottom: solid 1px #e5e5e5;
    display: block;
    background: none;
    color: #3a5065;
    height: auto;
}

@media (min-width: 768px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu li a, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu li a {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu li a, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu li a {
        padding: 10px 10px 10px 37px !important;
        border-bottom-color: #012a46;
        color: #3a5066 !important;
        font-size: 14px;
    }
}

header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu li a .glyphicon-triangle-right, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu li a .glyphicon-triangle-right {
    font-size: 11px;
    color: #00b6b0;
    padding-right: 5px;
}

@media (max-width: 767px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu li a .glyphicon-triangle-right, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu li a .glyphicon-triangle-right {
        display: none;
    }
}

header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu li a:hover, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu li a:hover {
    color: #00b6b0;
}

header .navbar-default #toyota-main-navigation .global-nav ul li .dropdown-menu li.active a, header .navbar-default #globaldropdown .global-nav ul li .dropdown-menu li.active a {
    color: #00b6b0;
    background-image: none !important;
}

header .navbar-default #toyota-main-navigation .global-nav ul li:nth-child(6) .dropdown-menu, header .navbar-default #globaldropdown .global-nav ul li:nth-child(6) .dropdown-menu {
    left: auto;
    right: -1px;
}

header .navbar-default #toyota-main-navigation .global-nav ul li .search, header .navbar-default #globaldropdown .global-nav ul li .search {
    margin-top: 7px !important;
}

@media (min-width: 992px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li:last-child a, header .navbar-default #globaldropdown .global-nav ul li:last-child a {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li:last-child a, header .navbar-default #globaldropdown .global-nav ul li:last-child a {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-default #toyota-main-navigation .global-nav ul li:first-child a, header .navbar-default #globaldropdown .global-nav ul li:first-child a {
        width: 60px;
    }
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box, header .navbar-default #globaldropdown .global-nav #global-search .search-box {
    height: 48px;
    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, header .navbar-default #globaldropdown .global-nav #global-search .search-box .glyphicon-search, header .navbar-default #globaldropdown .global-nav #global-search .search-box .toyota-cross-01 {
    position: absolute;
    display: block;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box .toyota-cross-01, header .navbar-default #globaldropdown .global-nav #global-search .search-box .toyota-cross-01 {
    right: 21px;
    top: 17px;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box .glyphicon-search, header .navbar-default #globaldropdown .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;
    font-size: 14px;
    right: 18px;
    top: 19px;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .search-box .toyota-cross-01, header .navbar-default #globaldropdown .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;
    font-size: 14px;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search div.search, header .navbar-default #globaldropdown .global-nav #global-search div.search {
    min-width: 1020px;
    padding: 10px 15px;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search div.search .form-group, header .navbar-default #globaldropdown .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, header .navbar-default #globaldropdown .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, header .navbar-default #globaldropdown .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, header .navbar-default #globaldropdown .global-nav #global-search div.search button .glyphicon-search {
    color: #fff;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search.open, header .navbar-default #globaldropdown .global-nav #global-search.open {
    border-color: #fff;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search.open a, header .navbar-default #globaldropdown .global-nav #global-search.open a {
    background-color: #e7e7e7;
    color: #3a5065;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search.open .search-box .toyota-cross-01, header .navbar-default #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);
}

header .navbar-default #toyota-main-navigation .global-nav #global-search.open .search-box .glyphicon-search, header .navbar-default #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;
}

header .navbar-default #toyota-main-navigation .global-nav #global-search .dropdown-menu, header .navbar-default #globaldropdown .global-nav #global-search .dropdown-menu {
    right: 0;
    left: auto;
    border: 0;
}

header .navbar-default #toyota-main-navigation #header-accordion, header .navbar-default #globaldropdown #header-accordion {
    background-color: #012a46;
    margin-bottom: 0;
}

header .navbar-default #toyota-main-navigation #header-accordion .panel, header .navbar-default #globaldropdown #header-accordion .panel {
    background-color: transparent;
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: #3a5066;
}

header .navbar-default #toyota-main-navigation #header-accordion .panel .navbar-form, header .navbar-default #globaldropdown #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, header .navbar-default #globaldropdown #header-accordion .panel .navbar-form .form-group {
    width: 81%;
    float: left;
}

header .navbar-default #toyota-main-navigation #header-accordion .panel .navbar-form .btn-default, header .navbar-default #globaldropdown #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, header .navbar-default #globaldropdown #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, header .navbar-default #globaldropdown #header-accordion {
        margin: 0;
    }
}

#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;
    }
}

@media (min-width: 768px) {
    .global-nav ul li.active .dropdown-menu li.active {
        border-color: transparent !important;
    }
}

.global-nav ul li > span {
    display: none;
}

@media (max-width: 767px) {
    .global-nav ul li > span {
        display: inline-block !important;
        color: #eb0a1e;
        font-size: 11px;
        cursor: pointer;
        padding: 16px 10px 16px 16px;
    }
}

.global-nav ul > li:last-child {
    display: none;
}

@media (max-width: 767px) {
    .global-nav ul > li:last-child {
        display: block;
    }

    .global-nav ul > li > a {
        display: inline-block !important;
        width: 87%;
        padding: 16px 16px 16px 0 !important;
    }

    .global-nav ul > li .dropdown-menu li.active {
        background: #fff !important;
    }

    .global-nav ul > li .dropdown-menu a {
        width: 100% !important;
    }

    .global-nav ul > li .caret {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px dashed;
    }

    .global-nav ul > li span {
        width: 25px;
        text-align: center;
        background-color: transparent;
        padding: 16px 9px 16px 16px;
        display: inline-block;
        color: #eb0a1e;
        font-size: 14px;
        margin-right: 10px;
    }

    .global-nav ul > li .arrow-right::after {
        content: "►";
    }

    .global-nav ul li.open, .global-nav ul li.active {
        background: #3a5066;
    }

    .global-nav ul li.open .dropdown-menu {
        display: block !important;
    }

    .global-nav ul li.open .caret {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px dashed;
    }

    .global-nav ul li.open .arrow-right::after {
        content: "▼";
    }
}

.global-nav ul li .dropdown-menu li:last-child {
    display: block;
}

.search .form-control:focus {
    border-color: #00b6b0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.055), 0 0 4px rgba(0, 182, 176, 0.4);
}

footer {
    background-image: url(/Assets/TFA/FleetManagement/images/footer-bg.jpg?1450198290);
    background-color: #ebebeb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 5px;
}

footer .container {
    max-width: 1050px;
}

footer .cta-links-container {
    background-color: #f5f7f6;
}

@media (min-width: 992px) {
    footer .cta-links-container {
        padding: 20px 0;
    }
}

footer .cta-links-container .cta-container {
    border-right: solid 1px #cbcdc8;
    position: relative;
    padding-bottom: 35px;
}

footer .cta-links-container .cta-container:last-of-type {
    border-right: none;
}

@media (max-width: 991px) {
    footer .cta-links-container .cta-container {
        margin: 20px 0;
    }

    footer .cta-links-container .cta-container:first-of-type {
        margin: 20px 0 15px;
    }

    footer .cta-links-container .cta-container:nth-child(2) {
        margin: 20px 0 15px;
    }

    footer .cta-links-container .cta-container:nth-child(2) h3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .cta-links-container .cta-container {
        min-height: 160px;
    }
}

@media (max-width: 767px) {
    footer .cta-links-container .cta-container {
        min-height: 105px;
    }

    footer .cta-links-container .cta-container:nth-child(2) {
        border: 0;
    }
}

footer .cta-links-container .cta-container img {
    width: 100%;
    max-width: 65px;
    max-height: 65px;
}

@media (max-width: 767px) {
    footer .cta-links-container .cta-container img {
        max-width: 50px;
    }
}

footer .cta-links-container .cta-container h3 {
    color: #666;
    margin-top: 5px;
    font-size: 16px;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    footer .cta-links-container .cta-container h3 {
        font-size: 12px;
        font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
    }
}

footer .cta-links-container .cta-container p {
    color: #989898;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}

footer .cta-links-container .cta-container a {
    color: #eb0a1e !important;
    width: 100%;
}

@media (max-width: 1024px) {
    footer .cta-links-container .cta-container a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    footer .cta-links-container .cta-container a {
        font-size: 11px;
    }
}

footer .cta-links-container .cta-container a.btn {
    color: #fff !important;
}

footer .cta-links-container .cta-container .phone-link {
    font-weight: bold;
    margin-top: 12px;
    position: relative;
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    bottom: 14px;
    right: 0;
    left: 0;
    color: #eb0a1e !important;
}

footer .cta-links-container .cta-container .phone-link a {
    font-size: 14px !important;
    color: #eb0a1e !important;
}

footer .cta-links-container .cta-container .phone-link a:hover, footer .cta-links-container .cta-container .phone-link a:focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    footer .cta-links-container .cta-container .phone-link {
        font-size: 13px !important;
    }

    footer .cta-links-container .cta-container .phone-link a {
        font-size: 13px !important;
        color: #eb0a1e !important;
    }
}

footer .cta-links-container .cta-container .phone-link span {
    color: #eb0a1e !important;
}

footer .cta-links-container .cta-container .red-btn {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 5px 15px;
    border: 0;
    font-size: 14px;
    width: 125px;
    overflow: hidden;
}

@media (min-width: 768px) {
    footer .cta-links-container .cta-container .red-btn {
        width: 135px;
    }
}

@media (max-width: 767px) {
    footer .cta-links-container .cta-container .red-btn {
        font-size: 11px;
    }
}

footer .cta-links-container hr {
    border: 1px solid #cbcdc8 !important;
    border-top: 1px solid #cbcdc8;
    border-bottom: 0 !important;
    clear: both;
    display: block;
    width: 70%;
    margin-bottom: 0;
    margin-top: 0;
}

@media (min-width: 991px) {
    footer .cta-links-container hr {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .cta-links-container hr {
        width: 80%;
    }
}

footer .footer-links-container {
    background-color: #ebebeb;
}

@media (min-width: 768px) {
    footer .footer-links-container {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container {
        padding: 0;
    }
}

footer .footer-links-container .left-section {
    padding: 0;
}

@media (max-width: 540px) {
    footer .footer-links-container .left-section .col-xs-8 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    footer .footer-links-container .left-section .foot-logo {
        margin-bottom: 30px;
    }
}

footer .footer-links-container .left-section .footer-logo {
    border-bottom: solid 1px #cbcbc9;
    padding-bottom: 30px;
    padding-right: 40px;
}

@media (max-width: 767px) {
    footer .footer-links-container .left-section .footer-logo {
        border-bottom: none;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 15px;
        max-width: 135px;
    }
}

footer .footer-links-container .left-section .facebook-container p {
    font-size: 15px;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    footer .footer-links-container .left-section .facebook-container p {
        font-size: 12px;
        margin: 0 0 6px;
        font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
    }
}

footer .footer-links-container .left-section .facebook-container .nav {
    margin-bottom: 40px;
}

footer .footer-links-container .left-section .facebook-container .nav a {
    padding: 0 5px 0 0;
}

footer .footer-links-container .left-section .facebook-container .nav img {
    max-width: 35px;
    max-height: 35px;
}

@media (max-width: 767px) {
    footer .footer-links-container .left-section .facebook-container .nav img {
        max-width: 24px;
        max-height: 24px;
        margin-top: 1px;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container .left-section .facebook-container .nav {
        margin-bottom: 20px;
    }
}

footer .footer-links-container .left-section .facebook-container .red-btn {
    padding: 5px 20px;
    font-size: 14px;
    border: 0;
}

@media (max-width: 767px) {
    footer .footer-links-container .left-section .facebook-container .red-btn {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container .left-section .facebook-container {
        padding: 20px 0 0;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section {
        padding: 0;
    }
}

@media (min-width: 768px) {
    footer .footer-links-container .right-section {
        padding-right: 0;
        border-left: solid 1px #cbcbc9;
    }
}

@media (min-width: 768px) {
    footer .footer-links-container .right-section .row {
        margin-bottom: 0;
    }

    footer .footer-links-container .right-section .row.border-bottom {
        border-color: #cbcbc9;
    }
}

footer .footer-links-container .right-section .row hr {
    clear: both;
    display: block;
    border-color: #cbcbc9;
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row hr {
        display: none !important;
    }
}

footer .footer-links-container .right-section .row h3, footer .footer-links-container .right-section .row h3 > a {
    font-size: 15px;
    color: #666;
    margin: 0 0 10px 0;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

footer .footer-links-container .right-section .row h3 .glyphicon-triangle-right, footer .footer-links-container .right-section .row h3 > a .glyphicon-triangle-right {
    display: none;
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row h3 .visible-xs, footer .footer-links-container .right-section .row h3 > a .visible-xs {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row h3, footer .footer-links-container .right-section .row h3 > a {
        font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
        margin: 0;
        padding: 15px;
    }

    footer .footer-links-container .right-section .row h3 .glyphicon, footer .footer-links-container .right-section .row h3 > a .glyphicon {
        color: #eb0a1e;
        font-size: 12px;
        margin-right: 10px;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    footer .footer-links-container .right-section .row .links {
        padding: 0 40px 20px;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row .links {
        border-bottom: solid 1px #cbcbc9;
        padding: 0;
    }
}

footer .footer-links-container .right-section .row .links .nav {
    margin-top: 10px;
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row .links .nav {
        display: none;
        padding: 0;
        background: #fff;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    footer .footer-links-container .right-section .row .links .nav {
        display: block !important;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row .links .nav li {
        padding: 10px 10px 10px 40px;
        border-bottom: 1px solid #012a46;
    }
}

footer .footer-links-container .right-section .row .links .nav li a {
    padding: 1px 0;
    color: #777;
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row .links .nav li a {
        color: #3a5066 !important;
    }
}

footer .footer-links-container .right-section .row .links .nav li a:hover {
    background: none;
    text-decoration: underline;
}

footer .footer-links-container .right-section .row .links .nav li a:link {
    background: none;
}

footer .footer-links-container .right-section .row .links > a {
    font-size: 15px;
    color: #666;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

footer .footer-links-container .right-section .row .links > a .glyphicon-triangle-right {
    display: none;
}

footer .footer-links-container .right-section .row .links > a br {
    display: none;
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row .links > a .visible-xs {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row .links > a {
        font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
        margin: 0;
        padding: 15px 15px 15px 0;
        display: inline-block;
        width: 85%;
    }

    footer .footer-links-container .right-section .row .links > a .glyphicon {
        color: #eb0a1e;
        font-size: 12px;
        margin-right: 10px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    footer .footer-links-container .right-section .row .links span {
        width: 25px;
        text-align: center;
        background-color: transparent;
        display: inline-block !important;
        padding: 15px 10px 15px 15px;
        color: #eb0a1e;
        font-size: 14px;
        margin-right: 10px;
        cursor: pointer;
    }
}

footer .footer-links-container .right-section .row .links .arrow-right::after {
    content: "►";
}

footer .footer-links-container .right-section .row .open .arrow-right::after {
    content: "▼" !important;
}

footer .footer-bottom-links-container {
    background-color: #ccc;
}

@media (max-width: 767px) {
    footer .footer-bottom-links-container {
        padding: 10px 0;
    }
}

footer .footer-bottom-links-container li {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    footer .footer-bottom-links-container li {
        padding-right: 4%;
    }
}

@media (max-width: 480px) {
    footer .footer-bottom-links-container li {
        font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
        font-size: 12px;
    }
}

footer .footer-bottom-links-container li a {
    color: #666;
    padding: 0;
    line-height: 35px;
    border-radius: 0;
}

@media (max-width: 767px) {
    footer .footer-bottom-links-container li a {
        line-height: 18px;
    }
}

footer .footer-bottom-links-container li a:hover, footer .footer-bottom-links-container li a:link {
    background: none;
}

.nl-calculator-page .cta-links-container {
    background-color: #f5f7f6;
    padding: 15px 0;
}

.nl-calculator-page .cta-links-container .cta-container {
    border-right: solid 1px #e2e2e2;
}

@media (max-width: 992px) {
    .nl-calculator-page .cta-links-container .cta-container {
        padding: 0 2px;
    }
}

.nl-calculator-page .cta-links-container .cta-container:first-child .rf-cta {
    cursor: default;
}

@media (min-width: 768px) {
    .nl-calculator-page .cta-links-container .cta-container:first-child .rf-cta span span.glyphicon.glyphicon-play {
        display: none;
    }
}

@media (max-width: 767px) {
    .nl-calculator-page .cta-links-container .cta-container:nth-child(2) {
        border: 0 !important;
    }
}

.nl-calculator-page .cta-links-container .cta-container .rf-cta p span.glyphicon.glyphicon-play {
    font-size: 10px;
}

@media (max-width: 992px) {
    .nl-calculator-page .cta-links-container .container {
        padding-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .nl-calculator-page .cta-links-container .container {
        padding-left: 15px;
        padding-left: 15px;
    }
}

.nl-calculator-page .cta-links-container img {
    max-width: 45px;
    float: left;
}

@media (max-width: 992px) {
    .nl-calculator-page .cta-links-container img {
        max-width: 38px;
    }
}

.nl-calculator-page .cta-links-container .rf-cta {
    font-size: 12px;
    margin: 0 0 3px !important;
    color: #eb0a1e;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    text-align: left;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.nl-calculator-page .cta-links-container .rf-cta:hover {
    color: red;
    text-decoration: none;
}

.nl-calculator-page .cta-links-container .rf-cta p {
    padding: 0 !important;
    line-height: 17px;
    float: left !important;
    color: #eb0a1e;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nl-calculator-page .cta-links-container .rf-cta p {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .nl-calculator-page .cta-links-container .rf-cta {
        font-weight: normal;
        font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
    }
}

.nl-calculator-page .cta-links-container .rf-cta img {
    margin-top: -5px;
}

@media (max-width: 991px) {
    .nl-calculator-page .cta-links-container .rf-cta img {
        max-width: 29px;
        margin-top: -3px;
    }
}

.nl-calculator-page .cta-links-container p {
    font-size: 12px;
    color: #999;
}

.nl-calculator-page .cta-links-container .btn {
    padding: 5px 15px;
}

@media (min-width: 768px) {
    .bottom-foot {
        margin-top: 20px;
    }
}

@media (min-width: 993px) {
    .footer-icon-wide-strip .footer-icon-menu .icon-module img {
        width: 41px;
    }
}

@media (min-width: 993px) {
    .nl-calculator-page .cta-links-container .cta-container.col-sm-3 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .nl-calculator-page .cta-links-container .cta-container:first-child .rf-cta p .glyphicon.glyphicon-play {
        display: none !important;
    }
}

#tfm-home {
    background-color: #f5f7f6;
}

#tfm-home .tfm-container {
    padding-top: 40%;
}

@media (max-width: 960px) {
    #tfm-home .tfm-container {
        padding-top: 56%;
    }
}

#tfm-home .tfm-container .featured-wrapper {
    margin-top: -25px;
}

#tfm-home .tfm-container .featured-wrapper li {
    padding-top: 0;
}

#tfm-novated {
    background-color: #f5f7f6;
}

#tfm-novated .tfm-container {
    padding-top: 40%;
}

@media (max-width: 960px) {
    #tfm-novated .tfm-container {
        padding-top: 56%;
    }
}

#tfm-novated #tfm-home-content-banner .slide-partition {
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: -2px;
}

@media (max-width: 1020px) {
    #tfm-novated #tfm-home-content-banner img {
        width: 100%;
        margin-left: 0;
    }
}

#tfm-novated #tfm-home-content-banner .carousel-caption {
    left: 10%;
    top: 30px;
}

#tfm-novated #tfm-home-content-banner .carousel-caption h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

@media (max-width: 1020px) {
    #tfm-novated #tfm-home-content-banner .carousel-caption h2 {
        font-size: 25px;
    }
}

#tfm-novated #tfm-home-content-banner .carousel-caption p {
    font-size: 20px;
}

@media (max-width: 1020px) {
    #tfm-novated #tfm-home-content-banner .carousel-caption p {
        font-size: 18px;
        line-height: 1.42;
        margin-bottom: 10px;
    }
}

#tfm-novated .media {
    padding: 30px;
    position: relative;
    background-color: #fff;
    margin-top: 0;
}

@media (max-width: 767px) {
    #tfm-novated .media {
        border-bottom: 1px solid #e5e5e5;
    }
}

@media (min-width: 768px) {
    #tfm-novated .media.grey-bg {
        background-color: #f5f7f6;
    }

    #tfm-novated .media.partition-bottom-white {
        padding-bottom: 115px;
        background: url(/Assets/TFA/FleetManagement/images/white-vertical-bg.png?1458037636) no-repeat bottom center;
    }

    #tfm-novated .media.partition-bottom-white .slide-partition {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #tfm-novated .media.partition-top-grey {
        padding-top: 115px;
        background: url(/Assets/TFA/FleetManagement/images/grey-vertical-bg.png?1449638438) no-repeat top center;
    }

    #tfm-novated .media.partition-top-grey .slide-partition {
        position: absolute;
        top: 0;
        left: 0;
    }

    #tfm-novated .media.img-left .media-image {
        float: left;
    }

    #tfm-novated .media.img-left .media-body {
        float: right;
    }

    #tfm-novated .media.img-right .media-image {
        float: right;
    }

    #tfm-novated .media.img-right .media-body {
        float: left;
    }
}

#tfm-novated .media .media-image {
    width: 100%;
}

@media (min-width: 768px) {
    #tfm-novated .media .media-image {
        width: 50%;
    }
}

#tfm-novated .media .media-body {
    width: 100%;
}

@media (min-width: 768px) {
    #tfm-novated .media .media-body {
        width: 50%;
    }
}

#tfm-novated .media .media-body img {
    margin-bottom: 15px;
    max-width: 50px;
    max-height: 50px;
}

#tfm-novated .media .media-body h2 {
    color: #00b6b0;
    font-size: 22px;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    #tfm-novated .media .media-body h2 {
        font-size: 18px;
    }
}

#tfm-novated .media .media-body p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    #tfm-novated .media .media-body p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #tfm-novated .media .media-body .red-btn {
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }
}

#toyota-novated-banner {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}

@media (min-width: 768px) {
    #toyota-novated-banner .carousel-caption-text {
        max-width: 440px;
    }
}

#toyota-novated-banner .top .carousel-caption {
    height: 55%;
}

#toyota-novated-banner .video-container .video-bg {
    background-color: #666;
    border: solid 2px rgba(255, 255, 255, 0.5);
}

#toyota-novated-banner .video-container .video-image .video-icon {
    background-size: 20%;
}

#toyota-novated-banner .video-container .video-image img {
    max-height: 310px;
    width: 100%;
    margin: 0;
}

#toyota-novated-banner .video-container .video-file {
    display: none;
}

#toyota-novated-banner .video-container .video-file video {
    margin-bottom: -5px;
    max-width: 645px;
    max-height: 308px;
    width: 100%;
}

#toyota-novated-banner .video-container .video-file iframe {
    margin-bottom: -5px;
    max-width: 645px;
    max-height: 308px;
    width: 100%;
}

#toyota-novated-banner .video-container .video-file .embed-responsive-16by9 {
    padding-bottom: 47.8%;
}

#toyota-novated-banner .video-container .video-file .close-banner-video {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    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;
}

#toyota-novated-banner .carousel-indicators {
    bottom: 42%;
}

#toyota-secondary-banner {
    border-top: solid 5px #e5e5e5;
    background-image: url(/Assets/TFA/FleetManagement/images/promotional-banner-bg.jpg?1449641004);
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#toyota-secondary-banner.promotional-banner {
    background-image: url(/Assets/TFA/FleetManagement/images/promotional-banner-bg.jpg?1449641004);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 767px) {
    #toyota-secondary-banner.promotional-banner .carousel-inner {
        margin: 0 4%;
        width: 92%;
    }
}

#toyota-secondary-banner .embed-responsive-16by9 {
    padding-bottom: 38.1%;
}

.nl-calculator-page {
    position: relative;
    background: #fff url(/Assets/TFA/FleetManagement/images/calculator-bg.jpg?1450434780) no-repeat top (center / 100%);
    padding-top: 30px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .nl-calculator-page {
        background: none;
        padding: 0;
    }
}

.nl-calculator-page .container {
    max-width: 1050px;
}

.nl-calculator-page .nl-calculator-section {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section {
        padding: 0;
    }
}

.nl-calculator-page .nl-calculator-section h1.cal-heading {
    color: #fff;
    font-size: 15px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 25px 15px 24px 45px;
    text-transform: uppercase;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background: #00b6b0 url(/Assets/TFA/FleetManagement/images/calculator-icon-white.png?1453710876) no-repeat 10px center;
}

@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;
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container ul li {
    width: 50%;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border-top: solid 4px #97a9b3;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li {
        width: 33.33%;
        font-size: 14px;
        border-left: solid 1px #ddd;
        border-right: solid 1px #ddd;
    }
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container ul li a {
    padding: 10px 5px;
    margin: 0;
    border: 0 !important;
    color: #fff;
    background-color: #97a9b3;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-tabs-container ul li a {
        padding: 19px 15px 18px;
        background-color: #98a9b3;
    }
}

@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 {
    border-top-color: #ed1d33;
}

.nl-calculator-page .nl-calculator-section .nl-tabs-container ul li.active a {
    color: #00b6b0;
    background-color: #fff;
}

.nl-calculator-page .nl-calculator-section .desktop-affix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
    height: 65px;
}

.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%;
    }
}

.nl-calculator-page .nl-calculator-section .desktop-affix .head-container h2 {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 !important;
}

.nl-calculator-page .nl-calculator-section .desktop-affix .tabs-container {
    width: 71%;
    max-width: 720px;
    padding-left: 30px;
    display: none;
}

@media (min-width: 961px) and (max-width: 1050px) {
    .nl-calculator-page .nl-calculator-section .desktop-affix .tabs-container {
        width: 68%;
    }
}

@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: 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;
    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;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container {
        width: 32%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container {
        width: 37%;
    }
}

@media (min-width: 1051px) {
    .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 .col-xs-7 {
    padding: 0 6px 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 .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: 4px;
    border: 0;
    background: #b1b1b1;
    margin: 10px auto 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .ui-slider .ui-slider-handle {
    background-image: url(/Assets/TFA/FleetManagement/images/slider.png?1447046976);
    width: 27px;
    height: 15px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-left: -13px;
}

.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: #eb0a1e;
    border-radius: 0;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .dash {
    position: relative;
    height: 10px;
    margin: 0 auto;
    top: -3px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .dash div {
    background-image: url(/Assets/TFA/FleetManagement/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 img {
    max-width: 200px !important;
    width: 100%;
    margin: 0 auto;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel .carousel-inner {
    max-width: 205px;
}

.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:nth-last-child(2) img {
    max-width: 125px !important;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container #nl-cal-carousel .carousel-control {
    color: #747474;
    text-shadow: none;
    top: 50px;
    max-width: 16px;
}

.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: #f7f7f7;
    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: #666 !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 {
    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: #e0e8ef;
    border-bottom: 1px solid #cfcfcf;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-container .advance-total .total-item h3 {
    background-color: #00b6b0;
    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: #00b6b0;
    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 {
    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;
}

.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 .advance-total .info a:hover {
    text-decoration: none;
}

.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: 17px;
}

@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%;
    }
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container .footer-icon-wide-strip .icon-module .calling .glyphicon.glyphicon-play {
        display: none;
    }
}

@media (max-width: 992px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-container .footer-icon-wide-strip .icon-module img {
        width: 37px;
    }
}

.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%;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner {
        max-width: 720px;
        width: 71%;
        float: right;
        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 {
        border: solid 1px #cdcdcd;
        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;
    color: #3a5065;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

.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;
    border: 0;
    border-collapse: collapse;
}

.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/FleetManagement/images/vs.png?1447823344) 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;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr a.filter {
    padding-left: 25px;
    background: url(/Assets/TFA/FleetManagement/images/non-selected.png?1457528514) no-repeat left center;
    text-transform: uppercase;
    margin: 5px 0 0;
    display: block;
    line-height: 22px;
    padding: 0 0 0 20px;
    color: #595959;
    font-size: 18px;
}

@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/FleetManagement/images/selected.png?1457528512) no-repeat left center;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr .bootstrap-select {
    background: none;
    float: right;
    max-width: 125px;
}

.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/FleetManagement/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: #00b6b0;
}

.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: #ebebeb;
    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: 18px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.detailed-summary th:last-child {
        width: 3%;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares thead th:last-child {
    background-color: #44586e;
    color: #fff;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares thead th {
    text-transform: uppercase;
    font-size: 18px;
}

.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: #e0e7ee;
}

.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;
}

@media (min-width: 768px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .footer-icon-wide-strip .contact-dealer {
        margin-left: 12.5%;
    }
}

.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: #fff;
    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: #00b6b0;
    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: #00b6b0;
    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: 2px solid #00b6b0;
    margin: 0 15px;
    padding: 15px 15px 5px;
}

.nl-calculator-page .more-about h2 {
    color: #3a5065;
    padding-bottom: 20px;
    font-size: 22px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.nl-calculator-page .more-about .more-tabs {
    background-image: url(/Assets/TFA/FleetManagement/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #eaeaea), color-stop(100%, #fdfdfd));
    background-image: -moz-linear-gradient(bottom, #eaeaea, #fdfdfd);
    background-image: -webkit-linear-gradient(bottom, #eaeaea, #fdfdfd);
    background-image: linear-gradient(to top, #eaeaea, #fdfdfd);
    padding: 20px 15px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nl-calculator-page .more-about .more-tabs {
        min-height: 118px;
    }
}

.nl-calculator-page .more-about .more-tabs h3 {
    color: #666;
    font-weight: bold;
    margin: 0 !important;
    padding-bottom: 15px;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 18px;
}

@media (min-width: 768px) {
    .nl-calculator-page .more-about .more-tabs a {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
    }
}

.popups .modal-dialog {
    max-width: 682px !important;
    width: 94%;
}

@media (min-width: 768px) {
    .popups .modal-dialog {
        padding: 20px;
    }
}

.popups .modal-dialog .modal-body {
    padding: 10px 20px 25px 20px;
    text-align: left;
}

.popups .modal-dialog .modal-body h1 {
    color: #3a5065;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    font-size: 32px;
}

@media (max-width: 768px) {
    .popups .modal-dialog .modal-body h1 {
        font-size: 24px;
    }
}

.popups .modal-dialog .modal-body h2 {
    color: #3a5065;
    margin: 15px 0 15px 0;
    font-size: 1em;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

.popups .modal-dialog .modal-body ul {
    list-style-type: none;
    padding-left: 0;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.popups .modal-dialog .modal-body ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(/Assets/TFA/FleetManagement/images/bullet.gif?1450678460) no-repeat left 12px;
}

.popups .modal-dialog .modal-body p {
    color: #666;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.popups .modal-dialog .modal-body a {
    color: #666;
    text-decoration: underline;
}

.popups .modal-dialog .modal-body .red-btn {
    color: #fff;
    text-decoration: none;
}

.popups .modal-dialog .modal-header {
    border-bottom: 0;
    padding: 0;
}

.popups .modal-dialog button.close {
    background: none !important;
    color: #999 !important;
    font-size: 42px !important;
    font-weight: 300;
    right: 6px !important;
    top: 13px !important;
}

.popups .modal-dialog .email-form-container {
    margin-bottom: 30px;
}

.popups .modal-dialog .email-form-container .form-control {
    border-radius: 0;
    margin-bottom: 15px;
}

.popups .modal-dialog .email-form-container .form-group {
    margin-bottom: 0;
}

.popups .modal-dialog .email-form-container input[type="checkbox"] {
    margin-top: 10px;
}

.popups .modal-dialog .email-form-container .red-btn {
    padding: 4px 25px;
}

.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;
}

#myModalemail .display-section-legend {
    display: none;
}

#myModalemail .display-section-fieldset {
    width: 100%;
    padding: 0 !important;
    background: transparent;
}

#myModalemail .display-section-fieldset:first-of-type .display-section-content {
    border: 0 !important;
    padding: 0 !important;
}

#myModalemail .display-section-fieldset .field-border {
    padding: 0 11px 0 0 !important;
    margin-bottom: 15px !important;
}

#myModalemail .display-section-fieldset .field-border:nth-child(1) {
    width: 40%;
}

#myModalemail .display-section-fieldset .field-border:nth-child(2) {
    width: 40%;
}

#myModalemail .display-section-fieldset .field-border:nth-child(3) {
    width: 81.7%;
}

#myModalemail .display-section-fieldset .field-border:nth-child(5) {
    width: 81.7%;
}

#myModalemail .display-section-fieldset .field-border:nth-child(6) {
    margin-bottom: 0 !important;
}

#myModalemail .field-required {
    width: 4%;
}

#myModalemail .form-submit {
    float: left !important;
}

#myModalemail .display-section-fieldset .checkbox-content input {
    margin-left: 0;
}

#myModalemail .formDiv {
    background: none;
}

#myModalemail .scfForm {
    padding: 0;
}

#myModalemail .field-content input, textarea, select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
}

@media (max-width: 767px) {
    #myModalemail .display-section-fieldset .field-border:nth-child(1) {
        width: 100%;
    }

    #myModalemail .display-section-fieldset .field-border:nth-child(2) {
        width: 100%;
    }

    #myModalemail .display-section-fieldset .field-border:nth-child(3) {
        width: 100%;
    }

    #myModalemail .display-section-fieldset .field-border:nth-child(5) {
        width: 100%;
    }

    #myModalemail .display-section-fieldset .checkbox-content label {
        margin-bottom: 10px !important;
    }
}

.nl-calculator-inner .error-message {
    margin-bottom: 15px !important;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.detailed-summary tr td:first-child, .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.detailed-summary tr th:first-child {
    padding: 7px 1px 7px 13px;
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner #detailedSummary .table tr .bootstrap-select {
    width: 115px !important;
    margin-right: 5px;
}

.calc-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 999999999;
    background: url(/Assets/TFA/FleetManagement/images/loading.gif?1455781921) no-repeat center center rgba(215, 215, 215, 0.4);
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table tr td {
        width: 76%;
    }
}

.nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares tr td:first-child, .nl-calculator-page .nl-calculator-section .nl-calculator-inner .table.how-it-compares tr th:first-child {
    padding: 7px 1px 7px 13px;
}

.how-it-compares tr.total-monthly-cost {
    color: #6acce7;
}

.how-it-compares tr.total-monthly-cost td:last-child {
    color: #3a3a3a !important;
}

.monthly-cost-left .table {
    border: 0 !important;
}

.featured-container {
    position: relative;
    width: 100%;
    max-width: 966px;
    margin: 25px auto 34px;
    z-index: 9999;
}

@media (max-width: 767px) {
    .featured-container {
        margin: 25px auto 14px;
    }
}

@media (max-width: 986px) {
    .featured-container {
        width: 90% !important;
    }
}

@media (max-width: 502px) {
    .featured-container {
        max-width: 70% !important;
    }
}

.featured-container h2 {
    font-size: 36px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    color: #3a5065;
    margin-bottom: 15px !important;
}

@media (max-width: 767px) {
    .featured-container h2 {
        font-size: 22px;
    }
}

.featured-container img {
    width: 100%;
    height: auto;
}

.featured-container h3 {
    color: #00b6b0;
    font-size: 18px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    padding: 15px 15px 5px;
    margin: 0 !important;
}

.featured-container p {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    padding: 0 15px 10px 15px;
    font-size: 16px;
    margin: 0;
}

.featured-container .learn-more {
    color: #eb0a1e;
    font-size: 16px;
    padding: 0 15px;
}

.featured-container .learn-more .glyphicon {
    font-size: 10px;
}

.featured-container .btn {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}

.featured-container .btn:hover, .featured-container .btn:active, .featured-container .btn:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

.featured-container .featured-carousel {
    width: 100%;
    overflow: hidden;
    margin-top: 44px;
}

@media (max-width: 767px) {
    .featured-container .featured-carousel {
        margin-top: 24px;
    }
}

@media (max-width: 502px) {
    .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 {
    background-color: #fff;
    padding: 5px;
    border-bottom: solid 3px #e5e5e5;
    position: relative;
}

.featured-container .featured-carousel ul li div a.learn-more {
    position: absolute;
    bottom: 15px;
}

.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/FleetManagement/images/featured-carousel-left-arrow.png?1471851756) no-repeat center center;
}

.featured-container .next {
    right: -8px;
    background: url(/Assets/TFA/FleetManagement/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%;
}

.featured-container#novatedLeaseBoxes li div {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.featured-container#novatedLeaseBoxes h3 {
    color: #666;
}

.featured-container#novatedLeaseBoxes p {
    line-height: 18px;
    color: #8f8f8f;
}

.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;
}

@media (min-width: 992px) {
    .featured-wrapper .featured-container {
        padding-left: 6px;
    }
}

.carousel {
    position: relative;
    z-index: 99;
}

.carousel h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

.carousel img {
    width: 100%;
}

@media (max-width: 960px) {
    .carousel img {
        width: 150%;
        max-width: 150% !important;
        margin-left: -25%;
    }
}

.carousel .carousel-indicators {
    bottom: 0;
}

.carousel .carousel-indicators li {
    background: transparent;
    border: 1px solid #ccc !important;
    width: 13px;
    height: 13px;
    margin: 3px;
}

.carousel .carousel-indicators li:hover {
    background: #ccc !important;
}

.carousel .carousel-indicators li.active {
    background: #ccc !important;
}

.carousel .carousel-caption {
    text-align: inherit !important;
}

@media (max-width: 767px) {
    .carousel .carousel-caption {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .carousel .promtion .promotional-img {
        display: table;
    }
}

.carousel .promtion .promotional-img .meddle-img-pro {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-img .meddle-img-pro {
        display: block;
    }
}

.carousel .carousel-control {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

.carousel .carousel-caption-text h1 {
    font-size: 35px;
    color: #fff;
}

@media (max-width: 1050px) {
    .carousel .carousel-caption-text h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .carousel .carousel-caption-text h1 {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .carousel .carousel-caption-text h1 {
        max-width: 140px;
    }
}

.carousel .carousel-caption-text p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1050px) {
    .carousel .carousel-caption-text p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .carousel .carousel-caption-text p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .carousel .carousel-caption-text h1 {
        font-size: 20px !important;
        color: #fff !important;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .carousel .carousel-caption-text h1 span {
        font-size: 20px !important;
        color: #fff !important;
    }

    .carousel .carousel-caption-text .btn {
        font-size: 12px;
        padding: 7px 10px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .carousel .carousel-caption-text .btn {
        font-size: 12px !important;
    }

    .carousel .carousel-caption-text .btn span {
        font-size: 12px !important;
    }
}

.carousel .top .carousel-caption {
    left: 0;
    right: 0;
    top: 0;
    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%;
    padding: 0;
}

.carousel .top .carousel-caption .pull-center {
    margin: 0 auto;
}

.carousel .text-bottom .carousel-caption {
    left: 0;
    right: 0;
    background-color: rgba(0, 42, 70, 0.7);
    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;
    line-height: 23px;
}

.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: relative;
    background: #666;
    display: none;
}

.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;
}

.carousel .video .carousel-caption {
    padding-bottom: 40px;
}

.carousel .carousel-inner {
    margin: 0 auto;
    max-width: 1440px;
}

.carousel .carousel-inner > .item {
    overflow: hidden;
}

.carousel .promtion {
    padding: 55px 0 56px;
}

@media (max-width: 992px) {
    .carousel .promtion {
        padding: 55px 15px 56px;
    }
}

@media (max-width: 767px) {
    .carousel .promtion {
        padding: 55px 15px 40px;
    }
}

.carousel .promtion .container {
    padding: 5px;
    max-width: 1010px;
}

@media (min-width: 768px) {
    .carousel .promtion .promotional-img {
        line-height: 335px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel .promtion .promotional-img {
        line-height: 316px;
    }
}

.carousel .promtion .promotional-img img {
    max-width: 500px !important;
    max-height: 360px !important;
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .carousel .promtion .promotional-img img {
        margin: 20px auto !important;
        max-width: none !important;
        max-height: none !important;
        width: 100% !important;
    }
}

.carousel .promtion .carousel-caption {
    padding: 20px 30px;
    background-color: #012a46;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    text-shadow: none;
}

@media (max-width: 480px) {
    .carousel .promtion .carousel-caption {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .carousel .promtion .carousel-caption {
        padding: 20px;
    }
}

.carousel .promtion .carousel-caption h2 {
    font-size: 35px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption h2 {
        font-size: 20px;
    }
}

.carousel .promtion .carousel-caption h4 {
    font-size: 25px;
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.carousel .promtion .carousel-caption p {
    color: #d7d7d7;
    margin-bottom: 25px;
}

.carousel .promtion .carousel-caption .cost-container {
    position: relative;
    max-width: 375px;
}

@media (max-width: 991px) {
    .carousel .promtion .carousel-caption .cost-container {
        max-width: 330px;
    }
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption .cost-container {
        max-width: 240px;
    }
}

.carousel .promtion .carousel-caption .cost-container .price-cost {
    background-color: #fff;
    padding: 8px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: 220px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel .promtion .carousel-caption .cost-container .price-cost {
        max-width: 175px;
        padding: 8px 13px;
    }
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption .cost-container .price-cost {
        padding: 4px 10px;
    }
}

.carousel .promtion .carousel-caption .cost-container .price-cost p {
    font-size: 18px;
    color: #666;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    margin-bottom: 0;
}

.carousel .promtion .carousel-caption .cost-container .price-cost p.price {
    color: #00b6b2;
    font-size: 48px;
    padding: 0;
    margin-top: -12px;
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption .cost-container .price-cost p.price {
        font-size: 25px;
        margin-top: 0;
    }
}

.carousel .promtion .carousel-caption .cost-container .price-cost p.per-week {
    color: #00b6b2;
    padding: 0 0 0 5px;
    line-height: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel .promtion .carousel-caption .cost-container .price-cost p.per-week {
        font-size: 15px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption .cost-container .price-cost p.per-week {
        line-height: 13px;
        font-size: 13px;
        padding: 4px 0 0 5px;
    }
}

.carousel .promtion .carousel-caption .cost-container .price-cost p.post-tax {
    display: inline-block;
    line-height: 23px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel .promtion .carousel-caption .cost-container .price-cost p.post-tax {
        font-size: 16px;
    }
}

.carousel .promtion .carousel-caption .cost-container .cta {
    max-width: 140px;
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption .cost-container .cta {
        padding-top: 20px;
    }
}

.carousel .promtion .carousel-caption .cost-container .cta .inform-text {
    background-color: #fff;
    padding: 5px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    line-height: 18px;
    word-wrap: break-word;
    margin-bottom: 18px;
}

.carousel .promtion .carousel-caption .cost-container .cta .red-btn {
    bottom: 0;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 4px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 125px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel .promtion .carousel-caption .cost-container .cta .red-btn {
        padding: 5px 8px;
    }
}

@media (max-width: 991px) {
    .carousel .promtion .carousel-caption .cost-container .cta .red-btn {
        font-size: 11px;
    }
}

.carousel .promtion .carousel-caption .price-container .price {
    color: #00b6b2;
    font-size: 48px;
    padding: 0;
    margin-top: -12px;
    margin-bottom: 0;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    display: block;
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption .price-container .price {
        font-size: 25px;
        margin-top: 0;
    }
}

.carousel .promtion .carousel-caption .price-container .per-week {
    color: #00b6b2;
    line-height: 16px !important;
    padding: 10px 0 0 5px;
    margin-bottom: 10px;
    font-size: 13px;
    max-width: 55px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel .promtion .carousel-caption .price-container .per-week {
        font-size: 15px !important;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption .price-container .per-week {
        line-height: 13px !important;
        font-size: 13px;
        padding: 4px 0 0 5px;
    }
}

.carousel .promtion .carousel-caption .price-cost {
    background-color: #e7e6e6;
    padding: 8px 15px;
    margin-bottom: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel .promtion .carousel-caption .price-cost {
        padding: 8px 13px;
    }
}

@media (max-width: 767px) {
    .carousel .promtion .carousel-caption .price-cost {
        padding: 4px 10px;
        margin-bottom: 0;
    }
}

.carousel .promtion .carousel-caption .price-cost p {
    font-size: 18px;
    color: #00b6b2;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    margin-bottom: 0;
}

.carousel .promtion .carousel-caption .post-tax {
    display: inline-block;
    line-height: 23px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel .promtion .carousel-caption .post-tax {
        font-size: 16px !important;
    }
}

.carousel.videoActive {
    z-index: 9999;
}

.carousel.videoActive .carousel-indicators {
    z-index: -1;
}

.nl-calculator-carousel {
    padding-top: 50px;
    padding-bottom: 10px;
}

@media (max-width: 1050px) {
    .nl-calculator-carousel {
        padding-top: 0;
    }
}

.nl-calculator-carousel img {
    max-width: 360px !important;
    max-height: 185px;
    float: right;
    margin-top: 70px;
}

@media (max-width: 1050px) {
    .nl-calculator-carousel img {
        margin-top: 115px;
    }
}

.nl-calculator-carousel .carousel-caption {
    max-width: 470px;
    display: block !important;
}

.nl-calculator-carousel .carousel-caption h1 {
    font-size: 35px !important;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 0 10px 0 !important;
    font-family: "toyotadisplayboldwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 1050px) {
    .nl-calculator-carousel .carousel-caption h1 {
        font-size: 25px !important;
    }
}

.nl-calculator-carousel .carousel-caption p {
    font-size: 20px;
    color: #fff;
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    padding: 0 !important;
    line-height: 28px;
}

@media (max-width: 1050px) {
    .nl-calculator-carousel .carousel-caption p {
        font-size: 16px;
        line-height: 20px;
    }
}

#toyota-inner-banner {
    background: #fff;
    padding-bottom: 20px;
}

#toyota-inner-banner.carousel img.slide-partition {
    width: 100%;
    bottom: 18px;
    pointer-events: none;
}

@media (max-width: 767px) {
    #toyota-inner-banner.carousel img.slide-partition {
        width: 149%;
        max-width: 149% !important;
        margin-left: -25%;
    }
}

#toyota-inner-banner h2 {
    font-size: 36px;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    color: #fff !important;
}

@media (max-width: 480px) {
    #toyota-inner-banner h2 {
        max-width: 140px;
        font-size: 20px !important;
    }
}

#toyota-inner-banner p {
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
}

#toyota-inner-banner .carousel-indicators {
    bottom: -20px;
}

@media (max-width: 767px) {
    #toyota-inner-banner .carousel-indicators {
        bottom: -10px;
    }
}

#toyota-inner-banner .carousel-indicators li {
    border: 1px solid #666 !important;
}

#toyota-inner-banner .carousel-indicators li.active {
    background: #666 !important;
}

#toyota-inner-banner .slide-partition {
    position: absolute;
    bottom: 20px;
    left: 0;
}

#toyota-inner-banner .video-container .video-bg {
    background-color: #666;
    border: solid 2px rgba(255, 255, 255, 0.5);
}

#toyota-inner-banner .video-container .video-image .video-icon {
    background-size: 20%;
}

#toyota-inner-banner .video-container .video-image img {
    max-height: 222px;
    width: 100%;
    margin: 0;
}

#toyota-inner-banner .video-container .video-file {
    display: none;
}

#toyota-inner-banner .video-container .video-file video {
    margin-bottom: -5px;
    max-width: 461px;
    max-height: 222px;
    width: 100%;
}

#toyota-inner-banner .video-container .video-file iframe {
    margin-bottom: -5px;
    max-width: 461px;
    max-height: 222px;
    width: 100%;
}

#toyota-inner-banner .video-container .video-file .embed-responsive-16by9 {
    padding-bottom: 48.25%;
}

#toyota-inner-banner .video-container .video-file .close-banner-video {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 15px;
    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;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fleet-management .carousel img {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
}

.carousel .modal-dialog {
    margin-top: 75px !important;
}

@media (min-width: 768px) {
    .carousel .modal-open .modal {
        display: none;
    }
}

#videoModel .modal-dialog {
    margin-top: 75px !important;
}

@media (min-width: 768px) {
    #videoModel .modal-open .modal {
        display: none;
    }
}

@media (max-width: 767px) {
    #toyota-secondary-banner .carousel-indicators {
        bottom: -5px;
    }

    #tfm-home .tfm-container {
        padding-top: 70%;
    }

    #tfm-home #toyota-novated-banner .top .carousel-caption {
        height: 68%;
    }

    #tfm-home #toyota-novated-banner .carousel-indicators {
        bottom: 30%;
    }
}

@media (max-width: 767px) and (max-width: 480px) {
    #tfm-home #toyota-novated-banner .carousel-indicators {
        bottom: 27%;
    }
}

#toyota-secondary-banner a.promotional-img {
    display: block;
    text-align: center;
}

#toyota-inner-banner .carousel-caption-text {
    max-width: 440px;
}

@media (max-width: 767px) {
    .promtion .carousel .carousel-caption {
        max-width: 100%;
    }
}

.promotional-description .red-btn {
    padding: 6px 15px;
    font-size: 14px;
    display: inline-block;
    clear: both;
    max-width: 133px;
    text-align: center;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .promotional-description .red-btn {
        font-size: 13px;
        padding: 5px 13px;
        max-width: 122px;
    }
}

.promotional-description .white-btn {
    padding: 6px 15px;
    font-size: 14px;
    display: inline-block;
    clear: both;
    max-width: 133px;
    text-align: center;
}

@media (max-width: 767px) {
    .promotional-description .white-btn {
        font-size: 13px;
        padding: 5px 13px;
        max-width: 122px;
    }
}

#tfm-home-content-banner.lazy .item {
    padding-top: 42.4%;
}

#tfm-home-content-banner.lazy .item img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tfm-section > #toyota-secondary-banner {
    border: none;
    background-image: none;
}

#toyota-secondary-banner + .tfm-container {
    padding: 0;
}

.carousel .promtion .carousel-caption .price-cost p.post-tax {
    color: #00b6b2 !important;
}

#toyota-secondary-banner .btn.btn-lg {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}

#toyota-secondary-banner .btn.btn-lg:hover {
    background-color: red !important;
}

.full-width-caption a {
    color: #eb0a1e !important;
}

.full-width-caption p {
    font-size: 13px !important;
}

.full-width-caption a.btn {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    color: #fff !important;
}

.full-width-caption a.btn:hover, .full-width-caption a.btn:active, .full-width-caption a.btn:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

@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 {}

.carousel .carousel-caption {
    pointer-events: none;
}

.carousel .carousel-caption a {
    pointer-events: auto;
}

#tfm-home-content-banner .carousel-caption h2 {
    word-break: break-all;
}

@media (max-width: 767px) {
    .carousel .carousel-caption-text .btn.red-btn {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .carousel .carousel-caption-text .btn.red-btn + .openModalVideo {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

body {
    overflow-x: hidden;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    color: #666;
    background-color: #fff;
    padding: 0 !important;
    overflow-y: scroll !important;
}

.tfm-section {
    background: url(/Assets/TFA/FleetManagement/images/page-background.jpg?1462428764) no-repeat top center;
    background-color: #f5f6f7;
    max-width: 1440px;
    margin: 0 auto;
    background-size: 100%;
}

@media (max-width: 960px) {
    .tfm-section {
        background-size: 150%;
    }
}

@media (max-width: 767px) {
    .tfm-section {
        overflow-x: hidden;
    }
}

.gtmclass {
    height: 0;
    width: 0;
    display: none;
    visibility: hidden;
}

.tfm-border-section {
    margin-bottom: 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
    position: relative;
    z-index: 99999;
}

.container {
    max-width: 1050px;
    width: 100%;
    position: relative;
}

a:focus {
    outline: none !important;
}

.btn:focus, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

p {
    font-size: 14px;
}

.border-bottom {
    border-bottom: solid 1px #e5e5e5;
}

.no-border {
    border: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.red-btn {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}

.red-btn:hover, .red-btn:active, .red-btn:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

.red-btn.red-btn-sm {
    margin: -5px 0 10px;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff !important;
    display: block;
    max-width: 110px;
}

.red-btn.red-btn-sm .glyphicon {
    font-size: 10px;
}

.find-more {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 14px;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.find-more:hover {
    color: #eb0a1e;
}

.find-more:focus {
    color: #eb0a1e;
}

.find-more span.glyphicon {
    font-size: 11px;
}

.modal {
    z-index: 99999999;
}

.modal .modal-dialog {
    width: 94%;
    max-width: 960px;
    margin: 10px auto;
}

.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;
}

.modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.modal .modal-body {
    padding: 0;
}

.modal-backdrop {
    z-index: 9999999;
}

.tfm-main-section {
    background-image: url(/Assets/TFA/FleetManagement/images/toyota-main-section-bg.jpg?1450255658);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.tfm-inner-section {
    width: 100%;
    padding: 20px 0 30px;
    min-height: 500px;
    background: transparent;
}

@media (max-width: 767px) {
    .tfm-inner-section {
        padding: 0;
    }
}

.tfm-inner-section ul {
    margin-bottom: 25px;
}

.tfm-inner-section ul li {
    line-height: 27px;
}

.tfm-inner-section ul.default-list li {
    padding-bottom: 10px;
    line-height: 18px;
}

.tfm-inner-section .cms-content {
    width: 60%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .tfm-inner-section .cms-content {
        overflow: hidden;
        border: none;
    }
}

@media (min-width: 768px) {
    .tfm-inner-section .cms-content {
        min-height: 435px;
    }
}

@media (max-width: 767px) {
    .tfm-inner-section .cms-content {
        width: 100%;
    }
}

.tfm-inner-section .cms-content .module-group ul {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .tfm-inner-section .cms-content .module-group ul {
        padding-left: 30px;
    }
}

.tfm-inner-section .cms-content .module-group p a {
    color: #eb0a1e;
    text-decoration: none;
}

.tfm-inner-section .cms-content .module-group p a:hover {
    color: #eb0a1e;
}

.tfm-inner-section summary {
    font-size: 17px !important;
    margin: 0 0 15px;
    line-height: 1.2;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.tfm-inner-section summary br {
    display: none;
}

.tfm-inner-section h1 {
    font-size: 24px;
    margin: 0 0 17px !important;
    color: #012a46;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.tfm-inner-section h2 {
    font-size: 22px;
    margin: 0 0 10px !important;
    color: #012a46;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.tfm-inner-section h3 {
    font-size: 18px;
    margin: 0 0 10px !important;
    color: #012a46;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.tfm-inner-section h4 {
    font-size: 16px;
    margin: 0 0 10px !important;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .tfm-inner-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tfm-inner-section h1 {
        font-size: 20px;
    }

    .tfm-inner-section h2 {
        font-size: 18px;
    }

    .tfm-inner-section h3 {
        font-size: 16px;
    }

    .tfm-inner-section h4 {
        font-size: 15px;
    }
}

.tfm-inner-section p {
    color: #666 !important;
    line-height: 1.5;
    padding-bottom: 8px;
    margin: 0 0 10px;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;
}

@media (max-width: 767px) {
    .tfm-inn {
        padding: 0;
    }

    .tfm-inn.fleet-management #toyota-inner-banner {
        position: absolute;
        top: 55px;
        z-index: 999;
    }

    .tfm-inn.fleet-management .leftside-menu #topNav {
        margin-bottom: 0;
    }

    .tfm-inn.fleet-management .leftside-menu #topNav #finance-navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .tfm-inn.fleet-management .cms-content {
        padding-top: 70%;
    }
}

.apple-google {
    margin: 0 10px 20px 0;
    float: left;
}

.apple-google img {
    max-width: 135px;
}

.cms-content-right {
    width: 79.4%;
    position: relative;
    border-left: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .cms-content-right {
        overflow: hidden;
        border: none;
    }
}

@media (min-width: 768px) {
    .cms-content-right {
        min-height: 435px;
    }
}

@media (max-width: 767px) {
    .cms-content-right {
        width: 100%;
    }
}

.cms-content-right .module-group ul {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .cms-content-right .module-group ul {
        padding-left: 30px;
    }
}

.teal {
    color: #00b6b0 !important;
}

.fleet-blue {
    color: #3a5066 !important;
}

.black-blue {
    color: #002a46 !important;
}

.core-gray {
    color: #cbcdc9 !important;
}

.citrus {
    color: #a4a41d !important;
}

.body-gray {
    color: #666 !important;
}

.featured-wrapper {
    overflow: hidden !important;
}

.red-button {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
}

.red-button:hover, .red-button:active, .red-button:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

.red-button:focus {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
}

.red-button:focus:hover, .red-button:focus:active, .red-button:focus:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

.tfm-inner-section-fleet, .tfm-main-section .container-fluid {
    width: 100%;
    padding: 20px 0 30px;
    min-height: 500px;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    .tfm-inner-section-fleet, .tfm-main-section .container-fluid {
        padding: 0;
    }
}

.tfm-inner-section-fleet ul, .tfm-main-section .container-fluid ul {
    margin-bottom: 25px;
}

.tfm-inner-section-fleet ul li, .tfm-main-section .container-fluid ul li {
    line-height: 27px;
}

.tfm-inner-section-fleet ul ul, .tfm-main-section .container-fluid ul ul {
    margin-bottom: 0;
}

.tfm-inner-section-fleet ul.tab-list, .tfm-main-section .container-fluid ul.tab-list {
    margin-bottom: 0;
}

.tfm-inner-section-fleet ul.default-list li, .tfm-main-section .container-fluid ul.default-list li {
    padding-bottom: 10px;
}

.tfm-inner-section-fleet .cms-content, .tfm-main-section .container-fluid .cms-content {
    width: 60%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .tfm-inner-section-fleet .cms-content, .tfm-main-section .container-fluid .cms-content {
        overflow: hidden;
        border: none;
    }
}

@media (min-width: 768px) {
    .tfm-inner-section-fleet .cms-content, .tfm-main-section .container-fluid .cms-content {
        min-height: 435px;
    }
}

@media (max-width: 767px) {
    .tfm-inner-section-fleet .cms-content, .tfm-main-section .container-fluid .cms-content {
        width: 100%;
    }
}

.tfm-inner-section-fleet .cms-content .module-group ul, .tfm-main-section .container-fluid .cms-content .module-group ul {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .tfm-inner-section-fleet .cms-content .module-group ul, .tfm-main-section .container-fluid .cms-content .module-group ul {
        padding-left: 30px;
    }
}

.tfm-inner-section-fleet .cms-content .module-group p a, .tfm-main-section .container-fluid .cms-content .module-group p a {
    color: #eb0a1e;
    text-decoration: none;
}

.tfm-inner-section-fleet .cms-content .module-group p a:hover, .tfm-main-section .container-fluid .cms-content .module-group p a:hover {
    color: #eb0a1e;
}

.tfm-inner-section-fleet summary, .tfm-main-section .container-fluid summary {
    font-size: 17px !important;
    margin: 0 0 15px;
    line-height: 1.2;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.tfm-inner-section-fleet summary br, .tfm-main-section .container-fluid summary br {
    display: none;
}

.tfm-inner-section-fleet h1, .tfm-main-section .container-fluid h1 {
    font-size: 24px;
    margin: 0 0 17px !important;
    color: #012a46;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.tfm-inner-section-fleet h2, .tfm-main-section .container-fluid h2 {
    font-size: 22px;
    margin: 0 0 10px !important;
    color: #012a46;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.tfm-inner-section-fleet h3, .tfm-main-section .container-fluid h3 {
    font-size: 18px;
    margin: 0 0 10px !important;
    color: #012a46;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

.tfm-inner-section-fleet h4, .tfm-main-section .container-fluid h4 {
    font-size: 16px;
    margin: 0 0 10px !important;
    color: #012a46;
    font-family: "toyotadisplayregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .tfm-inner-section-fleet, .tfm-main-section .container-fluid {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tfm-inner-section-fleet h1, .tfm-main-section .container-fluid h1 {
        font-size: 20px;
    }

    .tfm-inner-section-fleet h2, .tfm-main-section .container-fluid h2 {
        font-size: 18px;
    }

    .tfm-inner-section-fleet h3, .tfm-main-section .container-fluid h3 {
        font-size: 16px;
    }

    .tfm-inner-section-fleet h4, .tfm-main-section .container-fluid h4 {
        font-size: 15px;
    }
}

.tfm-inner-section-fleet p, .tfm-main-section .container-fluid p {
    color: #666 !important;
    line-height: 1.5;
    padding-bottom: 8px;
    margin: 0 0 10px;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.video-icon {
    background: url(/Assets/TFA/FleetManagement/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;
    }
}

iframe, video {
    width: 100%;
}

.glyphicon-info-sign {
    color: #616161;
    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.top .tooltip-arrow {
    border-top-color: #999 !important;
}

.tooltip {
    z-index: 99999 !important;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #595959 !important;
}

.tooltip .tooltip-inner {
    position: relative;
    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;
}

.scroll-bottom {
    background: transparent none repeat scroll 0 0;
    bottom: -30px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center !important;
    width: 100px;
    z-index: 99999;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 960px) {
    .scroll-bottom {
        bottom: 10px;
        bottom: 0;
    }
}

@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;
}

.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;
}

.openModalVideo {
    padding: 9px 25px;
    margin-left: 10px;
    color: #eb0a1e;
    font-size: 15px;
}

@media (max-width: 767px) {
    .openModalVideo {
        display: inline-block !important;
    }
}

@media (max-width: 480px) {
    .openModalVideo {
        padding: 7px 10px;
        font-size: 12px;
    }
}

.scfForm {
    max-width: 960px;
    margin: 0 auto 15px;
}

.scfForm h3 {
    border-bottom: solid 1px #d1d1d1;
    padding-bottom: 10px;
}

.scfForm h3 em {
    color: #ed1b2f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: normal;
    padding-left: 1px;
}

.display-section-fieldset {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 20px 0 0 !important;
}

.display-section-fieldset input[type='radio'], .display-section-fieldset input[type='checkbox'] {
    border: none !important;
}

.display-section-fieldset input[type='file'] {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 43px !important;
    outline: medium none;
    padding: 0 15px;
    width: 22%;
}

.display-section-fieldset .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity = 0);
    opacity: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}

.display-section-fieldset input[readonly] {
    background-color: #fff !important;
    cursor: text !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 80%;
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .display-section-fieldset input[readonly] {
        width: 73% !important;
    }
}

.display-section-fieldset .btn-file {
    position: relative;
    overflow: hidden;
    padding: 10.6px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #00b6b0;
    border-color: #00b6b0;
}

.display-section-fieldset .btn-file:hover, .display-section-fieldset .btn-file:focus {
    background-color: #00b6b0;
    border-color: #00b6b0;
}

@media (max-width: 767px) {
    .display-section-fieldset {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .display-section-fieldset:first-of-type {
        padding-bottom: 0 !important;
    }
}

.display-section-fieldset:first-of-type .display-section-content {
    border-right: none;
}

@media (max-width: 767px) {
    .display-section-fieldset:first-of-type .display-section-content {
        border: 0 !important;
    }
}

@media (max-width: 767px) {
    .display-section-fieldset:last-child {
        padding-top: 0 !important;
    }
}

.display-section-fieldset .display-section-legend {
    border: 0 none;
    color: #595959 !important;
    font-family: toyotadisplayregularwebfont;
    font-size: 17px;
    font-weight: normal;
    margin: 0 15px !important;
    display: none;
}

@media (max-width: 767px) {
    .display-section-fieldset .display-section-legend {
        margin: 0 !important;
    }
}

.display-section-fieldset .display-section-content {
    padding-bottom: 10px !important;
    padding-left: 0;
}

.display-section-fieldset .display-section-content label[for='select'] {
    display: none !important;
}

.display-section-fieldset .display-section-info {
    display: none;
}

.display-section-fieldset legend.contact-heading {
    font-size: 15px !important;
    color: #595959 !important;
    padding: 0 0 10px !important;
}

@media (max-width: 767px) {
    .display-section-fieldset legend.contact-heading {
        margin: 0 15px !important;
    }
}

.display-section-fieldset legend.contact-heading + p.scfSectionBorder {
    display: none;
}

.display-section-fieldset input, .display-section-fieldset select {
    padding: 0 0 0 15px;
    height: 43px;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    box-shadow: none !important;
}

.display-section-fieldset input:focus, .display-section-fieldset select:focus {
    border-color: #b4b4b4;
    outline: none;
}

.display-section-fieldset .display-section-content {
    padding-bottom: 10px !important;
}

.display-section-fieldset .display-section-content label[for='select'] {
    display: none !important;
}

.display-section-fieldset input[type='radio'], .display-section-fieldset input[type='checkbox'] {
    border: none !important;
}

.display-section-fieldset .field-border {
    margin: 0 0 15px !important;
    float: left;
    width: 100%;
    padding: 0;
    clear: none;
}

.display-section-fieldset .field-border:before {
    content: "";
    display: table;
}

.display-section-fieldset .field-border:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .display-section-fieldset .field-border {
        width: 100%;
    }
}

.display-section-fieldset .field-border .field-panel {
    width: 96%;
}

.display-section-fieldset .field-border .field-panel .field-info {
    margin-left: 15px;
    margin-top: -30px;
    width: 40%;
    color: #595959 !important;
}

@media (max-width: 767px) {
    .display-section-fieldset .field-border .field-panel .field-info {
        margin-top: -70px;
        width: 100%;
    }
}

.display-section-fieldset .field-border .field-panel .field-validation-error {
    padding-top: 3px;
    font-size: 13px;
}

.display-section-fieldset .field-title {
    width: 100%;
    font-size: 14px;
}

.display-section-fieldset .field-content {
    padding-right: 0;
}

.display-section-fieldset label {
    font-weight: normal;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .display-section-fieldset .checkbox-content {
        width: 100%;
    }
}

.display-section-fieldset .checkbox-content input {
    height: 13px;
    margin-left: 15px;
    margin-right: 5px;
    float: left;
}

@media (max-width: 767px) {
    .display-section-fieldset .checkbox-content input {
        float: left;
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .display-section-fieldset .checkbox-content label {
        float: left;
        max-width: 85%;
    }
}

.display-section-fieldset .checkbox-content label {
    max-width: 85%;
}

.display-section-fieldset .list-content {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    padding: 11px 15px;
    min-height: 43px;
}

.display-section-fieldset .list-content table {
    width: 60%;
    float: left;
}

@media (max-width: 991px) {
    .display-section-fieldset .list-content table {
        width: 100% !important;
    }
}

.display-section-fieldset .list-content table td {
    width: 50% !important;
}

.display-section-fieldset .list-content table td input {
    height: 13px;
    margin-right: 5px;
}

.display-section-fieldset .field-captcha-controls {
    width: 20px;
}

.display-section-fieldset .field-captcha-controls input {
    height: auto;
    padding: 1px;
    margin: 0 0 2px;
}

.display-section-fieldset .field-captcha-image-container {
    height: 43px !important;
    margin-bottom: 15px;
    text-align: center;
    width: 90% !important;
}

@media (max-width: 992px) {
    .display-section-fieldset .field-captcha-image-container {
        width: 89% !important;
    }
}

@media (max-width: 767px) {
    .display-section-fieldset .field-captcha-image-container {
        width: 90% !important;
    }
}

@media (max-width: 480px) {
    .display-section-fieldset .field-captcha-image-container {
        width: 85% !important;
    }
}

.display-section-fieldset .field-captcha-image-container img {
    height: 100% !important;
}

@media (max-width: 480px) {
    .display-section-fieldset .field-captcha-image-container img {
        max-height: 36px;
        width: 100%;
    }
}

.display-section-fieldset textarea {
    font-size: 14px;
    height: 85px;
    padding: 15px;
    resize: none;
    border: 1px solid #d4d4d4;
    box-shadow: none !important;
}

.display-section-fieldset textarea:focus {
    border-color: #b4b4b4;
    outline: none;
}

.display-section-fieldset .checkbox-border .field-panel {
    width: 90% !important;
}

@media (max-width: 767px) {
    .display-section-fieldset .checkbox-border .field-panel {
        width: 100%;
    }
}

.display-section-fieldset .checkbox-border .field-panel .checkbox-content {
    width: 98% !important;
    margin-bottom: 6px;
}

.form-validation-summary {
    display: none;
}

.form-validation-summary .validation-summary-errors {
    display: none;
}

.contact-heading {
    padding: 0 !important;
}

fieldset.contact-heading {
    padding: 20px 8% 0 0 !important;
}

@media (max-width: 767px) {
    fieldset.contact-heading {
        padding: 20px 0 0 !important;
    }
}

fieldset.contact-heading:first-of-type {
    border-right: 1px solid #e5e5e5 !important;
}

@media (max-width: 767px) {
    fieldset.contact-heading:first-of-type {
        border-right: none !important;
    }
}

fieldset.contact-heading:last-of-type {
    padding: 20px 0 0 8% !important;
}

@media (max-width: 767px) {
    fieldset.contact-heading:last-of-type {
        border-right: none !important;
        padding: 5px 0 0 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .form-submit-border {
        margin-right: 35px;
    }
}

@media (min-width: 951px) {
    .form-submit-border {
        margin-right: 50px;
    }
}

.form-submit {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 5px 17px;
    border: 0;
    color: #fff;
}

@media (min-width: 768px) {
    .form-submit {
        float: right;
    }
}

.form-submit:hover {
    background-color: #eb0a1e;
    color: #fff;
    text-decoration: none;
}

.form-submit:focus {
    background-color: #eb0a1e;
    color: #fff;
    text-decoration: none;
}

.field-required {
    color: red !important;
    margin: 12px 0 0 !important;
}

@media (max-width: 767px) {
    .field-required {
        display: inline-block;
    }
}

.mandatory {
    color: red !important;
    margin: 0 5px;
}

.form-title {
    font-family: toyotadisplayregularwebfont !important;
    font-size: 21px !important;
    color: #595959 !important;
}

.thank-u {
    max-width: 960px;
    margin: 25% auto;
    text-align: center;
    display: table;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .thank-u {
        margin: 50px auto;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .field-border {
        padding: 0;
    }

    .display-section-fieldset .checkbox-content input {
        margin-right: 5px;
        float: left;
    }

    .display-section-fieldset .checkbox-content label {
        float: left;
        max-width: 88%;
    }

    .display-section-fieldset .checkbox-border .field-panel {
        margin-bottom: 5px;
    }

    .display-section-content {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .display-section-content {
        padding: 0 !important;
    }

    .display-section-fieldset .list-content table {
        margin-top: 0;
        width: 55%;
    }

    .display-section-fieldset .list-content {
        min-height: 45px;
    }

    .display-section-fieldset .checkbox-border .field-panel {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .display-section-fieldset .checkbox-content label {
        max-width: 84%;
    }

    .display-section-fieldset .list-content table {
        width: 100%;
    }

    .display-section-fieldset .checkbox-border .field-panel {
        width: 100% !important;
    }
}

input[type='radio'], input[type='checkbox'] {
    border: none !important;
}

.selector-field-captcha-play {
    display: none;
}

.scfRadioButtonListBorder label {
    margin-bottom: 10px;
}

#mySubscribe .modal-dialog {
    max-width: 520px !important;
}

#mySubscribe .modal-dialog .form-introduction p {
    font-family: toyotatextregularwebfont;
    margin-bottom: 8px;
    font-size: 14px;
}

#mySubscribe .modal-dialog .form-title h1 {
    margin-bottom: 15px;
}

#mySubscribe .display-section-fieldset .checkbox-content input {
    margin-left: 0 !important;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

#mySubscribe .modal .modal-content {
    padding: 15px;
}

#mySubscribe .display-section-fieldset label {
    font-size: 14px;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.display-section-fieldset label {
    margin-bottom: 10px !important;
    color: #888;
    padding: 0;
}

#mySubscribe .modal-content .modal-header {
    border-bottom: none !important;
    padding: 15px 20px 0 !important;
}

#mySubscribe .display-section-fieldset .checkbox-border a {
    color: #eb0a1e;
}

#mySubscribe .scfForm {
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

#mySubscribe .disabled {
    background-color: #ccc !important;
    background-image: none !important;
    cursor: not-allowed !important;
}

#mySubscribe .disabled:hover {
    cursor: not-allowed !important;
}

@media (max-width: 480px) {
    #mySubscribe .display-section-fieldset .field-border .field-panel {
        width: 94%;
    }
}

#mySubscribe .display-section-fieldset .checkbox-border:last-of-type {
    width: 68%;
}

#mySubscribe .display-section-fieldset .checkbox-border:last-of-type .field-required {
    float: left;
    margin-left: -28px !important;
    margin-top: 8px !important;
}

@media (max-width: 480px) {
    #mySubscribe .display-section-fieldset .checkbox-border:last-of-type {
        width: 100%;
    }
}

.static-content ul {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .static-content ul {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .carousel + .tfm-inner-section-fleet .leftside-menu + .cms-content-right {
        padding-top: 70%;
    }
}

.videoWrapper {
    position: relative;
    padding: 25px 0 53.25%;
    height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-call, span.no-call {
    color: #666 !important;
}

.no-call a, span.no-call a {
    color: #666 !important;
}

iframe.scWebEditRibbon {}

.scChromeToolbar {
    z-index: 9999 !important;
}

.scEnabledChrome {
    z-index: 999 !important;
}

.HideSourcefields {
    display: none !important;
}

[sc-part-of='placeholder rendering'] #toyota-novated-banner {
    position: relative !important;
}

[sc-part-of='placeholder rendering'] .tfm-container {
    padding-top: 0 !important;
}

.download {
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}

.download img {
    max-width: 185px;
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .download img {
        max-width: none;
    }
}

.download p {
    margin-bottom: 5px;
}

.download .find-more {
    padding-bottom: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
}

@media (max-width: 767px) {
    .download {
        margin-top: 0;
        margin-bottom: 20px;
        width: 33%;
    }
}

@media (max-width: 580px) {
    .download {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .download {
        width: 100%;
    }
}

.blockimpt {
    display: block !important;
}

.displayimpt {
    display: none !important;
}

#thankuSec.inner-hub-pages {
    background: #f5f7f6;
    padding-bottom: 90px;
    margin-bottom: 0;
}

#thankuSec.inner-hub-pages .thankuCont {
    text-align: center;
    padding: 67px 0 60px 0;
}

#thankuSec.inner-hub-pages .thankuCont h1 {
    font: 52px/54px 'toyotadisplayboldwebfont',arial;
    color: #3a5066;
    margin: 0;
    padding-bottom: 21px;
}

#thankuSec.inner-hub-pages .thankuCont h2 {
    font: 50px / 52px "toyotadisplayregularwebfont", arial !important;
    color: #6b7177;
    margin: 0;
    padding-bottom: 11px;
}

#thankuSec.inner-hub-pages .thankuCont p {
    font: 20px/22px 'toyotadisplayregularwebfont',arial;
    color: #000;
}

#thankuSec.inner-hub-pages .urgentSec {
    border: 2px solid #cacaca;
    position: relative;
    width: 100%;
    display: table;
    padding: 0 15px;
    border-radius: 5px;
}

#thankuSec.inner-hub-pages .urgentSec h3 {
    font: 17px/19px 'toyotadisplayboldwebfont',arial;
    margin: 0;
    padding: 22px 0 7px 0;
    color: #3a5066 !important;
}

#thankuSec.inner-hub-pages .socialBlock {
    float: left;
    width: 100%;
    padding: 0;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected {
    float: left;
    width: 100%;
    text-align: center;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected li {
    font-size: 0;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 20px 0 0;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected li.icon-contact-us {
    background: url(/Assets/TFA/FleetManagement/images/footer-icon-contact-us.gif) 0 3px no-repeat;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected li.icon-newsroom {
    background: url(/Assets/TFA/FleetManagement/images/footer-icon-newsroom.gif) 0 3px no-repeat;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected li.icon-ttv {
    background: url(/Assets/TFA/FleetManagement/images/footer-icon-toyota-tv.gif) 0 3px no-repeat;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected li.icon-facebook {
    background: url(/Assets/TFA/FleetManagement/images/sc-fb.jpg) no-repeat;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected li.icon-twitter {
    background: url(/Assets/TFA/FleetManagement/images/sc-twit.jpg) no-repeat;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected li.icon-youtube {
    background: url(/Assets/TFA/FleetManagement/images/sc-yt.jpg) no-repeat;
}

#thankuSec.inner-hub-pages .socialBlock .icons-connected li.icon-rss {
    background: url(/Assets/TFA/FleetManagement/images/sc-rss.jpg) no-repeat;
    margin-right: 0;
}

#thankuSec.inner-hub-pages .urgentLeftSec {
    float: left;
    width: 72%;
    padding: 0 0 14px 0;
}

#thankuSec.inner-hub-pages .urgentRightSec {
    background: transparent url(/Assets/TFA/FleetManagement/images/strip-bg.png) no-repeat scroll left 3px;
    display: table-cell;
    margin: -83px 0 0;
    padding: 64px 0 62px 2%;
    position: absolute;
    right: 0;
    top: 50%;
    vertical-align: middle;
    width: 28%;
}

#thankuSec.inner-hub-pages .urgentCol1 {
    float: left;
    width: 48%;
    padding-right: 2%;
}

#thankuSec.inner-hub-pages .urgentCol1 h5 {
    font: bold 13px/16px arial;
    color: #363636;
    margin-bottom: 7px;
}

#thankuSec.inner-hub-pages .urgentCol1 h6 {
    font: bold 13px/16px arial;
    color: #da031e;
    margin-bottom: 7px;
    margin-top: 7px;
}

#thankuSec.inner-hub-pages .urgentCol1 p {
    font: 13px/16px arial;
    color: #535353;
}

@media only screen and (max-width: 992px) {
    #thankuSec.inner-hub-pages .urgentRightSec {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    #thankuSec.inner-hub-pages .urgentLeftSec {
        width: 100%;
        background: none;
    }

    #thankuSec.inner-hub-pages .urgentCol1 {
        width: 100%;
        border-bottom: 1px solid #cacaca;
    }

    #thankuSec.inner-hub-pages .urgentRightSec {
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 20px;
        float: left;
        margin: 0;
        padding-top: 0;
        background: none;
        padding-left: 0;
    }

    #thankuSec.inner-hub-pages .socialBlock .icons-connected {
        padding-left: 0;
    }

    #thankuSec.inner-hub-pages .socialBlock .icons-connected li {
        margin-right: 10px;
    }

    #thankuSec.inner-hub-pages .thankuCont h1 {
        font-size: 42px;
        line-height: 44px;
    }

    #thankuSec.inner-hub-pages .thankuCont h2 {
        font-size: 40px !important;
        line-height: 42px !important;
    }

    #thankuSec.inner-hub-pages .thankuCont p {
        font-size: 16px;
        line-height: 18px;
    }

    #thankuSec.inner-hub-pages .thankuCont {
        padding: 37px 0 30px;
    }

    #thankuSec.inner-hub-pages {
        padding-bottom: 50px;
    }
}

#thankuSec.tfm-inner-section-fleet {
    background: #f5f7f6;
    padding-bottom: 90px;
    margin-bottom: 0;
}

#thankuSec.tfm-inner-section-fleet .thankuCont {
    text-align: center;
    padding: 67px 0 60px 0;
}

#thankuSec.tfm-inner-section-fleet .thankuCont h1 {
    font: 52px/54px 'toyotadisplayboldwebfont',arial;
    color: #3a5066;
    margin: 0;
    padding-bottom: 21px;
}

#thankuSec.tfm-inner-section-fleet .thankuCont h2 {
    font: 50px / 52px "toyotadisplayregularwebfont", arial !important;
    color: gray;
    margin: 0;
    padding-bottom: 11px;
}

#thankuSec.tfm-inner-section-fleet .thankuCont p {
    font: 20px/22px 'toyotadisplayregularwebfont',arial;
    color: #000 !important;
}

#thankuSec.tfm-inner-section-fleet .urgentSec {
    border: 2px solid #cacaca;
    background: #f9f9f9;
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: table;
    padding: 0 15px;
    border-radius: 5px;
}

#thankuSec.tfm-inner-section-fleet .urgentSec h3 {
    font: 17px/19px 'toyotadisplayboldwebfont',arial;
    margin: 0;
    padding: 22px 0 7px 0;
    color: #3a5066 !important;
}

#thankuSec.tfm-inner-section-fleet .socialBlock {
    float: left;
    width: 100%;
    padding: 0;
}

#thankuSec.tfm-inner-section-fleet .socialBlock .icons-connected {
    float: left;
    width: 100%;
    padding-left: 40px;
    text-align: center;
}

#thankuSec.tfm-inner-section-fleet .socialBlock .icons-connected li {
    float: left;
    margin: 0 15px 0 0;
    list-style: none;
}

#thankuSec.tfm-inner-section-fleet .urgentLeftSec {
    float: left;
    width: 72%;
    padding: 0 0 14px 0;
}

#thankuSec.tfm-inner-section-fleet .urgentRightSec {
    background: url(/Assets/TFA/FleetManagement/images/strip-bg.png?1458632304) no-repeat scroll left 3px;
    display: table-cell;
    margin: -83px 0 0;
    padding: 64px 0 62px 0;
    position: absolute;
    right: 0;
    top: 50%;
    vertical-align: middle;
    width: 29%;
}

#thankuSec.tfm-inner-section-fleet .urgentCol1 {
    float: left;
    width: 48%;
    padding-right: 2%;
}

#thankuSec.tfm-inner-section-fleet .urgentCol1 h5 {
    font: bold 13px/16px arial;
    color: #363636;
    margin-bottom: 7px;
}

#thankuSec.tfm-inner-section-fleet .urgentCol1 h6 {
    font: bold 13px/16px arial;
    color: #da031e;
    margin-bottom: 7px;
    margin-top: 7px;
}

#thankuSec.tfm-inner-section-fleet .urgentCol1 p {
    font: 13px/16px arial;
    color: #535353;
}

@media only screen and (max-width: 992px) {
    #thankuSec.tfm-inner-section-fleet .urgentRightSec {
        width: 33%;
    }

    #thankuSec.tfm-inner-section-fleet .socialBlock .icons-connected {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #thankuSec.tfm-inner-section-fleet .urgentLeftSec {
        width: 100%;
        background: none;
    }

    #thankuSec.tfm-inner-section-fleet .urgentCol1 {
        width: 100%;
        border-bottom: 1px solid #cacaca;
    }

    #thankuSec.tfm-inner-section-fleet .urgentRightSec {
        position: relative;
        display: block;
        width: 100%;
        float: left;
        margin: 0;
        padding-top: 0;
        background: none;
        padding-left: 0;
        padding-bottom: 0;
    }

    #thankuSec.tfm-inner-section-fleet .socialBlock .icons-connected {
        padding-left: 0;
    }

    #thankuSec.tfm-inner-section-fleet .socialBlock .icons-connected li {
        margin-right: 10px;
    }

    #thankuSec.tfm-inner-section-fleet .thankuCont h1 {
        font-size: 42px;
        line-height: 44px;
    }

    #thankuSec.tfm-inner-section-fleet .thankuCont h2 {
        font-size: 40px !important;
        line-height: 42px !important;
    }

    #thankuSec.tfm-inner-section-fleet .thankuCont p {
        font-size: 16px;
        line-height: 18px;
    }

    #thankuSec.tfm-inner-section-fleet .thankuCont {
        padding: 37px 0 30px;
    }

    #thankuSec.tfm-inner-section-fleet {
        padding-bottom: 50px;
    }
}

.color-blue {
    color: #337ab7 !important;
}

.color-blue a {
    color: #337ab7 !important;
}

.module-9 {
    margin: 0 0 20px;
}

.module-9 .nav-tabs {
    padding-left: 0 !important;
    border-bottom: medium none;
    border-top: 2px solid #cbcdc8;
}

.module-9 .nav li {
    width: 50%;
    margin: 0;
}

.module-9 .nav li a {
    font-size: 20px;
    color: #3a5066;
    text-align: center;
    border-radius: 0;
    margin-right: 0;
    border: none;
    background: #cbcdc8;
    padding: 10px 15px;
    line-height: 1.8;
    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: #3a5066;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    display: block;
    margin-bottom: 15px;
}

.module-9 .tab-content .tab-pane ul {
    padding: 0 0 0 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;
}

.module-9 .tab-content .tab-pane ul li .icon-left-description {
    display: table-cell;
}

.module-9 a.btn-block {
    background: #cbcdc8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #cbcdc8 url(/Assets/TFA/FleetManagement/images/top-btm-arrow.png?1455875124) no-repeat right (center / 20px) auto;
    color: #3a5066;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
    white-space: normal;
}

.module-9 a.btn-block .caret {
    display: none;
}

.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: 18px;
    min-height: 0;
    padding: 5px 18px;
    text-align: left;
    white-space: normal;
}

.module-9 .dropdown-menu li.active a:hover {
    color: #3a5066;
}

.scfCheckBoxListBorder label + .scfCheckBoxListBorder {
    height: 74px;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
}

.scfCheckBoxListBorder label + .scfCheckBoxListBorder .scfCheckBoxListBorder.list-content {
    border: none;
    padding: 0;
}

.scfCheckBoxListBorder label + .scfCheckBoxListBorder table.scfCheckBoxListBorder {
    width: 96%;
    margin: 11px 4%;
}

#mySubscribe .display-section-fieldset label span.privacy-error {
    padding-left: 3px;
    position: relative;
    color: #eb0a1e;
    top: 3px;
}

.displayOtherSource {
    display: none !important;
}

.scfCheckBoxListBorder label + .scfCheckBoxListBorder {
    height: 74px;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
}

.scfCheckBoxListBorder label + .scfCheckBoxListBorder .scfCheckBoxListBorder.list-content {
    border: none;
    padding: 0;
}

.scfCheckBoxListBorder label + .scfCheckBoxListBorder table.scfCheckBoxListBorder {
    width: 96%;
    margin: 11px 4%;
}

#mySubscribe .display-section-fieldset label span.privacy-error {
    padding-left: 3px;
    position: relative;
    color: #eb0a1e;
    top: 3px;
}

#iepopup {
    display: none;
}

.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-blue {
    color: #3a5066 !important;
}

.calling a .color-blue:hover {
    color: #3a5066 !important;
}

.color-blue.calling {
    color: #3a5066 !important;
}

.color-blue.calling:hover {
    color: #3a5066 !important;
}

.scfForm {
    font-family: "toyotadisplayregularwebfont" !important;
}

.modal .modal-dialog button.close:focus {
    outline: none !important;
}

.news-video .gallery-item .thumbnail .caption p {
    text-transform: none;
}

.news-video .gallery-item .thumbnail .caption p .news-detail {
    text-transform: uppercase;
    color: #eb0a1e !important;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-left: 5px;
}

.news-video .gallery-item .thumbnail .caption p .news-detail:hover {
    text-decoration: underline;
}

.white-btn {
    background-color: #f5f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #eb0a1e;
}

.white-btn:hover, .white-btn:active, .white-btn:focus {
    background-color: #e6e6e6 !important;
    color: #333 !important;
    text-decoration: none;
}

.displaySourcefields {
    display: none !important;
}

.DatasourceLabelClass {
    text-align: center;
    background: #00b6b0;
    padding: 3px !important;
    margin: 5px !important;
    color: #fff !important;
    font-size: 14px;
}

.module-group ul {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .module-group ul {
        padding-left: 30px;
    }
}

.module-group p a {
    color: #eb0a1e;
    text-decoration: none;
}

.module-group p a:hover {
    color: #eb0a1e;
}

.more-link p .module-icon-text {
    color: #eb0a1e;
}

.phone-number a {
    color: #eb0a1e !important;
}

.carousel-caption h2, .carousel-caption p {
    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-left: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .tfm-inn.fleet-management > .clearfix > .col-xs-12:first-of-type {
        padding: 0;
    }
}

#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;
}

.form-submit {
    margin-bottom: 15px;
}

.Wel-text ul li {
    line-height: 30px !important;
}

.nl-offer {
    margin-bottom: 20px;
}

.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: 15px 0 25px;
}

@media screen and (max-width: 767px) {
    .lease-offer-container .lease-offer-line-shadow {
        margin: 25px 0;
    }
}

.lease-offer-container .lease-offer-image {
    border-right: 1px solid #e6e6e6;
}

.lease-offer-container .lease-offer-image img {
    margin-top: 10px;
    max-width: 375px;
    width: 100% !important;
}

.lease-offer-container .lease-offer-image h3 {
    color: #595959;
    font-weight: bold !important;
}

@media screen and (max-width: 580px) {
    .lease-offer-container .lease-offer-image {
        border-right: none;
    }
}

.lease-offer-container hr {
    border-color: #ccc !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.lease-offer-container .lease-offer-description {
    padding-left: 30px;
}

.lease-offer-container .lease-offer-description .lease-offer-per-week {
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    color: #00b6b0;
    font-size: 20px;
    margin: 0;
}

.lease-offer-container .lease-offer-description .lease-offer-per-week span {
    font-size: 14px;
    color: #666;
    padding-left: 2px;
}

.lease-offer-container .lease-offer-description .lease-offer-per-annum {
    font-size: 14px;
    margin: 0;
    color: #595959;
    font-weight: bold;
}

.lease-offer-container .lease-offer-description .view-offer {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    margin-right: 5px;
}

.lease-offer-container .lease-offer-description .view-offer:hover, .lease-offer-container .lease-offer-description .view-offer:active, .lease-offer-container .lease-offer-description .view-offer:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

@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%;
    }
}

.novated-features {
    margin-bottom: 30px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    color: #eb0a1e;
    text-decoration: none;
    margin: 10px 0;
}

.morelink:hover, .morelink:focus, .morelink.active {
    color: #eb0a1e;
    text-decoration: none;
}

.morelink img {
    width: 18px;
}

.more ul {
    padding-left: 30px;
    margin-bottom: 0 !important;
}

.nl-offer-dl-page .offer-nav {
    padding: 5px 0 3px;
}

.nl-offer-dl-page .offer-nav .nav {
    padding: 0 15px;
}

.nl-offer-dl-page .offer-nav .nav li {
    font-size: 14px;
    list-style: none;
}

.nl-offer-dl-page .offer-nav .nav li a {
    color: #fff;
    background-color: #eb0a1e;
    padding: 10px 17px;
}

.nl-offer-dl-page .offer-nav .nav li .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    position: absolute;
    right: 10px;
    top: 47%;
    vertical-align: middle;
    width: 0;
}

.nl-offer-dl-page .offer-nav .nav ul.dropdown-menu {
    border-radius: 0;
    border: solid 1px #ccc;
    border-bottom: 0;
    padding: 0;
    min-width: 125px;
    z-index: 99999;
}

.nl-offer-dl-page .offer-nav .nav ul.dropdown-menu li {
    border-bottom: solid 1px #ccc;
    list-style: none;
}

.nl-offer-dl-page .offer-nav .nav ul.dropdown-menu li a {
    color: #777;
    background-color: #fff;
    padding: 10px 12px;
}

.nl-offer-dl-page .offer-nav .nav ul.dropdown-menu li a:hover {
    color: #eb0a1e;
}

@media (max-width: 767px) {
    .nl-offer-dl-page .offer-nav li.open .caret {
        border-bottom: 6px dashed;
        border-top: 0 dashed;
    }

    .nl-offer-dl-page .offer-nav li.open a.dropdown-toggle {
        background-color: #eb0a1e;
    }

    .nl-offer-dl-page .offer-nav li.open ul.dropdown-menu {
        background-color: #666;
    }

    .nl-offer-dl-page .offer-nav li.open ul.dropdown-menu a {
        border-bottom: solid 1px #fff;
    }
}

.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 (max-width: 991px) {
    .nl-offer-dl-page .footer-icon-wide-strip .more-link .module-icon-text {
        font-size: 11px;
    }
}

@media (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 .col-xs-7 {
    width: 55%;
}

.nl-offer-dl-page .lease-offer-detail-container .col-xs-5 {
    width: 45%;
    padding-left: 20px;
}

@media (max-width: 580px) {
    .nl-offer-dl-page .lease-offer-detail-container .col-xs-7 {
        width: 100%;
    }

    .nl-offer-dl-page .lease-offer-detail-container .col-xs-5 {
        width: 100%;
    }
}

.nl-offer-dl-page .lease-offer-detail-container .lease-offer-image img {
    margin-top: 25px;
    display: block;
    margin: 25px auto;
}

@media (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;
    font-size: 13px;
}

.nl-offer-dl-page .lease-offer-detail-container .lease-offer-description ul li {
    line-height: 1.5;
    list-style-position: outside;
}

@media (max-width: 767px) {
    .nl-offer-dl-page .lease-offer-detail-container .lease-offer-description ul {
        margin-bottom: 0;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .nl-offer-dl-page .lease-offer-detail-container .lease-offer-description {
        margin-top: 15px;
    }
}

@media (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: #e7e7e7;
    margin: 5px 0 20px;
}

.nl-offer-dl-page .back-to-offer {
    color: #595959 !important;
    position: absolute !important;
    right: 15px;
    top: 5px;
}

.nl-offer-dl-page .detail-footer {
    margin: 30px 0;
}

.nl-offer-dl-page .detail-footer a {
    text-decoration: none;
}

.nl-offer-dl-page .detail-footer .col-sm-3 {
    border-right: 1px solid #e6e6e6;
    color: #eb0a1e;
    padding: 0 6px;
}

.nl-offer-dl-page .detail-footer .col-sm-3:last-child {
    border-right: none;
}

.nl-offer-dl-page .detail-footer .col-sm-3:hover, .nl-offer-dl-page .detail-footer .col-sm-3:focus {
    text-decoration: none;
}

.nl-offer-dl-page .detail-footer .col-sm-3 h3.popover-title {
    font-size: 14px;
    color: #666;
    margin: 0 !important;
}

.nl-offer-dl-page .detail-footer .col-sm-3 .popover-content a {
    margin: 5px 3px;
    display: inline-block;
}

.nl-offer-dl-page .detail-footer .col-sm-3 .popover-content a img {
    max-width: 32px;
}

.nl-offer-dl-page .detail-footer .col-sm-3 .find-more {
    cursor: pointer;
}

.nl-offer-dl-page .detail-footer .col-sm-3 .find-more img {
    float: left;
}

.nl-offer-dl-page .detail-footer .col-sm-3 .find-more p {
    color: #eb0a1e !important;
    line-height: 18px;
    padding-top: 4px;
    text-align: left;
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 890px) {
    .nl-offer-dl-page .col-xs-10 {
        width: 100%;
    }

    .nl-offer-dl-page .col-xs-push-1 {
        left: 0;
    }
}

@media (max-width: 767px) {
    .nl-offer-dl-page .col-xs-10 {
        width: 100%;
    }

    .nl-offer-dl-page .col-xs-push-1 {
        left: 0;
    }
}

#offeremail .modal-dialog {
    max-width: 620px !important;
    width: 94%;
    padding: 20px;
}

#offeremail .display-section-fieldset {
    padding: 0 !important;
}

#offeremail .display-section-content {
    padding-right: 0 !important;
}

#offeremail .modal-dialog .modal-header {
    border-bottom: 0;
    padding: 0;
}

#offeremail .scfForm {
    padding: 0;
}

#offeremail .modal-dialog .modal-body {
    padding: 25px;
    text-align: left;
}

@media (min-width: 768px) {
    #offeremail .display-section-fieldset .field-border {
        width: 100%;
    }

    #offeremail .display-section-fieldset .field-border:nth-child(3) {
        width: 100%;
    }

    #offeremail .modal-dialog .modal-body {
        padding: 25px 0 25px 25px;
    }
}

#offeremail .display-section-fieldset .field-border .field-panel {
    width: 94%;
}

#offeremail .field-required {
    float: left;
    margin: 12px 0 0 2px !important;
}

#offeremail .checkbox-border {
    margin: 0 0 5px;
}

#offeremail .scfEmailBorder.field-border + .field-border {
    margin: 0 !important;
    padding: 0 !important;
}

#offeremail .display-section-fieldset .field-border {
    padding: 0 10px 0 0 !important;
    margin-bottom: 15px !important;
}

@media (min-width: 951px) {
    #offeremail .form-submit-border {
        margin-right: 45px;
    }
}

#offeremail .display-section-fieldset .checkbox-content input {
    margin-left: 0;
}

.news-video {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .news-video {
        margin-top: 0;
    }
}

.news-video a {
    text-transform: uppercase;
    color: #eb0a1e !important;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none !important;
}

.news-video .gallery-player-pane {
    display: none;
}

.news-video .gallery-player-pane .caption {
    display: block !important;
}

.news-video .gallery-item {
    margin-bottom: 30px;
}

.news-video .gallery-item .thumbnail {
    border: 0;
    padding: 0;
    position: relative;
    margin: 0;
    border: 1px solid #ccc;
}

.news-video .gallery-item .thumbnail img {
    width: 100%;
    border: 1px solid #ccc;
}

.news-video .gallery-item .thumbnail .small {
    font-size: 75%;
    top: 0;
}

.news-video .gallery-item .thumbnail .caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 42, 70, 0.7);
    width: auto;
    left: 0;
    right: 0;
}

.news-video .gallery-item .thumbnail .caption h2 {
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 16px;
}

.news-video .gallery-item .thumbnail .caption p {
    color: #fff !important;
    margin-bottom: 0;
    font-size: 12px;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

.news-video .gallery-item .thumbnail .caption p a {
    text-transform: uppercase;
    color: #eb0a1e !important;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.news-video .gallery-item .thumbnail .caption p a:hover, .news-video .gallery-item .thumbnail .caption p a:focus {
    text-decoration: underline !important;
}

.news-video .btn {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border: medium none;
}

.news-video .btn:hover, .news-video .btn:active, .news-video .btn:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 767px) {
    .news-video .btn {
        margin-bottom: 20px;
    }
}

.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 !important;
    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 + .thumbnail {
    border: 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;
    -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;
}

.video-icon {
    background: url(/Assets/TFA/FleetManagement/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: 17% !important;
    }
}

.comman-news .left-img img {
    margin: 0 15px 15px 0;
    max-width: 250px;
    max-height: 250px;
    float: left !important;
}

@media (max-width: 480px) {
    .comman-news .left-img img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .comman-news .left-img img {
        max-width: 200px !important;
        max-height: 200px !important;
    }
}

.comman-news .right-img img {
    margin: 0 0 15px 15px;
    max-width: 250px;
    max-height: 250px;
    float: right !important;
}

@media (max-width: 480px) {
    .comman-news .right-img img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .comman-news .right-img img {
        max-width: 200px !important;
        max-height: 200px !important;
    }
}

.comman-news .top-img img {
    margin: 0 0 20px !important;
    width: 100%;
}

.contact .full-width {
    width: 100%;
}

.contact .dropdown {
    margin-bottom: 15px;
}

.contact .dropdown .btn-primary {
    background: #00b6b0;
    background: -webkit-linear-gradient(left, #00b6b0, #008191);
    background: -o-linear-gradient(right, #00b6b0, #008191);
    background: -moz-linear-gradient(right, #00b6b0, #008191);
    background: linear-gradient(to right, #00b6b0, #008191);
    border-color: #00b6b0 !important;
}

.contact .dropdown .btn-primary:focus {
    outline: none !important;
}

.contact .dropdown .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.contact .dropdown.open .btn-primary.dropdown-toggle {
    background-image: none;
    background-color: #fff;
    border-color: #00b6b0;
    color: #fff;
}

.contact .mobile-panel > li {
    border-bottom: 1px solid #012a46;
    border-left: 1px solid #012a46;
    border-right: 1px solid #012a46;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
}

.contact .mobile-panel > li > a {
    color: #3a5066 !important;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.contact .mobile-panel > li.active a {
    background-color: #00b6b0;
    color: #fff !important;
}

.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: #00b6b0;
    background: -webkit-linear-gradient(left, #00b6b0, #008191);
    background: -o-linear-gradient(right, #00b6b0, #008191);
    background: -moz-linear-gradient(right, #00b6b0, #008191);
    background: linear-gradient(to right, #00b6b0, #008191);
    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: #00b6b0 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;
}

.contact-land h2 {
    color: #012a46;
}

.contact-land .grayBox-contant {
    height: 110px;
    text-align: center;
    display: table;
    margin: 15px 0;
}

.contact-land .grayBox-contant a {
    display: block;
    background-color: #ebebeb;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.contact-land .grayBox-contant a h3 {
    font-weight: bold;
    margin: 0 !important;
    color: #666 !important;
}

.contact-land .grayBox-contant a h3 span {
    font-size: 12px;
}

@media (max-width: 767px) {
    .contact-land .grayBox-contant a h3 {
        font-size: 17px !important;
    }
}

.contact-land .grayBox-contant a h3:hover {
    color: #eb0a1e !important;
}

@media (max-width: 480px) {
    .contact-land .grayBox-contant {
        padding: 0 30px;
    }
}

.contact-land .contacth2 {
    margin-top: 17px !important;
}

.contact-land .whiteBox-contant {
    margin: 10px 0 15px;
}

.contact-land .whiteBox-contant h3 {
    color: #002a46;
}

.contact-land .whiteBox-contant p {
    margin: 0;
    padding-bottom: 2px;
}

.contact-land .whiteBox-contant p a {
    color: #eb0a1e !important;
    cursor: default;
    text-decoration: none;
}

.contact-land .whiteBox-contant p a:hover, .contact-land .whiteBox-contant p a:focus {
    color: #002a46;
    cursor: default;
    text-decoration: none;
}

.contact-land .BorderBox-contant {
    margin: 15px 0;
    padding: 20px 10px;
    border: 1px solid gray;
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.contact-land .BorderBox-contant p {
    margin: 0;
    padding-bottom: 2px;
}

.contact-land .BorderBox-contant hr {
    margin: 10px 0;
}

@media (max-width: 480px) {
    .contact-land .BorderBox-contant {
        min-height: 0 !important;
    }
}

@media (max-width: 480px) {
    .contact-land .col-sm-4 {
        width: 100%;
    }
}

.contact-land summary {
    margin-top: 20px;
}

.content-page p.small {
    font-size: 85%;
    font-style: italic;
    color: #999 !important;
}

.content-page .toyota-red {
    color: #eb0a1e;
}

.content-page p span {
    color: #eb0a1e;
}

.content-page .lowerAlpha li {
    list-style: lower-alpha;
}

.content-page .site-map .category {
    margin-top: 45px;
}

.content-page .site-map .category .category-sections {
    margin: 10px 0 45px;
}

.content-page .site-map .category .category-sections .category-section {
    display: inline-block;
    margin-bottom: 26px;
    position: relative;
    vertical-align: top;
}

@media (max-width: 768px) {
    .content-page .site-map .category .category-sections .category-section {
        width: 100%;
    }
}

.content-page .site-map .category .category-sections .category-section ul.nav li {
    line-height: 1.5;
}

.content-page .site-map .category .category-sections .category-section ul.nav li a {
    color: #888;
    padding: 5px 0;
}

.content-page .site-map .category .category-sections .category-section ul.nav li a:focus, .content-page .site-map .category .category-sections .category-section ul.nav li a:hover {
    background-color: transparent !important;
    text-decoration: underline !important;
}

.content-page .site-map .category .category-sections .category-section h3 {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .content-page .site-map .category .category-sections .category-section h3 {
        font-size: 15px;
    }
}

.content-page .site-map .category .category-sections .category-section h3 br {
    display: none;
}

.content-page .site-map .category .category-sections .category-section h3 a {
    color: #012a46;
}

.content-page .site-map .category .category-sections .category-section h3 a br {
    display: none;
}

.page-404 {
    padding: 75px 15px;
}

@media (max-width: 767px) {
    .page-404 {
        padding: 35px 15px !important;
    }
}

.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;
    text-transform: uppercase;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    line-height: 47px !important;
    color: #666 !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: #666 !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-size: 18px !important;
    margin: 0 0 53px 0 !important;
    padding: 0 !important;
    color: #989898 !important;
    line-height: 24px !important;
}

@media (max-width: 767px) {
    .page-404 h3, .page-404 .text-copy {
        margin: 0 0 35px 0 !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 p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-1 .media .media-body p {
        padding-bottom: 0;
    }
}

.module-1 .media .media-body a.find-more {
    display: block !important;
    margin-top: 10px;
}

.module-1 .media .media-body a {
    display: inline-block !important;
    margin-top: 10px;
}

.module-1 .media .media-body h2 {
    font-size: 20px;
}

.module-1 .media .media-body a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 14px;
}

.module-1 .media .media-body a:hover, .module-1 .media .media-body a:focus {
    color: #eb0a1e;
    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 {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 14px;
}

.module-2 .media .media-body a:hover, .module-2 .media .media-body a:focus {
    color: #eb0a1e;
    text-decoration: underline;
}

.module-2 .media .media-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-2 .media .media-body p {
        padding-bottom: 0;
    }
}

.module-2 .media .media-body a.find-more {
    display: block !important;
    margin-top: 10px;
}

.module-2 .media .media-body a {
    display: inline-block !important;
    margin-top: 10px;
}

.module-2 .media .media-body h2 {
    font-size: 20px;
}

.module-2 .media .media-body ul {
    padding-left: 40px;
    margin-bottom: -2px !important;
}

.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;
}

@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: 14px;
    line-height: 20px;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-3 .media .media-body p {
        padding-bottom: 0;
    }
}

.module-3 .media .media-body a.find-more {
    display: block !important;
    margin-top: 10px;
}

.module-3 .media .media-body a {
    display: inline-block !important;
    margin-top: 10px;
}

.module-3 .media .media-body a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 14px;
}

.module-3 .media .media-body a:hover, .module-3 .media .media-body a:focus {
    color: #eb0a1e;
    text-decoration: underline;
}

.module-3 .media .media-body h2 {
    font-size: 20px;
}

.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;
}

@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: 14px;
    line-height: 20px;
    font-family: "toyotatextregularwebfont", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .module-4 .media .media-body p {
        padding-bottom: 0;
    }
}

.module-4 .media .media-body a.find-more {
    display: block !important;
    margin-top: 10px;
}

.module-4 .media .media-body a {
    display: inline-block !important;
    margin-top: 10px;
}

.module-4 .media .media-body h2 {
    font-size: 20px;
}

.module-4 .media .media-body a {
    color: #eb0a1e;
    text-decoration: none;
    font-size: 14px;
}

.module-4 .media .media-body a:hover, .module-4 .media .media-body a:focus {
    color: #eb0a1e;
    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-5 {
    margin: 0 0 20px;
}

.module-5 .thumbnail {
    background: #efefef;
    border: none;
    border-radius: 0;
    margin: 15px 0 0;
}

.module-5 .thumbnail img {
    width: 100%;
}

@media (max-width: 480px) {
    .module-5 .thumbnail img {
        width: 100%;
        max-width: none;
    }
}

.module-5 .thumbnail .caption h2 {
    font-size: 18px;
    color: #666;
    margin: 15px 0 12px !important;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    word-wrap: break-word;
}

.module-5 .thumbnail .caption p {
    font-size: 14px;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    color: #666;
    margin: 0;
}

.module-5 .thumbnail ul {
    padding-left: 40px;
}

.module-5 .thumbnail ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-5 .thumbnail ul {
        padding-left: 35px;
    }
}

.module-5 .thumbnail ul ul li {
    list-style: circle;
}

@media (max-width: 480px) {
    .module-5 .col-xs-6 {
        width: 100%;
    }
}

.module-6 {
    margin: 0 0 20px;
}

.module-6 .thumbnail {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 15px 0 0;
}

.module-6 .thumbnail img {
    width: 100%;
}

@media (max-width: 480px) {
    .module-6 .thumbnail img {
        width: 100%;
        max-width: none;
    }
}

.module-6 .thumbnail .caption h2 {
    font-size: 18px;
    color: #666;
    margin: 15px 0 12px !important;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    word-wrap: break-word;
}

.module-6 .thumbnail .caption p {
    font-size: 14px;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    color: #666;
    margin: 0;
}

.module-6 .thumbnail ul {
    padding-left: 40px;
}

.module-6 .thumbnail ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-6 .thumbnail ul {
        padding-left: 35px;
    }
}

.module-6 .thumbnail ul ul li {
    list-style: circle;
}

@media (max-width: 480px) {
    .module-6 .col-xs-6 {
        width: 100%;
    }
}

.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: #00b6b0;
    margin: 15px 0 12px !important;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    word-wrap: break-word;
}

.module-7 .thumbnail .caption p {
    font-size: 14px;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    color: #666;
    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-8 {
    margin: 0 0 20px;
}

.module-8 .thumbnail {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 15px 0 0;
    padding: 10px;
}

.module-8 .thumbnail img {
    max-width: 100%;
}

@media (max-width: 480px) {
    .module-8 .thumbnail img {
        width: 100%;
        max-width: none;
    }
}

.module-8 .thumbnail .caption {
    border-top: 1px solid #d5d5d5;
}

.module-8 .thumbnail .caption h2 {
    font-size: 18px;
    color: #00b6b0;
    margin: 15px 0 12px !important;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    word-wrap: break-word;
}

.module-8 .thumbnail .caption p {
    font-size: 14px;
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    color: #666;
    margin: 0;
}

.module-8 .thumbnail ul {
    padding-left: 40px;
}

.module-8 .thumbnail ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-8 .thumbnail ul {
        padding-left: 35px;
    }
}

.module-8 .thumbnail ul ul li {
    list-style: circle;
}

@media (max-width: 480px) {
    .module-8 .col-xs-6 {
        width: 100%;
    }
}

.module-10 {
    margin: 0 0 20px;
}

.module-10 .video-icon {
    background: url(/Assets/TFA/FleetManagement/images/video-icon.png?1448270514) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    background-size: 14%;
}

@media (max-width: 767px) {
    .module-10 .video-icon {
        background-size: 50px;
    }
}

@media (max-width: 767px) {
    .module-10 .carousel img {
        max-width: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.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%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .left-img img {
        max-width: 200px !important;
        max-height: 200px !important;
    }
}

.left-img ul {
    padding-left: 40px;
}

.left-img ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .left-img ul {
        padding-left: 35px;
    }
}

.left-img ul ul li {
    list-style: circle;
}

.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%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .right-img img {
        max-width: 200px !important;
        max-height: 200px !important;
    }
}

.right-img ul {
    padding-left: 40px;
}

.right-img ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .right-img ul {
        padding-left: 35px;
    }
}

.right-img ul ul li {
    list-style: circle;
}

.top-img img {
    margin: 0 0 20px !important;
    width: 100%;
}

.module-14 ul {
    padding-left: 40px;
}

.module-14 ul li {
    list-style: outside;
}

@media (max-width: 767px) {
    .module-14 ul {
        padding-left: 35px;
    }
}

.module-14 ul ul li {
    list-style: circle;
}

.module-14 a {
    color: #eb0a1e;
    position: relative;
    cursor: pointer;
}

.module-14 .panel {
    box-shadow: none;
}

.module-14 .panel .panel-body {
    padding: 10px 0;
}

.module-14 .panel-default {
    border: none;
}

.module-14 .panel-default .panel-heading {
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 10px 0;
}

.module-14 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.cms-content hr {
    border-color: #e5e6e4 !important;
    margin: 0 0 15px 0 !important;
    clear: both;
}

.Wel-text {
    height: 126px;
    overflow: hidden;
    position: relative;
    min-height: auto;
    margin-bottom: 15px;
    word-break: break-all;
}

@media (max-width: 1024px) {
    .Wel-text {
        height: 124px;
    }
}

.Wel-text .lessText {
    display: none;
}

.Wel-text.auto {
    height: auto !important;
}

.Wel-text.auto .read-more-text {
    position: relative;
    padding: 0;
}

.Wel-text.auto .read-more-text a {
    padding: 0;
}

.Wel-text.auto .moreText {
    display: none !important;
}

.Wel-text.auto .lessText {
    display: block !important;
}

.Wel-text .read-more-text {
    bottom: 0;
    background: #fff;
    left: 0;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    text-align: left;
    width: 100%;
    display: block;
}

.table {
    border: 1px solid #ccc;
    border-collapse: inherit;
}

.table .caption-head {
    background: #3a5066 !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.table .first {
    min-height: 50px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #e6e6e4;
}

.table-striped > tbody > tr > td:first-child {
    text-align: left;
}

.table-striped tr {
    border-top: 1px solid #ddd;
}

.table-striped tr td {
    vertical-align: middle;
    border: 0 !important;
    text-align: center;
}

.tfm-inner-section ul {
    margin-bottom: 20px;
}

.tfm-inner-section ul li {
    line-height: 25px;
    list-style: outside;
}

.info-download p {
    padding-bottom: 0;
    margin-bottom: 0;
    clear: both;
}

@media (max-width: 767px) {
    .info-download p {
        margin-bottom: 10px !important;
        width: 100%;
    }
}

.info-download a.find-more {
    font-family: "toyotatextregularwebfont",Arial,Helvetica,sans-serif;
    float: right;
    display: inline;
    font-size: 14px !important;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .info-download a.find-more {
        clear: both;
        width: 100%;
        padding-bottom: 15px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .info-download a.find-more {
        margin-bottom: 10px !important;
    }
}

.info-download .pad0-left {
    padding-left: 0;
    margin-bottom: 15px !important;
}

.info-download .pad0 {
    padding: 0;
    text-align: right;
}

.driver-info .media {
    display: table;
    width: 100%;
}

.driver-info .media .media-body {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.tfm-inn .table .hide-cell {
    visibility: hidden !important;
    display: none;
}

@media (max-width: 767px) {
    .tfm-inn .table td {
        width: 180px;
    }

    .tfm-inn .table td:first-of-type {
        width: auto !important;
    }
}

.tfm-inn .table .bootstrap-select {
    background: none;
    float: right;
    max-width: 150px;
}

.tfm-inn .table .bootstrap-select .btn, .tfm-inn .table .bootstrap-select .dropdown-menu {
    font-family: "toyotadisplayregularwebfont",Arial,Helvetica,sans-serif;
    font-size: 14px;
    border: 0;
    font-weight: 600;
}

.tfm-inn .table .bootstrap-select .btn {
    padding: 3px 25px 3px 10px;
    color: #666;
    background: #e6e6e4 url(/Assets/TFA/FleetManagement/images/select-up-down-module.png?1451908994) no-repeat right (center / 14%) auto;
}

.tfm-inn .table .bootstrap-select .btn span.caret {
    border: 0;
}

.tfm-inn .table .bootstrap-select .dropdown-menu {
    background-color: #f5f5f5;
}

.tfm-inn .table .bootstrap-select .dropdown-menu li a {
    padding: 3px 10px;
    color: #666;
}

.tfm-inn .table .bootstrap-select .dropdown-menu li a:hover {
    background-color: #e6e6e4;
}

.tfm-inn .table .bootstrap-select .dropdown-menu li.selected a {
    background-color: #e6e6e4;
}

.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 !important;
    padding-bottom: 0 !important;
    line-height: 1.4;
}

.full-width-caption .overlay a {
    text-transform: uppercase;
    font-size: 12px;
    color: #eb0a1e;
}

.full-width-caption .overlay a:hover {
    text-decoration: underline;
}

.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: 0;
}

.inner-hub-pages ul li, .inner-hub-pages ol li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    list-style-position: inside;
    line-height: 1.7;
}

.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;
    }
}

@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 .text-lowercase {
    text-transform: initial !important;
    font-family: Arial, Helvetica, sans-serif;
}

.inner-hub-pages .detail {
    display: none;
}

.download {
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.download img {
    max-width: 185px;
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .download img {
        max-width: none;
        display: none;
    }
}

.download h3 {
    word-break: break-all;
}

.download p {
    margin-bottom: 5px;
}

.download .find-more {
    padding-bottom: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
}

@media (max-width: 767px) {
    .download {
        margin-top: 0;
        margin-bottom: 20px;
        width: 33%;
    }
}

@media (max-width: 580px) {
    .download {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .download {
        width: 100%;
    }
}

.disclaimers {
    color: #595959;
    margin-bottom: 10px;
}

.disclaimers .panel-default > .panel-heading {
    background-image: url(/Assets/TFA/FleetManagement/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;
}

.disclaimers h4.panel-title {
    font-size: 14px;
    margin: 0 !important;
}

.disclaimers h4.panel-title a {
    color: #3a3a3a;
    outline: 0;
}

.disclaimers #disclaimers a[href^=tel] {
    color: #7b7b7b;
}

.disclaimers .panel-body p {
    color: #7b7b7b;
}

.disclaimers .panel-body a {
    color: #eb0a1e;
}

.footer-icon-menu {
    padding: 10px 0;
}

.footer-icon-menu .icon-module {
    border-right: 1px solid #ccc;
    font-size: 14px;
    line-height: 17px;
    padding: 0 5px;
}

.footer-icon-menu .icon-module img {
    width: 43px;
    float: left;
    margin-top: -3px;
}

.footer-icon-menu .icon-module a {
    color: #eb0a1e;
    display: block;
}

.footer-icon-menu .icon-module a:hover, .footer-icon-menu .icon-module a:focus {
    color: red;
}

.footer-icon-menu .icon-module a p {
    text-align: left;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-icon-menu .icon-module a p {
        font-size: 11px;
    }
}

.footer-icon-menu .icon-module .glyphicon {
    font-size: 10px;
}

.footer-icon-menu hr {
    clear: both;
    display: block;
    width: 90%;
    border-color: #cfcfcf;
}

.phone-cta-bar {
    float: none;
}

.phone-cta-bar .container {
    background-image: url(/Assets/TFA/FleetManagement/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: 20px;
    height: 20px;
    margin-top: -2px;
}

.phone-cta-bar .container a:hover {
    text-decoration: none;
}

.phone-cta-bar .container a:focus {
    text-decoration: none;
}

.online-enquiry h3 {
    margin-top: 10px;
}

.online-enquiry h3 em {
    color: #ed1b2f;
    font-size: 24px;
    font-style: normal;
    padding-left: 2px;
}

.online-enquiry .indicate-text {
    font-size: 13px;
    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/FleetManagement/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 {
    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;
}

.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-size: 14px;
}

.online-enquiry .btn {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: medium none;
    margin-top: 20px;
}

.online-enquiry .btn:hover, .online-enquiry .btn:active, .online-enquiry .btn:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

.panel-group {
    margin-bottom: 10px;
}

.information-model-popup .modal-header {
    margin-bottom: 20px;
}

.information-model-popup .modal-header h4 {
    margin-bottom: 0 !important;
}

.information-model-popup .btn-primary {
    margin-bottom: 20px;
}

.information-model-popup .checkbox input {
    height: auto !important;
}

.modal .modal-dialog {
    margin: 40px auto;
}

@media (max-width: 767px) {
    .modal .modal-dialog button.close {
        right: -2px;
        top: 1px;
    }
}

.online-enquiry-two-col h3 {
    margin-top: 10px;
}

.online-enquiry-two-col h3 em {
    color: #ed1b2f;
    font-size: 24px;
    font-style: normal;
    padding-left: 2px;
}

.online-enquiry-two-col .indicate-text {
    font-size: 13px;
    margin-bottom: 20px;
}

.online-enquiry-two-col .star {
    color: #eb0a1e !important;
    float: left;
    font-size: 17px;
    position: relative;
    text-align: right;
    top: 11px;
    width: 6%;
}

.online-enquiry-two-col .discription {
    top: 26px;
}

.online-enquiry-two-col .contact-me {
    top: 28px;
}

.online-enquiry-two-col .mandatory {
    color: #eb0a1e;
    padding: 0 3px 0 5px;
}

.online-enquiry-two-col .enquiry-box {
    padding: 20px 0;
}

@media (max-width: 768px) {
    .online-enquiry-two-col .enquiry-box {
        background-image: none;
    }
}

.online-enquiry-two-col .enquiry-box span {
    margin-top: 8px;
    margin-left: 0 !important;
}

.online-enquiry-two-col .enquiry-box .form-group {
    width: 94%;
    float: left;
}

.online-enquiry-two-col .enquiry-box .form-group p {
    color: #eb0a1e !important;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

.online-enquiry-two-col .enquiry-box select {
    padding: 0 0 0 15px !important;
}

.online-enquiry-two-col .enquiry-box input, .online-enquiry-two-col .enquiry-box select, .online-enquiry-two-col .enquiry-box textarea {
    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-two-col .enquiry-box input:focus, .online-enquiry-two-col .enquiry-box select:focus, .online-enquiry-two-col .enquiry-box textarea:focus {
    box-shadow: none;
    border-color: #b4b4b4;
    outline: none;
}

@media (-webkit-min-device-pixel-ratio: 0) {
    .online-enquiry-two-col .enquiry-box select {
        line-height: 38px;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.online-enquiry-two-col .enquiry-box textarea {
    height: auto;
    font-size: 14px;
    padding: 15px;
    resize: none;
}

.online-enquiry-two-col .enquiry-box input[type='radio'] {
    height: auto;
}

.online-enquiry-two-col .enquiry-box label {
    font-weight: normal;
    display: inline-block !important;
    margin-right: 5px;
}

.online-enquiry-two-col .enquiry-box .form-group .input-container {
    border: 1px solid #d4d4d4;
    padding: 15px;
    background-color: #fff;
}

.online-enquiry-two-col .enquiry-box .form-group .input-container .radio {
    margin: 0;
}

.online-enquiry-two-col .enquiry-box .form-group .input-container .radio label {
    display: block;
    color: #595959;
}

.online-enquiry-two-col .enquiry-box .form-group span {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 14px;
}

.online-enquiry-two-col .btn {
    background-color: #eb0a1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "toyotadisplayboldwebfont",Arial,Helvetica,sans-serif;
    background-repeat: repeat-x;
    font-size: 15px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: medium none;
    margin-top: 20px;
}

.online-enquiry-two-col .btn:hover, .online-enquiry-two-col .btn:active, .online-enquiry-two-col .btn:focus {
    background-color: red !important;
    color: #fff !important;
    text-decoration: none;
}

.panel-group {
    margin-bottom: 10px;
}

.information-model-popup .modal-header {
    margin-bottom: 20px;
}

.information-model-popup .modal-header h4 {
    margin-bottom: 0 !important;
}

.information-model-popup .btn-primary {
    margin-bottom: 20px;
}

.information-model-popup .checkbox input {
    height: auto !important;
}

.modal .modal-dialog {
    margin: 40px auto;
}

@media (max-width: 767px) {
    .modal .modal-dialog button.close {
        right: -2px;
        top: 1px;
    }
}

.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 12px;
    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: #00b6b0;
    background: -webkit-linear-gradient(left, #00b6b0, #008191);
    background: -o-linear-gradient(right, #00b6b0, #008191);
    background: -moz-linear-gradient(right, #00b6b0, #008191);
    background: linear-gradient(to right, #00b6b0, #008191);
    color: #fff;
}

.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: #00b6b0 transparent;
    z-index: 9999;
}

.faqs .tab-list li.pull-right {
    margin-right: 0;
}

.faqs .tab-content {
    margin-top: 15px;
    min-height: 200px;
}

.faqs .tab-content ul {
    padding-left: 25px;
}

.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: 14px;
    font-weight: 700;
    text-align: center;
    margin: 4px 0 3px 0 !important;
}

@media (max-width: 767px) {
    .faqs .browse .browse-topic h3 {
        font-size: 13px;
        font-weight: 600;
        padding: 6px 0 7px;
    }
}

@media (max-width: 441px) {
    .faqs .browse .browse-topic h3 {
        margin: 6px 0 7px 0;
        padding: 3px 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;
    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 .leftside-menu-mobile .full-width {
    width: 100%;
}

.faqs .leftside-menu-mobile .dropdown .btn-primary {
    background: #012a46 !important;
    border: 1px solid #012a46 !important;
}

.faqs .leftside-menu-mobile .dropdown li {
    border-bottom: 1px solid #012a46;
}

.faqs .leftside-menu-mobile .dropdown li a {
    padding: 10px 10px 10px 15px !important;
}

.faqs .leftside-menu-mobile .dropdown li.active a {
    background: #012a46 !important;
    color: #fff;
}

.faqs .leftside-menu-mobile .dropdown li:hover a {
    background: #012a46 !important;
    color: #fff;
}

.faqs .leftside-menu-mobile .dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    max-height: 155px;
    overflow-y: auto;
}

input[type=text]::-ms-clear {
    display: none;
}

.spinner {
    width: 85px;
    height: 32px;
    position: absolute;
    display: none;
    z-index: 9999;
    background: url(/Assets/TFA/FleetManagement/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;
    }
}

.ui-widget input, .ui-widget {
    font-family: toyotatextregularwebfont !important;
}

.ui-front {
    z-index: 9999 !important;
}

.ui-widget-content {
    list-style: none;
    padding: 0;
    max-height: 200px;
}

.ui-widget-content .ui-menu-item {
    padding: 5px 11px;
}

.sidebar-icon-module .col-xs-3.module-toyota-icon {
    width: 55px;
}

.sidebar-icon-module .col-xs-9.module-icon-text {
    width: calc(100% - 55px);
}

@media (min-width: 991px) {
    .featured-container.two-boxes .featured-carousel ul li {
        width: 50% !important;
    }
}

.news-date + .clearfix.nav-btn + .cms-content {
    width: 100% !important;
    border: 0 !important;
    min-height: 0;
}

.carousel .promtion .carousel-caption.promotional-description h4,
.carousel .promtion .carousel-caption.promotional-description h4 p {
    color: #fff !important;
}

.carousel .promtion .carousel-caption.promotional-description p {
    color: #d7d7d7 !important;
}
