/* line 3, ../../func_mods/button/fm_button.scss */
.button {
  margin-left: 12px;
  text-decoration: none;
  border-radius: 0px; }
  /* line 7, ../../func_mods/button/fm_button.scss */
  .button:first-of-type {
    margin-left: 0px; }
  /* line 13, ../../func_mods/button/fm_button.scss */
  .button.gform_button {
    background-color: #ea5a32 !important; }
  /* line 17, ../../func_mods/button/fm_button.scss */
  .button.primary, .button.secondary {
    color: #fefefe; }
  /* line 22, ../../func_mods/button/fm_button.scss */
  .button .primary {
    background-color: #ea5a32; }
  /* line 26, ../../func_mods/button/fm_button.scss */
  .button .secondary {
    background-color: #555; }
  /* line 30, ../../func_mods/button/fm_button.scss */
  .button.tertiary {
    padding: 0px;
    color: #414141;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid black; }
    /* line 38, ../../func_mods/button/fm_button.scss */
    .button.tertiary:hover {
      color: #ea5a32;
      border-bottom: 1px solid #ea5a32; }

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