
.primary-button{}

.hp--hero button, a.hb--cta {
 color:#ea8a00;
 font-weight:500;
 border:2px solid #ea8a00;
 background:transparent;
 outline:0;
 padding:.9rem 60px .9rem 1.5rem;
 border-radius:5px;
 line-height:1rem;
 text-align:left;
 position:relative;
 font-size:.9rem;
 transition:.2s ease
}
.hp--hero button:before, a.hb--cta:before {
 content:"";
 background:url("https://cdn2.hubspot.net/hubfs/477797/2019%20Theme%20Images/arrow-orange.svg");
 width:20px;
 height:10px;
 background-repeat:no-repeat;
 position:absolute;
 right:.8rem;
 top:50%;
 transform:translateY(-50%);
   transition:.2s ease;
  
}
.hp--hero button:hover, a.hb--cta:hover {
 background-color:#ed8b00;
 color:#fff;
 transition:.2s ease; text-decoration:none;
}
.hp--hero button:hover::before, a.hb--cta:hover::before {
    background-image: url("https://cdn2.hubspot.net/hubfs/477797/2019%20Theme%20Images/arrow-white.svg");
}

.hr-content-box-wrapper a.hb--cta{display:block;float:left;margin-top:10px;}

.hero-heading {
  font-size: 2.75rem;       
  font-weight: 700;        
  color: #ffffff;           
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

}
