
/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
  color: #000;
  background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
  width: 100%;
}
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts {
  display: none;
}
.one-sidebar #content,
.two-sidebars #content {
  width: 100%;
}

/* ---------- Node Pages ---------- */

#comments .title,
#comments form,
.comment_forbidden {
  display: none;
}


/* Above = drupal defaults */
/* Below = AFP custom */

header {
  display: none !important;
}
footer {
  display: none !important;
}
#subfooter {
  display: none !important;
}
#messages {
  display: none !important;
}

div.print-only {
  display: block;
  width: 90.625%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #002244;
}
div.print-only img {
  width: 142px;
  height: 65px;
  margin-bottom: 10px;
}

#breadcrumb {
  padding-top: 20px;
}

#content {
  width: 100% !important;
}
#block-system-main {
  padding: 0 !important;
}
#content h1 {
  background: none;
  font-size: 36px;
  color: #000 !important;
  margin: 0 !important;
  margin-left: -0.05em !important;
  padding: 0 0 20px !important;
}

#content .section {
  background: none !important;
}
#content-footer {
  display: none !important;
}

#below-content-first,
#below-content-second {
  display: none !important;
}

.field-name-field-embedded-video,
.field-name-field-accessible-video,
.field-name-field-gallery-image {
  display: none !important;
}

table {
  width: 100% !important;
  display: table !important;
  overflow: inherit !important;
}
th, td {
  color: #000 !important;
}
div.accordion {
  color: #000 !important;
}
div.accordion div {
  display: block !important;
}
h2, h3, h4, h5, p, ul, ol, div {
  color: #000 !important;
}
iframe {
  display: none;
}
#content a {
  font-weight: bolder;
  text-decoration: none;
}
#content a[href^=http]:after {
  content:" <" attr(href) "> ";
}

div.youtube-embed-wrapper, video {
  display: none;
}
