/* VENDOR */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.2em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #595959;
  background-color: #f2f2f2; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #eb0a1e;
  text-decoration: none; }
  a:hover, a:focus {
    color: #f00;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #595959; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

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

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

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

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

.text-muted {
  color: #999999; }

.text-primary {
  color: #eb0a1e; }

a.text-primary:hover {
  color: #ba0818; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #eb0a1e; }

a.bg-primary:hover {
  background-color: #ba0818; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f2f2f2; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f2f2f2; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 970px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #f2f2f2; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #595959;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f2f2f2;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }

.has-success .help-block, .has-success .form-content .field-legend, .form-content .has-success .field-legend,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .form-content .field-legend, .form-content .has-warning .field-legend,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .form-content .field-legend, .form-content .has-error .field-legend,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block, .form-content .field-legend {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #999999; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .btn-tertiary {
  color: #fff;
  background-color: #eb0a1e;
  border-color: #d3091b; }
  .btn-primary:hover, .btn-tertiary:hover, .btn-primary:focus, .btn-tertiary:focus, .btn-primary:active, .btn-tertiary:active, .btn-primary.active, .active.btn-tertiary {
    color: #fff;
    background-color: #c40819;
    border-color: #980613; }
  .open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-tertiary {
    color: #fff;
    background-color: #c40819;
    border-color: #980613; }
  .btn-primary:active, .btn-tertiary:active, .btn-primary.active, .active.btn-tertiary {
    background-image: none; }
  .open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-tertiary {
    background-image: none; }
  .btn-primary.disabled, .disabled.btn-tertiary, .btn-primary.disabled:hover, .disabled.btn-tertiary:hover, .btn-primary.disabled:focus, .disabled.btn-tertiary:focus, .btn-primary.disabled:active, .disabled.btn-tertiary:active, .btn-primary.disabled.active, .disabled.active.btn-tertiary, .btn-primary[disabled], .btn-tertiary[disabled], .btn-primary[disabled]:hover, .btn-tertiary[disabled]:hover, .btn-primary[disabled]:focus, .btn-tertiary[disabled]:focus, .btn-primary[disabled]:active, .btn-tertiary[disabled]:active, .btn-primary[disabled].active, .btn-tertiary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-tertiary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-tertiary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-tertiary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-tertiary:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .active.btn-tertiary {
    background-color: #eb0a1e;
    border-color: #d3091b; }
  .btn-primary .badge, .btn-tertiary .badge {
    color: #eb0a1e;
    background-color: #fff; }

.btn-secondary, .btn-default {
  color: #fff;
  background-color: #999999;
  border-color: #4d4d4d; }
  .btn-secondary:hover, .btn-default:hover, .btn-secondary:focus, .btn-default:focus, .btn-secondary:active, .btn-default:active, .btn-secondary.active, .active.btn-default {
    color: #fff;
    background-color: #858585;
    border-color: #2e2e2e; }
  .open .btn-secondary.dropdown-toggle, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #858585;
    border-color: #2e2e2e; }
  .btn-secondary:active, .btn-default:active, .btn-secondary.active, .active.btn-default {
    background-image: none; }
  .open .btn-secondary.dropdown-toggle, .open .dropdown-toggle.btn-default {
    background-image: none; }
  .btn-secondary.disabled, .disabled.btn-default, .btn-secondary.disabled:hover, .disabled.btn-default:hover, .btn-secondary.disabled:focus, .disabled.btn-default:focus, .btn-secondary.disabled:active, .disabled.btn-default:active, .btn-secondary.disabled.active, .disabled.active.btn-default, .btn-secondary[disabled], .btn-default[disabled], .btn-secondary[disabled]:hover, .btn-default[disabled]:hover, .btn-secondary[disabled]:focus, .btn-default[disabled]:focus, .btn-secondary[disabled]:active, .btn-default[disabled]:active, .btn-secondary[disabled].active, .btn-default[disabled].active,
  fieldset[disabled] .btn-secondary,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-secondary:active,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-secondary.active,
  fieldset[disabled] .active.btn-default {
    background-color: #999999;
    border-color: #4d4d4d; }
  .btn-secondary .badge, .btn-default .badge {
    color: #999999;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #d2d2d2;
    border-color: #bbbbbb; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #d2d2d2;
    border-color: #bbbbbb; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #e6e6e6;
    border-color: #d9d9d9; }
  .btn-info .badge {
    color: #e6e6e6;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #eb0a1e;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #f00;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

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

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

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

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

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

.glyphmytoyota-icon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphmytoyota-icon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphmytoyota-icon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

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

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

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

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

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

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphmytoyota-icon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

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

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphmytoyota-icon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #595959;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4d4d4d;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #eb0a1e; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 20px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f2f2f2; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f2f2f2;
    border-color: #eb0a1e; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #bababa; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f2f2f2 #f2f2f2 #bababa; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #eb0a1e;
      border: 1px solid #bc0818;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #eb0a1e; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified, .inner-hub-pages .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li, .inner-hub-pages .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .inner-hub-pages .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .inner-hub-pages .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li, .inner-hub-pages .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .inner-hub-pages .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, .inner-hub-pages .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .inner-hub-pages .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .inner-hub-pages .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .inner-hub-pages .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .inner-hub-pages .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .inner-hub-pages .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .inner-hub-pages .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .inner-hub-pages .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus,
    .inner-hub-pages .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #f2f2f2; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 0; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 17px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  .navbar-nav .navbar-form .form-group {
    float: left;
    width: 75%;
    padding-top: 15px; }
  .navbar-nav .navbar-form .btn-default {
    width: 25%;
    height: 33px;
    margin-top: 15px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-header .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 22px 15px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 4px; }
    .navbar-default .navbar-header .navbar-toggle .icon-bar {
      display: block;
      width: 33px;
      height: 4px;
      border-radius: 2px; }
      .navbar-default .navbar-header .navbar-toggle .icon-bar + .icon-bar {
        margin-bottom: 5px; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #000; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  @media (max-width: 767px) {
    .navbar-default .navbar-header .navbar-brand {
      height: auto;
      margin-bottom: 0; }
      .navbar-default .navbar-header .navbar-brand img {
        width: 50px; } }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #fff; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #fff; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #eb0a1e;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #f00;
    background-color: #f2f2f2;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #eb0a1e;
    border-color: #eb0a1e;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px;
  font-size: 17px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f2f2f2; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #eb0a1e; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #ba0818; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #e6e6e6; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #cdcdcd; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #eb0a1e;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #595959; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #eb0a1e; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #eb0a1e;
    border-color: #eb0a1e; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #fdc4c9; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #595959;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #eb0a1e; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #eb0a1e;
    border-color: #eb0a1e; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #eb0a1e; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eb0a1e; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 952px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 952px; } }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 7px 9px 8px 11px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'ToyotaDisplay';
  src: url("../fonts/toyotadisplay-webfont.eot");
  src: url("../fonts/toyotadisplay-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/toyotadisplay-webfont.woff") format("woff"), url("../fonts/toyotadisplay-webfont.ttf") format("truetype"), url("../fonts/toyotadisplay-webfont.svg#ToyotaDisplayBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'ToyotaDisplay';
  src: url("../fonts/toyotadisplay_rg-webfont.eot");
  src: url("../fonts/toyotadisplay_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/toyotadisplay_rg-webfont.woff") format("woff"), url("../fonts/toyotadisplay_rg-webfont.ttf") format("truetype"), url("../fonts/toyotadisplay_rg-webfont.svg#ToyotaDisplayRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ToyotaText';
  src: url("../fonts/toyotatext_rg-webfont.eot");
  src: url("../fonts/toyotatext_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/toyotatext_rg-webfont.woff") format("woff"), url("../fonts/toyotatext_rg-webfont.ttf") format("truetype"), url("../fonts/toyotatext_rg-webfont.svg#ToyotaTextRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ToyotaText';
  src: url("../fonts/toyotatext_it-webfont.eot");
  src: url("../fonts/toyotatext_it-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/toyotatext_it-webfont.woff") format("woff"), url("../fonts/toyotatext_it-webfont.ttf") format("truetype"), url("../fonts/toyotatext_it-webfont.svg#ToyotaTextItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'ToyotaText';
  src: url("../fonts/toyotatext-webfont.eot");
  src: url("../fonts/toyotatext-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/toyotatext-webfont.woff") format("woff"), url("../fonts/toyotatext-webfont.ttf") format("truetype"), url("../fonts/toyotatext-webfont.svg#ToyotaTextBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'ToyotaText';
  src: url("../fonts/toyotatext_bdit-webfont.eot");
  src: url("../fonts/toyotatext_bdit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/toyotatext_bdit-webfont.woff") format("woff"), url("../fonts/toyotatext_bdit-webfont.ttf") format("truetype"), url("../fonts/toyotatext_bdit-webfont.svg#ToyotaTextBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Toyota-Icons';
  src: url("../fonts/Toyota-Icons.eot");
  src: url("../fonts/Toyota-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Toyota-Icons.woff") format("woff"), url("../fonts/Toyota-Icons.ttf") format("truetype"), url("../fonts/Toyota-Icons.svg#Toyota-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GoPlacesLogo';
  src: url("../fonts/DINCondensedBold.eot");
  src: url("../fonts/DINCondensedBold.otf?#iefix") format("embedded-opentype"), url("../fonts/DINCondensedBold.woff") format("woff"), url("../fonts/DINCondensedBold.ttf") format("truetype"), url("../fonts/DINCondensedBold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

.btn-default, .btn-primary, .btn-tertiary, .btn-secondary, .btn-default,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-default:active, .btn-default.active, .btn-primary:active, .btn-tertiary:active, .btn-primary.active, .active.btn-tertiary, .btn-secondary:active, .btn-default:active, .btn-secondary.active, .active.btn-default,
  .btn-success:active,
  .btn-success.active,
  .btn-info:active,
  .btn-info.active,
  .btn-warning:active,
  .btn-warning.active,
  .btn-danger:active,
  .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn:active, .btn.active {
  background-image: none; }

.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px; }
  .btn-default:active, .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb; }

.btn-primary, .btn-tertiary {
  background-image: -webkit-linear-gradient(top, #eb0a1e 0%, #b00817 100%);
  background-image: linear-gradient(to bottom, #eb0a1e 0%, #b00817 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E', endColorstr='#FFB00817', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #a70715; }
  .btn-primary:hover, .btn-tertiary:hover, .btn-primary:focus, .btn-tertiary:focus {
    background-color: #b00817;
    background-position: 0 -15px; }
  .btn-primary:active, .btn-tertiary:active, .btn-primary.active, .active.btn-tertiary {
    background-color: #b00817;
    border-color: #a70715; }

.btn-secondary, .btn-default {
  background-image: -webkit-linear-gradient(top, #999999 0%, #7a7a7a 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #7a7a7a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF7A7A7A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #757575; }
  .btn-secondary:hover, .btn-default:hover, .btn-secondary:focus, .btn-default:focus {
    background-color: #7a7a7a;
    background-position: 0 -15px; }
  .btn-secondary:active, .btn-default:active, .btn-secondary.active, .active.btn-default {
    background-color: #7a7a7a;
    border-color: #757575; }

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }
  .btn-success:hover, .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px; }
  .btn-success:active, .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e; }

.btn-info {
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #c7c7c7 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #c7c7c7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFC7C7C7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #c2c2c2; }
  .btn-info:hover, .btn-info:focus {
    background-color: #c7c7c7;
    background-position: 0 -15px; }
  .btn-info:active, .btn-info.active {
    background-color: #c7c7c7;
    border-color: #c2c2c2; }

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13; }
  .btn-warning:hover, .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px; }
  .btn-warning:active, .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13; }

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px; }
  .btn-danger:active, .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28; }

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #eb0a1e 0%, #d3091b 100%);
  background-image: linear-gradient(to bottom, #eb0a1e 0%, #d3091b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E', endColorstr='#FFD3091B', GradientType=0);
  background-color: #d3091b; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, white 0%, #fff 100%);
  background-image: linear-gradient(to bottom, white 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
  .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFFAFAFA', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF282828', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }
  .navbar-inverse .navbar-brand,
  .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0; }

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7; }

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0); }

.progress-bar {
  background-image: -webkit-linear-gradient(top, #eb0a1e 0%, #ba0818 100%);
  background-image: linear-gradient(to bottom, #eb0a1e 0%, #ba0818 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E', endColorstr='#FFBA0818', GradientType=0); }

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0); }

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #cdcdcd 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #cdcdcd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFCDCDCD', GradientType=0); }

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0); }

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0); }

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #ba0818;
  background-image: -webkit-linear-gradient(top, #eb0a1e 0%, #c60819 100%);
  background-image: linear-gradient(to bottom, #eb0a1e 0%, #c60819 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E', endColorstr='#FFC60819', GradientType=0);
  border-color: #c60819; }

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .panel-group .panel-flat {
    border-radius: initial; }
  .panel-group .panel-flat + .panel-flat {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0); }

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #eb0a1e 0%, #d3091b 100%);
  background-image: linear-gradient(to bottom, #eb0a1e 0%, #d3091b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E', endColorstr='#FFD3091B', GradientType=0); }

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0); }

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0); }

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0); }

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0); }

.panel-flat > .panel-heading {
  border-radius: initial; }

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/* UTILITIES */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

@font-face {
  font-family: 'mytoyota_icon';
  src: url("../fonts/mytoyota_icon.eot?p3daXmXQZ53y");
  src: url("../fonts/mytoyota_icon.eot?p3daXmXQZ53y#iefix") format("embedded-opentype"), url("../fonts/mytoyota_icon.ttf?p3daXmXQZ53y") format("truetype"), url("../fonts/mytoyota_icon.woff?p3daXmXQZ53y") format("woff"), url("../fonts/mytoyota_icon.svg?p3daXmXQZ53y#mytoyota_icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mytoyota-icon-"], [class*=" mytoyota-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mytoyota_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.mytoyota-icon-add-vehicle:before {
  content: "\e900"; }

.mytoyota-icon-back:before {
  content: "\e901"; }

.mytoyota-icon-bookmark-fill:before {
  content: "\e902"; }

.mytoyota-icon-bookmark-outline:before {
  content: "\e903"; }

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

.mytoyota-icon-check-circle:before {
  content: "\e905"; }

.mytoyota-icon-check:before {
  content: "\e906"; }

.mytoyota-icon-circle:before {
  content: "\e907"; }

.mytoyota-icon-clear-circle:before {
  content: "\e908"; }

.mytoyota-icon-clear:before {
  content: "\e909"; }

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

.mytoyota-icon-down:before {
  content: "\e90b"; }

.mytoyota-icon-download:before {
  content: "\e90c"; }

.mytoyota-icon-edit:before {
  content: "\e90d"; }

.mytoyota-icon-external:before {
  content: "\e90e"; }

.mytoyota-icon-factory-check:before {
  content: "\e90f"; }

.mytoyota-icon-factory:before {
  content: "\e910"; }

.mytoyota-icon-flash-off:before {
  content: "\e911"; }

.mytoyota-icon-flash:before {
  content: "\e912"; }

.mytoyota-icon-goplaces:before {
  content: "\e913"; }

.mytoyota-icon-help:before {
  content: "\e914"; }

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

.mytoyota-icon-image:before {
  content: "\e916"; }

.mytoyota-icon-info:before {
  content: "\e917"; }

.mytoyota-icon-key-check:before {
  content: "\e918"; }

.mytoyota-icon-key:before {
  content: "\e919"; }

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

.mytoyota-icon-location-selected:before {
  content: "\e91b"; }

.mytoyota-icon-location:before {
  content: "\e91c"; }

.mytoyota-icon-mail:before {
  content: "\e91d"; }

.mytoyota-icon-menu:before {
  content: "\e91e"; }

.mytoyota-icon-mydetails:before {
  content: "\e91f"; }

.mytoyota-icon-mygarage:before {
  content: "\e920"; }

.mytoyota-icon-nav-back:before {
  content: "\e921"; }

.mytoyota-icon-nav-close:before {
  content: "\e922"; }

.mytoyota-icon-nav-menu:before {
  content: "\e923"; }

.mytoyota-icon-night-time:before {
  content: "\e924"; }

.mytoyota-icon-page-check:before {
  content: "\e925"; }

.mytoyota-icon-page:before {
  content: "\e926"; }

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

.mytoyota-icon-play-circle:before {
  content: "\e928"; }

.mytoyota-icon-plus-circle:before {
  content: "\e929"; }

.mytoyota-icon-port-check:before {
  content: "\e92a"; }

.mytoyota-icon-port:before {
  content: "\e92b"; }

.mytoyota-icon-recalls:before {
  content: "\e92c"; }

.mytoyota-icon-reload:before {
  content: "\e92d"; }

.mytoyota-icon-rewards:before {
  content: "\e92e"; }

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

.mytoyota-icon-scan:before {
  content: "\e930"; }

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

.mytoyota-icon-settings:before {
  content: "\e932"; }

.mytoyota-icon-shipping-check:before {
  content: "\e933"; }

.mytoyota-icon-shipping:before {
  content: "\e934"; }

.mytoyota-icon-spinner:before {
  content: "\e935"; }

.mytoyota-icon-t-link:before {
  content: "\e936"; }

.mytoyota-icon-tfa:before {
  content: "\e937"; }

.mytoyota-icon-trackmycar:before {
  content: "\e938"; }

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

.mytoyota-icon-vehicle-manual:before {
  content: "\e93a"; }

.mytoyota-icon-warranty-claims:before {
  content: "\e93b"; }

.mytoyota-icon-warranty:before {
  content: "\e93c"; }

.mytoyota-icon-wrench-check:before {
  content: "\e93d"; }

.mytoyota-icon-wrench:before {
  content: "\e93e"; }

.red-button-hover, .red-btn:hover:enabled {
  background-color: #ba0818; }

.grey-button-hover, .grey-btn:hover:enabled {
  background-color: #b3b3b3; }

.red-button-active, .red-btn:active:enabled {
  background-color: #ba0818; }

.grey-button-active, .grey-btn:active:enabled {
  background-color: #b3b3b3; }

.floating-box, .floating-profile-details, .floating-dealer-location {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  -moz-box-shadow: 3px 3px 4px rgba(68, 68, 68, 0.33);
  -webkit-box-shadow: 3px 3px 4px rgba(68, 68, 68, 0.33);
  box-shadow: 3px 3px 4px rgba(68, 68, 68, 0.33);
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC; }

/* BASE */
html {
  height: 100%;
  width: 100%; }

h1, h2, h3, h4, h5, h6, .h7 {
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  height: 100%;
  width: 100%;
  /* Carousel */
  /* Should be removed here and done in bootstrap toyota style */
  /* overriding bootstrap */
  /* Home Page Styles */
  /* Icon Modules */ }
  body sup {
    top: -0.1em; }
  body .tab-content {
    height: 100%; }
    body .tab-content .tab-pane {
      height: 100%; }
  body .border-heading {
    border-bottom: 4px solid #555555;
    padding: 0 0 6px 0; }
  body .carousel-control.left, body .carousel-control.right {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    max-width: 60px;
    width: 60px\9; }
  body .carousel-control:focus {
    opacity: 1 !important; }
  body .dollar-sign {
    font-size: 70%;
    vertical-align: text-top; }
  body .shallow-reverse-heading {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 18px; }
  body .home-carousel-caption {
    text-align: left; }
    body .home-carousel-caption h2 {
      color: #fff; }
  body .home-3-promos {
    padding: 30px 15px; }
  body .home-promo {
    text-align: center; }
    body .home-promo p {
      padding-top: 12px; }
  body .home-choose-toyota {
    background: url(../assets/main/Toyota/Vehicles/Common/Images/home/home-help-me-placeholder.jpg);
    height: 400px; }
  body .home-choose-toyota-content {
    padding: 50px 0 150px 0; }
    body .home-choose-toyota-content h2 {
      color: #fff; }
    body .home-choose-toyota-content p {
      color: #fff; }
  body .home-select-dealer {
    background: #fff;
    height: 300px; }
  body .home-buy-toyota {
    background: #5b1f1f;
    padding: 60px 0 60px 0; }
  body .home-buy-toyota-content {
    padding-top: 50px;
    padding-bottom: 50px; }
    body .home-buy-toyota-content h2 {
      color: #fff; }
    body .home-buy-toyota-content p {
      color: #fff; }
  body .home-buy-toyota-image {
    padding-top: 50px; }
  body .home-rss {
    background: #2f2725;
    padding: 20px 0 20px 0; }
    body .home-rss p {
      padding-top: 20px; }
  body .home-already-own {
    background: #fff; }
  body .icon-module {
    float: left;
    font-size: 12px;
    line-height: 14px;
    border-right: 1px solid #ccc;
    padding: 0;
    color: #555555; }
  body .first-sidebar-icon {
    margin-top: 12px; }

.more-link {
  line-height: 12px; }

.remove-padding-left {
  padding-left: 0; }

.remove-padding-right {
  padding-right: 0; }

.minimal-padding-left {
  padding-left: 4px; }

.minimal-padding-right {
  padding-right: 4px; }

.add-margin-top {
  margin-top: 8px; }

.add-margin-bottom {
  margin-bottom: 8px; }

.disclaimer-box {
  margin-top: 12px; }

.full-width {
  width: 100%; }

.col-condensed {
  margin-left: 0px;
  margin-right: 0px; }
  .col-condensed div[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px; }

.navbar-nav .dropdown-menu .twitter-typeahead {
  width: 94%; }

.navbar-nav .dropdown-menu .navbar-form input, .navbar-nav .dropdown-menu .form-inline input, .navbar-nav .dropdown-menu .navbar-form input {
  width: 100%; }

.tt-dataset-postcode {
  max-height: 300px;
  overflow-y: scroll; }

.list-ticks {
  margin: 20px 0 20px;
  font-size: 0.95em; }
  .list-ticks li {
    list-style: none;
    padding-bottom: 5px;
    position: relative;
    padding-left: 20px; }
  .list-ticks li span.glyphicon {
    color: #eb0a1e;
    margin-right: 5px;
    position: absolute;
    left: 0; }

.padding-top {
  margin-top: 10px; }

.color-primary {
  color: #eb0a1e; }

.camry .find-a-dealer-link, .camry .personalisationInfo {
  display: none; }

.colour-container {
  display: block;
  width: 51px;
  height: 40px;
  background: transparent url(/Assets/Toyota/Vehicles/Common/Images/range/colours/shadow-sm.png) no-repeat center 30px;
  float: left;
  position: relative; }
  .colour-container .colour-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-image: url(/Assets/Toyota/Vehicles/Common/Images/range/colours/overlay-sm.png);
    margin: 0 auto;
    position: relative; }
  .colour-container:hover > a, .colour-container.active a {
    border: 4px solid #fff; }

.colour-container-rect {
  display: block;
  width: 58px;
  height: 35px;
  float: left;
  position: relative; }
  .colour-container-rect .colour-btn {
    display: block;
    width: 50px;
    height: 27px;
    border: none;
    background-image: url(/Assets/Toyota/Vehicles/Common/Images/icons/colour-overlay-rect.png);
    margin: 0 auto;
    position: relative; }
  .colour-container-rect:hover > a {
    border: 1px solid #000; }

.colour-040 {
  background-color: #FFFFFF; }

.colour-070 {
  background-color: #F7FCFF; }

.colour-209 {
  background-color: #000000; }

.colour-3p0 {
  background-color: #BA0003; }

.colour-1j1 {
  background-color: #BCE0C9; }

.colour-3r3 {
  background-color: #85000F; }

.colour-1g3 {
  background-color: #363D4D; }

.colour-788 {
  background-color: #047D7D; }

.colour-8t0 {
  background-color: #0B3F99; }

.colour-8s7 {
  background-color: #B7D0F7; }

.colour-3s7 {
  background-color: #FF3068; }

.colour-1e0 {
  background-color: #333333; }

.colour-8n0 {
  background-color: #677485; }

.colour-777 {
  background-color: #7C8275; }

.colour-8t7 {
  background-color: #003899; }

.colour-1c0 {
  background-color: #CCCBC8; }

.colour-3e5 {
  background-color: #FF030B; }

.colour-5a7 {
  background-color: #D9CAAD; }

.colour-1e9 {
  background-color: #544C4C; }

.colour-1h2 {
  background-color: #000F0F; }

.colour-1f7 {
  background-color: #c4c2c6; }

.colour-8r3 {
  background-color: #494D63; }

.colour-3r0 {
  background-color: #290A0E; }

.colour-4v0 {
  background-color: #413B29; }

.colour-8s6 {
  background-color: #1a2246; }

.colour-8v7 {
  background-color: #77A4BD; }

.colour-082 {
  background-color: #DADFE5; }

.colour-4v7 {
  background-color: #DE1704; }

.colour-774 {
  background-color: #1A76B0; }

.colour-058 {
  background-color: #ffffff; }

.colour-8p4 {
  background-color: #191E36; }

.colour-599 {
  background-color: #ABA58E; }

.colour-1E7 {
  background-color: #A9A9AB; }

.colour-3r9 {
  background-color: #0F0106; }

.colour-202 {
  background-color: #000000; }

.colour-1h4 {
  background-color: #9397A0; }

.colour-4w4 {
  background-color: #492D1F; }

.colour-1h5 {
  background-color: #B3B5BF; }

.colour-4v6 {
  background-color: #A38E6F; }

.colour-2kc {
  background-color: #000000; }

.colour-2ky {
  background-color: #B3B5BF; }

.colour-2kp {
  background-color: #A38E6F; }

.colour-3l5 {
  background-color: #E22D39; }

.colour-2ju {
  background-color: #F4B52D; }

.colour-2ls {
  background-color: #415A67; }

.colour-8t5 {
  background-color: #002EAD; }

.colour-8v1 {
  background-color: #1A1C29; }

.colour-3q3 {
  background-color: #520003; }

.colour-4e9 {
  background-color: #D5C1A3; }

.colour-4r3 {
  background-color: #C4AF91; }

.colour-1d6 {
  background-color: #8f9090; }

.colour-218 {
  background-color: #17191F; }

.colour-8h6 {
  background-color: #0F1015; }

.colour-061 {
  background-color: #FFFFFF; }

.colour-1d4 {
  background-color: #d8d8d8; }

.colour-1f9 {
  background-color: #989898; }

.colour-1h1 {
  background-color: #5E5B5C; }

.colour-3t0 {
  background-color: #5B2C33; }

.colour-4r8 {
  background-color: #C73000; }

.colour-4s2 {
  background-color: #FFFAF0; }

.colour-4t3 {
  background-color: #453725; }

.colour-4v8 {
  background-color: #625D59; }

.colour-5b2 {
  background-color: #948777; }

.colour-61k {
  background-color: #494B52; }

.colour-6w4 {
  background-color: #4C574E; }

.colour-8l5 {
  background-color: #0F00B8; }

.colour-8s1 {
  background-color: #DEE8FF; }

.colour-8s4 {
  background-color: #C4EBFF; }

.colour-8v5 {
  background-color: #212B38; }

.colour-8w1 {
  background-color: #42879a; }

.colour-c7p {
  background-color: #FF0814; }

.colour-d4s {
  background-color: #000000; }

.colour-e8h {
  background-color: #0F2E6B; }

.colour-g1u {
  background-color: #88898A; }

.colour-h8r {
  background-color: #D41C00; }

.colour-k1x {
  background-color: #AEAEAF; }

.colour-5b5 {
  background-color: #FFF764; }

.colour-8s0 {
  background-color: #cfe9f0; }

.colour-8w6 {
  background-color: #1b3f6c; }

.colour-8x7 {
  background-color: #3278DC; }

.colour-6w2 {
  background-color: #E6DC42; }

.calc-height-25 {
  height: 98%;
  height: -moz-calc(100% - 25px);
  height: -webkit-calc(100% - 25px);
  height: calc(100% - 25px); }

.calc-height-heading {
  height: 98%;
  height: -moz-calc(100% - 41px);
  height: -webkit-calc(100% - 41px);
  height: calc(100% - 41px);
  position: relative; }

.build-info {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  /* FOOTER SPECIFIC */
  .icons-connected {
    display: block;
    width: 160px;
    top: -95px;
    position: relative; } }


.myt-alert {
  font-family: ToyotaDisplay;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 0; }
  
  .myt-alert-error {
    color: #D1091B; }
  
  .myt-alert-notification {
    color: #0097ff;
    background-color: #dff2ff;
    font-family: ToyotaText;
    border-radius: 0px; }
    
    .myt-alert-notification span {
      font-family: ToyotaDisplay;
      font-weight: bold; }
    
    .myt-alert-notification p {
      margin-bottom: 0px;
      width: 95%; }

.clear-input {
  width: 16px;
  height: 16px;
  border: 1px solid #828282;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .clear-input:before {
    font-size: 10px;
    transform: rotate(45deg); }

.animated-form-elements label.is-reduced,
.animated-form-elements li.is-reduced, .animated-form-elements-label.is-reduced, .animated-form-elements input[type=text][data-empty="false"] + label.animated-label,
.animated-form-elements input[type=text]:valid + label.animated-label,
.animated-form-elements input[type=text]:disabled + label.animated-label,
.animated-form-elements input[type=text]:focus + label.animated-label,
.animated-form-elements input[type=number][data-empty="false"] + label.animated-label,
.animated-form-elements input[type=number]:valid + label.animated-label,
.animated-form-elements input[type=number]:disabled + label.animated-label,
.animated-form-elements input[type=number]:focus + label.animated-label,
.animated-form-elements input[type=password][data-empty="false"] + label.animated-label,
.animated-form-elements input[type=password]:valid + label.animated-label,
.animated-form-elements input[type=password]:disabled + label.animated-label,
.animated-form-elements input[type=password]:focus + label.animated-label,
.animated-form-elements input[type=tel][data-empty="false"] + label.animated-label,
.animated-form-elements input[type=tel]:valid + label.animated-label,
.animated-form-elements input[type=tel]:disabled + label.animated-label,
.animated-form-elements input[type=tel]:focus + label.animated-label,
.animated-form-elements textarea[data-empty="false"] + label.animated-label,
.animated-form-elements textarea:valid + label.animated-label,
.animated-form-elements textarea:disabled + label.animated-label,
.animated-form-elements textarea:focus + label.animated-label, .animated-form-elements .inline-dropdown label.animated-label, .animated-form-elements label.animated-label {
  position: absolute;
  top: 15px;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  font-family: ToyotaDisplay;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #6a6a6a;
  font-weight: normal;
  cursor: pointer; }

.animated-form-elements label.is-reduced,
.animated-form-elements li.is-reduced, .animated-form-elements-label.is-reduced, .animated-form-elements input[type=text][data-empty="false"] + label.animated-label,
.animated-form-elements input[type=text]:valid + label.animated-label,
.animated-form-elements input[type=text]:disabled + label.animated-label,
.animated-form-elements input[type=text]:focus + label.animated-label,
.animated-form-elements input[type=number][data-empty="false"] + label.animated-label,
.animated-form-elements input[type=number]:valid + label.animated-label,
.animated-form-elements input[type=number]:disabled + label.animated-label,
.animated-form-elements input[type=number]:focus + label.animated-label,
.animated-form-elements input[type=password][data-empty="false"] + label.animated-label,
.animated-form-elements input[type=password]:valid + label.animated-label,
.animated-form-elements input[type=password]:disabled + label.animated-label,
.animated-form-elements input[type=password]:focus + label.animated-label,
.animated-form-elements input[type=tel][data-empty="false"] + label.animated-label,
.animated-form-elements input[type=tel]:valid + label.animated-label,
.animated-form-elements input[type=tel]:disabled + label.animated-label,
.animated-form-elements input[type=tel]:focus + label.animated-label,
.animated-form-elements textarea[data-empty="false"] + label.animated-label,
.animated-form-elements textarea:valid + label.animated-label,
.animated-form-elements textarea:disabled + label.animated-label,
.animated-form-elements textarea:focus + label.animated-label, .animated-form-elements .inline-dropdown label.animated-label {
  top: 10px;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  transform: translate3d(0, -10px, 0); }

.animated-form-elements-text-field, .animated-form-elements input[type=text],
.animated-form-elements input[type=number],
.animated-form-elements input[type=password],
.animated-form-elements input[type=tel],
.animated-form-elements textarea {
  box-shadow: none;
  display: block;
  padding-left: 0px;
  width: 100%;
  height: 3em;
  padding: 16px 8px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  background: none;
  outline: 0;
  transition: all 0.2s ease-in-out;
  font-family: ToyotaDisplay;
  letter-spacing: 0.2px;
  color: #4d4f53;
  border-bottom: 1px solid #e1e1e3; }

.animated-form-elements {
  font-size: medium;
  font-size: initial;
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* disabled checkbox */
  /* checked mark aspect changes */
  /* disabled radio */
  /* disabled radio */ }
  .animated-form-elements .clear-input {
    position: absolute;
    right: 0;
    bottom: 10px; }
    .animated-form-elements .clear-input.error {
      bottom: 28px; }
    .animated-form-elements .clear-input:before {
      font-size: 10px;
      transform: rotate(45deg); }
  .animated-form-elements-text-field {
    padding: 16px 0 0;
    height: auto;
    border: none; }
  .animated-form-elements label.error, .animated-form-elements label.condition-passed, .animated-form-elements-label.error, .animated-form-elements-label.condition-passed {
    margin-top: 3px;
    display: inline;
    font-family: ToyotaDisplay;
    font-size: 10px !important;
    line-height: 1.2;
    letter-spacing: 0.1px; }
  .animated-form-elements label.error,
  .animated-form-elements li.error, .animated-form-elements-label.error {
    color: #D1091B; }
  .animated-form-elements label.condition-passed,
  .animated-form-elements li.condition-passed, .animated-form-elements-label.condition-passed {
    color: #0E9857; }
    .animated-form-elements label.condition-passed.collapse,
    .animated-form-elements li.condition-passed.collapse, .animated-form-elements-label.condition-passed.collapse {
      display: none; }
  .animated-form-elements input[type=text].error,
  .animated-form-elements input[type=password].error,
  .animated-form-elements input[type=tel].error {
    border-bottom-color: #f93d39;
    box-shadow: none; }
  .animated-form-elements input[type=text].inverted-colours.error,
  .animated-form-elements input[type=password].inverted-colours.error,
  .animated-form-elements input[type=tel].inverted-colours.error {
    border-bottom-color: #ffffff; }
  .animated-form-elements fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    margin-bottom: 36px; }
  .animated-form-elements input[type=text]::-ms-clear,
  .animated-form-elements input[type=number]::-ms-clear,
  .animated-form-elements input[type=password]::-ms-clear,
  .animated-form-elements input[type=tel]::-ms-clear,
  .animated-form-elements textarea::-ms-clear {
    display: none; }
  .animated-form-elements input[type=text]:disabled,
  .animated-form-elements input[type=number]:disabled,
  .animated-form-elements input[type=password]:disabled,
  .animated-form-elements input[type=tel]:disabled,
  .animated-form-elements textarea:disabled {
    color: #cbcdc9;
    -webkit-text-fill-color: #cbcdc9;
    /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    /* Override iOS opacity change affecting text & background color */
    margin-bottom: 0;
    border-bottom: none;
    opacity: 1; }
  .animated-form-elements input[type=text]:disabled + label.animated-label,
  .animated-form-elements input[type=number]:disabled + label.animated-label,
  .animated-form-elements input[type=password]:disabled + label.animated-label,
  .animated-form-elements input[type=tel]:disabled + label.animated-label,
  .animated-form-elements textarea:disabled + label.animated-label {
    color: #cbcdc9;
    cursor: default; }
  .animated-form-elements input[type=text][data-empty="false"], .animated-form-elements input[type=text]:valid, .animated-form-elements input[type=text]:focus, .animated-form-elements input[type=text]:disabled,
  .animated-form-elements input[type=number][data-empty="false"],
  .animated-form-elements input[type=number]:valid,
  .animated-form-elements input[type=number]:focus,
  .animated-form-elements input[type=number]:disabled,
  .animated-form-elements input[type=password][data-empty="false"],
  .animated-form-elements input[type=password]:valid,
  .animated-form-elements input[type=password]:focus,
  .animated-form-elements input[type=password]:disabled,
  .animated-form-elements input[type=tel][data-empty="false"],
  .animated-form-elements input[type=tel]:valid,
  .animated-form-elements input[type=tel]:focus,
  .animated-form-elements input[type=tel]:disabled,
  .animated-form-elements textarea[data-empty="false"],
  .animated-form-elements textarea:valid,
  .animated-form-elements textarea:focus,
  .animated-form-elements textarea:disabled {
    padding: 16px 8px 6px;
    padding-left: 0px; }
  .animated-form-elements input[type=text]:focus,
  .animated-form-elements input[type=number]:focus,
  .animated-form-elements input[type=password]:focus,
  .animated-form-elements input[type=tel]:focus,
  .animated-form-elements textarea:focus {
    outline: 0;
    background: white;
    background: none; }
  .animated-form-elements input[type=text]:valid + label.animated-label + .clear-input,
  .animated-form-elements input[type=number]:valid + label.animated-label + .clear-input,
  .animated-form-elements input[type=password]:valid + label.animated-label + .clear-input,
  .animated-form-elements input[type=tel]:valid + label.animated-label + .clear-input,
  .animated-form-elements textarea:valid + label.animated-label + .clear-input {
    display: flex; }
  .animated-form-elements input[type=number]::-webkit-outer-spin-button,
  .animated-form-elements input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .animated-form-elements .inline-dropdown {
    display: inline-block;
    margin-right: 8px;
    width: 50%; }
    .animated-form-elements .inline-dropdown select {
      border: none;
      border-bottom: 1px solid #e1e1e3;
      font-family: ToyotaDisplay;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.2px;
      color: #6a6a6a;
      padding-bottom: 6px;
      padding-right: 8px;
      -webkit-appearance: none;
      width: 100%;
      background-color: transparent; }
      .animated-form-elements .inline-dropdown select::-ms-expand {
        display: none; }
    .animated-form-elements .inline-dropdown-small select {
      font-size: 11px;
      font-weight: bold; }
    .animated-form-elements .inline-dropdown label.animated-label {
      top: -8px; }
    .animated-form-elements .inline-dropdown-icon {
      float: right;
      position: relative;
      top: -24px;
      font-size: 16px;
      z-index: 1; }
  @media only screen and (max-width: 420px) {
    .animated-form-elements .inline-dropdown select {
      font-size: 14px !important; } }
  .animated-form-elements input [type=checkbox]:not(:checked),
  .animated-form-elements input [type="checkbox"]:checked {
    display: none;
    -webkit-appearance: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px; }
  .animated-form-elements input[type="checkbox"]:not(:checked) + label,
  .animated-form-elements input[type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
    padding-left: 38px;
    padding-top: 7px; }
  .animated-form-elements input[type="checkbox"]:not(:checked) + label:before,
  .animated-form-elements input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 14px; }
  .animated-form-elements input[type="checkbox"]:not(:checked) + label:before {
    background-color: transparent;
    border: solid 2px #e1e1e1;
    transition: all .2s; }
  .animated-form-elements input[type="checkbox"].inverted-colours:not(:checked) + label:before {
    background-color: transparent;
    border: solid 2px #ffffff; }
  .animated-form-elements input[type="checkbox"]:checked + label:before {
    background: #4d4f53;
    border: solid 2px #4d4f53; }
  .animated-form-elements input[type="checkbox"].inverted-colours:checked + label:before {
    background: #4d4f53;
    border: solid 2px #ffffff; }
  .animated-form-elements input[type="checkbox"]:not(:checked) + label:after,
  .animated-form-elements input[type="checkbox"]:checked + label:after {
    content: '\e906';
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 20px;
    line-height: 0.8;
    color: #fff;
    transition: all .2s;
    font-family: 'mytoyota_icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .animated-form-elements input[type="checkbox"].inverted-colours:not(:checked) + label:after,
  .animated-form-elements input[type="checkbox"].inverted-colours:checked + label:after {
    color: #fff; }
  .animated-form-elements input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .animated-form-elements input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .animated-form-elements input[type="checkbox"]:disabled:not(:checked) + label:before,
  .animated-form-elements input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #fff; }
  .animated-form-elements input[type="checkbox"].inverted-colours:disabled:not(:checked) + label:before,
  .animated-form-elements input[type="checkbox"].inverted-colours:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #fff; }
  .animated-form-elements input[type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .animated-form-elements input[type="checkbox"].inverted-colours:disabled:checked + label:after {
    color: #999; }
  .animated-form-elements input[type="checkbox"]:disabled + label {
    color: #aaa; }
  .animated-form-elements input[type="checkbox"].inverted-colours:disabled + label {
    color: #aaa; }
  .animated-form-elements .checkbox-container {
    display: flex;
    flex-direction: row; }
    .animated-form-elements .checkbox-container-left {
      position: relative;
      top: 5px; }
    .animated-form-elements .checkbox-container-right {
      flex-grow: 1; }
  .animated-form-elements .checkbox label {
    font-family: ToyotaDisplay;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.2px;
    color: #5d5f63; }
  .animated-form-elements .checkbox.inverted-colours label {
    color: #ffffff; }
  .animated-form-elements .checkbox input[type="checkbox"] {
    margin-left: -9000px; }
  .animated-form-elements input[type="radio"] {
    visibility: hidden;
    -webkit-appearance: none;
    opacity: 0;
    position: absolute;
    left: -9999px; }
  .animated-form-elements input[type="radio"]:not(:checked) + label,
  .animated-form-elements input[type="radio"]:checked + label {
    position: relative;
    cursor: pointer;
    padding-left: 24px; }
  .animated-form-elements input[type="radio"]:not(:checked) + label:before,
  .animated-form-elements input[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 14px; }
  .animated-form-elements input[type="radio"]:not(:checked) + label:before {
    background-color: transparent;
    border: solid 1px #e1e1e1;
    transition: all .2s; }
  .animated-form-elements input[type="radio"].inverted-colours:not(:checked) + label:before {
    background-color: transparent;
    border: solid 1px #ffffff; }
  .animated-form-elements input[type="radio"]:checked + label:before {
    border: solid 4px #eb0a1e; }
  .animated-form-elements input[type="radio"].inverted-colours:checked + label:before {
    border: solid 4px #ffffff; }
  .animated-form-elements input[type="radio"].inverted-colours:not(:checked) + label:after,
  .animated-form-elements input[type="radio"].inverted-colours:checked + label:after {
    color: #fff; }
  .animated-form-elements input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .animated-form-elements input[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .animated-form-elements input[type="radio"]:disabled:not(:checked) + label:before,
  .animated-form-elements input[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #fff; }
  .animated-form-elements input[type="radio"].inverted-colours:disabled:not(:checked) + label:before,
  .animated-form-elements input[type="radio"].inverted-colours:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #fff; }
  .animated-form-elements input[type="radio"]:disabled:checked + label:after {
    color: #999; }
  .animated-form-elements input[type="radio"].inverted-colours:disabled:checked + label:after {
    color: #999; }
  .animated-form-elements input[type="radio"]:disabled + label {
    color: #aaa; }
  .animated-form-elements input[type="radio"].inverted-colours:disabled + label {
    color: #aaa; }
  .animated-form-elements .radio {
    text-align: left;
    padding-left: 0; }
    .animated-form-elements .radio input {
      display: inline-block; }
    .animated-form-elements .radio label {
      display: inline-block;
      font-family: ToyotaDisplay;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0.3px;
      text-align: left;
      color: #222222; }
    .animated-form-elements .radio-small {
      margin-bottom: 12px; }
      .animated-form-elements .radio-small input[type="radio"] + label {
        font-size: 12px;
        padding-left: 18px; }
        .animated-form-elements .radio-small input[type="radio"] + label:before {
          border-width: 2px;
          top: 4px;
          width: 10px;
          height: 10px;
          border-radius: 10px; }
  .animated-form-elements .radio.horizontal label {
    margin-right: 60px; }
  .animated-form-elements .radio.inverted-colours label {
    color: #ffffff; }
  .animated-form-elements .radio input[type="checkbox"] {
    margin-left: -9000px; }
  .animated-form-elements .error-list {
    list-style: none;
    padding: 0; }
    .animated-form-elements .error-list span {
      margin-right: 10px; }

.inverted-colours .animated-form-elements .animated-form-field input,
.inverted-colours .animated-form-elements .animated-form-field label,
.inverted-colours .animated-form-elements .animated-form-field input + label.animated-label,
.inverted-colours .animated-form-elements .animated-form-field .show-password-btn {
  color: #ffffff; }

/************************************************************************************

	DEVELOPER NOTES:

	Please do not add styles for buttons anywhere else than here. All buttons
	are to follow the same specific brand guidelines.

	If you are not sure how to implement buttons correctly please ask Declan
	or Dan O (designer) for direction.

	All buttons should follow this naming convention
	<a class="btn btn-primary btn-lg specific-button-class"> (or <button>)

	specific-button-class
	This should be used in the page/hub css for positioning ONLY!

************************************************************************************/
/****************************
		GENERIC BUTTON
****************************/
.btn {
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /****************************
			BACK BUTTON
	****************************/ }
  @media (max-width: 767px) {
    .btn {
      position: relative;
      padding: 9px 10px;
      font-size: 13px; } }
  @media (min-width: 768px) {
    .btn {
      padding: 5px 16px;
      font-size: 13px; } }
  @media (min-width: 992px) {
    .btn {
      padding: 10px 20px;
      font-size: 16px; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  @media (max-width: 767px) {
    .btn .toyota-cta-arrow-01, .btn i {
      position: absolute;
      right: 20px;
      top: 11px; } }
  @media (min-width: 768px) {
    .btn .toyota-cta-arrow-01, .btn i {
      padding-left: 7px; } }
  .btn.back-button .toyota-cta-arrow-01, .btn.back-button i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
    right: 7px;
    padding-right: 0;
    padding-left: 0; }
    @media (max-width: 767px) {
      .btn.back-button .toyota-cta-arrow-01, .btn.back-button i {
        top: 0; } }

/****************************
		SMALL BUTTON
****************************/
.btn-sm, .btn-group-sm > .btn {
  padding: 4px 8px; }
  @media (min-width: 992px) {
    .btn-sm, .btn-group-sm > .btn {
      font-size: 13px; } }

/****************************
		PRIMARY BUTTON
****************************/
.btn-primary, .btn-tertiary {
  border: none;
  /****************************
			HERO BUTTON
	****************************/ }
  .btn-primary:hover, .btn-tertiary:hover, .btn-primary:focus, .btn-tertiary:focus {
    background: #eb0a1e; }
  @media (max-width: 767px) {
    .btn-primary, .btn-tertiary {
      width: 100%; } }
  .btn-primary.hero, .hero.btn-tertiary {
    padding: 10px 30px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .btn-primary.hero, .hero.btn-tertiary {
        width: auto; } }

/****************************
		SECONDARY BUTTON
****************************/
.btn-secondary, .btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border: none;
  border: 1px solid #ccc;
  color: #666; }
  .btn-secondary:hover, .btn-default:hover, .btn-secondary:focus, .btn-default:focus {
    background: #fff;
    border: 1px solid #ccc;
    color: #666; }
  .btn-secondary .toyota-cta-arrow-01, .btn-default .toyota-cta-arrow-01, .btn-secondary i, .btn-default i {
    color: #666; }
  @media (max-width: 767px) {
    .btn-secondary, .btn-default {
      width: 100%; } }

/****************************
		TERTIARY BUTTON
****************************/
.btn-tertiary {
  background-image: -webkit-linear-gradient(top, #999999 0%, #666666 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #666666 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF666666', GradientType=0); }
  .btn-tertiary:hover, .btn-tertiary:focus {
    background: #999; }

/****************************
		COLLAPSE BUTTON
****************************/
.btn-collapse {
  border: none;
  background: none;
  font-size: 12px;
  color: #181a21;
  font-weight: bold;
  padding: 0; }
  .btn-collapse-default-text:before {
    text-transform: uppercase;
    content: 'Hide Info'; }
  .btn-collapse-default-text.collapsed:before {
    content: 'Show Info'; }
  .btn-collapse:after {
    font-weight: normal;
    margin-left: 3px;
    content: '-'; }
  .btn-collapse.collapsed:after {
    content: '+'; }
  .btn-collapse-no-icon:after {
    content: ''; }

/****************************
		DEFAULT BUTTON
****************************/
/****************************
		BEP TRANSMISSION
****************************/
.toggle-switch .transmission-select-panel {
  padding: 6px 10px; }

/****************************
		SEARCH BUTTON
****************************/
.btn-search {
  padding: 5px 15px; }

.button {
  min-height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  font-family: ToyotaDisplay;
  letter-spacing: 1.4px;
  padding: 14px 44px;
  border: 1px solid;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
  transition: border-color .4s, background-color .4s, color .4s; }
  .button:hover, .button:focus, .button:active {
    text-decoration: none; }
  .button-primary {
    color: #181a21;
    border-color: #181a21;
    background-color: #f5f7f6; }
    .button-primary:hover, .button-primary:focus, .button-primary:active {
      background-color: #6a6a6a;
      border-color: #6a6a6a;
      color: #f5f7f6; }

.debug-session-token {
  background-color: #fff5af;
  position: relative; }
  .debug-session-token-container {
    padding: 4px 0; }
  .debug-session-token-value.editable {
    background-color: #fff; }
  .debug-session-token-overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
    opacity: .5;
    content: ''; }


.link {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  cursor: pointer;
  font-family: ToyotaDisplay; }
  
  .link-primary {
    color: #eb0a1e; }
  
  .link-secondary {
    font-size: 14px;
    color: #000;
    text-decoration: underline; }
  
  .link-tertiary {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold; }
    
    .link-tertiary:focus,
    .link-tertiary:active,
    .link-tertiary:hover {
      text-decoration: underline;
      color: #000; }
  
  .link-quarternary {
    color: #fff; }
    
    .link-quarternary:focus,
    .link-quarternary:active,
    .link-quarternary:hover {
      opacity: .7;
      color: #fff; }
  
  .link-underline {
    text-decoration: underline; }
    
    .link-underline:focus,
    .link-underline:active,
    .link-underline:hover {
      text-decoration: none;
      opacity: 0.7; }
  
  .link-bold {
    font-weight: bold; }
  
  .link-inherit {
    color: inherit; }
    
    .link-inherit:hover {
      color: inherit; }
  
  .link-small {
    font-size: 12px; }

.link-wrapper {
  line-height: 1.33; }

.general-tab, .inner-hub-pages .nav-tabs > li > a {
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #ccc 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFCCCCCC', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  line-height: 1.42857;
  border: none;
  border-right: 1px solid #bababa;
  color: #666666;
  padding: 6px 22px;
  border-radius: 0px;
  margin-right: 0; }
  .general-tab:hover, .inner-hub-pages .nav-tabs > li > a:hover {
    background-image: -webkit-linear-gradient(top, #ccc 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #ccc 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFE6E6E6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #3a3a3a; }

.activeTab, .inner-hub-pages .nav-pills > li > a {
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #ccc 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFCCCCCC', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  line-height: 1.42857;
  border: none;
  color: #666666;
  padding: 6px 22px;
  border-radius: 5px;
  background-color: #fff; }
  .activeTab:hover, .inner-hub-pages .nav-pills > li > a:hover {
    background-image: -webkit-linear-gradient(top, #ccc 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #ccc 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFE6E6E6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #3a3a3a; }

.activeTabPill, .inner-hub-pages .nav-tabs > li.active > a, .inner-hub-pages .nav-tabs > li.active > a:hover, .inner-hub-pages .nav-tabs > li.active > a:focus, .inner-hub-pages .sidebar-menu .nav-pills > li.current .active a {
  -webkit-box-shadow: inset 0 2px 3px #bc0818;
  box-shadow: inset 0 2px 3px #bc0818;
  background-image: none;
  background-color: #eb0a1e;
  color: #fff;
  cursor: default;
  border: none;
  border-color: #bababa;
  border-right: 1px solid #bababa; }

.inner-hub-pages .nav-tabs {
  padding-bottom: 1px;
  border-bottom: 1px solid #bababa; }
  .inner-hub-pages .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .inner-hub-pages .nav-tabs > li:first-child > a {
      border-top-left-radius: 5px; }
    .inner-hub-pages .nav-tabs > li:last-child > a {
      border-top-right-radius: 5px;
      border-right: none; }

.inner-hub-pages .nav-pills > li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }
  .inner-hub-pages .nav-pills > li.active > a, .inner-hub-pages .nav-pills > li.active > a:hover, .inner-hub-pages .nav-pills > li.active > a:focus {
    -webkit-box-shadow: inset 0 2px 3px #bc0818;
    box-shadow: inset 0 2px 3px #bc0818;
    background-image: none;
    background-color: #eb0a1e;
    color: #fff;
    cursor: default; }
  .inner-hub-pages .nav-pills > li + li {
    margin: 0 10px 10px 0; }

.inner-hub-pages .sidebar-menu .nav-pills li a {
  overflow: auto; }
  .inner-hub-pages .sidebar-menu .nav-pills li a .tab-item {
    padding: 0; }
  .inner-hub-pages .sidebar-menu .nav-pills li a .sub-menu-item {
    margin-left: 5px;
    display: block; }

.inner-hub-pages .sidebar-menu .nav-pills > li {
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 1px solid #e5e5e5; }
  .inner-hub-pages .sidebar-menu .nav-pills > li > a {
    background-image: none;
    padding: 6px 11px;
    overflow: auto; }
    .inner-hub-pages .sidebar-menu .nav-pills > li > a:hover {
      color: #000; }
  .inner-hub-pages .sidebar-menu .nav-pills > li.current, .inner-hub-pages .sidebar-menu .nav-pills > li.active {
    border: none; }
  .inner-hub-pages .sidebar-menu .nav-pills > li.current > a, .inner-hub-pages .sidebar-menu .nav-pills > li.current > a:hover, .inner-hub-pages .sidebar-menu .nav-pills > li.current > a:focus, .inner-hub-pages .sidebar-menu .nav-pills > li.active > a, .inner-hub-pages .sidebar-menu .nav-pills > li.active > a:hover, .inner-hub-pages .sidebar-menu .nav-pills > li.active > a:focus {
    -webkit-box-shadow: inset 0 2px 3px #bc0818;
    box-shadow: inset 0 2px 3px #bc0818;
    background-image: none;
    color: #fff; }
  .inner-hub-pages .sidebar-menu .nav-pills > li.current ul, .inner-hub-pages .sidebar-menu .nav-pills > li.active ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .inner-hub-pages .sidebar-menu .nav-pills > li.current ul li, .inner-hub-pages .sidebar-menu .nav-pills > li.active ul li {
      border-bottom: 1px dotted #e5e5e5; }
      .inner-hub-pages .sidebar-menu .nav-pills > li.current ul li a, .inner-hub-pages .sidebar-menu .nav-pills > li.active ul li a {
        display: block; }
        .inner-hub-pages .sidebar-menu .nav-pills > li.current ul li a:hover, .inner-hub-pages .sidebar-menu .nav-pills > li.active ul li a:hover {
          text-decoration: none; }
      .inner-hub-pages .sidebar-menu .nav-pills > li.current ul li .sub-menu-circle, .inner-hub-pages .sidebar-menu .nav-pills > li.active ul li .sub-menu-circle {
        width: 4px;
        height: 4px;
        background: #000;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 10px 0 5px;
        float: left; }
      .inner-hub-pages .sidebar-menu .nav-pills > li.current ul li .sub-menu-item, .inner-hub-pages .sidebar-menu .nav-pills > li.active ul li .sub-menu-item {
        font-size: 11px; }
        .inner-hub-pages .sidebar-menu .nav-pills > li.current ul li .sub-menu-item:hover, .inner-hub-pages .sidebar-menu .nav-pills > li.active ul li .sub-menu-item:hover {
          color: #7b7d84; }
  .inner-hub-pages .sidebar-menu .nav-pills > li + li {
    margin: 0 0; }

.inner-hub-pages .sidebar-menu .nav-pills .toyota-arrow-right-01 {
  display: none; }

.inner-hub-pages .sidebar-menu .nav-pills .active .toyota-arrow-right-01 {
  display: block;
  float: right;
  font-size: 10px;
  margin-top: 4px;
  padding: 0; }

.inner-hub-pages .sidebar-menu .nav-pills > li.active li a .toyota-arrow-right-01 {
  display: none; }

.inner-hub-pages .sidebar-menu .nav-pills > li.active a .sub-menu-item .toyota-arrow-right-01 {
  display: none; }

.inner-hub-pages .sidebar-menu .nav-pills > li.current a {
  color: #eb0a1e;
  font-weight: bold;
  box-shadow: none;
  background-image: none; }
  .inner-hub-pages .sidebar-menu .nav-pills > li.current a .toyota-arrow-right-01 {
    display: none; }

.inner-hub-pages .sidebar-menu .nav-pills > li.current > a:hover {
  background: none;
  color: #eb0a1e;
  -webkit-box-shadow: none;
  box-shadow: none; }

.inner-hub-pages .sidebar-menu .nav-pills > li.current li a .sub-menu-item {
  background-image: none;
  color: #3a3a3a;
  font-weight: normal; }
  .inner-hub-pages .sidebar-menu .nav-pills > li.current li a .sub-menu-item:hover {
    color: #3a3a3a; }

.inner-hub-pages .sidebar-menu .nav-pills > li.current .active a .sub-menu-item {
  color: #fff; }
  .inner-hub-pages .sidebar-menu .nav-pills > li.current .active a .sub-menu-item:hover {
    color: #fff; }

.inner-hub-pages .sidebar-menu .nav-pills > li.current .active a .sub-menu-circle {
  background: #fff; }

.inner-hub-pages .sidebar-menu .nav-pills > li.current .active a .toyota-arrow-right-01 {
  display: block; }
  @media (min-width: 992px) {
    .inner-hub-pages .sidebar-menu .nav-pills > li.current .active a .toyota-arrow-right-01 {
      position: relative;
      right: 5px; } }

.inner-hub-pages .sidebar-menu .nav-pills.nav-stacked li a {
  border: none; }

@media (max-width: 768px) {
  .inner-hub-pages .nav-pills .dropdown-menu .toyota-arrow-right-01 {
    display: none; } }

.inner-hub-pages #toyota-features-sidebar, .inner-hub-pages #toyota-features-sidebar-sedan {
  overflow-y: inherit;
  padding: 0; }
  .inner-hub-pages #toyota-features-sidebar .dropdown-accordion, .inner-hub-pages #toyota-features-sidebar-sedan .dropdown-accordion {
    background-image: -webkit-linear-gradient(top, #eb0a1e 0%, #d60201 100%);
    background-image: linear-gradient(to bottom, #eb0a1e 0%, #d60201 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E', endColorstr='#FFD60201', GradientType=0);
    background-color: transparent; }
    .inner-hub-pages #toyota-features-sidebar .dropdown-accordion .btn-primary:hover, .inner-hub-pages #toyota-features-sidebar .dropdown-accordion .btn-tertiary:hover, .inner-hub-pages #toyota-features-sidebar .dropdown-accordion .btn-primary:focus, .inner-hub-pages #toyota-features-sidebar .dropdown-accordion .btn-tertiary:focus, .inner-hub-pages #toyota-features-sidebar-sedan .dropdown-accordion .btn-primary:hover, .inner-hub-pages #toyota-features-sidebar-sedan .dropdown-accordion .btn-tertiary:hover, .inner-hub-pages #toyota-features-sidebar-sedan .dropdown-accordion .btn-primary:focus, .inner-hub-pages #toyota-features-sidebar-sedan .dropdown-accordion .btn-tertiary:focus {
      background-color: transparent;
      background-position: 0;
      background-image: -webkit-linear-gradient(top, #eb0a1e 0%, #d60201 100%);
      background-image: linear-gradient(to bottom, #eb0a1e 0%, #d60201 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEB0A1E', endColorstr='#FFD60201', GradientType=0); }
  .inner-hub-pages #toyota-features-sidebar .btn-lg, .inner-hub-pages #toyota-features-sidebar .btn-group-lg > .btn, .inner-hub-pages #toyota-features-sidebar-sedan .btn-lg, .inner-hub-pages #toyota-features-sidebar-sedan .btn-group-lg > .btn {
    height: 55px;
    border-radius: 0;
    white-space: pre-line;
    font-size: 14px;
    background-color: transparent;
    background-image: none; }
    .inner-hub-pages #toyota-features-sidebar .btn-lg .toyota-arrow-down-01, .inner-hub-pages #toyota-features-sidebar .btn-group-lg > .btn .toyota-arrow-down-01, .inner-hub-pages #toyota-features-sidebar-sedan .btn-lg .toyota-arrow-down-01, .inner-hub-pages #toyota-features-sidebar-sedan .btn-group-lg > .btn .toyota-arrow-down-01 {
      position: relative;
      right: 20px; }
  .inner-hub-pages #toyota-features-sidebar .dropdown-menu, .inner-hub-pages #toyota-features-sidebar-sedan .dropdown-menu {
    margin-top: 0; }
  .inner-hub-pages #toyota-features-sidebar .panel-group, .inner-hub-pages #toyota-features-sidebar-sedan .panel-group {
    margin: 0;
    border-top: 1px solid #666; }
  .inner-hub-pages #toyota-features-sidebar .panel-title, .inner-hub-pages #toyota-features-sidebar-sedan .panel-title {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666; }

.inner-hub-pages #sidebar-accordion, .inner-hub-pages #sidebar-accordion-sedan {
  padding: 0;
  border-radius: 0; }
  .inner-hub-pages #sidebar-accordion .panel, .inner-hub-pages #sidebar-accordion-sedan .panel {
    border-bottom: none; }
  .inner-hub-pages #sidebar-accordion .panel-collapse .panel-body, .inner-hub-pages #sidebar-accordion-sedan .panel-collapse .panel-body {
    border-bottom: 1px solid #9a9a9a; }
    .inner-hub-pages #sidebar-accordion .panel-collapse .panel-body:last-child, .inner-hub-pages #sidebar-accordion-sedan .panel-collapse .panel-body:last-child {
      border: none; }
  .inner-hub-pages #sidebar-accordion #accordion, .inner-hub-pages #sidebar-accordion #accordion-sedan, .inner-hub-pages #sidebar-accordion-sedan #accordion, .inner-hub-pages #sidebar-accordion-sedan #accordion-sedan {
    border-bottom: none; }

h1, .h1 {
  font-weight: bold;
  color: #181a21; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 10px; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

sup, sub {
  font-size: 9px;
  line-height: 9px; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

.xxsmall {
  font-size: 50%; }

.xsmall {
  font-size: 70%; }

.large {
  font-size: 125%; }

.xlarge {
  font-size: 175%; }

.xxlarge {
  font-size: 32px;
  line-height: .89;
  font-weight: bold; }

.popover {
  max-width: 286px;
  background-color: #fff;
  padding: 29px 38px 27px 20px;
  border-radius: 10px;
  border-width: 0;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.3); }
  .popover .popover-title {
    font-family: ToyotaDisplay;
    font-size: 14px;
    color: #000;
    padding: 0;
    background-color: #fff;
    border-width: 0; }
  .popover.in {
    opacity: 1; }
  .popover .popover-close {
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 12px;
    color: #000;
    cursor: pointer; }
  .popover.bottom {
    margin-top: 15px; }
  .popover:before {
    position: absolute;
    content: ' ';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #fff;
    top: -12px;
    left: 50%;
    transform: translateX(-50%); }

/* To update the icon fonts

- Upload the fonts to dev/ra/assets and root/Assets/Vehicles/Common/fonts
- Update SCSS
*/
[class^="toyota-"], [class*=" toyota-"] {
  font-family: 'Toyota-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.toyota-airbag-01:before {
  content: "\e600"; }

.toyota-ancap-01:before {
  content: "\e601"; }

.toyota-arrow-down-01:before {
  content: "\e602"; }

.toyota-arrow-left-01:before {
  content: "\e603"; }

.toyota-arrow-right-01:before {
  content: "\e604"; }

.toyota-arrow-scroll-down-01:before {
  content: "\e605"; }

.toyota-arrow-scroll-up-01:before {
  content: "\e606"; }

.toyota-arrow-spin-left-01:before {
  content: "\e607"; }

.toyota-arrow-spin-right-01:before {
  content: "\e608"; }

.toyota-arrow-up-01:before, .inner-hub-pages #toyota-features-sidebar .btn-lg .toyota-arrow-down-01.flip:before, .inner-hub-pages #toyota-features-sidebar .btn-group-lg > .btn .toyota-arrow-down-01.flip:before, .inner-hub-pages #toyota-features-sidebar-sedan .btn-lg .toyota-arrow-down-01.flip:before, .inner-hub-pages #toyota-features-sidebar-sedan .btn-group-lg > .btn .toyota-arrow-down-01.flip:before {
  content: "\e609"; }

.toyota-bluetooth-01:before {
  content: "\e60a"; }

.toyota-book-01:before {
  content: "\e60b"; }

.toyota-calculator-01:before {
  content: "\e60c"; }

.toyota-car-01:before {
  content: "\e60d"; }

.toyota-circle-cross-01:before {
  content: "\e60e"; }

.toyota-circle-down-01:before {
  content: "\e60f"; }

.toyota-circle-left-01:before {
  content: "\e610"; }

.toyota-circle-minus-01:before {
  content: "\e611"; }

.toyota-circle-plus-01:before {
  content: "\e612"; }

.toyota-circle-right-01:before {
  content: "\e613"; }

.toyota-circle-scroll-down-01:before {
  content: "\e614"; }

.toyota-circle-scroll-up-01:before {
  content: "\e615"; }

.toyota-circle-text-close-01:before {
  content: "\e616"; }

.toyota-circle-text-expand-01:before {
  content: "\e617"; }

.toyota-circle-text-scroll-down-01:before {
  content: "\e618"; }

.toyota-circle-tick-01:before {
  content: "\e619"; }

.toyota-circle-up-01:before {
  content: "\e61a"; }

.toyota-coming-soon-01:before {
  content: "\e61b"; }

.toyota-compare-models-01:before {
  content: "\e61c"; }

.toyota-compare-models-2-01:before {
  content: "\e61d"; }

.toyota-contact-dealer-01:before {
  content: "\e61e"; }

.toyota-cross-01:before {
  content: "\e61f"; }

.toyota-cta-arrow-01:before {
  content: "\e620"; }

.toyota-ebrochure-01:before {
  content: "\e621"; }

.toyota-find-a-dealer-01:before {
  content: "\e622"; }

.toyota-fuel-01:before {
  content: "\e623"; }

.toyota-innovation-01:before {
  content: "\e624"; }

.toyota-lock-car-01:before {
  content: "\e625"; }

.toyota-lock-login-01:before {
  content: "\e626"; }

.toyota-lock-price-01:before {
  content: "\e627"; }

.toyota-map-01:before {
  content: "\e628"; }

.toyota-map-location-01:before {
  content: "\e629"; }

.toyota-minus-01:before {
  content: "\e62a"; }

.toyota-mobile-close-01:before {
  content: "\e62b"; }

.toyota-mobile-hamburger-01:before {
  content: "\e62c"; }

.toyota-mobile-login-01:before {
  content: "\e62d"; }

.toyota-Oh-what-a-feeling-1-01:before {
  content: "\e62e"; }

.toyota-Oh-what-a-feeling-2-01:before {
  content: "\e62f"; }

.toyota-Oh-what-a-feeling-3-01:before {
  content: "\e630"; }

.toyota-Oh-what-a-feeling-4-01:before {
  content: "\e631"; }

.toyota-Oh-what-a-feeling-5-01:before {
  content: "\e632"; }

.toyota-Oh-what-a-feeling-6-01:before {
  content: "\e633"; }

.toyota-Oh-what-a-feeling-7-01:before {
  content: "\e634"; }

.toyota-Oh-what-a-feeling-8-01:before {
  content: "\e635"; }

.toyota-Oh-what-a-feeling-10-01:before {
  content: "\e636"; }

.toyota-Oh-what-a-feeling-11-01:before {
  content: "\e637"; }

.toyota-Oh-what-a-feeling-12-01:before {
  content: "\e638"; }

.toyota-Oh-what-a-feeling-13-01:before {
  content: "\e639"; }

.toyota-Oh-what-a-feeling-14-01:before {
  content: "\e63a"; }

.toyota-Oh-what-a-feeling-15-01:before {
  content: "\e63b"; }

.toyota-Oh-what-a-feeling-16-01:before {
  content: "\e63c"; }

/*.toyota-Oh-what-a-feeling-17-01:before {
  content: "\e63d";
}*/
.toyota-Oh-what-a-feeling-18-01:before {
  content: "\e63e"; }

.toyota-Oh-what-a-feeling-19-01:before {
  content: "\e63f"; }

.toyota-outline-circle-cross-01:before {
  content: "\e640"; }

.toyota-outline-circle-down-01:before {
  content: "\e641"; }

.toyota-outline-circle-left-01:before {
  content: "\e642"; }

.toyota-outline-circle-minus-01:before {
  content: "\e643"; }

.toyota-outline-circle-plus-01:before {
  content: "\e644"; }

.toyota-outline-circle-right-01:before {
  content: "\e645"; }

.toyota-outline-circle-scroll-down-01:before {
  content: "\e646"; }

.toyota-outline-circle-scroll-up-01:before {
  content: "\e647"; }

.toyota-outline-circle-up-01:before {
  content: "\e648"; }

.toyota-outline-tab-down-01:before {
  content: "\e649"; }

.toyota-outline-tab-up-01:before {
  content: "\e64a"; }

.toyota-play-icon-solid-01:before {
  content: "\e64b"; }

.toyota-play-icon-solid-outline-01:before {
  content: "\e64c"; }

.toyota-plus-01:before {
  content: "\e64d"; }

.toyota-pricing-01:before {
  content: "\e64e"; }

.toyota-print-01:before {
  content: "\e64f"; }

.toyota-quality-01:before {
  content: "\e650"; }

.toyota-safety-01:before {
  content: "\e651"; }

.toyota-safety-head-01:before {
  content: "\e652"; }

.toyota-service-01:before {
  content: "\e653"; }

.toyota-share-01:before {
  content: "\e654"; }

.toyota-solid-arrow-left-01:before {
  content: "\e655"; }

.toyota-solid-arrow-right-01:before {
  content: "\e656"; }

.toyota-square-arrow-down-01:before {
  content: "\e657"; }

.toyota-square-arrow-up-01:before {
  content: "\e658"; }

.toyota-tab-down-01:before {
  content: "\e659"; }

.toyota-tab-text-close-01:before {
  content: "\e65a"; }

.toyota-tab-text-expand-01:before {
  content: "\e65b"; }

.toyota-tab-up-01:before {
  content: "\e65c"; }

.toyota-test-drive-01:before {
  content: "\e65d"; }

.toyota-tick-corner-01:before {
  content: "\e65e"; }

.toyota-Toyota-logo-01:before {
  content: "\e65f"; }

.toyota-umbrella-01:before {
  content: "\e660"; }

.toyota-warranty-01:before {
  content: "\e661"; }

.toyota-world-01:before {
  content: "\e662"; }

.toyota-SUVs-and-4WDs-01:before {
  content: "\e663"; }

.toyota-Utes-and-Vans-01:before {
  content: "\e664"; }

.toyota-Hybrids-01:before {
  content: "\e665"; }

.toyota-Special-Offers-01:before {
  content: "\e666"; }

.toyota-keep-me-informed-01:before {
  content: "\e667"; }

.oh-what-a .toyota-Oh-what-a-feeling-17-01 {
  background: url(//www.toyota.com.au/static/global/images/bg-footer-jumper.gif) top left no-repeat;
  padding: 49px 0 30px 160px;
  margin-top: 5px;
  float: left; }

#header-accordion.panel-group, #footer-accordion.panel-group, #sidebar-accordion.panel-group, #sidebar-accordion-sedan.panel-group {
  margin-bottom: 0; }
  #header-accordion.panel-group .panel, #footer-accordion.panel-group .panel, #sidebar-accordion.panel-group .panel, #sidebar-accordion-sedan.panel-group .panel {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    overflow: hidden; }
    #header-accordion.panel-group .panel + .panel, #footer-accordion.panel-group .panel + .panel, #sidebar-accordion.panel-group .panel + .panel, #sidebar-accordion-sedan.panel-group .panel + .panel {
      margin-top: 0; }
  #header-accordion.panel-group .panel-heading, #footer-accordion.panel-group .panel-heading, #sidebar-accordion.panel-group .panel-heading, #sidebar-accordion-sedan.panel-group .panel-heading {
    border-bottom: 0; }
    #header-accordion.panel-group .panel-heading + .panel-collapse .panel-body, #footer-accordion.panel-group .panel-heading + .panel-collapse .panel-body, #sidebar-accordion.panel-group .panel-heading + .panel-collapse .panel-body, #sidebar-accordion-sedan.panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #ddd; }
  #header-accordion.panel-group .panel-footer, #footer-accordion.panel-group .panel-footer, #sidebar-accordion.panel-group .panel-footer, #sidebar-accordion-sedan.panel-group .panel-footer {
    border-top: 0; }
    #header-accordion.panel-group .panel-footer + .panel-collapse .panel-body, #footer-accordion.panel-group .panel-footer + .panel-collapse .panel-body, #sidebar-accordion.panel-group .panel-footer + .panel-collapse .panel-body, #sidebar-accordion-sedan.panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }
  #header-accordion.panel-group .panel-body, #footer-accordion.panel-group .panel-body, #sidebar-accordion.panel-group .panel-body, #sidebar-accordion-sedan.panel-group .panel-body {
    background: #ffffff;
    padding: 0px; }
  #header-accordion.panel-group .panel-title a, #footer-accordion.panel-group .panel-title a, #sidebar-accordion.panel-group .panel-title a, #sidebar-accordion-sedan.panel-group .panel-title a {
    text-decoration: none;
    color: #777777;
    display: block;
    overflow: hidden;
    padding: 16px;
    background: #f1f1f1; }
  #header-accordion.panel-group .panel-title a:hover, #header-accordion.panel-group .panel-title a:focus, #header-accordion.panel-group .panel-title a:hover, #footer-accordion.panel-group .panel-title a:hover, #footer-accordion.panel-group .panel-title a:focus, #footer-accordion.panel-group .panel-title a:hover, #sidebar-accordion.panel-group .panel-title a:hover, #sidebar-accordion.panel-group .panel-title a:focus, #sidebar-accordion.panel-group .panel-title a:hover, #sidebar-accordion-sedan.panel-group .panel-title a:hover, #sidebar-accordion-sedan.panel-group .panel-title a:focus, #sidebar-accordion-sedan.panel-group .panel-title a:hover {
    text-decoration: none; }
  #header-accordion.panel-group .panel-title a.collapsed:before, #footer-accordion.panel-group .panel-title a.collapsed:before, #sidebar-accordion.panel-group .panel-title a.collapsed:before, #sidebar-accordion-sedan.panel-group .panel-title a.collapsed:before {
    content: "\e072";
    font-size: 12px;
    color: #eb0a1e;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #header-accordion.panel-group .panel-title a:before, #footer-accordion.panel-group .panel-title a:before, #sidebar-accordion.panel-group .panel-title a:before, #sidebar-accordion-sedan.panel-group .panel-title a:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e072";
    font-size: 12px;
    color: #eb0a1e;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 200ms;
    -mox-transition: transform 200ms;
    -ms-transition: transform 200ms;
    transition: transform 200ms;
    margin-right: 10px; }
  #header-accordion.panel-group .panel-title a.no-children:before, #footer-accordion.panel-group .panel-title a.no-children:before, #sidebar-accordion.panel-group .panel-title a.no-children:before, #sidebar-accordion-sedan.panel-group .panel-title a.no-children:before {
    display: none; }
  #header-accordion.panel-group .panel-collapse .panel-body, #footer-accordion.panel-group .panel-collapse .panel-body, #sidebar-accordion.panel-group .panel-collapse .panel-body, #sidebar-accordion-sedan.panel-group .panel-collapse .panel-body {
    background: #666666;
    border-bottom: 1px solid #fff; }
    #header-accordion.panel-group .panel-collapse .panel-body a, #footer-accordion.panel-group .panel-collapse .panel-body a, #sidebar-accordion.panel-group .panel-collapse .panel-body a, #sidebar-accordion-sedan.panel-group .panel-collapse .panel-body a {
      color: #fff;
      padding: 12px 12px 12px 41px;
      display: block;
      overflow: hidden; }
    #header-accordion.panel-group .panel-collapse .panel-body a.active, #footer-accordion.panel-group .panel-collapse .panel-body a.active, #sidebar-accordion.panel-group .panel-collapse .panel-body a.active, #sidebar-accordion-sedan.panel-group .panel-collapse .panel-body a.active {
      background-color: #333333; }

#header-accordion.panel-group {
  margin-bottom: 0; }
  #header-accordion.panel-group .panel-title a {
    color: #fff;
    background: #eb0a1e; }
  #header-accordion.panel-group .panel-title a.collapsed {
    color: #fff;
    background: #383838; }
  #header-accordion.panel-group .panel-title a:before {
    color: #fff; }
  #header-accordion.panel-group form {
    background: #383838;
    border: 0;
    display: block;
    overflow: hidden;
    margin: 0; }
    #header-accordion.panel-group form .form-group {
      width: 84%;
      float: left;
      padding: 0px 17px;
      margin: 0; }
    #header-accordion.panel-group form .btn-default {
      background-color: transparent;
      background-image: none;
      background-repeat: no-repeat;
      filter: none;
      border-color: transparent;
      text-shadow: none;
      box-shadow: none;
      color: #fff;
      font-size: 24px;
      padding: 0;
      width: auto;
      line-height: 32px;
      padding-top: 2px; }

#sidebar-accordion.panel-group .panel-title a, #sidebar-accordion-sedan.panel-group .panel-title a {
  background: #eb0a1e;
  color: #fff; }
  #sidebar-accordion.panel-group .panel-title a:before, #sidebar-accordion-sedan.panel-group .panel-title a:before {
    color: #fff; }
  #sidebar-accordion.panel-group .panel-title a.collapsed, #sidebar-accordion-sedan.panel-group .panel-title a.collapsed {
    background: #f1f1f1;
    color: #777; }

#sidebar-accordion.panel-group .panel-title .no-children, #sidebar-accordion-sedan.panel-group .panel-title .no-children {
  background: #f1f1f1;
  color: #777; }

#sidebar-accordion.panel-group .panel-title .accordion-toggle.current,
#sidebar-accordion.panel-group .panel-title .no-children.current, #sidebar-accordion-sedan.panel-group .panel-title .accordion-toggle.current,
#sidebar-accordion-sedan.panel-group .panel-title .no-children.current {
  background: #eb0a1e;
  color: #fff; }
  #sidebar-accordion.panel-group .panel-title .accordion-toggle.current:before,
  #sidebar-accordion.panel-group .panel-title .no-children.current:before, #sidebar-accordion-sedan.panel-group .panel-title .accordion-toggle.current:before,
  #sidebar-accordion-sedan.panel-group .panel-title .no-children.current:before {
    color: #fff; }

#sidebar-accordion.panel-group .panel-title .current.collapsed, #sidebar-accordion-sedan.panel-group .panel-title .current.collapsed {
  background: #bebebe;
  color: #fff; }
  #sidebar-accordion.panel-group .panel-title .current.collapsed:before, #sidebar-accordion-sedan.panel-group .panel-title .current.collapsed:before {
    color: #fff; }

.panel-dark .panel-body {
  background: #ffffff;
  padding: 0px; }

.panel-dark .list-group-item {
  margin: 0;
  border-top: none; }

.panel-dark .list-group {
  margin-bottom: 0; }

.panel-dark .panel-title a {
  text-decoration: none; }

.panel-dark .panel-title a.collapsed:before {
  content: "\e072";
  font-size: 12px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.panel-dark .panel-title a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e072";
  font-size: 12px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 200ms;
  -mox-transition: transform 200ms;
  -ms-transition: transform 200ms;
  transition: transform 200ms; }

.panel-body-white {
  color: #666666;
  padding: 0; }
  .panel-body-white .list-group-item {
    border-radius: 0;
    margin: 0; }
  .panel-body-white a.list-group-item {
    color: #eb0a1e; }

.navbar {
  min-height: 50px;
  margin-bottom: 20px;
  border: 0; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

#vehicle-navigation {
  margin-right: -15px;
  margin-left: -15px; }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 10px;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  height: 85px;
  width: 92px; }
  .navbar-brand img {
    width: 100%;
    height: auto; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

#toyota-main-navigation {
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #toyota-main-navigation .navbar-form {
    width: 100%; }
  @media (min-width: 768px) {
    #toyota-main-navigation {
      padding: 0; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding: 30px 20px;
    line-height: 20px; }
    @media (max-width: 991px) {
      .navbar-nav > li > a {
        padding: 30px 14px; } }
  .navbar-nav .navbar-form .form-group {
    float: left;
    width: 75%;
    padding-top: 15px; }
  .navbar-nav .navbar-form .btn-default {
    width: 60px;
    height: 33px;
    margin-top: 15px;
    padding: 0;
    background: #555555;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .navbar-nav .navbar-form .btn-default .glyphmytoyota-icon-search {
      width: 32px;
      margin: 0 auto;
      color: #777; }
      .navbar-nav .navbar-form .btn-default .glyphmytoyota-icon-search:hover {
        color: #5e5e5e; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (max-width: 767px) {
  .navbar-collapse .navbar-nav > li > a {
    padding: 18px 20px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar.navbar-default {
  position: relative;
  z-index: 200; }

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0;
  z-index: 1; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-header .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 22px 15px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 4px; }
    .navbar-default .navbar-header .navbar-toggle .icon-bar {
      display: block;
      width: 33px;
      height: 4px;
      border-radius: 2px; }
      .navbar-default .navbar-header .navbar-toggle .icon-bar + .icon-bar {
        margin-bottom: 5px; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #000; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > li {
    height: 85px; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555;
    height: 85px; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  @media (max-width: 767px) {
    .navbar-default .navbar-header .navbar-brand {
      height: auto;
      margin-bottom: 0; }
      .navbar-default .navbar-header .navbar-brand img {
        width: 50px; } }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #fff; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #fff; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.modal .modal-dialog {
  max-width: 80%;
  margin: 30px auto; }

.modal iframe, .modal object {
  display: block; }

.modal button.close {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #000;
  padding: 5px;
  border-radius: 20px;
  z-index: 9999;
  line-height: 13px;
  opacity: 1;
  color: white;
  text-shadow: none;
  font-weight: 300; }

.modal .modal-title {
  font-size: 12px; }

.modal-content {
  z-index: 9999; }

.modal-body {
  padding: 0; }

#find-a-dealer-modal .modal-body {
  padding: 20px; }

/**
 * animation mixins
 */
/**
 * spin animation
 */
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Mixins for custom checkbox */
/* Mixin for custom toggle */
.form-content .header {
  margin-bottom: 20px;
  display: block; }
  .form-content .header img {
    width: 100%; }

.form-content .submit {
  width: 100%; }
  @media (min-width: 768px) {
    .form-content .submit {
      width: auto; } }

.form-content .step.current {
  display: block !important; }

.form-content.long-form .step {
  display: block !important; }

.form-content.long-form .step-back, .form-content.long-form .step-forward {
  display: none; }

.form-content .step-header {
  background: #e5e5e5; }
  @media (min-width: 992px) {
    .form-content .step-header {
      display: none; } }
  .form-content .step-header h3 {
    padding: 15px; }

.form-content.long-form .step-header {
  display: block; }

.form-content .type-javascript-container {
  display: none; }

.form-content .field-legend {
  font-weight: normal;
  font-style: italic;
  margin: 3px 0; }

.form-content .car-list-dropdown .btn {
  width: 100%;
  text-align: left; }
  .form-content .car-list-dropdown .btn img {
    max-width: 50px;
    margin: -10px 0 -10px -10px; }
  .form-content .car-list-dropdown .btn .caret {
    position: absolute;
    right: 10px;
    top: 15px; }

.form-content .car-list-dropdown .car-link {
  display: none; }

.form-content .select-car-list {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .form-content .select-car-list {
      width: 400px; } }
  @media (min-width: 992px) {
    .form-content .select-car-list {
      width: 500px;
      max-height: 700px; } }
  @media (min-width: 1200px) {
    .form-content .select-car-list {
      width: 700px;
      max-height: 900px; } }
  .form-content .select-car-list li {
    list-style: none;
    width: 100%;
    text-align: left;
    float: left; }
    @media (min-width: 768px) {
      .form-content .select-car-list li {
        width: 33.3%;
        text-align: center; } }
    @media (min-width: 992px) {
      .form-content .select-car-list li {
        width: 25%; } }
    @media (min-width: 1200px) {
      .form-content .select-car-list li {
        width: 20%; } }
    .form-content .select-car-list li label {
      cursor: pointer;
      font-weight: normal;
      width: 100%;
      padding: 5px; }
      @media (min-width: 768px) {
        .form-content .select-car-list li label {
          padding: 10px; } }
    .form-content .select-car-list li:hover {
      background: #f5f5f5; }
    .form-content .select-car-list li .car-link {
      display: none; }
  .form-content .select-car-list img {
    max-width: 40px; }
    @media (min-width: 768px) {
      .form-content .select-car-list img {
        display: block;
        max-width: 90%; } }

.form-content .dealer-address {
  font-weight: normal; }
  .form-content .dealer-address h3 {
    font-family: ToyotaText, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0; }
  .form-content .dealer-address .street {
    display: block;
    margin-top: 5px; }
  .form-content .dealer-address input {
    float: left;
    margin-right: 10px;
    margin-bottom: 40px; }
  .form-content .dealer-address address {
    text-align: left; }
    .form-content .dealer-address address small {
      float: left; }

.form-content input[type="number"]::-webkit-outer-spin-button,
.form-content input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.has-error .dropdown a {
  border-color: #A94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .alert {
  padding: 7px 15px;
  display: block !important;
  clear: both; }

@media (min-width: 768px) {
  .has-error.field-firstName + .form-group {
    margin-bottom: 76px; } }

.has-success .alert {
  display: none !important; }

.form-control-feedback {
  right: 15px !important; }
  .type-select .form-control-feedback {
    right: 25px !important; }
  .type-list-radio .form-control-feedback, .type-list-checkbox .form-control-feedback, .type-javascript-container .form-control-feedback {
    top: 0px !important; }
  .type-car-list .form-control-feedback {
    top: 0 !important;
    right: 25px !important; }

.step-navigation {
  display: none;
  margin: 30px 0;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .step-navigation {
      display: block; } }

.process-step-headings {
  text-align: center;
  position: relative;
  font-size: 12px; }
  .process-step-headings .process-step-labels {
    width: 25%; }
    .process-step-headings .process-step-labels:after {
      height: 3px;
      width: 100%;
      background: #ccc;
      position: absolute;
      top: 19px;
      right: 50%;
      content: ''; }
    .process-step-headings .process-step-labels:first-child:after {
      display: none; }
    .process-step-headings .process-step-labels a {
      text-decoration: none;
      color: #ccc;
      cursor: not-allowed; }
    .process-step-headings .process-step-labels .circle {
      position: relative;
      z-index: 2;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 22px;
      font-weight: bold;
      margin: auto auto 0.25em;
      clear: both;
      border-radius: 50%;
      background: #ccc;
      color: #fff; }
    .process-step-headings .process-step-labels.done, .process-step-headings .process-step-labels.active {
      color: #000; }
      .process-step-headings .process-step-labels.done a, .process-step-headings .process-step-labels.active a {
        cursor: pointer;
        color: #000; }
      .process-step-headings .process-step-labels.done .circle, .process-step-headings .process-step-labels.active .circle {
        background: #eb0a1e; }
      .process-step-headings .process-step-labels.done:after, .process-step-headings .process-step-labels.active:after {
        background: #eb0a1e; }
    .process-step-headings .process-step-labels.active a {
      color: #eb0a1e; }

.icon-loading {
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
  position: absolute;
  top: 10px;
  right: 10px; }

.glyphicon ~ .glyphicon {
  right: 35px !important; }

.loading-text {
  font-size: 12px;
  font-style: italic;
  color: #999; }

.privacy-statement {
  border: 1px solid #999;
  padding: 15px;
  margin: 30px 0; }
  @media (min-width: 992px) {
    .privacy-statement {
      border: 0;
      padding: 0;
      margin-top: 0; } }

.field-select_dealer .loading-text {
  position: relative;
  width: 110px; }
  .field-select_dealer .loading-text .icon-loading {
    top: 4px;
    right: 0; }

/************************************************************************************

	DEVELOPER NOTES:
	Indiv offers print styles - only

************************************************************************************/
@media print {
  .inner-hub-pages {
    padding: 10px; }
    .inner-hub-pages #this-vehicles-offers .disclaimer {
      font-size: 10px; }
  .offers-promotion .offers-panel {
    margin-top: 0; }
  .offers-promotion .contact-tabs, .offers-promotion .change-postcode-panel a, .offers-promotion .change-postcode-panel p, .offers-promotion .btn {
    display: none; }
  .offers-promotion .car-picture {
    width: 50%;
    float: right; }
  .offers-promotion .offers-right ul {
    margin: 0; }
  .offers-promotion .offers-right ul p {
    position: relative;
    left: -20px;
    margin: 0; }
  .offers-promotion .offer-separator hr {
    margin: 0 0 10px; }
  footer {
    display: none; } }

.overlay-frozen {
  filter: blur(2px);
  position: relative; }
  .overlay-frozen:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    opacity: .5;
    top: 0;
    left: 0; }

.myt-frame {
  background: #fff;
  border: none; }
  .myt-frame-full-page {
    position: fixed;
    width: 100%;
    height: 100%; }

/* Navigation */
.navbar {
  border-radius: 0; }
  .navbar .container {
    max-width: 960px; }

.navbar-inverse {
  margin-bottom: 0px;
  background-image: none;
  z-index: 2; }
  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #555555; }
  .navbar-inverse .navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px; }

.navbar-default {
  background-image: none;
  margin-bottom: 0px; }
  .navbar-default .navbar-nav a {
    padding-top: 5px;
    padding-bottom: 5px; }
  .navbar-default .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
    height: auto;
    margin-bottom: 0; }

.nav-lge-vch-panel {
  padding-top: 0;
  width: 720px;
  margin-right: -664px;
  /* TODO:Temp width please remove for MISP */ }
  .nav-lge-vch-panel img {
    width: 116px; }
  .nav-lge-vch-panel a {
    color: #555555; }

/* Navigation Search Box */
@media (min-width: 480px) {
  .navbar-input-group {
    font-size: 0px;
    /*removes whitespace between button and input*/ }
    .navbar-input-group input {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .navbar-input-group .btn {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      border-left: 0px; } }

@media (max-width: 767px) {
  .navbar-input-group {
    margin-top: 0px;
    margin-bottom: 0px; }
    .navbar-input-group .btn {
      width: 100%; } }

@media (min-width: 480px) {
  .navbar-inverse .navbar-nav > li > a {
    margin: 0px; }
  .navbar-inverse .dropdown-menu > li > a {
    padding: 0px; }
  .navbar-default {
    margin-bottom: 0px; }
    .navbar-default .navbar-nav > li > a {
      border-bottom: none; } }

@media (min-width: 768px) {
  .nav-lge-vch-panel {
    width: 720px;
    margin-right: -560px; }
  .navbar-inverse {
    background-color: #3a3a3a;
    height: 6px;
    margin: 0; }
  .navbar-default {
    background-image: none;
    margin-bottom: 0px; }
    .navbar-default .navbar-nav > li > a {
      padding-top: 30px;
      padding-bottom: 30px;
      border-bottom: none; }
    .navbar-default .navbar-nav > li > a:hover {
      background: none; }
  .vehicle-group {
    padding-bottom: 3px; }
    .vehicle-group a {
      border: none;
      background: #f2f2f2; }
  .navbar-default {
    border-radius: 0px;
    margin: 0px; }
  .navbar-inverse {
    border-radius: 0px; }
  .main-nav-vehicles {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .main-nav-vehicles li {
    float: left;
    text-align: center;
    padding: 0.2em;
    margin: 0.5em;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    transition: background 1s; }
    .main-nav-vehicles li a {
      padding: 0;
      margin: 0; }
      .main-nav-vehicles li a:hover {
        text-decoration: none; }
    .main-nav-vehicles li:hover {
      background: #f2f2f2;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background 0.25s;
      -moz-transition: background 0.25s;
      -ms-transition: background 0.25s;
      transition: background 0.25s; } }

@media (min-width: 992px) {
  .nav-lge-vch-panel {
    width: 960px;
    margin-right: -664px;
    z-index: 10000;
    /* TODO:Temp width please remove for MISP */ }
    .nav-lge-vch-panel img {
      width: 140px; }
  .dropdown-menu > li > a {
    border-bottom: none; } }

/**********************************/
/* Footer                         */
.footer-max-width {
  max-width: 970px; }

.footer-container {
  background-color: #fff; }

#footer {
  background: #fff; }

#footer a, #footer a:visited {
  text-decoration: none;
  font-family: Arial, sans-serif; }

#footer a:hover {
  text-decoration: underline; }

#footer .btn:hover {
  text-decoration: underline; }

#footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#footer h3 {
  background: none transparent;
  border: 0;
  padding: 6px 0 0 0;
  margin: 0 0 2px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  color: #3a3a3a; }

#footer h3 a {
  color: #3a3a3a; }

.footer-icon-wide-strip {
  background: #f5f7f7;
  padding: 20px 0; }

ul.footer-mytoyota-icon-menu li a.more-link {
  margin: 0 14px 0 0;
  width: 132px;
  padding: 7px 12px 7px 48px;
  color: #eb0a1e;
  border-right: #c1c5c6 solid 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: block; }

.vehicle-hub-block, .links-block {
  margin-top: 12px; }

.view-contact-book {
  height: 80px;
  background: #f7f7f7; }

#vehicle-hub-links {
  background: #fff; }

.row-corp-links {
  background: #fff; }

.hub-links-row {
  padding: 3px 0; }

.hub-links-row h3 {
  float: left; }

#footer .hub-links-divided {
  padding: 0;
  margin-bottom: 5px; }

.hub-links-divided a {
  color: #7b7d84;
  padding: 0 0 0 12px;
  margin: 0 0 0 8px;
  background: url("//www.toyota.com.au/static/global/images/global-footer-divider-a.gif") 0 50% no-repeat;
  display: inline-block; }

.row-corp-links {
  padding: 0 0 12px 0;
  margin: 12px 0 0 0; }

.row-corp-links .container {
  padding: 0 30px 0 30px; }

.corp-links ul li {
  padding: 4px 0 3px 0; }

.corp-links a {
  color: #7b7d84; }

.corp-links h3 a {
  color: #434650; }

.corp-links .btn {
  margin-top: 5px; }

.copyright-wide {
  background: #f2f2f2; }
  .copyright-wide a {
    color: #555555; }

.contact-news-tv li {
  padding: 2px 0 4px 26px; }

.contact-news-tv a {
  color: #555555; }

#footer .icons-connected {
  margin-top: 6px; }
  #footer .icons-connected li {
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    padding: 0; }

.footer-mytoyota-icon-menu {
  padding: 10px 0; }
  @media (max-width: 991px) {
    .footer-mytoyota-icon-menu {
      padding: 10px 0 0; } }
  .footer-mytoyota-icon-menu .icon-module {
    padding: 0 10px 0 15px; }
    .footer-mytoyota-icon-menu .icon-module.module-book-a-test-drive {
      border-right: none; }
  .footer-mytoyota-icon-menu .module-toyota-icon {
    padding: 0;
    color: #555555; }
    .footer-mytoyota-icon-menu .module-toyota-icon img {
      height: 33px; }
    @media (max-width: 991px) {
      .footer-mytoyota-icon-menu .module-toyota-icon {
        font-size: 3em; } }
    @media (min-width: 768px) {
      .footer-mytoyota-icon-menu .module-toyota-icon {
        font-size: 2.4em; } }
    @media (min-width: 992px) {
      .footer-mytoyota-icon-menu .module-toyota-icon {
        font-size: 3em; } }
  @media (max-width: 991px) {
    .footer-mytoyota-icon-menu .module-icon-text {
      padding-right: 0; } }
  @media (min-width: 768px) {
    .footer-mytoyota-icon-menu .module-icon-text {
      padding: 4px 0 0 12px;
      font-size: 8px; } }
  @media (min-width: 992px) {
    .footer-mytoyota-icon-menu .module-icon-text {
      font-size: 11px;
      padding: 0px 0 0 8px; } }

.find-a-dealer-link {
  text-align: right;
  padding-right: 0; }
  @media (max-width: 991px) {
    .find-a-dealer-link {
      padding-right: 10px; } }
  @media (max-width: 991px) {
    .find-a-dealer-link p {
      margin: 10px 0 10px; } }

@media (max-width: 991px) {
  #footer .contact-news-tv {
    margin-top: 10px; }
    #footer .contact-news-tv li {
      float: left;
      margin-right: 15px; } }

li.icon-contact-us {
  background: url("//www.toyota.com.au/static/global/images/footer-icon-contact-us.gif") 0 3px no-repeat; }

li.icon-newsroom {
  background: url("//www.toyota.com.au/static/global/images/footer-icon-newsroom.gif") 0 3px no-repeat; }

li.icon-ttv {
  background: url("//www.toyota.com.au/static/global/images/footer-icon-toyota-tv.gif") 0 3px no-repeat; }

.icons-connected li a {
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px; }

li.icon-facebook {
  background: url("//www.toyota.com.au/static/global/images/sc-fb.jpg") 0 0 no-repeat; }

li.icon-twitter {
  background: url("//www.toyota.com.au/static/global/images/sc-twit.jpg") 0 0 no-repeat; }

li.icon-youtube {
  background: url("//www.toyota.com.au/static/global/images/sc-yt.jpg") 0 0 no-repeat; }

li.icon-rss {
  background: url("//www.toyota.com.au/static/global/images/sc-rss.jpg") 0 0 no-repeat;
  margin-right: 0; }

.footer-copyright-links {
  padding-top: 4px;
  background: #e9e8e8; }

.footer-copyright-links ul li a {
  color: #7b7d84;
  background: url("//www.toyota.com.au/static/global/images/global-footer-divider-a.gif") 0 50% no-repeat;
  padding: 0;
  margin: 0; }

@media (max-width: 767px) {
  .oh-what-a {
    padding: 10px 15px; } }

@media (min-width: 768px) {
  .oh-what-a {
    padding: 0px 15px 10px; } }

@media (max-width: 767px) {
  .oh-what-a .toyota-Oh-what-a-feeling-17-01 {
    font-size: 55px; } }

@media (min-width: 768px) {
  .oh-what-a .toyota-Oh-what-a-feeling-17-01 {
    font-size: 85px; } }

@media (max-width: 480px) {
  .copyright-text {
    padding: 18px 15px 0 10px; } }

@media (min-width: 768px) {
  .copyright-text {
    padding: 18px 15px 0 0; } }

.copyright-text p {
  color: #555555;
  font-size: 12px; }

.copyright-text a {
  color: #555555; }

.footer-copyright-links ul {
  padding-left: 0px; }
  .footer-copyright-links ul li {
    display: inline; }
    .footer-copyright-links ul li a {
      background: url("//www.toyota.com.au/static/global/images/global-footer-divider-a.gif") 0 50% no-repeat;
      font-size: 12px;
      padding: 0 0 0 10px;
      margin: 0 0 0 8px; }
    .footer-copyright-links ul li a.not-divided {
      background: none;
      padding-left: 0px;
      margin-left: 0px; }
    @media (max-width: 767px) {
      .footer-copyright-links ul li a.not-divided-xs {
        background: none;
        padding-left: 0px;
        margin-left: 0px; } }

.twitter-typeahead {
  width: 100%; }
  .twitter-typeahead .tt-hint {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px; }
  .twitter-typeahead .hint-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5; }
  .twitter-typeahead .hint-large {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33; }

.tt-dropdown-menu, .tt-hint {
  width: 100%;
  background-color: #fff;
  padding: 4px; }

.tt-suggestions .tt-suggestion {
  padding: 4px; }

.tt-suggestions .tt-suggestion.tt-cursor {
  font-weight: bold;
  color: #000;
  background-color: #f2f2f2; }

#global-search span.twitter-typeahead .tt-suggestion > p,
#search-box span.twitter-typeahead .tt-suggestion > p {
  margin-bottom: 0; }
  #global-search span.twitter-typeahead .tt-suggestion > p:hover, #global-search span.twitter-typeahead .tt-suggestion > p:focus,
  #search-box span.twitter-typeahead .tt-suggestion > p:hover,
  #search-box span.twitter-typeahead .tt-suggestion > p:focus {
    color: #333;
    background-color: #eee;
    cursor: pointer; }

#global-search span.twitter-typeahead .tt-suggestion.tt-cursor,
#search-box span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #333;
  background-color: #eee;
  cursor: pointer; }

/* Inner Vehicle Hub General Styles */
.inner-hub-pages {
  padding-top: 30px;
  background: #fff url("/Assets/Toyota/Vehicles/Common/Images/inner-hub/inner-hub-background.jpg") repeat-x;
  /* These font-sizes should be fixed by adjusting the bootstrap variables */ }
  @media (min-width: 768px) {
    .inner-hub-pages .sidebar-menu {
      width: 20%;
      padding: 0 10px 0 15px; } }
  .inner-hub-pages .feature-content ul {
    font-size: 12px;
    padding-left: 15px; }
  @media (min-width: 480px) {
    .inner-hub-pages .feature-content {
      width: 100%; } }
  @media (min-width: 768px) {
    .inner-hub-pages .feature-content {
      width: 58.333%; } }
  .inner-hub-pages .container {
    max-width: 960px; }
  .inner-hub-pages h2 a, .inner-hub-pages h3 a, .inner-hub-pages h4 a, .inner-hub-pages h5 a, .inner-hub-pages h6 a {
    color: #3a3a3a; }
  .inner-hub-pages h1 {
    font-size: 24px; }
  .inner-hub-pages h2 {
    font-size: 18px; }
  .inner-hub-pages h3 {
    font-size: 17px; }
  .inner-hub-pages h4 {
    font-size: 12px; }
  .inner-hub-pages td {
    font-size: 12px; }
  .inner-hub-pages p {
    font-size: 12px;
    padding-bottom: 8px;
    line-height: 1.5; }
  .inner-hub-pages .disclaimer {
    font-size: 12px;
    color: #7b7b7b; }
  .inner-hub-pages .border-heading {
    padding: 0 0 6px 0; }
  .inner-hub-pages .feature-content {
    margin-bottom: 20px; }

.panel-body {
  padding: 8px; }
  .panel-body p {
    padding-bottom: 0px; }

.navbar-nav .dropdown-menu {
  margin-top: -1px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  display: block; }
  @media (min-width: 768px) {
    .navbar-nav .dropdown-menu {
      min-width: 740px; } }
  @media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
      min-width: 950px; } }
  .navbar-nav .dropdown-menu form {
    display: none; }
  .navbar-nav .dropdown-menu .navbar-form input, .navbar-nav .dropdown-menu .form-inline input, .navbar-nav .dropdown-menu .navbar-form input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }

.navbar-nav .open .dropdown-menu {
  opacity: 1; }
  .navbar-nav .open .dropdown-menu .glyphmytoyota-icon-search {
    color: #fff; }
  .navbar-nav .open .dropdown-menu form {
    display: block; }

.navbar-nav .dropdown .dropdown-toggle.search-box {
  position: relative;
  width: 54px;
  height: 85px; }
  .navbar-nav .dropdown .dropdown-toggle.search-box .toyota-cross-01, .navbar-nav .dropdown .dropdown-toggle.search-box .glyphmytoyota-icon-search {
    position: absolute;
    top: 35px;
    right: 20px; }
  .navbar-nav .dropdown .dropdown-toggle.search-box .glyphmytoyota-icon-search {
    opacity: 1;
    -webkit-transition: all 200ms 200ms ease-out;
    transition: all 200ms 200ms ease-out; }
  .navbar-nav .dropdown .dropdown-toggle.search-box .toyota-cross-01 {
    -webkit-transition: all 200ms 200ms ease-out;
    transition: all 200ms 200ms ease-out;
    opacity: 0;
    display: block; }

.navbar-nav .dropdown .dropdown-menu.search {
  padding: 0px; }
  .navbar-nav .dropdown .dropdown-menu.search form {
    padding: 15px; }

.navbar-nav .dropdown.open .dropdown-toggle {
  z-index: 100; }
  .navbar-nav .dropdown.open .dropdown-toggle .glyphmytoyota-icon-search {
    -webkit-transition: all 200ms 200ms ease-out;
    transition: all 200ms 200ms ease-out;
    opacity: 0;
    display: block; }
  .navbar-nav .dropdown.open .dropdown-toggle .toyota-cross-01 {
    opacity: 1;
    -webkit-transition: all 200ms 200ms ease-out;
    transition: all 200ms 200ms ease-out;
    transform: rotateZ(180deg); }

.navbar-nav .dropdown .dropdown-menu.nav-lge-vch-panel {
  display: none; }

.navbar-nav .dropdown.open .dropdown-menu.nav-lge-vch-panel {
  display: block; }

.navbar-nav .form-inline .btn.btn-default.pull-right, .navbar-nav .navbar-form .btn.btn-default.pull-right {
  background: #999999;
  margin: 0;
  width: 6%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none; }
  @media (min-width: 480px) {
    .navbar-nav .form-inline .btn.btn-default.pull-right, .navbar-nav .navbar-form .btn.btn-default.pull-right {
      padding: 7px; } }
  @media (min-width: 992px) {
    .navbar-nav .form-inline .btn.btn-default.pull-right, .navbar-nav .navbar-form .btn.btn-default.pull-right {
      padding: 5px; } }
  .navbar-nav .form-inline .btn.btn-default.pull-right .glyphmytoyota-icon-search, .navbar-nav .navbar-form .btn.btn-default.pull-right .glyphmytoyota-icon-search {
    opacity: 1; }
  .navbar-nav .form-inline .btn.btn-default.pull-right:hover, .navbar-nav .navbar-form .btn.btn-default.pull-right:hover {
    background: #666666; }

.navbar-nav .accordion-heading .accordion-toggle, .navbar-nav .accordion-inner, .navbar-nav .nav-stacked li > a {
  padding-left: 1px; }

.navbar-nav .caret {
  color: #555; }

.navbar-nav .navbar-toggle {
  color: #fff;
  border-width: 0; }

.navbar-nav .navbar-toggle:hover {
  background-color: #fff; }

.navbar-nav .panel {
  padding-left: 27px;
  padding-right: 27px; }

.nav-stacked li a {
  color: #555555;
  padding: 6px 0 6px 8px;
  font-size: 12px;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5; }

.nav-stacked li a:hover {
  background-color: transparent;
  color: #3a3a3a; }

.nav-stacked li.active a {
  border-radius: 4px;
  border-bottom: none; }

.nav-stacked li.above-active a {
  border-bottom: none; }

.first-sidebar-icon {
  border-top: 1px solid #e5e5e5; }

.sidebar-icon-module {
  width: 100%;
  background-color: #fff;
  border-right: none;
  border-bottom: 1px solid #e5e5e5; }
  .sidebar-icon-module a {
    font-size: 12px;
    line-height: 12px; }

a.more-link {
  text-transform: uppercase;
  font-size: 11px; }
  a.more-link:hover {
    text-decoration: none; }

.dealer-info-pane address {
  margin-bottom: 0; }

.dealer-info-pane h2 {
  color: #eb0a1e;
  margin-bottom: 0; }

.dealer-info-pane .change-dealer {
  display: block;
  margin-bottom: 10px; }

.dealer-info-pane .dealer-static-map {
  margin-top: 10px; }

.dealer-info-pane .help-block, .dealer-info-pane .form-content .field-legend, .form-content .dealer-info-pane .field-legend {
  margin-bottom: 0;
  padding-bottom: 0; }

.module {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }
  .module .media {
    float: none;
    width: 100%;
    padding-bottom: 15px;
    text-align: center; }
    .module .media img {
      width: 100%; }
  .module .content a {
    padding: 0; }

.sidebar-icon-module {
  clear: both; }
  .sidebar-icon-module a.more-link {
    display: block;
    width: 100%;
    padding: 15px 0 15px 0px;
    overflow: auto; }
    .sidebar-icon-module a.more-link .module-toyota-icon {
      padding: 0;
      color: #555555; }
      @media (min-width: 768px) {
        .sidebar-icon-module a.more-link .module-toyota-icon {
          font-size: 2.5em;
          width: 30%; } }
      @media (min-width: 992px) {
        .sidebar-icon-module a.more-link .module-toyota-icon {
          font-size: 3em; } }
    .sidebar-icon-module a.more-link .module-icon-text {
      padding: 0;
      width: 70%;
      overflow: hidden; }

.disclaimers-container {
  background-color: #E7E7E7;
  padding-top: 15px; }

.disclaimers {
  clear: both; }

#disclaimers .container {
  padding: 0; }

.navbar-brand, .navbar-nav {
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 0.8em;
    padding: 15px 7px 15px 8px; }
  .corolla .navbar-inverse .navbar-nav > li > a {
    font-size: 0.8em;
    padding: 15px 4px; } }

@media (min-width: 992px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 1em;
    padding: 15px 14px; }
  .corolla .navbar-inverse .navbar-nav > li > a {
    font-size: 1em;
    padding: 15px 10px; } }

.corolla.bep .navbar-inverse .btn-switcher.btn-default {
  background-image: none;
  background-color: transparent;
  color: #fff;
  text-shadow: none;
  padding: 4px 10px; }
  .corolla.bep .navbar-inverse .btn-switcher.btn-default:hover {
    background-position: 0 0; }

.corolla.bep .navbar-inverse .btn-group {
  display: inline-flex; }

.corolla.bep .navbar-inverse .btn.btn-switcher.btn-default.active {
  background-color: #fff;
  color: #000; }

@media (min-width: 480px) {
  .corolla.bep .navbar-inverse .container > .navbar-header {
    width: 100%; } }

@media (min-width: 768px) {
  .corolla.bep .navbar-inverse .container > .navbar-header {
    width: 224px; } }

@media (max-width: 767px) {
  .corolla.bep .navbar-inverse .container > .navbar-header .btn-group {
    padding-top: 13px; } }

@media (min-width: 768px) {
  .corolla.bep .navbar-inverse .container > .navbar-header .btn-group {
    padding-top: 10px; } }

.my-toyota-main-body-content {
  background-color: #f5f7f6;
  padding: 30px 0 10px 0;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden; }
  .my-toyota-main-body-content--no-padding {
    padding: 0; }

.center-by-margin {
  margin: auto; }

.invisible {
  opacity: 0; }

.relative-wrapper {
  position: relative; }

ul.nav.nav-tabs.flat-tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: transparent; }
  ul.nav.nav-tabs.flat-tabs li {
    float: none;
    display: table-cell;
    width: 100%;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #CCCCCC; }
    ul.nav.nav-tabs.flat-tabs li a {
      background-color: transparent;
      color: #999999;
      font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: left;
      border: 1px solid transparent;
      border-radius: 0;
      font-size: 1.1em;
      font-weight: bold;
      padding: 5px 38px; }
      ul.nav.nav-tabs.flat-tabs li a:hover {
        color: #444444; }
      ul.nav.nav-tabs.flat-tabs li a:active {
        color: #444444; }
    ul.nav.nav-tabs.flat-tabs li.active {
      border-top: 1px solid #CCCCCC;
      border-left: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      border-bottom: 1px solid transparent; }
      ul.nav.nav-tabs.flat-tabs li.active a {
        color: #444444;
        border: 1px solid transparent;
        border-radius: 0;
        font-size: 1.3em;
        font-weight: bold; }
    ul.nav.nav-tabs.flat-tabs li:first-child {
      border-left: transparent; }
      ul.nav.nav-tabs.flat-tabs li:first-child a {
        padding: 5px 10px; }
    ul.nav.nav-tabs.flat-tabs li:last-child {
      border-right: transparent; }

.myt-btn {
  max-width: 250px;
  width: 100%;
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border: none;
  padding: 10px 0;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 1px 1px 2px 0px #989898; }
  .myt-btn i.toyota-arrow-right-01 {
    position: initial;
    text-align: left;
    width: 10%;
    display: inline-block;
    text-shadow: none; }
  .myt-btn span {
    text-align: center;
    display: inline-block;
    text-shadow: none; }
  .myt-btn.med-btn {
    width: 170px;
    height: 38px;
    position: relative; }
    .myt-btn.med-btn i.toyota-arrow-right-01 {
      right: 12px; }
  .myt-btn.lg-btn {
    width: 230px;
    height: 38px;
    position: relative; }
    .myt-btn.lg-btn span {
      width: 81%;
      text-align: center;
      display: inline-block;
      text-shadow: none; }
    .myt-btn.lg-btn i.toyota-arrow-right-01 {
      width: 10%;
      right: 12px; }
  .myt-btn.sm-btn {
    width: 100px;
    height: 38px;
    position: relative; }
    .myt-btn.sm-btn i.toyota-arrow-right-01 {
      right: 12px; }
  .myt-btn:hover, .myt-btn:active {
    color: #FFF;
    text-decoration: none; }
  .myt-btn:focus {
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 0 6px #1FB1F7; }
  .myt-btn.max-btn-inline {
    width: 48.5% !important;
    max-width: 48.5% !important;
    height: 38px;
    position: relative; }
    .myt-btn.max-btn-inline i.toyota-arrow-right-01 {
      right: 12px; }
    .myt-btn.max-btn-inline span {
      width: 87%;
      text-align: center;
      display: inline-block;
      text-shadow: none; }
  @media (max-width: 767px) {
    .myt-btn.max-btn-xs {
      max-width: 100% !important;
      width: 100% !important; } }
  @media (max-width: 479px) {
    .myt-btn.max-btn-xs {
      max-width: 100% !important;
      width: 100% !important; } }
  @media (max-width: 767px) {
    .myt-btn.max-btn {
      max-width: 100%; } }
  @media (max-width: 479px) {
    .myt-btn.max-btn {
      max-width: 100%; } }

.max-btn {
  max-width: 100% !important; }

.red-btn {
  background-color: #EB0A1E;
  color: #FFF; }

.grey-btn {
  background-color: #CCC;
  color: #444; }

.icon-first-btn i {
  margin-right: 10px; }

.floating-icon-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-image: none;
  background-color: transparent;
  border: 0;
  padding: 0 10px;
  font-size: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .floating-icon-btn.red-icon {
    color: #EB0A1E; }
  .floating-icon-btn.white-icon {
    color: #FFF; }
  .floating-icon-btn.grey-icon {
    color: #444; }

@media (max-width: 479px) {
  .inline-buttons {
    width: 100%;
    float: none; }
    .inline-buttons a:first-child {
      width: 48%; }
    .inline-buttons a:last-child {
      width: 48.5%;
      margin-left: 2%; } }

@media (max-width: 479px) {
  .fit-buttons {
    width: 100%;
    float: none; }
    .fit-buttons a:first-child {
      width: auto;
      padding: 10px 15px; }
    .fit-buttons a:last-child {
      width: auto;
      padding: 10px 15px;
      margin-left: 5%; } }

.body-bottom-links {
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  .body-bottom-links ul {
    padding: 0; }
    .body-bottom-links ul li {
      display: inline-block;
      list-style: none; }
      .body-bottom-links ul li a {
        font-size: 14px;
        display: inline-block;
        border-left: 1px solid #AAAAAA;
        width: 100%;
        padding: 0 20px;
        height: 15px;
        line-height: 15px; }
    .body-bottom-links ul li:first-child a {
      border-left: none; }

.body-top-navigation {
  margin-bottom: 15px;
  padding-left: 0; }
  .body-top-navigation i {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    font-size: 10px; }
  .body-top-navigation a {
    font-size: 13px; }

.form-control[disabled] {
  background-color: transparent; }

.remove-gutter {
  padding-left: 0;
  padding-right: 0; }

.remove-gutter-left {
  padding-left: 0; }

.remove-gutter-right {
  padding-right: 0; }

@media (min-width: 1200px) {
  .remove-gutter-lg {
    padding-left: 0;
    padding-right: 0; }
  .remove-gutter-left-lg {
    padding-left: 0; }
  .remove-gutter-right-lg {
    padding-right: 0; }
  .add-space-top10-lg {
    margin-top: 10px; }
  .add-space-top20-lg {
    margin-top: 20px; }
  .add-space-top30-lg {
    margin-top: 30px; }
  .add-space-top40-lg {
    margin-top: 40px; }
  .add-space-bottom10-lg {
    margin-bottom: 10px !important; }
  .add-space-bottom20-lg {
    margin-bottom: 20px; }
  .add-space-bottom30-lg {
    margin-bottom: 30px; }
  .add-space-bottom40-lg {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .remove-gutter-md {
    padding-left: 0;
    padding-right: 0; }
  .remove-gutter-left-md {
    padding-left: 0; }
  .remove-gutter-right-md {
    padding-right: 0; }
  .add-space-top10-md {
    margin-top: 10px; }
  .add-space-top20-md {
    margin-top: 20px; }
  .add-space-top30-md {
    margin-top: 30px; }
  .add-space-top40-md {
    margin-top: 40px; }
  .add-space-bottom10-md {
    margin-bottom: 10px; }
  .add-space-bottom20-md {
    margin-bottom: 20px; }
  .add-space-bottom30-md {
    margin-bottom: 30px; }
  .add-space-bottom40-md {
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  .remove-gutter-sm {
    padding-left: 0;
    padding-right: 0; }
  .remove-gutter-left-sm {
    padding-left: 0; }
  .remove-gutter-right-sm {
    padding-right: 0; }
  .add-space-top10-sm {
    margin-top: 10px; }
  .add-space-top20-sm {
    margin-top: 20px; }
  .add-space-top30-sm {
    margin-top: 30px; }
  .add-space-top40-sm {
    margin-top: 40px !important; }
  .add-space-bottom10-sm {
    margin-bottom: 10px; }
  .add-space-bottom20-sm {
    margin-bottom: 20px; }
  .add-space-bottom30-sm {
    margin-bottom: 30px; }
  .add-space-bottom40-sm {
    margin-bottom: 40px; } }

@media (min-width: 480px) {
  .remove-gutter-xs {
    padding-left: 0;
    padding-right: 0; }
  .remove-gutter-left-xs {
    padding-left: 0; }
  .remove-gutter-right-xs {
    padding-right: 0; }
  .add-space-top10-xs {
    margin-top: 10px; }
  .add-space-top20-xs {
    margin-top: 20px; }
  .add-space-top30-xs {
    margin-top: 30px; }
  .add-space-top40-xs {
    margin-top: 40px; }
  .add-space-bottom10-xs {
    margin-bottom: 10px; }
  .add-space-bottom20-xs {
    margin-bottom: 20px; }
  .add-space-bottom30-xs {
    margin-bottom: 30px; }
  .add-space-bottom40-xs {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .remove-gutter-right-xxs {
    padding-right: 0; }
  .remove-gutter-xxs {
    padding-left: 0;
    padding-right: 0; }
  .remove-gutter-left-xxs {
    padding-left: 0; }
  .add-space-top10-xxs {
    margin-top: 10px; }
  .add-space-top20-xxs {
    margin-top: 20px; }
  .add-space-top30-xxs {
    margin-top: 30px; }
  .add-space-top40-xxs {
    margin-top: 40px; }
  .add-space-bottom10-xxs {
    margin-bottom: 10px; }
  .add-space-bottom20-xxs {
    margin-bottom: 20px; }
  .add-space-bottom30-xxs {
    margin-bottom: 30px; }
  .add-space-bottom40-xxs {
    margin-bottom: 40px; } }

.remove-space-bottom {
  margin-bottom: 0 !important; }

.add-space-bottom20 {
  margin-bottom: 20px !important; }

.add-space-bottom10 {
  margin-bottom: 10px !important; }

.add-space-top40 {
  margin-top: 40px !important; }

.center {
  text-align: center; }

.remove-margin {
  margin: 0; }

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

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

.autocomplete-suggestions {
  border: 1px solid #CCCCCC;
  box-shadow: 1px 2px 4px rgba(105, 105, 105, 0.66);
  background-color: #fff; }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 8px 10px;
    font-family: 'Arial';
    font-style: italic;
    font-size: 13px;
    color: #444;
    display: block; }
    .autocomplete-suggestions .autocomplete-suggestion strong {
      font-weight: bold;
      color: #444; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      background-color: #696969;
      color: #fff;
      text-decoration: none; }

.myt-drop-list {
  border: 1px solid #CCCCCC;
  box-shadow: 1px 2px 4px rgba(105, 105, 105, 0.66);
  background-color: #fff; }
  .myt-drop-list ul {
    list-style: none;
    padding: 0;
    margin: 10px 0; }
    .myt-drop-list ul li {
      padding: 0; }
      .myt-drop-list ul li a {
        padding: 8px 10px;
        font-family: 'Arial';
        font-style: italic;
        font-size: 13px;
        color: #444;
        display: block; }
        .myt-drop-list ul li a:hover {
          background-color: #696969;
          color: #fff;
          text-decoration: none; }
      .myt-drop-list ul li span {
        font-weight: bold; }

.myt-status-message {
  text-align: center;
  padding: 20px 0;
  background-color: #EEEEEE;
  position: relative; }
  .myt-status-message .error-icon, .myt-status-message .success-icon, .myt-status-message .warning-icon, .myt-status-message .common-icon {
    font-size: 20px;
    margin-right: 20px; }
  .myt-status-message .success-icon {
    color: #218C00; }
  .myt-status-message .warning-icon {
    color: #f0ad4e; }
  .myt-status-message .common-icon {
    color: #444; }
  .myt-status-message span.st-message {
    font-size: 15px;
    font-weight: bold; }
  .myt-status-message > .close-status-msg + .container {
    padding-right: 50px; }

.bold {
  font-weight: bold !important; }

.unbold {
  font-weight: normal !important; }

.form-group span.required-sign-input {
  position: absolute;
  right: -15px;
  top: 0;
  color: #EB0A1E;
  font-size: 18px;
  z-index: 2; }

.simple-box-shadow {
  box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.84);
  moz-box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.84);
  -webkit-box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.84);
  box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.84);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); }

.simple-text-shadow {
  text-shadow: 1px 1px 2px rgba(68, 68, 68, 0.84); }

.upload-picture {
  font-family: 'Arial';
  font-size: 12px;
  color: #444444; }
  .upload-picture:hover i {
    background-color: #E6E6E6; }
  .upload-picture:hover .has-bg {
    background-color: #E6E6E6 !important; }
  .upload-picture i {
    -webkit-border-radius: first-value-of(31px) first-value-of(31px);
    -moz-border-radius: 31px / 31px;
    border-radius: 31px / 31px;
    width: 31px;
    height: 31px;
    border: 1px solid #CCCCCC;
    padding: 8px;
    color: #696969;
    margin-right: 4px;
    background-color: #FFF; }
  .upload-picture button {
    background-color: transparent;
    border: none;
    padding: 0;
    outline: 0; }

.gradient-bg-grey {
  background-image: url("../images/home/banners/line-gradient-grey.png");
  background-repeat: repeat-x; }

.gradient-bg-pink {
  background-image: url("../images/home/banners/line-gradient-pink.png");
  background-repeat: repeat-x; }

.gradient-bg-yellow {
  background-image: url("../images/home/banners/line-gradient-yellow.png");
  background-repeat: repeat-x; }

.centered-image {
  height: 100%;
  text-align: center; }
  @media (max-width: 640px) {
    .centered-image {
      height: 370px; } }

.img-wrapper {
  overflow: hidden;
  text-align: center;
  width: 10000px;
  margin-left: -5000px;
  left: 50%;
  position: absolute; }
  @media (min-width: 1521px) {
    .img-wrapper {
      position: relative;
      overflow: hidden;
      margin: auto;
      /* Width and height can be anything. */
      width: 100%;
      height: 100%;
      left: 0; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .img-wrapper {
      position: initial;
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .img-wrapper {
      position: initial;
      width: 100%;
      margin-left: 0; } }
  .img-wrapper img {
    width: auto !important;
    margin: 0 auto; }
    @media (min-width: 480px) and (max-width: 767px) {
      .img-wrapper img {
        width: auto;
        height: 100%; } }
    @media (min-width: 1521px) {
      .img-wrapper img {
        position: absolute;
        /* Position the image in the middle of its container. */
        top: -9999px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
        margin: auto !important;
        /* The following values determine the exact image behaviour. */
        /* You can simulate background-size: cover/contain/etc.
                by changing between min/max/standard width/height values.
                These values simulate background-size: cover
            */
        min-width: 100%;
        min-height: 100%; } }

.left-image img {
  width: auto !important; }

.default-image {
  width: 100% !important;
  height: auto !important; }

.pos-relative {
  position: relative; }

/*back to top button start*/
.back-to-top-btn {
  right: 10px;
  position: fixed;
  bottom: 16px;
  z-index: 99;
  display: inline-block;
  opacity: 0.8;
  width: 55px;
  height: 63px; }
  .back-to-top-btn .scroll-up-btn {
    position: absolute;
    font-size: 30px;
    bottom: 0;
    z-index: 9;
    line-height: 0.8;
    text-align: center; }
    .back-to-top-btn .scroll-up-btn a {
      color: #fff;
      text-decoration: none;
      display: block; }
      .back-to-top-btn .scroll-up-btn a i {
        color: #333; }
    .back-to-top-btn .scroll-up-btn span {
      width: 55px;
      display: inline-block;
      font-size: 12px;
      margin-top: 5px;
      color: #333;
      line-height: 14px; }

/*back to top button end*/
.caret up {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

@media (max-width: 640px) {
  .myt-hidden-smxs {
    display: none !important;
    visibility: hidden !important; }
  .myt-visible-smxs {
    display: block !important;
    visibility: visible !important; } }

@media (max-width: 479px) {
  .body-bottom-links {
    margin-top: 0; }
    .body-bottom-links ul li {
      margin-bottom: 10px; }
      .body-bottom-links ul li a {
        height: 14px;
        font-size: 12px;
        padding: 0 10px;
        line-height: 14px; } }

/* Custom checkbox */
.custom-checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  outline: none; }
  .custom-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff; }
  .custom-checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    padding-left: 5px;
    padding-top: 2px;
    font-size: 15px;
    color: #555555; }

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  opacity: 0;
  z-index: -1;
  -webkit-appearance: none;
  position: absolute; }
  .custom-checkbox input[type="checkbox"]:checked + label::after,
  .custom-checkbox input[type="radio"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
  .custom-checkbox input[type="checkbox"]:focus + label::before,
  .custom-checkbox input[type="radio"]:focus + label::before {
    box-shadow: 0 0 10px #068FFB; }
  .custom-checkbox input[type="checkbox"]:indeterminate + label::after,
  .custom-checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px; }
  .custom-checkbox input[type="checkbox"]:disabled + label::before,
  .custom-checkbox input[type="radio"]:disabled + label::before {
    background-color: #f2f2f2;
    cursor: not-allowed; }

.custom-checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.custom-checkbox.checkbox-inline {
  margin-top: 0; }

.settings .switch {
  display: table-cell;
  vertical-align: middle;
  padding: 10px; }

.cmn-toggle {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }
  input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: ""; }
  input.cmn-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }
  input.cmn-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 52px;
    background-color: #dddddd;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s, background 0.2s;
    -moz-transition: margin 0.2s, background 0.2s;
    -o-transition: margin 0.2s, background 0.2s;
    transition: margin 0.2s, background 0.2s; }

input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196; }
  input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 60px;
    background-color: #8ce196; }

.or-divider {
  font-size: 13px;
  font-family: arial;
  display: block;
  font-weight: bold;
  padding: 5px 15% 0px 15%; }
  @media (max-width: 479px) {
    .or-divider {
      padding: 5px 7% 0px 7%; } }
  .or-divider .hr-left, .or-divider .hr-right {
    margin: 20px 20px;
    border: 0;
    border-top: 1px solid #ccc;
    width: 25%;
    display: inline-block;
    vertical-align: middle; }
  .or-divider span {
    display: inline-block;
    padding: 10px 0px;
    margin-bottom: 10px; }

/**
 * animation mixins
 */
/**
 * spin animation
 */
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Mixins for custom checkbox */
/* Mixin for custom toggle */
.postcode-panel {
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20%;
  background: #fff;
  padding: 40px;
  width: 100%;
  margin: 0;
  display: none; }
  @media (min-width: 992px) {
    .postcode-panel {
      margin: 2% auto 5%;
      z-index: 2;
      width: 60%; } }
  .postcode-panel h2 {
    border-bottom: 4px solid #595959;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px; }
    @media (min-width: 768px) {
      .postcode-panel h2 {
        font-size: 24px; } }
    @media (min-width: 992px) {
      .postcode-panel h2 {
        font-size: 32px;
        line-height: 1.2; } }
  .postcode-panel input {
    max-width: 300px; }

.change-postcode-panel {
  display: none;
  position: absolute;
  right: 15px;
  top: 8px;
  color: #fff;
  text-align: right;
  font-size: 12px; }
  @media (min-width: 992px) {
    .change-postcode-panel {
      top: 5px;
      color: #000; } }
  .change-postcode-panel p {
    margin: 0;
    padding: 0; }
  .change-postcode-panel a {
    font-weight: bold; }
  .change-postcode-panel .location {
    color: #eb0a1e;
    font-weight: bold; }

.so-grade-badge {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 45px;
  height: 34px;
  margin-right: 5px; }

.myt-tc {
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 50px; }
  .myt-tc__primary-title {
    font-size: 36px;
    letter-spacing: 4.5px;
    line-height: 1.33;
    color: #eb0a1e;
    text-align: center; }
  .myt-tc__secondary-title {
    display: block;
    font-size: 24px;
    color: #222;
    margin: 40px 0 10px; }
  .myt-tc__link {
    color: #eb0a1e; }
  .myt-tc__contact-info {
    display: block;
    margin: 10px 0; }

body {
  background-color: #FFF;
  min-width: 300px; }

a {
  outline: 0 !important; }

h2, h3, h4, h5 {
  color: #444; }

@media (max-width: 479px) {
  input[type="text"],
  input[type="number"],
  input[type="date"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px !important; } }

.navbar-input-group .glyphmytoyota-icon-search {
  color: #fff; }

.btn-secondary:hover, .btn-default:hover, .btn-secondary:focus, .btn-default:focus {
  background: #fff;
  background: white;
  background-position: 0 -15px;
  border: 1px solid #ccc;
  color: #666; }

#find-a-dealer-modal .modal-body {
  padding: 20px; }

#find-a-dealer-modal .save-changes {
  width: 100% !important; }

#find-a-dealer-modal .modal-footer {
  margin-top: 0; }

.module-fixed-height {
  height: 145px; }

.DNone {
  display: none; }

.btn {
  font-family: ToyotaDisplay, Helvetica Neue, Helvetica, Arial, sans-serif; }

.btn-lg, .btn-group-lg > .btn {
  font-family: ToyotaDisplay, Helvetica Neue, Helvetica, Arial, sans-serif; }

.btn-primary, .btn-tertiary {
  font-family: ToyotaDisplay, Helvetica Neue, Helvetica, Arial, sans-serif; }

.btn-md {
  font-family: ToyotaDisplay, Helvetica Neue, Helvetica, Arial, sans-serif; }

.btn-sm, .btn-group-sm > .btn {
  font-family: ToyotaDisplay, Helvetica Neue, Helvetica, Arial, sans-serif; }

.modal .input-group-btn {
  bottom: 0;
  position: relative; }

.modal.dealer-link {
  color: #666;
  background-color: #fff;
  z-index: 999999; }

@media (min-width: 480px) {
  .modal .modal-sm {
    width: 410px; } }

.btn-tertiary {
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF666666', GradientType=0);
  color: #fff;
  background-image: linear-gradient(to bottom, #999 0, #666666 100%); }
  .btn-tertiary:hover {
    background: #999 !important;
    color: #fff; }
  .btn-tertiary:focus {
    background: #999 !important;
    color: #fff; }

.btn-secondary, .btn-default {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF7A7A7A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  background: #f5f5f5;
  color: #666;
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); }

header nav .navbar-inverse {
  display: none !important; }

.hidden-xs.col-sm-4.primary.home-module {
  height: 370px; }

.navbar-nav > li > a {
  padding: 30px 20px !important;
  line-height: 20px; }

button.btn.btn-tertiary.do-search {
  background-color: #999;
  color: #fff; }

.highlight-footer {
  color: #666 !important;
  font-weight: 700; }

.textonbanner p {
  position: absolute;
  top: 200px;
  margin: auto;
  text-align: center;
  width: 300px;
  left: 450px;
  color: #fff;
  font-family: ToyotaDisplay, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px; }

.oh-what-a .toyota-Oh-what-a-feeling-17-01 {
  background: url(//www.toyota.com.au/static/global/images/bg-footer-jumper.gif) top left no-repeat;
  padding: 49px 0 30px 160px;
  margin-top: 5px;
  float: left; }
  @media (max-width: 767px) {
    .oh-what-a .toyota-Oh-what-a-feeling-17-01 {
      background-size: 40% !important; } }

.offer-price {
  font-size: 16px !important; }

.disclaimer-footer {
  margin: 30px 0 0 !important; }

.disclaimers .panel-group {
  margin-bottom: 14px !important; }
  .disclaimers .panel-group .panel-heading h4 {
    font-size: 12px; }

.body-content-container {
  max-width: 970px;
  margin: 0 auto; }

.input-right-icon-addon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2; }

.form-group input, textarea, input:not([type="date"]) {
  -webkit-appearance: none; }
  .form-group input[type="checkbox"], .form-group input[type="radio"], textarea[type="checkbox"], textarea[type="radio"], input:not([type="date"])[type="checkbox"], input:not([type="date"])[type="radio"] {
    visibility: hidden; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.navbar-nav .myt-dropdown {
  margin-right: 0 !important; }
  .navbar-nav .myt-dropdown .caret {
    margin-right: 5px; }
  .navbar-nav .myt-dropdown .dropdown.open > a {
    background-color: transparent !important;
    color: #444; }
    .navbar-nav .myt-dropdown .dropdown.open > a .caret {
      margin-right: 5px;
      color: #444;
      border-bottom: 4px solid !important;
      border-top: none; }
  .navbar-nav .myt-dropdown .dropdown.open .dropdown-menu.dropdown-profile, .navbar-nav .myt-dropdown .dropdown.open .dropdown-menu.dropdown-myt {
    display: block !important; }
  .navbar-nav .myt-dropdown .dropdown:not(.open) .dropdown-menu.dropdown-profile, .navbar-nav .myt-dropdown .dropdown:not(.open) .dropdown-menu.dropdown-myt {
    display: none !important; }
  .navbar-nav .myt-dropdown .dropdown.open {
    height: 70px !important;
    position: relative; }
    .navbar-nav .myt-dropdown .dropdown.open .small-triangle-border, .navbar-nav .myt-dropdown .dropdown.open .small-triangle {
      width: 1px;
      height: 0;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-bottom: 15px solid #BBBBBB;
      bottom: -1px;
      position: absolute;
      z-index: 1008;
      left: 50%;
      margin-left: -17px; }
    .navbar-nav .myt-dropdown .dropdown.open .small-triangle {
      border-bottom: 15px solid #E5E5E5;
      bottom: -2px;
      z-index: 1009; }
  .navbar-nav .myt-dropdown .dropdown-profile, .navbar-nav .myt-dropdown .dropdown-myt {
    border: 1px solid #BBBBBB;
    -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    right: -55px;
    min-width: 200px;
    background-color: #E5E5E5;
    padding: 10px 0 0 0;
    color: #444;
    border-radius: 0;
    margin-top: 0px; }
    .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper {
      position: relative; }
      .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .profile-image, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .profile-image {
        display: inline-block;
        -webkit-border-radius: first-value-of(64px) first-value-of(64px);
        -moz-border-radius: 64px / 64px;
        border-radius: 64px / 64px;
        width: 64px;
        overflow: hidden; }
        .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .profile-image img, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .profile-image img {
          height: 64px;
          width: 64px; }
      .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .upload-picture-link, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .upload-picture-link {
        position: absolute;
        top: 0;
        left: 85px;
        color: #444;
        font-size: 16px; }
      .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .header-profile-name-link, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .header-profile-name-link {
        display: block;
        text-decoration: none;
        padding: 20px 20px 10px 20px; }
        .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .header-profile-name-link i, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .header-profile-name-link i {
          color: #444;
          margin-left: 65px;
          font-size: 15px;
          display: inline-block;
          vertical-align: top;
          margin-top: 15px; }
        .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .header-profile-name-link p, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .header-profile-name-link p {
          font-size: 18px;
          color: #444;
          display: inline-block;
          max-width: 80%; }
          .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .header-profile-name-link p span, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .header-profile-name-link p span {
            font-size: 12px;
            display: block;
            width: 100%;
            font-family: 'Arial'; }
        .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .header-profile-name-link .head-profile-dd-name, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .header-profile-name-link .head-profile-dd-name {
          display: inline-block;
          vertical-align: top;
          padding-top: 10px;
          margin-left: 20px;
          max-width: 65%;
          width: 100%; }
        .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper .header-profile-name-link:hover, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper .header-profile-name-link:hover {
          background-color: #cccccc; }
      .navbar-nav .myt-dropdown .dropdown-profile .profile-image-name-wrapper i.toyota-arrow-right-01, .navbar-nav .myt-dropdown .dropdown-myt .profile-image-name-wrapper i.toyota-arrow-right-01 {
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -7px; }
    .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item {
      position: relative; }
      .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a {
        color: #444;
        padding: 13px 15px; }
        .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a:hover, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a:hover {
          background-color: #cccccc;
          background-image: none; }
          .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a:hover .head-profile-item-info span, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a:hover .head-profile-item-info span {
            color: #444; }
        .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a i.fa.fa-flag, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a i.fa.fa-flag {
          color: #EB0A1E;
          display: inline-block;
          vertical-align: top;
          width: 17px;
          font-size: 13px;
          margin-top: 2px; }
        .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a .hp-item-details, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a .hp-item-details {
          display: inline-block;
          vertical-align: top;
          margin-left: 5px;
          max-width: 240px; }
          .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a .hp-item-details p.head-profile-item-info, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a .hp-item-details p.head-profile-item-info {
            font-size: 13px;
            font-family: 'Arial';
            white-space: normal;
            font-weight: bold;
            margin-bottom: 3px; }
          .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a .hp-item-details span, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a .hp-item-details span {
            font-size: 12px;
            color: #444;
            font-family: 'Arial';
            display: block;
            max-width: 240px;
            white-space: normal; }
      .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item i.toyota-arrow-right-01, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item i.toyota-arrow-right-01 {
        font-size: 10px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 10px; }
      .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a.hp-logout-link, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a.hp-logout-link {
        padding: 20px 0 20px 10px; }
        .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item a.hp-logout-link .fa.fa-sign-out, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item a.hp-logout-link .fa.fa-sign-out {
          margin-left: 10px; }
      .navbar-nav .myt-dropdown .dropdown-profile li.head-profile-item .border, .navbar-nav .myt-dropdown .dropdown-myt li.head-profile-item .border {
        border-top: 1px solid #fff;
        margin: 0 10px;
        height: 1px;
        display: block; }

.navbar-header .myt-dropdown > .open > a {
  background-color: #444; }

.navbar-default .navbar-header .navbar-toggle .icon-bar {
  margin-bottom: 5px; }

.notifier-sign {
  font-size: 8px !important;
  margin: -4px 2px 0 2px;
  color: #FF0000;
  margin-top: -2px;
  display: inline-block;
  vertical-align: top;
  width: 1px; }

.notification-red-dot {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background-color: #FF0000;
  color: #fff;
  padding: 2px 1px 0 1px;
  min-width: 13px;
  height: 13px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  font-family: 'Arial';
  font-weight: 100;
  top: -0.7em !important; }

.floating-profile-details {
  min-width: 210px;
  padding: 35px 12px 0 12px;
  bottom: -50px;
  right: 15px; }
  .floating-profile-details .profile-image-wrapper {
    display: block;
    text-align: center; }
    .floating-profile-details .profile-image-wrapper i.fa.fa-camera {
      -webkit-border-radius: first-value-of(32px) first-value-of(32px);
      -moz-border-radius: 32px / 32px;
      border-radius: 32px / 32px;
      width: 32px;
      height: 32px;
      border: 1px solid #CCCCCC;
      padding: 8px;
      color: #696969;
      margin-right: 4px;
      background-color: #FFF;
      display: inline-block;
      margin-top: -15px; }
  .floating-profile-details .profile-image {
    -webkit-border-radius: first-value-of(96px) first-value-of(96px);
    -moz-border-radius: 96px / 96px;
    border-radius: 96px / 96px;
    width: 96px;
    overflow: hidden;
    margin: -85px auto 0 auto; }
    .floating-profile-details .profile-image img {
      height: 96px;
      width: 96px; }
  .floating-profile-details h4 {
    text-align: center;
    display: block;
    width: 100%; }
  .floating-profile-details i {
    margin-right: 15px;
    width: 15px;
    text-align: center;
    vertical-align: top; }
    .floating-profile-details i.fa.fa-mobile {
      font-size: 20px; }
    .floating-profile-details i.fa.fa-envelope-o {
      font-size: 14px; }
    .floating-profile-details i.fa.fa-map-marker {
      font-size: 16px; }
  .floating-profile-details ul.float-profile-detail-list {
    list-style: none;
    padding: 0; }
    .floating-profile-details ul.float-profile-detail-list li {
      list-style: none;
      font-size: 13px;
      padding: 7px 0;
      border-top: 1px solid #DDD; }
  .floating-profile-details .float-profile-address {
    display: inline-block;
    margin-left: -5px; }
    .floating-profile-details .float-profile-address .street-display {
      padding: 0;
      display: block; }
  .floating-profile-details ul.float-profile-settings {
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center; }
    .floating-profile-details ul.float-profile-settings li {
      list-style: none;
      display: inline-block;
      padding: 3px 0; }
      .floating-profile-details ul.float-profile-settings li a {
        font-size: 12px;
        border-right: 1px solid #A9A9A9;
        display: block;
        padding: 0 8px; }
    .floating-profile-details ul.float-profile-settings li:last-child a {
      border-right: none; }

.floating-dealer-location {
  right: 0;
  top: 0;
  padding: 7px 15px 10px 15px;
  margin: -25px 15px 0 0; }
  .floating-dealer-location h4 {
    margin-bottom: 25px; }
  .floating-dealer-location .close-link-float-box {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
    color: #AAAAAA;
    text-decoration: none; }
    .floating-dealer-location .close-link-float-box:hover {
      color: #b3b3b3; }
  .floating-dealer-location img {
    float: right;
    margin-top: -60px; }
  .floating-dealer-location iframe {
    margin-top: 10px;
    display: block; }
  .floating-dealer-location i.fa.fa-phone {
    margin-right: 10px;
    width: 15px;
    text-align: center;
    vertical-align: top;
    margin-top: 2px; }

@media (max-width: 767px) {
  .myt-dropdown {
    display: inline-block;
    float: right;
    max-height: 70px;
    margin: 0 0; }
    .myt-dropdown .dropdown.open > a, .myt-dropdown .dropdown.open > a:focus, .myt-dropdown .dropdown.open > a:hover {
      background-color: transparent;
      color: #444;
      padding-top: 25px !important; }
      .myt-dropdown .dropdown.open > a .caret, .myt-dropdown .dropdown.open > a:focus .caret, .myt-dropdown .dropdown.open > a:hover .caret {
        margin-right: 5px;
        color: #444;
        border-bottom: 4px solid !important;
        border-top: none;
        width: 1px; }
    .myt-dropdown li.dropdown {
      height: 70px !important; }
    .myt-dropdown li.dropdown:not(.open) {
      display: table; }
      .myt-dropdown li.dropdown:not(.open) .caret {
        margin-right: 5px;
        width: 1px; }
      .myt-dropdown li.dropdown:not(.open) a {
        display: table-cell;
        vertical-align: middle;
        padding: 20px 20px !important;
        height: 100%;
        color: #444; }
      .myt-dropdown li.dropdown:not(.open) .dropdown-menu.dropdown-profile, .navbar-nav .myt-dropdown li.dropdown:not(.open) .dropdown-menu.dropdown-myt {
        display: none !important; }
    .myt-dropdown li.dropdown.open {
      position: inherit; }
      .myt-dropdown li.dropdown.open .small-triangle-border, .myt-dropdown li.dropdown.open .small-triangle {
        width: 1px;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 15px solid #BBBBBB;
        bottom: 16px;
        position: absolute;
        z-index: 99998;
        left: 50%;
        margin-left: -17px; }
      .myt-dropdown li.dropdown.open .small-triangle {
        border-bottom: 15px solid #E5E5E5;
        bottom: 15px;
        z-index: 99999; }
      .myt-dropdown li.dropdown.open .dropdown-menu.dropdown-profile, .navbar-nav .myt-dropdown li.dropdown.open .dropdown-menu.dropdown-myt {
        display: block !important; }
    .myt-dropdown .dropdown-menu.dropdown-profile, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt, .myt-dropdown .dropdown-menu.dropdown-myt {
      width: 100%;
      position: absolute;
      background-color: #E5E5E5;
      overflow: hidden;
      padding-bottom: 20px;
      border: 1px solid #BBBBBB;
      color: #444;
      margin-top: -3px;
      z-index: 99;
      border-radius: 0;
      -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.175);
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.175); }
      .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper {
        position: relative; }
        .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .profile-image, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .profile-image, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .profile-image {
          display: inline-block;
          -webkit-border-radius: first-value-of(64px) first-value-of(64px);
          -moz-border-radius: 64px / 64px;
          border-radius: 64px / 64px;
          width: 64px;
          overflow: hidden; }
          .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .profile-image img, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .profile-image img, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .profile-image img {
            height: 64px;
            width: 64px; }
        .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .upload-picture-link, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .upload-picture-link, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .upload-picture-link {
          position: absolute;
          top: 0;
          left: 85px;
          color: #fff;
          font-size: 16px; }
        .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .header-profile-name-link, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link {
          display: block;
          text-decoration: none;
          padding: 20px 20px 10px 20px; }
          .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .header-profile-name-link i, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link i, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link i {
            color: #444;
            margin-left: 65px;
            font-size: 15px; }
          .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .header-profile-name-link p, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link p, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link p {
            font-size: 18px;
            color: #444;
            display: inline-block;
            max-width: 80%; }
            .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .header-profile-name-link p span, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link p span, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link p span {
              font-size: 12px;
              display: block;
              width: 100%;
              font-family: 'Arial'; }
          .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .header-profile-name-link .head-profile-dd-name, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link .head-profile-dd-name, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link .head-profile-dd-name {
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            margin-left: 20px;
            max-width: 60%;
            width: 100%; }
          .myt-dropdown .dropdown-menu.dropdown-profile .profile-image-name-wrapper .header-profile-name-link:hover, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link:hover, .myt-dropdown .dropdown-menu.dropdown-myt .profile-image-name-wrapper .header-profile-name-link:hover {
            background-color: #cccccc; }
      .myt-dropdown .dropdown-menu.dropdown-profile i.toyota-arrow-right-01, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt i.toyota-arrow-right-01, .myt-dropdown .dropdown-menu.dropdown-myt i.toyota-arrow-right-01 {
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -7px; }
      .myt-dropdown .dropdown-menu.dropdown-profile li, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li, .myt-dropdown .dropdown-menu.dropdown-myt li {
        max-width: 100%;
        margin: 0 auto;
        position: relative; }
      .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a {
        color: #444 !important;
        padding: 13px 15px; }
        .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a:hover, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a:hover, .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a:active, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a:active, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a:hover, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a:active {
          background-color: #cccccc; }
        .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a i.fa.fa-flag, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a i.fa.fa-flag, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a i.fa.fa-flag {
          color: #EB0A1E;
          display: inline-block;
          vertical-align: top;
          width: 17px;
          font-size: 13px;
          margin-top: 2px; }
        .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a .hp-item-details, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a .hp-item-details, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a .hp-item-details {
          display: inline-block;
          vertical-align: top;
          margin-left: 5px;
          max-width: 240px; }
          .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a .hp-item-details p.head-profile-item-info, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a .hp-item-details p.head-profile-item-info, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a .hp-item-details p.head-profile-item-info {
            font-size: 13px;
            font-family: 'Arial';
            white-space: normal;
            font-weight: bold;
            margin-bottom: 3px; }
          .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a .hp-item-details span, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a .hp-item-details span, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a .hp-item-details span {
            font-size: 12px;
            color: #444;
            font-family: 'Arial';
            display: block;
            max-width: 240px;
            white-space: normal; }
      .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item i.toyota-arrow-right-01, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item i.toyota-arrow-right-01, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item i.toyota-arrow-right-01 {
        font-size: 10px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 10px; }
      .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a.hp-logout-link, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a.hp-logout-link, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a.hp-logout-link {
        padding: 20px 0 20px 10px; }
        .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item a.hp-logout-link .fa.fa-sign-out, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a.hp-logout-link .fa.fa-sign-out, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item a.hp-logout-link .fa.fa-sign-out {
          margin-left: 10px; }
      .myt-dropdown .dropdown-menu.dropdown-profile li.head-profile-item .border, .navbar-nav .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item .border, .myt-dropdown .dropdown-menu.dropdown-myt li.head-profile-item .border {
        border-top: 1px solid #fff;
        margin: 0 10px;
        height: 1px;
        display: block; } }

.mytoyota-form-with-icons {
  padding-top: 10px; }
  .mytoyota-form-with-icons.inside-icon .form-group {
    margin-left: 0; }
    .mytoyota-form-with-icons.inside-icon .form-group i.fa {
      left: 13px;
      top: 10px; }
    .mytoyota-form-with-icons.inside-icon .form-group .form-control {
      padding-left: 37px; }
  .mytoyota-form-with-icons .form-group {
    margin-left: 40px;
    position: relative; }
    .mytoyota-form-with-icons .form-group i {
      position: absolute;
      left: -32px;
      top: 9px; }
    .mytoyota-form-with-icons .form-group i.toyota-car-01 {
      font-size: 16px; }
    .mytoyota-form-with-icons .form-group i.fa.fa-map-marker {
      font-size: 20px; }
    .mytoyota-form-with-icons .form-group i.fa.fa-mobile {
      font-size: 24px; }
    .mytoyota-form-with-icons .form-group i.fa.fa-male, .mytoyota-form-with-icons .form-group i.fa.fa-phone {
      font-size: 19px; }
    .mytoyota-form-with-icons .form-group input, .mytoyota-form-with-icons .form-group textarea {
      border-radius: 0; }
    .mytoyota-form-with-icons .form-group input {
      height: 35px; }
    .mytoyota-form-with-icons .form-group .form-control {
      font-weight: bold;
      font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
      box-shadow: none !important; }
      .mytoyota-form-with-icons .form-group .form-control:-moz-placeholder {
        font-weight: normal; }
      .mytoyota-form-with-icons .form-group .form-control::-moz-placeholder {
        font-weight: normal; }
      .mytoyota-form-with-icons .form-group .form-control:-ms-input-placeholder {
        font-weight: normal; }
      .mytoyota-form-with-icons .form-group .form-control::-webkit-input-placeholder {
        font-weight: normal; }
    .mytoyota-form-with-icons .form-group span.required-sign-input {
      position: absolute;
      right: -15px;
      top: 0;
      color: #EB0A1E;
      font-size: 18px; }
    .mytoyota-form-with-icons .form-group .link {
      margin-top: 6px; }
      .mytoyota-form-with-icons .form-group .link a {
        font-size: 13px; }
  .mytoyota-form-with-icons .main-buttons {
    margin-top: 25px; }
    .mytoyota-form-with-icons .main-buttons button, .mytoyota-form-with-icons .main-buttons a.myt-btn {
      max-width: 178px;
      width: 100%;
      text-align: center;
      font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      padding: 10px;
      margin-right: 1.5%; }
      .mytoyota-form-with-icons .main-buttons button:last-child, .mytoyota-form-with-icons .main-buttons a.myt-btn:last-child {
        margin-right: 0 !important; }
  .mytoyota-form-with-icons .inline-input i.fa {
    position: absolute;
    left: -32px;
    top: 38px; }
  .mytoyota-form-with-icons .inline-input .col {
    padding-left: 7px !important;
    padding-right: 7px !important; }
  .mytoyota-form-with-icons .inline-input .col-first {
    padding-left: 15px !important;
    padding-right: 7px !important; }
  .mytoyota-form-with-icons .inline-input .col:last-child {
    padding-right: 15px !important; }
  .mytoyota-form-with-icons .inline-input .row label {
    font-size: 13px;
    font-family: 'Arial';
    color: #777;
    font-weight: normal; }
    .mytoyota-form-with-icons .inline-input .row label span.required-sign {
      color: #EB0A1E;
      margin-left: 2px;
      font-size: 18px; }
  .mytoyota-form-with-icons .sub-form {
    text-align: right; }
    .mytoyota-form-with-icons .sub-form .sub-form-content {
      display: inline-block;
      max-width: 273px; }
      .mytoyota-form-with-icons .sub-form .sub-form-content .form-group {
        margin-left: 0; }
      .mytoyota-form-with-icons .sub-form .sub-form-content .form-group .label-wrapper {
        position: absolute;
        height: 35px;
        display: table;
        left: -110px;
        width: 100px;
        font-size: 13px; }
        .mytoyota-form-with-icons .sub-form .sub-form-content .form-group .label-wrapper label {
          text-align: right;
          display: table-cell;
          vertical-align: middle; }
      .mytoyota-form-with-icons .sub-form .sub-form-content .form-control {
        text-align: left;
        font-family: 'Arial';
        font-size: 13px; }

.mytoyota-inline-editing-form.form-group {
  margin-bottom: 0 !important; }
  .mytoyota-inline-editing-form.form-group input, .mytoyota-inline-editing-form.form-group textarea {
    width: 100%;
    border-radius: 0;
    font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: none !important; }
  .mytoyota-inline-editing-form.form-group input {
    height: 35px; }
  .mytoyota-inline-editing-form.form-group textarea {
    height: 100%; }

.myt-simple-form .form-group {
  position: relative; }

.myt-simple-form .form-control {
  font-weight: bold;
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: none;
  border-radius: 0;
  height: 35px; }
  .myt-simple-form .form-control:-moz-placeholder {
    font-weight: normal; }
  .myt-simple-form .form-control::-moz-placeholder {
    font-weight: normal; }
  .myt-simple-form .form-control:-ms-input-placeholder {
    font-weight: normal; }
  .myt-simple-form .form-control::-webkit-input-placeholder {
    font-weight: normal; }
  .myt-simple-form .form-control-light-weight {
    font-weight: normal; }
  .myt-simple-form .form-control-focusgrow {
    transition: height .3s, max-width .3s; }
    .myt-simple-form .form-control-focusgrow:valid, .myt-simple-form .form-control-focusgrow:focus {
      height: 50px; }

.myt-simple-form button[disabled] {
  opacity: 0.5;
  cursor: default; }

.myt-simple-form .main-buttons {
  margin-top: 25px; }
  .myt-simple-form .main-buttons button, .myt-simple-form .main-buttons a.myt-btn {
    max-width: 178px;
    width: 100%;
    text-align: center;
    font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    margin-right: 1.5%; }
    .myt-simple-form .main-buttons button:last-child, .myt-simple-form .main-buttons a.myt-btn:last-child {
      margin-right: 0 !important; }

.img-overflow-wrapper img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

@media (max-width: 991px) and (min-width: 768px) {
  .img-overflow-wrapper {
    height: auto; }
    .img-overflow-wrapper img {
      position: initial;
      width: 100%;
      margin-left: 0;
      display: inline-block; } }

@media (max-width: 991px) {
  .img-overflow-wrapper {
    margin-top: 0;
    height: auto; }
    .img-overflow-wrapper img {
      position: initial;
      width: 100%;
      margin-left: 0;
      display: inline-block; } }

.carousel-inner .item .centered-image .img-wrapper {
  position: relative;
  width: 100%;
  margin-left: 0;
  left: 0; }

label.error,
label.invalid {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #D1091B !important;
  margin-top: 5px;
  max-width: 95%; }

.form-control.error,
.form-control.invalid {
  border: 1px solid #EB0A1E !important; }

.myt-header-prof-name {
  max-width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 479px) {
    .myt-header-prof-name {
      color: #444444;
      max-width: 90px; } }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }
  .autocomplete-suggestion:hover strong {
    color: #fff !important; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

.notification-summary {
  transform: translate(9999px);
  position: absolute;
  opacity: 0;
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: left;
  color: #eb0a1e;
  text-transform: uppercase;
  padding-bottom: 24px;
  padding-top: 32px;
  padding-left: 10px;
  border-bottom: 1px solid #CCCCCC;
  display: block; }
  @media (max-width: 479px) {
    .notification-summary {
      font-size: 14px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .notification-summary {
      font-size: 16px; } }

.notification-summary-visible {
  position: relative;
  transition: opacity .8s linear;
  transform: translate(0);
  opacity: 1; }

.notification-badge {
  display: inline-block;
  opacity: 0;
  width: 16px;
  height: 16px;
  line-height: 1.8;
  color: #ffffff;
  background-color: #eb0a1e;
  border-radius: 8px;
  font-size: 9px;
  text-align: center;
  bottom: 6px;
  position: relative;
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -ms-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in; }

.notification-badge-visible {
  opacity: 1; }

.myt-sub-nav {
  height: 53px;
  background-color: #222;
  min-width: 100%;
  font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 199; }
  @media (max-width: 767px) {
    .myt-sub-nav {
      height: 44px;
      background: #2b2b2b; } }
  .myt-sub-nav .container a {
    color: #fff;
    font-family: ToyotaDisplay;
    letter-spacing: 0.1px;
    line-height: 1.33; }
    .myt-sub-nav .container a:hover, .myt-sub-nav .container a:focus, .myt-sub-nav .container a:active, .myt-sub-nav .container a:hover *, .myt-sub-nav .container a:focus *, .myt-sub-nav .container a:active * {
      color: #a7a7a7;
      text-decoration: none; }
  .myt-sub-nav .container hr {
    border-color: #666;
    margin: 18px 0; }
  .myt-sub-nav .container .sub-nav-menu-item {
    margin: 0 50px 0 0;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 53px; }
    @media (min-width: 767px) and (max-width: 992px) {
      .myt-sub-nav .container .sub-nav-menu-item {
        margin: 0 40px 0 0; } }
    @media (max-width: 767px) {
      .myt-sub-nav .container .sub-nav-menu-item {
        font-size: 16px;
        line-height: 44px; } }
  .myt-sub-nav .container a#my_toyota_subnav_link:hover {
    color: #C5C5C5; }
  .myt-sub-nav .container #show_subnav_link {
    float: right;
    width: 35%;
    text-align: right;
    font-size: 18px;
    line-height: 44px;
    margin: 0 10px 0 0; }
    .myt-sub-nav .container #show_subnav_link:hover {
      color: #a7a7a7; }
  .myt-sub-nav .container div.mobile-sub-nav-outer {
    position: absolute;
    height: 5000px;
    opacity: 0.6;
    left: 0;
    right: 0;
    top: 43px;
    background: #222; }
  .myt-sub-nav .container div.sub-nav-link-wrapper {
    height: 100%;
    display: inline-block;
    font-size: 0;
    vertical-align: top; }
    .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item {
      font-size: 14px;
      margin: 0 23px; }
      .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item.non-badged {
        margin-right: 42px; }
      @media (min-width: 767px) and (max-width: 992px) {
        .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item {
          margin: 0 16px; }
          .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item.non-badged {
            margin-right: 32px; } }
      .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item:hover, .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item:focus, .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item.active {
        color: #a7a7a7; }
    @media (max-width: 767px) {
      .myt-sub-nav .container div.sub-nav-link-wrapper {
        height: auto;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 44px;
        width: 100%;
        text-align: center;
        background-color: #222;
        padding: 18px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item {
          display: block;
          margin: 15px 0; }
          .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item.non-badged {
            margin-right: 0;
            line-height: 24px; }
          .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item.badged {
            line-height: 24px;
            font-size: 16px;
            margin-left: 15px; }
          .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item.triple-dots {
            line-height: 16px;
            font-size: 16px;
            letter-spacing: 2.5px;
            height: 24px;
            -webkit-user-select: none;
            /* Safari */
            -moz-user-select: none;
            /* Firefox */
            -ms-user-select: none;
            /* IE10+/Edge */
            user-select: none;
            /* Standard */ }
          .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item.user-link {
            line-height: 24px;
            font-size: 12px;
            text-transform: uppercase; }
          .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item.active, .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item:hover, .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item:focus {
            text-decoration: none; }
        .myt-sub-nav .container div.sub-nav-link-wrapper .legal-link {
          line-height: 12px;
          font-size: 10px;
          margin-right: auto;
          margin-left: auto;
          display: inline-block;
          width: 50%; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .myt-sub-nav .container div.sub-nav-link-wrapper .sub-nav-menu-item-only {
      margin-bottom: 16px;
      line-height: 20px; } }
    .myt-sub-nav .container div.sub-nav-link-wrapper .menu-profile-top-row .profile-name {
      width: 100%; }
  .myt-sub-nav .menu-profile-top-row .profile-name {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    padding: 0;
    text-transform: uppercase; }
  .myt-sub-nav .menu-profile-top-row .profile-email {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.33;
    color: #fff; }
    .myt-sub-nav .menu-profile-top-row .profile-email span {
      display: inline-block;
      max-width: 230px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .myt-sub-nav .menu-profile-top-row .profile-email i {
      float: right;
      font-size: 24px;
      position: relative;
      top: -4px; }
  .myt-sub-nav .menu-profile-top-row.active * {
    color: #a7a7a7; }

.track-my-car-nav-toast {
  display: inline-block; }

.myt-btn-toast-v2 {
  display: inline-block;
  width: auto !important;
  margin-left: 20px; }
  .myt-btn-toast-v2 span {
    line-height: 46px !important; }
  @media (max-width: 767px) {
    .myt-btn-toast-v2 {
      margin-left: 0; } }

/* Spinner style */
.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000000000000; }
  .spinner-wrapper .spinner-box {
    margin: 0 auto;
    background-color: rgba(2, 2, 2, 0.59);
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 2000000000;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 5px;
    color: #fff; }

.ind-spinner {
  width: 100%;
  height: 100%;
  position: relative; }

.simple-modal-popup .myt-modal-sm {
  max-width: 410px; }
  @media (max-width: 479px) {
    .simple-modal-popup .myt-modal-sm {
      max-width: 87%;
      margin: 65px auto; } }

.simple-modal-popup .modal-header {
  padding: 9px 0;
  border: 0; }
  .simple-modal-popup .modal-header h4 {
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
    margin: 5px 0 !important; }
  .simple-modal-popup .modal-header button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    color: #aaa;
    font-size: 14px;
    background: none;
    padding: 0;
    border-radius: 0; }
  @media (max-width: 767px) {
    .simple-modal-popup .modal-header button.close {
      right: -5px !important;
      width: 50px;
      height: 50px;
      top: -3px !important; } }

.simple-modal-popup .modal-content {
  background-color: #f8f8f8;
  border-radius: 0;
  padding: 0 20px 0 20px; }
  .simple-modal-popup .modal-content .modal-body {
    padding: 5px 0 20px 5px; }
    .simple-modal-popup .modal-content .modal-body .text-content {
      width: 83%; }
      .simple-modal-popup .modal-content .modal-body .text-content p {
        font-size: 13px;
        color: #444;
        font-family: Arial, sans-serif;
        font-weight: 100; }
        .simple-modal-popup .modal-content .modal-body .text-content p span {
          font-weight: 700; }
  .simple-modal-popup .modal-content .modal-footer {
    padding: 0 0 20px 0;
    border: none; }
    .simple-modal-popup .modal-content .modal-footer #cancel_vehicle_btn {
      float: left; }
    @media (max-width: 767px) {
      .simple-modal-popup .modal-content .modal-footer .myt-btn {
        width: 100%;
        max-width: 100%;
        height: 35px;
        padding: 8px 0; }
      .simple-modal-popup .modal-content .modal-footer .myt-btn:nth-of-type(1) {
        margin-bottom: 12px; }
      .simple-modal-popup .modal-content .modal-footer .myt-btn:nth-of-type(1) {
        margin-bottom: 12px; } }

@media (max-width: 479px) {
  .simple-modal-popup .modal-content {
    padding: 0 10px 0 10px;
    background-color: #fefefe; }
  .simple-modal-popup .modal-footer {
    padding: 0 0 12px 0; } }

@media (max-width: 479px) {
  .mobile-full-width-popup {
    max-width: 98% !important; } }

@media (max-width: 479px) {
  .crop-profile-image-modal .modal-dialog {
    max-width: 100% !important; }
  .crop-profile-image-modal .text-content, .crop-profile-image-modal .croppie-container {
    width: 100% !important;
    height: 300px;
    padding: 5px !important; }
    .crop-profile-image-modal .text-content .cr-boundary, .crop-profile-image-modal .croppie-container .cr-boundary {
      width: 100% !important; } }

.myt-accordion {
  margin-bottom: 20px; }
  @media (max-width: 479px) {
    .myt-accordion {
      margin-bottom: 5px !important; } }
  .myt-accordion .panel {
    display: inline-block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    margin-bottom: 10px; }
    @media (max-width: 479px) {
      .myt-accordion .panel {
        margin-bottom: 5px !important; } }
    .myt-accordion .panel .panel-heading {
      background-image: none;
      padding: 8px;
      background-color: #EEE;
      border-radius: 0;
      color: #444; }
      .myt-accordion .panel .panel-heading .panel-title {
        font-size: 17px;
        padding: 0; }
        .myt-accordion .panel .panel-heading .panel-title a {
          text-decoration: none;
          display: block; }
          .myt-accordion .panel .panel-heading .panel-title a i, .myt-accordion .panel .panel-heading .panel-title a span {
            display: inline-block;
            vertical-align: middle; }
        .myt-accordion .panel .panel-heading .panel-title .toyota-circle-plus-01, .myt-accordion .panel .panel-heading .panel-title .toyota-circle-minus-01 {
          font-weight: bold;
          margin-top: 5px; }
        @media (max-width: 479px) {
          .myt-accordion .panel .panel-heading .panel-title {
            font-size: 14px; } }

.favourite-star input {
  height: 0;
  width: 0;
  opacity: 0; }

.favourite-star input[type="checkbox"]:checked + label::before,
.favourite-star input.star:checked + label::before {
  content: "\f005"; }

.favourite-star input[type="checkbox"] + label::before {
  content: "\f006"; }

body.modal-open {
  overflow: visible; }

body {
  height: 100%; }

.close-status-msg {
  margin-right: 20px;
  font-size: 25px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 13px; }
  .close-status-msg:hover {
    background-color: #DCDCDC; }

.form-group .pwd-show-generic {
  z-index: 2;
  height: 23px;
  border-radius: 0;
  color: #eb0a1e;
  font-size: 11px;
  font-family: arial;
  position: absolute;
  right: 8px;
  top: 3px;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  margin-top: 5px !important; }

.error-notification, .success-notification {
  background-color: #EFD6D6;
  background: -webkit-linear-gradient(bottom, #E8C4C4, #f4e3e3);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #E8C4C4, #f4e3e3);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #E8C4C4, #f4e3e3);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #E8C4C4, #f4e3e3);
  height: auto;
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #E5BEBE;
  border-radius: 4px;
  padding: 9px 0 9px 15px; }
  .error-notification i, .success-notification i {
    font-size: 18px;
    padding-right: 10px;
    color: #b80606;
    display: inline-block;
    vertical-align: top;
    width: 30px; }
  .error-notification span, .success-notification span {
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    max-width: 85%;
    vertical-align: middle; }

.success-notification {
  background: -webkit-linear-gradient(bottom, #8CF18C, #B9EFC3);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #8CF18C, #B9EFC3);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #8CF18C, #B9EFC3);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #8CF18C, #B9EFC3);
  border: 1px solid #95D4A6; }
  .success-notification i {
    color: #218C00; }

/*light box code of add vehicle VIN page*/
.vin-details-modal .modal-dialog {
  max-width: 540px; }

.vin-details-modal .modal-content {
  border-radius: 0; }
  .vin-details-modal .modal-content .modal-header {
    padding: 5px 5px;
    height: 48px;
    border: none; }
    .vin-details-modal .modal-content .modal-header button.close {
      position: absolute;
      top: 10px;
      right: 16px;
      opacity: 1;
      color: #ccc;
      font-weight: 500;
      font-size: 27px;
      background: none;
      padding: 0;
      border-radius: 0;
      line-height: 25px; }
      .vin-details-modal .modal-content .modal-header button.close .toyota-cross-01 {
        font-size: 16px;
        color: #AAA; }
        .vin-details-modal .modal-content .modal-header button.close .toyota-cross-01:hover {
          color: #919191; }
    .vin-details-modal .modal-content .modal-header h4 {
      font-weight: bold;
      font-size: 20px;
      padding-left: 5px;
      margin: 10px 0 !important; }
  .vin-details-modal .modal-content .vin-info {
    padding: 0 10px 0 10px; }
    .vin-details-modal .modal-content .vin-info #error_msg {
      color: #eb0a1e;
      padding: 10px 0 0 0;
      display: inline-block; }
    .vin-details-modal .modal-content .vin-info p:first-child {
      font-size: 12px;
      /* font-family: sans-serif; */
      color: #858585;
      padding: 0;
      display: inline-block; }
    .vin-details-modal .modal-content .vin-info .toyota-circle-minus-01,
    .vin-details-modal .modal-content .vin-info .toyota-circle-plus-01 {
      font-size: 18px;
      font-weight: bold; }
    .vin-details-modal .modal-content .vin-info .panel-default {
      margin-bottom: 10px;
      position: relative;
      border-radius: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
      border: none; }
      .vin-details-modal .modal-content .vin-info .panel-default .panel-heading {
        background-color: #eee;
        background-image: none;
        padding: 11px 15px;
        border-radius: 0; }
      .vin-details-modal .modal-content .vin-info .panel-default .panel-body {
        background-color: #fff;
        color: #444; }
        @media (min-width: 768px) {
          .vin-details-modal .modal-content .vin-info .panel-default .panel-body .panel-body-text {
            float: right; }
          .vin-details-modal .modal-content .vin-info .panel-default .panel-body .panel-body-image img {
            width: 100%; } }
      .vin-details-modal .modal-content .vin-info .panel-default .panel-title {
        font-size: 14px; }
        .vin-details-modal .modal-content .vin-info .panel-default .panel-title a {
          text-decoration: none;
          display: block; }
          .vin-details-modal .modal-content .vin-info .panel-default .panel-title a span, .vin-details-modal .modal-content .vin-info .panel-default .panel-title a i {
            display: inline-block;
            vertical-align: middle; }
    .vin-details-modal .modal-content .vin-info .vin-group {
      margin-top: 10px; }
      .vin-details-modal .modal-content .vin-info .vin-group p {
        font-size: 13px;
        color: #444;
        margin-bottom: 25px; }

.map-link {
  position: relative;
  border: 1px solid #FFF; }
  @media (max-width: 767px) {
    .map-link {
      display: block;
      float: left !important;
      margin-top: 10px; } }
  .map-link:hover {
    border: 1px solid #737373; }
  .map-link span {
    position: absolute;
    color: #fff;
    font-size: 17px;
    font-family: ToyotaDisplay, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 18px 0;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 3px #5A5858; }

.dealer-map-wrapper {
  margin: 10px; }
  .dealer-map-wrapper .dealer-location-info .dealer-phone,
  .dealer-map-wrapper .dealer-location-info .website-link,
  .dealer-map-wrapper .dealer-location-info .map-address,
  .dealer-map-wrapper .dealer-location-info .dealer-directions {
    font-size: 13px !important;
    margin-right: 15px; }
  .dealer-map-wrapper .dealer-location-info .map-address {
    margin-top: -20px; }
  .dealer-map-wrapper .dealer-location-info .dealer-directions i {
    margin-right: 5px; }
  .dealer-map-wrapper .map {
    height: 380px;
    width: 100%; }

.small-spinner {
  z-index: 1; }

@keyframes spin {
  to {
    transform: rotate(1turn); } }

.cssprogress {
  position: relative;
  display: none;
  width: 5em;
  height: 5em;
  margin: 0 .5em;
  font-size: 12px;
  text-indent: 999em;
  overflow: hidden;
  animation: spin 1s infinite steps(32); }

.small.cssprogress {
  font-size: 6px; }

.large.cssprogress {
  font-size: 24px; }

.cssprogress:before, .cssprogress:after {
  content: '';
  position: absolute;
  top: 0;
  left: 2.25em;
  /* (container width - part width)/2  */
  width: .5em;
  height: 1.5em;
  border-radius: .2em;
  background: #eee;
  box-shadow: 0 3.5em #eee;
  /* container height - part height */
  transform-origin: 50% 2.5em;
  /* container height / 2 */ }

.cssprogress > div:before, .cssprogress > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 2.25em;
  /* (container width - part width)/2  */
  width: .5em;
  height: 1.5em;
  border-radius: .2em;
  background: #eee;
  box-shadow: 0 3.5em #eee;
  /* container height - part height */
  transform-origin: 50% 2.5em;
  /* container height / 2 */ }

.cssprogress:before {
  background: #555; }

.cssprogress:after {
  transform: rotate(-45deg);
  background: #777; }

.cssprogress > div:before {
  transform: rotate(-90deg);
  background: #999; }

.cssprogress > div:after {
  transform: rotate(-135deg);
  background: #bbb; }

.loading .cssprogress {
  display: block; }

.absolute-center {
  margin: auto !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.menu-profile a.menu-profile-dropdown-btn {
  padding: 0 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  line-height: 53px; }
  .menu-profile a.menu-profile-dropdown-btn i {
    margin-left: 14px;
    position: relative;
    top: 1px; }
  @media (min-width: 767px) and (max-width: 992px) {
    .menu-profile a.menu-profile-dropdown-btn {
      padding: 0 10px; } }

.menu-profile .profile-container {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: #222; }

.dropdown-profile, .navbar-nav .myt-dropdown .dropdown-myt {
  padding: 20px 18px 24px 18px;
  min-width: 200px; }
  .dropdown-profile > a, .navbar-nav .myt-dropdown .dropdown-myt > a {
    display: block;
    padding: 0; }
    @media (max-width: 767px) {
      .dropdown-profile > a, .navbar-nav .myt-dropdown .dropdown-myt > a {
        padding: 0; } }
  @media (max-width: 767px) {
    .dropdown-profile, .navbar-nav .myt-dropdown .dropdown-myt {
      padding: 0; } }
  .dropdown-profile .nav-link, .navbar-nav .myt-dropdown .dropdown-myt .nav-link, .dropdown-profile .logout, .navbar-nav .myt-dropdown .dropdown-myt .logout {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .dropdown-profile .nav-link, .navbar-nav .myt-dropdown .dropdown-myt .nav-link, .dropdown-profile .logout, .navbar-nav .myt-dropdown .dropdown-myt .logout {
        border-top: 0; } }
  .dropdown-profile .nav-link, .navbar-nav .myt-dropdown .dropdown-myt .nav-link {
    margin-bottom: 20px; }
    .dropdown-profile .nav-link.active, .navbar-nav .myt-dropdown .dropdown-myt .nav-link.active {
      color: #a7a7a7; }
  .dropdown-profile .terms-of-use, .navbar-nav .myt-dropdown .dropdown-myt .terms-of-use {
    font-size: 12px;
    margin-bottom: 16px; }
  .dropdown-profile .privacy-policy, .navbar-nav .myt-dropdown .dropdown-myt .privacy-policy {
    font-size: 12px; }
    @media (max-width: 767px) {
      .dropdown-profile .privacy-policy, .navbar-nav .myt-dropdown .dropdown-myt .privacy-policy {
        margin-bottom: 8px; } }

.menu-right {
  float: right; }

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.mr-left-auto {
  margin-left: auto; }
