@charset "UTF-8";
/* CSS Document */
/* Change The general look of the buttons */
.action-buttons .btn, a.btn.find-a-dealer {
  padding: 10px 20px;
  font-weight: normal;
  transition: all ease 0.4s;
  border: none
  }

/* Give the span a bit more margin so the icons aren't too close to the text */
a.btn.find-a-dealer span, .action-buttons span {
  margin-right: 6px
  }

/* Change the colour of the registration button */
.action-buttons .btn {
  background: #E6E6E6
  }

/* Change the hover colour of the registration button */
.action-buttons .btn:hover {
  background: #CCC
  }

/* Change the colour of the dealer button */
a.btn.find-a-dealer  {
  background:#FF9500;
  color: white
  }

/* Change the hover colour of the dealer button */
a.btn.find-a-dealer:hover {
  background:#FF8100;
  color: white
  }
  
/* FAQ Detail */
.faq-detail a {
    text-decoration:underline;
}