/* = 2.3 Footer
	---------------------------------------------------------- 
	   = 2.3.1 ----- Footer Structure
	   = 2.3.2 ----- Branding Footer
	   = 2.3.3 ----- Navigation Footer
	   = 2.3.4 ----- Comscore Footer
	---------------------------------------------------------- */
/* = 2.3.1 ----- Footer Structure
	---------------------------------------------------------- */
.footer {
  position: fixed;
  top: 100%;
  height: 50px;
  width: 100%;
  z-index: 1000;
  margin-top: -75px;
  /* = 2.3.2 ----- Branding Footer
	---------------------------------------------------------- */
}
.sub-footer {
  width: 100%;
  background-color: #fff;
  height: 45px;
  border-top: 2px solid #dbdedf;
}
.sub-footer ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.sub-footer ul li {
  display: inline-block;
  line-height: 45px;
  text-align: middle;
  color: #111;
  text-transform: uppercase;
}
.sub-footer ul li:first-child {
  margin: 0;
}
.sub-footer ul li a {
  color: #111;
  text-decoration: none;
}
#footer-logo {
  background-image: url(../img/no-repeat.png);
  background-position: -298px -226px;
  height: 34px;
  width: 100px;
  margin: 6px 29px 0 0;
}
.social-footer {
  padding: 6px 0 0;
  /* = 2.3.3 ----- Navigation Footer
	---------------------------------------------------------- */
}
.footer-expand {
  height: 65px;
  background-color: #fff;
}
.footer-expand-content {
  border-top: 2px solid #e1e4e5;
}
.footer-expand-content ul {
  color: #72777a;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer-expand-content ul li {
  display: inline-block;
  line-height: 65px;
  font-family: Arial;
}
.footer-expand-content ul li a {
  color: #72777a;
  text-decoration: none;
}
.footer-expand-content ul li a:hover {
  color: #00aeef;
}
.subscribe-footer {
  display: inline-block;
  margin-right: 40px;
  /* = 2.3.4 ----- Comscore Footer
	---------------------------------------------------------- */
}
.comscore-footer {
  position: fixed;
  top: 100%;
  left: 0;
  margin-top: -30px;
  background-color: #000;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  z-index: 1000;
}
.comscore-footer ul {
  margin: 0;
  padding: 0;
}
.comscore-footer ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.comscore-footer ul li a {
  color: #8d8f91;
  text-decoration: none;
}
.comscore-footer ul li a:hover, .sub-footer ul li a:hover {
  text-decoration: underline;
}
