/*EMAIL LINKS in Admissions->Tuition and Grants->Grants->Scholarship Section*/
 /* Email link styling */
  .email-link {
    color: #039be5;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s, transform 0.2s;
  }

  .email-link:hover {
    color: #D6AB33;
    text-decoration: none;
    transform: scale(1.05);
  }