/* your styles go here */
.custom-link {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Use the default text color */
  cursor: pointer; /* Change cursor to a hand icon on hover */
}

.custom-link:hover {
  cursor: pointer; /* Change cursor to a hand icon on hover */
}

/* CGRM logo height override — logo is more compact (1.59:1) than default template logos (5:1) */
.logo-lg img { height: 40px !important; }
.logo-sm img { height: 28px !important; }
