.button-CTA {
  display: inline-block;
  width: 100%;
  height:auto;
  min-height: 55px;
  margin: 20px;
  padding: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 900;
  color: #00000;
  background-color: #FFD400;
  border:none;
  box-shadow: 3px 3px 0.5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
  }

.button-CTA:hover {
	height: 52px;
	text-shadow: none;
	color: #00000;
  background-color: #FFFF;
  box-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.2);
  border: 2px solid #000000;
}

.button-regular {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 43px;
  margin: 20px;
  padding: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900;
  color: #00000;
  background-color: #E3E3E3;
  border:none;
  box-shadow: 3px 3px 0.5px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word; 
  }

.button-regular:hover {
    min-height: 42px;
	text-shadow: none;
	color: #00000;
  background-color: #FFFF;
  border: 2px solid #D1D1D1;
}

.fa-envelope {
	color: #FFFFFF;
}

.fa-phone {
	color: #FFFFFF;
}