/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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.5em;
}

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;
}

.hidden {
  display: none;
}

.container {
  width: 912px;
  padding-left: 34px;
  padding-right: 34px;
  margin: 0 auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

header.main {
  position: relative;
  height: 527px;
}
header.main .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 527px;
}
header.main .container {
  position: relative;
  height: 100%;
}
header.main .row {
  position: relative;
}

section.content {
  position: relative;
  overflow-x: hidden;
}
section.content p:first-child {
  margin-top: 0;
}
section.content .col-heading,
section.content .col-content {
  position: relative;
  float: left;
}
section.content .col-heading {
  width: 288px;
  margin-right: 48px;
}
section.content .col-content {
  width: 576px;
}
section.content .cars {
  white-space: nowrap;
}
section.content .cars .car {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
section.content .cars .car:first-child {
  margin-right: -83px;
  z-index: 30;
}
section.content .cars .car {
  z-index: 20;
}
section.content .cars .car:last-child {
  margin-left: -110px;
  z-index: 10;
}
section.content .cars:after {
  content: "";
  display: table;
  clear: both;
}

footer.main {
  position: relative;
}
footer.main > .container {
  padding-top: 90px;
}
footer.main .container:after {
  content: "";
  display: table;
  clear: both;
}
footer.main .row:after {
  content: "";
  display: table;
  clear: both;
}
footer.main .row .col-md-4,
footer.main .row .col-md-6,
footer.main .row .col-md-8 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 48px;
  padding-right: 48px;
}
footer.main .row .col-md-4:first-child,
footer.main .row .col-md-6:first-child,
footer.main .row .col-md-8:first-child {
  padding-left: 0;
}
footer.main .row .col-md-4:last-child,
footer.main .row .col-md-6:last-child,
footer.main .row .col-md-8:last-child {
  padding-right: 0;
}
footer.main .row .col-md-4 {
  width: 240px;
}
footer.main .row .col-md-8 {
  width: 576px;
}
footer.main .row .col-md-6 {
  width: 432px;
}
footer.main .row .col-md-6:last-child {
  padding-left: 0;
}
footer.main #feedback {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#toc {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 200;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
  display: table;
}
#toc .items {
  display: table-cell;
  vertical-align: middle;
}
#toc .items .item {
  width: 150px;
  -webkit-transform: translateX(-189px);
  -moz-transform: translateX(-189px);
  -ms-transform: translateX(-189px);
  -o-transform: translateX(-189px);
  transform: translateX(-189px);
}
#toc .items .item a {
  display: inline-block;
}

.toggle-content .collapsed {
  display: none;
}

