.g-button {
  background-image: none;
  background-color: #2A84A2;
}
.g-button:hover {
  background: #2A84A2;
}
.g-button.g-button--invert {
  border-color: #2A84A2;
  color: #2A84A2;
}
.g-button.g-button--invert:hover {
  background: #2A84A2;
  border-color: #2A84A2;
}
