@charset "UTF-8";
/* CSS Document */
/* honda STYLE START */
.cc-honda-clr a {
  color: #007CC0 !important;
}
.cc-honda-text {
  color: #007CC0 !important;
}
.cc-honda-bg {
  background: #007CC0 !important;
}
.cc-honda h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #007CC0 !important;
  margin: 20px 0px;
}
.cc-honda h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #007CC0 !important;
  margin: 20px auto;
}
.cc-honda-focus:focus {
  border: 2px dotted #007CC0;
}
.cc-honda-border {
  border: 2px solid #007CC0;
}