@-webkit-keyframes bounce {
  /*
  0% {
    @include transform(translateY(0));
  }
  10% {
    @include transform(translateY(4px));
  }
  90% {
    @include transform(translateY(-4px));
  }
  100% {
    @include transform(translateY(0));
  }
  */
  0% {
    -webkit-transform: translateY(0);
  }
  11% {
    -webkit-transform: translateY(4px);
  }
  22% {
    -webkit-transform: translateY(-4px);
  }
  33% {
    -webkit-transform: translateY(3px);
  }
  44% {
    -webkit-transform: translateY(-3px);
  }
  55% {
    -webkit-transform: translateY(2px);
  }
  66% {
    -webkit-transform: translateY(-2px);
  }
  77% {
    -webkit-transform: translateY(1px);
  }
  88% {
    -webkit-transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounce {
  /*
  0% {
    @include transform(translateY(0));
  }
  10% {
    @include transform(translateY(4px));
  }
  90% {
    @include transform(translateY(-4px));
  }
  100% {
    @include transform(translateY(0));
  }
  */
  0% {
    -moz-transform: translateY(0);
  }
  11% {
    -moz-transform: translateY(4px);
  }
  22% {
    -moz-transform: translateY(-4px);
  }
  33% {
    -moz-transform: translateY(3px);
  }
  44% {
    -moz-transform: translateY(-3px);
  }
  55% {
    -moz-transform: translateY(2px);
  }
  66% {
    -moz-transform: translateY(-2px);
  }
  77% {
    -moz-transform: translateY(1px);
  }
  88% {
    -moz-transform: translateY(-1px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes bounce {
  /*
  0% {
    @include transform(translateY(0));
  }
  10% {
    @include transform(translateY(4px));
  }
  90% {
    @include transform(translateY(-4px));
  }
  100% {
    @include transform(translateY(0));
  }
  */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  11% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  22% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  33% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
  44% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  55% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  66% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  77% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
  88% {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.center-block {
  text-align: center;
}

.btn-inline-block {
  display: inline-block;
}

header.main .backdrop {
  background: url(../i/header-photo.jpg) no-repeat center center;
  background-size: cover;
}
header.main .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 94px;
  background: url(../i/honda-logo.png) no-repeat 0 0;
}
header.main .motto {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  height: 60px;
  font-family: Honda, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  text-align: right;
}
header.main .arrow-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 92px;
  text-align: center;
}
header.main .arrow-block .arrow {
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  width: 44px;
  height: 44px;
  background: url(../i/down-arrow.png) no-repeat 0 0;
  cursor: pointer;
  outline: none;
}
header.main .arrow-block .arrow:hover {
  -webkit-animation: bounce 2s ease-in-out;
  -moz-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}

section.content {
  background: #f0f0ef url(../i/content-bk.jpg) no-repeat center bottom;
  /*
  DEBUG

  @at-root body:after {
    content: ' ';
    position: fixed;
    top: 50vh;
    left: 0; right: 0;
    height: 1px;
    background: #00b3ee;
  }

  #brief.info {
    outline: 1px solid blue;
  }
  #cars.info {
    outline: 1px solid red;
  }
  */
}
section.content .info .heading {
  font-family: Honda, sans-serif;
  font-size: 32px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  line-height: 1.125;
  text-transform: uppercase;
  color: black;
}
section.content .info h2 {
  font-family: Honda, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: 34px;
}
section.content .info h2:first-child {
  margin-top: 0;
}
section.content .info blockquote {
  font-family: Honda, sans-serif;
  font-size: 30px;
  line-height: 1.06;
  margin-left: 0;
  padding-left: 30px;
  border-left: 3px solid #e1002a;
}
section.content .info p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #3a3a3a;
}
section.content .info p a {
  color: #e1002a;
  text-decoration: none;
}
section.content .info p a:hover {
  text-decoration: underline;
}
section.content .info a.toggler {
  font-size: 14px;
}
section.content .info a.toggler:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 6px;
  margin-left: 9px;
  background: no-repeat right center;
}
section.content .info a.toggler.expand:after {
  background-image: url(../i/expand-arrow.png);
}
section.content .info a.toggler.collapse:after {
  background-image: url(../i/collapse-arrow.png);
}
section.content .info > .row > .col-md-3 {
  padding-left: 0;
}
section.content #brief.info {
  padding-top: 95px;
}
section.content #cars.info {
  padding-bottom: 70px;
}
section.content #cars.info .cars .car figcaption {
  font-family: Honda, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #605f5f;
  text-transform: uppercase;
  opacity: 0.5;
  text-align: center;
}
section.content #cars.info p.note {
  margin: 32px auto 45px;
  width: 445px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #151515;
}
section.content #cars.info .btn {
  font-family: Honda, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #e1002a;
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
section.content #cars.info .btn:after {
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 13px;
  padding-left: 14px;
  background: url(../i/btn-right-arrow.png) no-repeat right top;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
section.content #cars.info .btn:hover {
  color: #e1002a;
  background-color: white;
}
section.content #cars.info .btn:hover:after {
  background-position: right bottom;
}
section.content #cars.info .cars .car {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
section.content #cars.info .cars .car:first-child {
  -webkit-transform: translateX(-75px);
  -moz-transform: translateX(-75px);
  -ms-transform: translateX(-75px);
  -o-transform: translateX(-75px);
  transform: translateX(-75px);
}
section.content #cars.info .cars .car:last-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
section.content #cars.info.entered .cars .car:first-child {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
section.content #cars.info.entered .cars .car:last-child {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

