/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

em {
  color: #000000 !important;
}
a:link {
  color: blue;
  /* Unvisited link color */
}
a:visited {
  color: purple;
  /* Visited link color */
}
a:hover {
  color: orange;
  /* Color on mouse over */
  text-decoration: underline;
  /* Add underline on hover */
}
a:active {
  color: red;
  /* Color at the moment of click */
}
.login .list-group > a {
  display: none;
  visibility: hidden;
}
.mod-login__options {
  display: none;
}
/*# sourceMappingURL=custom_13.css.map */