/* Elements to hide. */
#headerTop,
#mainMenuWrapper,
#copyrightWrapper,
#footerMain,
.navbar-toggle,
.block-simple-subscription,
a.btn,
.bottom-container .aside-holder,
.top-bar,
#nav,
.header-right,
.block-resources,
.region-copyright,
.footer-logo {
  display: none !important;
}

/* Turn off link URLs in print. */
a[href]:after {
  content: none !important;
}

/* Form elements standard styling. */
body,
input,
textarea,
select {
  color: #000 !important;
  background: none;
  font-family: Verdana, sans-serif !important;
  font-size: 11px !important;
}

h2 {
  font-size: 18px !important;
}

h3 {
  font-size: 16px !important;
}

/* Add dark background to behind white logo. */
#headerMain {
  /* {offset x} {offset y} {distance} {spread} {color} */
  -webkit-box-shadow: INSET 0 0 0 1000px #2A2726 !important;
  -moz-box-shadow:    INSET 0 0 0 1000px #2A2726 !important;
  box-shadow:         INSET 0 0 0 1000px #2A2726 !important;
}

.text-holder11 {
  font-size: 11px !important;
  line-height: normal !important;
  padding: 0 !important;
  margin: 20px 0 0 !important;
  width: 100% !important;
}