.btn.btn-cta,
#wpsl-search-btn,
#storemapper-go {
    text-transform: uppercase;
    color: #FFF;
    border-radius: 3px;
    padding: 8px 25px;
    font-family: 'Catamaran';
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
    border: solid 1px #85ba3d;
    background: rgb(152,202,72);
    background: -moz-linear-gradient(top, rgba(152,202,72,1) 0%, rgba(129,190,59,1) 100%);
    background: -webkit-linear-gradient(top, rgba(152,202,72,1) 0%,rgba(129,190,59,1) 100%);
    background: linear-gradient(to bottom, rgba(152,202,72,1) 0%,rgba(129,190,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ca48', endColorstr='#81be3b',GradientType=0 );
}
.btn.btn-cta:hover,
#wpsl-search-btn:hover {
  background: rgb(129,190,59);
  background: -moz-linear-gradient(top, rgba(129,190,59,1) 0%, rgba(152,202,72,1) 100%);
  background: -webkit-linear-gradient(top, rgba(129,190,59,1) 0%,rgba(152,202,72,1) 100%);
  background: linear-gradient(to bottom, rgba(129,190,59,1) 0%,rgba(152,202,72,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81be3b', endColorstr='#98ca48',GradientType=0 );
}
.btn.btn-cta.btn-gray {
  background: #c4c4c4;
  border-color: #b6b6b6;
}
