header,
.mobile,
aside,
#scroll-to-top,
.icon,
.resource-icon,
.more-services .view-more,
.search-form-wrapper,
.breadcrumb,
.article-footer,
.sub-pages .handle,
#footer-uhcc-logo {
  display: none !important;
}
.print-only {
  display: block !important;
}
.print-only img {
  width: 100%;
}
.wrap,
.main-body,
article,
.article-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  float: none !important;
}
body {
  font-size: 80%;
}
body,
.main-body,
.page-title,
footer,
.key-services {
  background: white;
  color: black !important;
  text-align: left;
}
h1,
h2,
h3,
h4 {
  color: black !important;
  font-weight: bold;
  letter-spacing: 0 !important;
  text-align: left !important;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: black !important;
}
.contact-details,
.article-content .footnote,
footer a {
  color: grey;
}
footer {
  border-top: 1px solid grey;
}
.resources-wrapper ul {
  padding: 0;
}
.resources-wrapper li {
  border-top: none;
}
.resources-wrapper a {
  padding: 0 0 10px 0;
}
.sub-pages li {
  float: none !important;
  width: 100% !important;
  text-align: left;
}
.page-title,
.left-col,
.more-services {
  margin-bottom: 1.5em;
}
.more-services .wrap {
  max-height: 4000px;
}
.services li {
  background: white !important;
  height: auto !important;
  width: 24%;
  margin-right: 1%;
  float: left;
  font-size: 1em;
}
.services li:nth-child(4n+1) {
  clear: both;
}
.services a {
  color: black !important;
}
.services .icon {
  display: block !important;
  width: 60px;
  height: 60px;
}
.services .icon .color1 {
  fill: black;
}
.services .icon .color2 {
  fill: grey;
}
.services .icon.cash .color2,
.services .icon.traffic .color2 {
  fill: white;
}
/*
body {
  counter-reset: section;
}
h1 {
  //counter-reset: section;
}
h2:before {
  counter-increment: section;
  content: counter(section) ". ";
}
h2 {
  counter-reset: subsection;
}
h3:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) ". ";
}
*/
.article-content a:link {
  color: blue;
  text-decoration: underline !important;
}
.article-content a:link:after {
  content: " (" attr(href) ") ";
}
