/* -----------------------------------------------------------------------------
   f-a00: Button
*/
/* line 7, components/scss/f-a00.scss */
.f-a00v0, .f-a00v1 {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, clean, sans-serif;
  font-weight: 700;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 3px;
  text-decoration: none;
  padding: 13px 30px;
  margin-bottom: 9px;
  margin-right: 18px;
  font-size: 18px;
  line-height: 1.25em;
  border: none;
  cursor: pointer;
}
/* line 21, components/scss/f-a00.scss */
.f-a00v0:last-of-type, .f-a00v1:last-of-type {
  margin-right: 0;
}
/* line 25, components/scss/f-a00.scss */
.f-a00v0:hover, .f-a00v1:hover {
  text-decoration: none;
  border-bottom: none;
}

/* line 31, components/scss/f-a00.scss */
.f-a00v0 {
  background: #0076e6;
  color: #ffffff;
}
/* line 36, components/scss/f-a00.scss */
.f-a00v0:hover {
  background: #188eff;
}

/* line 41, components/scss/f-a00.scss */
.f-a00v1 {
  background: #ffffff;
  color: #2b2b2b;
}
/* line 46, components/scss/f-a00.scss */
.f-a00v1:hover {
  background: #f0f0f0;
  color: #0076e6;
}
