#footer-global-responsive,
#footer-global-responsive *,
#footer-global-responsive *:before,
#footer-global-responsive *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer-global-responsive {
  font-size: 16px;
  padding-bottom: 15px;
  background: #2f2f2f;
  color: #fff;
}

#footer-global-responsive .nav-footer ul li a { font-size: 20px;}

#footer-global-responsive .nav-footer ul li ul li a {font-size: 16px;}

#footer-global-responsive .nav-footer ul li ul li a.active-trail.footer.active {color: #ccc;}

#footer-global-responsive .inner {
  padding: 30px 20px 0;
  width: 960px;
  margin: 0 auto;
}

#footer-global-responsive .inner:after {
  content: "";
  display: table;
  clear: both;
}

#footer-global-responsive a {
  text-decoration: none;
}

.nav-footer {
  line-height: 1.25;
  margin-bottom: 18px;
}

.nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-footer > ul {
  display: table;
  width: 100%;
}

.nav-footer > ul > li {
  display: table-cell;
  width: 25.9%;
  border-left: 1px solid #666;
  padding: 0 0 8px;
  vertical-align: top;
}
.nav-footer > ul > li:first-child {
  width: 24.1%;
  border-left: 0;
}
.nav-footer > ul > li:last-child {
  width: 24.1%;
}

.nav-footer .btn {
  display: none;
}

.nav-footer a {
  color: #ccc;
}
.nav-footer a:hover {
  color: #fff;
}

.nav-footer > ul > li > a {
  text-transform: uppercase;
  color: #9f78b8;
  font-family: 'Gotham XNarrow A', 'Gotham XNarrow B', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin: 0 6.7%;
}
.nav-footer > ul > li:first-child > a {
  margin: 0 7.2% 0 0;
}
.nav-footer > ul > li:last-child > a {
  margin: 0 0 0 7.2%;
}

.nav-footer > ul > li > a:hover {
  color: #fee800;
}

.nav-footer ul ul {
  margin: 0 6.7%;
}
.nav-footer > ul > li:first-child ul {
  margin: 0 7.2% 0 0;
}
.nav-footer > ul > li:last-child ul {
  margin: 0 0 0 7.2%;
}

.nav-footer li li {
  margin-top: 14px;
}


.footer-donate {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 20px 0;
  display: table;
  width: 100%;
}

.footer-donate .link {
  width: 160px;
  display: table-cell;
  vertical-align: middle;
}

.footer-donate .link a {
  display: block;
  color: #ccc;
  text-align: center;
  line-height: 35px;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.footer-donate .link a:hover {
  color: #fff;
}

.footer-donate .text {
  color: #ccc;
  display: table-cell;
  font: italic 16px/1.4 Georgia, serif;
  vertical-align: middle;
  padding-left: 25px;
}


.footer-social {
  padding: 16px 0 7px;
  float: right;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social ul:after {
  content: "";
  display: table;
  clear: both;
}

.footer-social li {
  float: left;
  margin: 0 10px 10px 0;
}
.footer-social li:last-child {
  margin-right: 0;
}

.footer-social li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  background: #999 url(../images/sprite.icons.social.png) no-repeat;
  background-size: 224px 32px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.footer-social li a:hover {
  background-color: #fff;
}

.footer-social .s-tw a {
  background-position: 0 0;
}
.footer-social .s-fb a {
  background-position: -32px 0;
}
.footer-social .s-in a {
  background-position: -64px 0;
}
.footer-social .s-yt a {
  background-position: -96px 0;
}
.footer-social .s-li a {
  background-position: -128px 0;
}
.footer-social .s-gp a {
  background-position: -160px 0;
}
.footer-social .s-op a {
  background-position: -192px 0;
}


.footer-footer {
  font-size: 14px;
  line-height: 1.286;
  color: #a1a1a1;
  float: left;
  padding-top: 14px;
}

.footer-footer .nav {
  word-spacing: 7px;
}

.footer-footer .nav a {
  word-spacing: normal;
  color: #a1a1a1;
}
.footer-footer .nav a:hover {
  color: #fff;
}
