/* Keep Get For Free calls to action consistent at rest and on hover. */
a.static-free-button,
a.static-free-button:hover {
  color: #fff !important;
  background: #007c23 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  box-shadow: none !important;
}
