/* Careers page. */

/* The one call to action is an inline-styled mailto button; brightness and a rise are the hover
   because the inline style owns its colours. */
a[href^="mailto:"] { transition: filter 0.15s ease, transform 0.15s ease; }
a[href^="mailto:"]:hover { filter: brightness(1.15); transform: translateY(-1px); }
