body .g-button {
  background: #012f71; }
  body .g-button:hover {
    color: #012f71 !important;
    border-color: #012f71 !important;
    background: #fff; }
  body .g-button.g-button--invert {
    color: #012f71 !important;
    border-color: #012f71 !important; }
  body .g-button.g-button--invert:hover {
    background: #012f71;
    color: #fff !important; }
