/*
 * Custom styles for ARS Member Portal.
 * 
 * Honestly, these would be better placed in a child theme, but so far, Twenty-Twentyfour child
 * themes seem (to me) rather messy, not worth the effort at this point.
*/

/* style clickable-group div links to take full height/width. */
.ars-clickable-group a.ars-clickable-group-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10000;
}