@charset "UTF-8";
/* MIXINs */
/* layout */
/* colors */
/* fonts */
/** Basic fonts **/
body,
h1,
.alpha,
h2,
.beta,
h3,
.gamma,
a,
.menu a,
.links a,
p a:link,
p a:visited,
p a:hover,
p a:focus {
  background: #fff !important;
  color: #000 !important;
}
p,
ul,
ol,
li,
table {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
}
a {
  text-decoration: none;
  word-wrap: break-word;
}
a:after {
  content: " (" attr(href) ")";
  font-size: 80%;
  text-decoration: underline;
}
.button {
  padding: 0.5em;
  font-size: 100%;
  border: 1px solid #000;
}
.r {
  display: block;
  clear: both;
  float: none;
}
.g {
  margin-bottom: 22px;
  page-break-inside: avoid;
}
/** Print header & logo **/
.logo,
.logo-link {
  display: block;
  float: none;
  position: static;
}
/** Hide elements **/
.region-navigation .menu .menu,
.highlighted,
.region-footer,
.drupal-tabs,
.element-invisible {
  display: none;
}
/** Aside content **/
.aside-first {
  page-break-before: always;
}
.aside-first:before {
  content: '';
  display: block;
}
.aside-second {
  page-break-before: always;
}
/** Special mixins **/
.media,
.bd {
  display: block;
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
  page-break-inside: avoid;
}
.media .im {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}
.media .im img {
  display: block;
}
.media .im-alt {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}
.island,
.islet {
  display: block;
}
/** Site specific **/
.g1 {
  width: 50%;
  float: left;
}
