/* line 3, ../../func_mods/button/fm_button.scss */
.button {
  color: white;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  margin: 16px 0 0; }
  /* line 11, ../../func_mods/button/fm_button.scss */
  .button span {
    color: #fefefe !important;
    font-weight: bold; }
  /* line 16, ../../func_mods/button/fm_button.scss */
  .button:hover {
    background-color: #0a0a0a; }
  /* line 20, ../../func_mods/button/fm_button.scss */
  .button:first-of-type {
    margin-left: 0; }
  /* line 26, ../../func_mods/button/fm_button.scss */
  .button.gform_button {
    background-color: #cf100f !important; }
  /* line 30, ../../func_mods/button/fm_button.scss */
  .button.primary, .button.secondary {
    color: #fefefe; }
  /* line 35, ../../func_mods/button/fm_button.scss */
  .button .primary {
    background-color: #cf100f; }
  /* line 39, ../../func_mods/button/fm_button.scss */
  .button .secondary {
    background-color: #cf100f; }
  /* line 43, ../../func_mods/button/fm_button.scss */
  .button.tertiary {
    padding: 0;
    color: #393939;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid black; }
    /* line 52, ../../func_mods/button/fm_button.scss */
    .button.tertiary:hover {
      color: #cf100f;
      background-color: transparent;
      border-bottom: 1px solid #cf100f; }

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