.g-button {
  background-image: none;
  background-color: #ff9c00; }

.g-button:hover {
  background: #ff9c00; }

.g-button.g-button--invert {
  border-color: #ff9c00;
  color: #ff9c00; }

.g-button.g-button--invert:hover {
  background: #ff9c00;
  border-color: #ff9c00; }
