body .hs-button.primary, body input[type="submit"], body input[type="button"] 
 .solid-colour-cta-sml {
  font-size: 14px;
  padding: 10px 50px;
  border-radius: 100px;
  background-color: #193b4d;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  clear: right;
  color: #ffffff;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  line-height: 24px;
  font-weight: 400;
}
  
 .solid-colour-cta-sml:hover {
  background-color: #0190b3;
  box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #ffffff;
}

    /* margin: 15px 0; */
}