.toolbox-action {
  font-family: 'Source Sans Pro', 'tenforce', Arial, sans-serif;
  font-kerning: normal;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-feature-settings: "kern" 1,"liga" 0;
  font-feature-settings: "kern" 1,"liga" 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  outline: 0;
  background: none;
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
  position: relative;
  max-width: 100%;
  transform: translateY(0);
  cursor: pointer;
  color: #945E00;
  word-break: normal;
  transition: all .15s ease-in-out;
}

.toolbox-action:hover { transform: translateY(2px); }

.toolbox-action:hover:focus { animation: focusHover .3s ease-in-out forwards; }

.toolbox-action:focus { animation: focus .3s ease-in-out forwards; }

.toolbox-action:active { filter: hue-rotate(-20deg); }

.toolbox-action.is-loading:focus { animation: focus .3s ease-in-out forwards, pulse 1s ease-in-out infinite; }

.toolbox-action--btn {
    position: relative;
    min-height: 1.875em;
    max-width: 21.563em;
    background-color: #00B3FD;
    box-shadow: 0 0.125em 0 #007399;
    border-radius: 1.875em;
    text-align: center;
    color: #FFF;
    padding: 0.25em 1em;
    margin: 0.5em;
}

.toolbox-action--btn:hover { box-shadow: none; }

.toolbox-action--link { color: #00B3FD; box-shadow: inset 0 -0.07em; }

.toolbox-action--icon { padding: 10px; white-space: nowrap; }

.toolbox-action--center { text-align: center; justify-content: center; }

.toolbox-action--block { position: relative; display: flex; flex-direction: row; align-items: center; width: 100%; height: 100%; }

.toolbox-action--transparent { background-color: transparent; box-shadow: none; color: #00b3fd; }

.toolbox-action--transparent:hover { box-shadow: none; }

.toolbox-action.secondary.toolbox-action--btn.toolbox-action--transparent:not(.is-disabled) { color: #e61616; }

.toolbox-action.secondary.toolbox-action--btn:not(.toolbox-action--transparent):not(.is-disabled) { background-color: #e61616; box-shadow: 0 2px 0 #890d0d; color: #FFF; }

.toolbox-action.secondary.toolbox-action--btn:not(.toolbox-action--transparent):not(.is-disabled):hover { box-shadow: none; }

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