/******************************************************************
Site Name:
Author:

Stylesheet: Footer

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: All SASS Utility Includes

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Utility Functions

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
#footer-disclaimer-text {
  padding: 0.25em;
  background-color: #48484a;
  color: #fff;
}
#footer-disclaimer-text p {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 1em;
  font-family: "Open Sans", "Arial", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
}

#colophon {
  clear: both;
  font-size: 0.875em;
}
#colophon .copyright {
  margin-bottom: 0;
  text-align: right;
  font-size: 0.875em;
}
#colophon div.footer-txt {
  text-align: right;
  font-size: 0.875rem;
}
#colophon div.footer-txt p {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  #colophon div.footer-txt {
    padding-left: 10rem;
  }
}

#inner-footer {
  padding-top: 2em;
  padding-bottom: 2em;
}

ul.footer-menu {
  margin: 0 1px;
  padding: 0;
  text-align: right;
}
ul.footer-menu li {
  display: inline-block;
  margin: 0 -1px;
  padding: 0;
}
ul.footer-menu li a {
  border-left: 1px solid #48484a;
  color: #48484a;
  display: block;
  line-height: 1;
  padding: 0 0.675em;
  text-decoration: none;
}
ul.footer-menu li a:hover {
  text-decoration: underline;
}
ul.footer-menu li:first-child a {
  padding-left: 0;
  border-left: 0;
}
ul.footer-menu li:last-child a {
  padding-right: 0;
}
ul.footer-menu ul.sub-menu {
  display: none;
}/*# sourceMappingURL=footer.css.map */