
/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
  color: #000;
  background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
  margin: 0 5%;
}
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts {
  display: none;
}
.one-sidebar #content,
.two-sidebars #content {
  width: 100%;
}
#triptych-wrapper {
  width: 960px;
  margin: 0;
  padding: 0;
  border: none;
}
#triptych-first, #triptych-middle, #triptych-last {
  width: 250px;
}

/* ---------- Node Pages ---------- */
.print-logo {
  text-align: center;
}
#comments .title,
#comments form,
.comment_forbidden,
.node>h2{
  display: none;
}

hr {
  height: auto;
}

p.copyright {
  font-size: 80%;
  color: #909090;
  padding-right: 15px;
}
#node-2038 ul.menu{
  display:block !important;
}
.print-breadcrumb,
.print-breadcrumb a{
	font-size: 11px;
	color: #005DB7;
	font-family: "Verdana", "Tahoma", sans-serif;
}
.print-logo>img{
	margin-top: 36px;
	margin-bottom: 45px;
}
p.copyright{
  font-size: 10px;
  font-family: "Verdana", "Tahoma", sans-serif;
  padding-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid #D4D4D4;
}
.print-hr{
	display:none;
}

.webform-submission-info-text div:nth-child(4) {
  display: none;
}