.btn.btn-primary {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  font-size: 1.25rem;
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.1em;
  padding: .5em 2em;
  border-radius: 2em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1.5em;
  background-color: #fd0;
  color: #0f488b;
}

.btn.btn-primary::after {
  content: '\0020>';
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .btn.btn-primary {
    font-size: 18px;
    line-height: 1.1em;
  }
}

.btn.btn-primary:hover {
  background-color: #e6c700;
}

.btn.btn-secondary {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  font-size: 1.25rem;
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.1em;
  padding: .5em 2em;
  border-radius: 2em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1.5em;
  background-color: #0f488b;
  color: #fff;
}

.btn.btn-secondary::after {
  content: '\0020>';
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-secondary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .btn.btn-secondary {
    font-size: 18px;
    line-height: 1.1em;
  }
}

.btn.btn-secondary:hover {
  background-color: #0d3c74;
}

.btn.btn-inverse {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  font-size: 1.25rem;
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.1em;
  padding: .5em 2em;
  border-radius: 2em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1.5em;
  border: #1c63b7 solid 1px;
  background-color: #fff;
  color: #1c63b7;
}

.btn.btn-inverse::after {
  content: '\0020>';
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-inverse {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .btn.btn-inverse {
    font-size: 18px;
    line-height: 1.1em;
  }
}

.btn.btn-inverse:hover {
  background-color: #f2f2f2;
}
