* {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

a:visited {
  text-decoration: none;
}

pre, blockquote {
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

tr, img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
  height: auto;
}

p, h2, h3 {
  orphans: 3;
  widows: 3;
}

h2, h3 {
  page-break-after: avoid;
}

.bi-logo-container {
  width: 100%;
  display: block;
  text-align: center;
}
.bi-logo-container a {
  margin-left: auto;
  margin-right: auto;
  display: block !important;
  max-width: 250px;
}

.bi-site-header {
  border-bottom: solid thin black;
}

.bi-site-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: solid thin black;
}
.bi-site-footer .bi-two-up .bi-item {
  width: 48%;
  float: left;
  display: block;
  padding-right: 1.5rem;
}
.bi-site-footer .bi-copyright {
  width: 100%;
  display: block;
  clear: both;
}

.bi-map {
  width: 100%;
  height: 20em;
}
.bi-map iframe {
  width: 100%;
  height: 100%;
}

.bi-accesibility-button, .screen-reader, .bi-nav-container, .bi-header-contact, .bi-socialmedia, .bi-hero, .bi-button, .bi-callout-img, .bi-hero-slogan, .bi-blog-feed, .bi-inside-page-hero, .bi-content-img, .bi-sidebar, .bi-footer-logos, .bi-figure-img, .bi-footer-logo {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
