/* ==========================================================================
   Print styles
   ========================================================================== */
* {
  background: transparent !important;
  color: #000 !important;
  /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: arial, helvetica, verdana, sans-serif;
  height: auto !important;
}
a,
a:visited {
  text-decoration: none;
}
/*a[href]:after {
  content: " (" attr(href) ")";
}

abbr[title]:after {
  content: " (" attr(title) ")";
}*/
/*
 * Don't show links for images, or javascript/internal links
 */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}
pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
  /* h5bp.com/t */
}
table {
  text-align: left;
  border: solid #000 !important;
  border-width: 1px !important;
  border-collapse: collapse;
}
th,
td {
  border: solid #000 !important;
  border-width: 1px !important;
  padding: 5px;
  vertical-align: top;
}
tr,
img {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
  margin-bottom: 20px;
}
@page {
  margin: 1cm;
}
h1,
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}
h1,
h2,
h3 {
  page-break-after: avoid;
}
.logo-print {
  display: block;
}
.logo-print img {
  width: 140px;
}
.site-header .site-header-inner .meta-nav,
.site-header .site-header-inner .main-nav,
.site-header .site-header-inner .search {
  display: none;
}
.hide-on-print,
.hero,
.site-footer,
map,
textarea,
.sub-nav,
.btn {
  display: none;
}
body > .content {
  padding: 0;
}
.normal-list li {
  padding-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  line-height: normal;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
.brand {
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 0;
}
dl dd {
  padding-bottom: 10px;
}
