#pageFooter {


margin-top: 10px;


position: relative;
padding: 0;


border-top: 1px solid #e9e9ea;
background-color: #e9e9ea;
clear: both;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
min-width:1061px;
border-top: 1px solid  #e9e9ea;
}
@media "min-width: 760px" {
#pageFooter {
padding: 0 4em;
}
}
#pageFooter ul {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 70%; /*Swati: User story 286: footer*/
margin: 0 auto;
padding: 0 10px; /*Swati: side-spacing in footer*/


text-align: left;
float: left; /*Swati: User story 286: footer*/ /*again included (float: left) for shifting towards left*/

}
#pageFooter .footer-nav li {
float: left;
color: #eee;
border: 0;
background-color: #e9e9ea;
}
#pageFooter .footer-nav li a ,#pageFooter div#lnLogo a , #pageFooter div#relxLogo a {
display: inline-block;
position: relative;
padding: 0 10px;
cursor: pointer;
text-decoration: none;
color: #373739;
white-space: nowrap;
font-size: 12px;
line-height: 49px;
height: 49px;
vertical-align: middle;
text-shadow: 0 2px 1px rgba(255,255,255,1);
font-family:Lato;
}



#pageFooter .copyRightFooter{
height: 17px !important;
line-height: 17px !important;
}




#pageFooter .footer-nav li span {
cursor: default;
font-family:Lato;
}
#pageFooter .footer-nav li a:hover ,#pageFooter div#lnLogo a:hover , #pageFooter div#relxLogo a:hover {
text-decoration: none;
background-color: #d9d9d9;
}
#pageFooter .footer-nav li a:active , #pageFooter div#lnLogo a:active , #pageFooter div#relxLogo a:active {
text-decoration: none;
background-color: #525355;
color: #fff;
text-shadow: none;
}












#pageFooter .footer-nav .spacer {
width: auto;
}
#pageFooter .footer-nav .lspacer {
width: 12px;
}






#pageFooter:before {
content: " ";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-top: 1px solid #fff;
}




#pageFooter div#lnLogo a img , #pageFooter div#relxLogo a img{
margin-top: 12px;
margin-right: 5px;
border:0;
}
#pageFooter div#relxLogo{
float: right;
}
#pageFooter div#lnLogo{
float: left;
}

#pageFooter sup {
line-height: 10px;
}
