﻿/*$header-title-font-weight: 400;*/
/*Override Foundation.2.1 .button*/
.button, .button.small {
  font-family: inherit;
  white-space: nowrap;
  padding: 2px 12px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.42857;
  border-radius: 0;
  border: 1px solid #d4d6d8;
  background-color: transparent;
  color: #EA7600;
  height: 33px;
}

.button:focus, .button.small:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.button:hover, .button.small:hover {
  color: #fff;
  background-color: #EA7600;
  border: 1px solid #E6A65D;
}

.button:active, .button.small:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  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);
}

.button:active:hover, .button.small:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/*# sourceMappingURL=button.css.map */