/*
*
* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS!
* less/variations/print.less
*
* ---------------------------
* Styles associated with printing
* ---------------------------
*/
.skipnav,
#wdn_site_title span,
#wdn_identity_management,
#wdn_search,
#wdn_tool_links,
#wdn_navigation_bar,
#footer {
  display: none !important;
}
.noprint,
.hidden {
  display: none !important;
}
.yesprint {
  display: block;
}
a:after {
  content: " (" attr(href) ")" !important;
  display: inline !important;
  height: auto !important;
  width: auto !important;
  background: none !important;
}
html body {
  margin: 0;
  padding: 0;
  background: none;
  color: #333;
}
html #header {
  margin: 0;
  padding: 0;
  min-height: 0;
  width: auto;
  background: none;
}
html #header #logo {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: #fff;
  height: 0;
  width: auto;
  display: inline;
  float: none;
}
html #header #logo:before {
  content: url('../../images/logo-print.png');
  display: block;
  font-size: 12px;
  margin-right: 10px;
  height: 55px;
  width: 70px;
  float: left;
}
html #header #logo:after {
  display: none !important;
}
html #wdn_wrapper {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}
html #wdn_wrapper #wdn_content_wrapper {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}
#wdn_institution_title {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  height: auto;
  font-size: 0.9em;
  line-height: 1.1;
  font-family: Helvetica, Arial, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}
#wdn_site_title {
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
  overflow: initial;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.2;
  display: block;
  width: auto;
  font-family: Helvetica, Arial, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}
#pagetitle {
  margin: 0;
  padding: 0;
}
#pagetitle h1 {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  line-height: 1;
  color: #666;
}
#maincontent {
  border-top: 1px solid #aaa;
  margin-top: 10px;
  padding-top: 7px;
}
#maincontent a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #444;
}
#maincontent ul {
  list-style: square;
  padding: 0 0 1.1em 30px;
}
#maincontent ol {
  padding: 0 0 1.1em 36px;
}
#maincontent dd {
  padding: 0 0 0 30px;
}
#maincontent ul.wdn_tabs {
  display: none !important;
}
#maincontent div.wdn_tabs_content div {
  display: block !important;
}
.ie #logo,
.ie #header,
.ie #logo:after,
.ie .footer_col,
.ie #wdn_copyright {
  display: none !important;
}
.ie #wdn_site_title {
  clear: left;
}
