#hs-button_ {
  font-size: 1em;
  line-height: 1.75;
  font-family: Arimo,sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.4em 2.25em 0.4em 1.25em;
          font-weight: 900;
        border-radius: 3.08333em;
        color: ;
        border: 0.25em solid ;
        background: ;
        -webkit-transition: all .25s;
        transition: all .25s;
        position: relative;
        text-decoration: none;
      }
      #hs-button_:hover {
        background-color: rgba(,);
        color: rgba(,);"
      }
      
      #hs-button_.hover, #hs-button_:active, #hs-button_:focus, #hs-button_:hover {
      background-color: transparent;
      color: ;
      text-decoration: none;
      }
      
      #hs-button_:before {
content: "";
    display: block;
    width: 1px;
    height: 1px;
    border: 7px solid transparent;
    border-right: none;
    border-left: 7px solid;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-54%);
    transform: translateY(-54%);
}