/* Text Drop Shadow */
.dropshadow1 {
  color: #ecf466;
  text-shadow: 2px 2px 4px #000000;
}
/* EN-ES URL Link Color Override */
.link3 {
 color: #ababab;
} /* CSS link color (grey) */
.link3:hover {
 color: #F17730;
}
/* FAQ Accordion Text Override */
.accordionfaqfont {
  color: #3A3A3A;
  text-shadow: 0px 0px 0px #000000;
}
/* Class Button EN - ES Change */
.btn_en-es {
  background-color: #f1f1f1; /* Gray */
  border: none;
  color: #000000;
  font-weight: normal;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,10), 0 6px 20px 0 rgba(0,0,0,20);
}
.btn_en-es:hover {
  background-color: #000000;
  color: #ffffff;
}