/*------------------------------------------------------
	HTML Editior Styles 
--------------------------------------------------------*/
.typography .hero-button a,
.typography .hero-button a:visited{
  color: #31373A;
  background-color: white;
  padding: 15px 20px;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.typography .hero-button a:hover {
  color: #B21818;
}