#pre-footer {
  margin-top: 30px;
  width: 100%;
  background: #E6E7E7;
  clear: both;
}
#pre-footer .inner-container {
  width: 962px;
  padding: 12px 0 20px 30px;
  margin: 0 auto;
  text-align: left;
}
#pre-footer .inner-container h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  color: #333;
  margin: 30px 0px;
}
#pre-footer .inner-container h2 strong {
  font-weight: 700;
}
#pre-footer .inner-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#pre-footer .inner-container ul li {
  list-style: none;
  max-height: 75px;
  min-height: 50px;
  display: inline-block;
  padding: 10px 0;
  margin: 0 23px 10px 0;
  width: 300px;
  vertical-align: top;
}
#pre-footer .inner-container ul li:last-child {
  margin-right: 0;
}
#pre-footer .inner-container ul li div.icon {
  float: left;
  height: 50px;
  width: 50px;
}
#pre-footer .inner-container ul li div.text {
  margin-left: 50px;
  display: block;
  height: 50px;
  font-size: 12px;
  line-height: 1.4;
}
#pre-footer .inner-container ul li div.text .label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
#pre-footer .inner-container ul li div.text .bodytext {
  font-size: 12px;
  line-height: 1.4;
  padding: 0;
}

#footer {
  background: #040606;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding-top: 0;
}
#footer span.linkedin {
  float: right;
}
#footer span.linkedin img {
	float: left;
}
#footer span.linkedin span {
	padding-top: 10px;
	float: left;
}
#footer span.linkedin span a {
	color: #fff;
}
#footer p {
  font-size: 13px;
}
#footer p.copyright {
  float: left;
  clear: both;
  padding-left: 12px;
  font-weight: normal;
}
#footer ul {
  margin: 0;
  padding: 0;
  height: auto !important;
  width: auto;
  text-align: left;
}
#footer ul li {
  display: inline-block;
  border-right: 0;
  float: none;
}
#footer ul li a, #footer ul li span {
  font-weight: normal;
  font-size: 13px;
  padding: 8px 26px 8px 12px;
  display: block;
}
#footer ul li.sub {
  margin-top: -1px;
}
#footer ul li.sub span {
  border: 1px solid transparent;
  background-image: url("https://www.staplesadvantage.co.uk/fileadmin/templates/tld.san/images/home/redesign/icons/footer_menu_open.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
#footer ul li.sub ul {
  display: none;
  position: absolute;
  bottom: 100%;
  background: #fff;
  border: 1px solid #000;
  border-bottom: 0 !important;
}
#footer ul li.sub ul li {
  display: block;
  min-width: 100%;
  border-right: 0;
}
#footer ul li.sub:hover a, #footer ul li.sub:hover span {
  cursor: pointer;
  background: #fff;
  color: #000;
}
#footer ul li.sub:hover span {
  border: 1px solid #000;
  border-top: 0 !important;
  background-image: url("https://www.staplesadvantage.co.uk/fileadmin/templates/tld.san/images/home/redesign/icons/footer_menu_close.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
#footer ul li.sub:hover ul {
  display: block;
}
#footer ul li.sub:hover ul li a:hover {
  text-decoration: underline;
}
#footer ul.footer-menu {
  margin-bottom: 5px;
  position: relative;
  float: left;
}