  a {
  color: #363636;
}

a:active, a:hover, a:link, a:visited {
  color:#296196; text-decoration: none;
}

a:focus {
  color: #214971;
}

/*Any text, after an anchor tag with pdf class,
  by default, gives a 35px extra padding. Fix is applied below.
*/
li a.pdf, p a.pdf {
  padding-right: 0%;
}

/* required due to accessibility contrast issue but not site-wide */
.c-font-red {
    color: #e5110a !important;
}