/* Base */
html {
  overflow-x: hidden; }

.site-footer {
  padding: 4em 0;
  background: #222222; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 3em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #fff; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.5); }
    .site-footer a:hover {
      color: #0066b3; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #0066b3;
    text-transform: uppercase; }

