// sets up sticky footer
html, body {
height: 100%;
}
.footer-global {
background: transparent image-url('global/bg_footer.png') 50% 0;
background-size: cover;
padding-top: 23px;
.container {
padding-top: 30px;
}
}
footer.footer-global {
font-size: 12px;
height: 148px;
.container {
border-top: 1px solid #D2DADB;
}
.footer-right, .footer-right ul {
text-align: right;
display: inline-block;
}
ul {
margin: 0;
padding: 0;
}
ul.footer-legal {
li {
&:first-child {
margin-left: 0;
}
}
}
ul.footer-info, .copy {
font-weight: 700;
color: #929596;
li {
&:first-child {
margin-left: 0;
}
}
a {
color: #929596;
}
}
a {
color: #C3C8C9;
}
}