@charset "utf-8";
body { font: 11pt/1.6em "Times New Roman", Times, serif }
/* -- writes the href attribute of a link next to the link text -- */
a[href]:after { content: " (" attr(href) ") "; font-size: 90%; }

/* -- concatenates any href beginning with "/" (server root url) with it's corresponding domain   -- */
a[href^="/"]:after { content: " (http://careers.thomsonreuters.com" attr(href) ") " }

img,
#pageTools,
#secondary,
#careerCrumbs,
#skip,
#tafClose,
#header h1,
#nav,
#utility,
#search,
#ctl00_lnkBtnToggle,
#footer_expand,
#accordion,
#intSideNav,
.ekflexmenu_submenu,
.footFeature,
object { display: none; }


h3 span,
h4 span { margin: 1.4em 0; padding: 0; }
#flash h2 {  background: none !important; margin: 1.6em 0;  }
.logo { display: block; }
#contentMainCol h3,
#contentMainCol h4,
#contentFeatureCol h4 { margin: 1.4em 0; padding: 0; }

