/* Clearfix */
/* line 4, globalFooter.scss */
.clearfix {
  zoom: 1;
}
/* line 6, globalFooter.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 12, globalFooter.scss */
.clearfix:after {
  clear: both;
}

/* line 18, globalFooter.scss */
.svg .adaptive-footer h2 {
  background: url("../../../images/svg/icon-sprite.svg") no-repeat;
  background-position: 10px -929px;
  background-size: 324px auto;
  image-rendering: optimizequality;
}

/* line 26, globalFooter.scss */
.adaptive-footer {
  padding: 0 10px;
  background-color: #fff;
}
/* line 30, globalFooter.scss */
.adaptive-footer .footerLogo {
  height: 30px;
  padding-top: 7px;
  background-color: #000;
}
/* line 36, globalFooter.scss */
.adaptive-footer .footer-body {
  background-color: #ededed;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
  padding: 15px 0;
}
/* line 43, globalFooter.scss */
.adaptive-footer h2 {
  background: url("../../../images/svg/icon-sprite.svg") no-repeat;
  background-position: 10px -929px;
  background-size: 324px auto;
  image-rendering: optimizequality;
  margin: 0;
  text-indent: -99999em;
  height: 24px;
  width: 200px;
}
/* line 54, globalFooter.scss */
.adaptive-footer ul {
  width: 50%;
  float: left;
}
/* line 58, globalFooter.scss */
.adaptive-footer ul li {
  font-size: 0.875em;
  font-weight: bold;
  padding: 0 10px;
  line-height: 1em;
}
/* line 64, globalFooter.scss */
.adaptive-footer ul li a {
  padding: 15px 0;
  display: inline-block;
}
/* line 72, globalFooter.scss */
.adaptive-footer ul li a:link,
.adaptive-footer ul li a:visited,
.adaptive-footer ul li a:hover,
.adaptive-footer ul li a:active {
  color: #333;
  text-decoration: none;
}
