/* =====================================
 * Site index
 * ------------------------------------- */
.site-index {
  background: #4A4A4A;
  display: block;
  overflow: hidden;
   color: #ffffff;
  -webkit-font-smoothing: antialiased;
  padding: 0 15px 0 0;
  margin-bottom: 15px;
  position: relative;
}
.site-index h6 {
  line-height: 10px;
  margin-bottom: 5px;
}
.site-index a,
.site-index a.active {
  color: #AAAAAA;
}
.site-index a:hover{
  color: #ffffff;
  text-decoration: none;
}
.site-index h6 a {
  color: #ffffff;
}
.site-index h6 a:hover {
  color: #a4a4a4;
}
.site-index .svg-logo {
  width: 90px;
  height: 45px;
  margin: 0 0 0 15px;
  background: url('/sites/all/themes/econfinal/images/the-economist-logo-90x45.png') no-repeat 0 0;
}
.site-index > div {
  float: left;
  width: 23%;
  padding: 25px 0 0 1.9%;
  border-left: 1px solid #aaaaaa;
  margin: 0 0 27px 0;
  min-height: 383px;
}
.site-index > div:first-child {
  float: left;
  width: 24.8%;
  border-left: 0;
  padding-left: 0;
}
.site-index ul + h6 {
  margin-top: 15px;
}
.site-index-1 {
  margin: 5px 0 0;
}
.site-index-1 li {
  border-width: 0 0 1px 0;
  -webkit-border-image: -webkit-linear-gradient(left, #aaaaaa, rgba(74, 74, 74, 0) 60%) 100% 1;
  -o-border-image: -o-linear-gradient(left, black, rgba(0, 0, 0, 0)) 100% 1;
  -moz-border-image: -moz-linear-gradient(left, black, rgba(0, 0, 0, 0)) 100% 1;
}
.site-index-1 a {
  font-family: Georgia;
  font-size: 1.6rem;
  line-height: 3.6rem;
  padding-left: 15px;
}
.site-index-1 a.active {
  color: #aaaaaa;
}
.minimap-site-index {
  position: absolute;
  bottom: 23px;
}
/* =====================================
 * end of Site index
 * ------------------------------------- */


/* =====================================
 * Footer
 * ------------------------------------- */

footer .footer-stripe-top,
footer .footer-stripe-bottom,
footer .footer-stripe-top a,
footer .footer-stripe-bottom a {
  color: #FFFFFF !important;
  font-size: 1.2rem;
}

footer .footer-stripe-top,
footer .footer-stripe-bottom {
  overflow: hidden;
  height: 32px;
}
footer .footer-stripe-top ul,
footer .footer-stripe-bottom ul {
  height: 100%;
  width: 961px;
  margin: 0 auto;
}

footer .footer-stripe-top li,
footer .footer-stripe-bottom li {
  float: left;
  line-height: 2.5rem;
  padding: 4px 9px;
}
footer .footer-stripe-top li:hover,
footer .footer-stripe-bottom li:hover {
  background-color: #333333;
}
footer .footer-stripe-top a:hover,
footer .footer-stripe-bottom a:hover {
  text-decoration: none;
}
footer .footer-stripe-bottom li:first-child:hover {
  background-color: transparent;
}
.footer-stripe-top {
  background-color: #4a4a4a;
}
.footer-stripe-bottom {
  background-color: #9c9c9c;
}
footer .footer-stripe-bottom .cookie-pref {
  float: right;
  margin-top: -5px;
  padding-left: 0;
  padding-right: 0;
}

/* -------------------------------------
 * end Footer
 * ===================================== */
