a.gradient-button,
a.gradient-button:visited{
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  width:279px;
  height:116px;
  max-width:100%;
  background:url('/Portals/68/Images/Buttons/Blank%20Blue%20Green%20Gradient%20Button.png') no-repeat;
  border:1px solid #d2d2d2;
  margin:8px 0;
  color:#fff;
  font-size:22px;
  font-weight:900;
  text-transform:uppercase;
}

.GreenBlue-button
{
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  width:279px;
  height:116px;
  max-width:100%;
  background:url('/Portals/68/Images/Buttons/Blank%20Green%20Blue%20Gradient%20Button.png') no-repeat;
  border:1px solid #d2d2d2;
  margin:8px 0;
  color:#fff;
  font-size:22px;
  font-weight:900;
  text-transform:uppercase;
}