/* This CSS file is loaded from Site Manager > Headers > Home */
/* ********************************************************** */

/* =========================================================
   GENERAL CUSTOM CSS
========================================================= */

.link-underline,
.link-underline:link,
.link-underline:visited,
.link-underline:hover,
.link-underline:active {
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  box-shadow: none;
  font: inherit;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.link-underline:hover, .link-underline:active {
  text-decoration-style: dotted;
}
