footer {
  background: #ddd;
  padding: 20px 2rem 10px 2rem;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
footer a:link {
  color: #555;
}
footer a:visited {
  color: #555;
}
footer a:hover {
  color: #0056b3;
  text-decoration: underline;
}
footer ul {
  margin-bottom: 24px;
  padding-left: 30px;
}
footer ul li {
  font-size: 14px;
}
footer h4 {
  font-size: 16px;
  margin: 20px 0 10px 0;
  padding: 0 15px;
}
footer h4 a {
  font-size: 16px;
}
footer .footerBtn_toOwbPlus a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding-right: 16px;
}
footer .footerBtn_toOwbPlus a img {
  width: auto;
  height: 40px;
}
footer .footerBtn_toOwbPlus a .fa-external-link-alt {
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: #888;
}
footer .footerBtn_toOwbPlus .footer-txt-sub {
  font-size: 12px;
  color: #444;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
}/*# sourceMappingURL=footer.css.map */