#footer {
  background: #464646;
  color: #ffffff;
  position: fixed;
  width: 100%;
  bottom: 0;
}
#footer .footer-links {
  font-family: 'Source Sans Pro';
  margin: 0;
  padding: 10px 200px;
  text-align: left;
  font-size: 14px;
}
#footer .footer-links li {
  display: inline-flex;
}
#footer .footer-links li span {
  padding-right: 10px;
  padding-left: 10px;
}
#footer .footer-links a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}
#footer .custom-iframe {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .footer-links {
    padding: 10px 16px !important;
  }
}
