.footer-left {
  float: left;
  padding-right: 10px;
}
.footer-left-content table tr td {
  padding: 8px 3px;
}
.footer-middle {
  float: left;
  padding-right: 10px;
}
.footer-middle-right {
  float: left;
}
.footer-middle-left {
  float: left;
}
.footer-middle-left ul li,
.footer-middle-right ul li {
  padding: 5px 0;
}
#heading {
  font-weight: bold;
  padding: 0 0 5px 0;
  font-size: 20px;
}
.newsletter-content {
  display: flex;
}
.page-footer {
  background: #e6e6e6;
  padding: 20px 35px 0;
}
.footer-left-content ul li {
  padding: 3px 0;
  font-family: inherit;
}
.block.newsletter input {
  width: 400px;
  height: 50px;
  margin-right: 0;
  padding: 0 0 0 25px;
  border-radius: 25px 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
.block.newsletter .field .control:before {
  display: none;
}
.newsletter-text {
  font-size: 17px;
  font-family: inherit;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
}
.newsletter-text strong {
  font-size: 23px;
  top: 2px;
  position: relative;
}
.page-bottom {
  background: #883535;
  margin: 0 !important;
  max-width: 100% !important;
}