footer.main {
  background: white;
}
footer.main .row .heading {
  font-family: Honda, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #161616;
  text-transform: uppercase;
  margin-bottom: 16px;
}
footer.main .row p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #151515;
}
footer.main .row p:first-child {
  margin-top: 0;
}
footer.main .row p:last-child {
  margin-bottom: 0;
}
footer.main .row p .label {
  color: #8f8f8f;
}
footer.main .row p a {
  color: #de0131;
  text-decoration: none;
}
footer.main .row p a:hover {
  text-decoration: underline;
}
footer.main .row p.more {
  margin-top: 45px;
}
footer.main .row p.more a {
  display: inline-block;
  font-family: Honda, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1.16667;
  color: #e1002a;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-top: 8px;
  padding-left: 53px;
  min-height: 37px;
  background: no-repeat left center;
}
footer.main .row p.more a:hover {
  background-position: -962px center;
}
footer.main .row p.more.icon-link a {
  background-image: url(../i/link-icon.png);
}
footer.main .row p.more.icon-feedback a {
  background-image: url(../i/feedback-icon.png);
}
footer.main .row.credits {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 80px;
  margin-bottom: 70px;
}
footer.main .row.credits a {
  color: #7a7a7a !important;
  text-decoration: none !important;
}
footer.main #feedback {
  background: #e1002a;
  padding: 40px 0 50px;
}
footer.main #feedback .row {
  position: relative;
}
footer.main #feedback .btn-modal {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-right: -10px;
  cursor: pointer;
  background: url(../i/modal-close.png) no-repeat center center;
}
footer.main #feedback .form-block {
  margin: 40px 0 0;
}
footer.main #feedback .form-group,
footer.main #feedback .form-actions {
  margin-top: 48px;
}
footer.main #feedback .form-group:first-child {
  margin-top: 0;
}
footer.main #feedback .form-group .form-control {
  width: 100%;
  color: black;
  background: white;
  border: 0;
  outline: none;
  padding: 14px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
footer.main #feedback .form-group textarea.form-control {
  height: 144px;
  resize: none;
}
footer.main #feedback .form-group .error {
  display: none !important;
}
footer.main #feedback .form-group.error-control .form-control {
  color: #e1002a;
  background: #ffc2cd;
}
footer.main #feedback .form-actions button {
  width: 100%;
  border: 0;
  outline: none;
  background: white;
  padding: 14px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Honda, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #e1002a;
}
footer.main #feedback .form-actions .error-control {
  color: #e1002a;
  background: #ffc2cd;
}

#toc {
  /*
  &:hover {

    .items .item {
      width: auto;

      .dot {
        display: none;
      }

      .text {
        display: inline-block;
      }

    }

  }
  */
}
#toc .items .item {
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  margin-top: 17px;
}
#toc .items .item:first-child {
  margin-top: 0;
}
#toc .items .item a {
  float: right;
}
#toc .items .item .dot {
  margin: 5px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #ca0228;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toc .items .item .text {
  display: none;
  font-family: Honda, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
  background: #ca0228;
  height: 19px;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toc .items .item.active .dot {
  margin: 0;
  width: 19px;
  height: 19px;
  border-radius: 10px;
  background: white;
  border: 1px solid #d0d0d0;
}
#toc .items .item.active .text {
  color: #514f4f;
  background: white;
  border: 1px solid #d0d0d0;
  line-height: 19px;
}
#toc .items .item:hover {
  width: auto;
}
#toc .items .item:hover .dot {
  display: none;
}
#toc .items .item:hover .text {
  display: inline-block;
}

/*# sourceMappingURL=main.css.map */
