
#footer {
    font-family: M-S London W03 Regular, Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#footer a {
    text-decoration: none;
	font-weight: bold;
}

#footer .footer__ib {
    background-image: url(/images/css_images/padlock-dark.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    text-decoration: none;
    font-weight: bold;
    padding: 0.750em 0 0.75em 40px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.15385rem;
}

#footer .footer__twitter {
	padding: 16px;
    background-image: url(/images/css_images/sm_twitter_white.svg);
    background-repeat: no-repeat;
    background-position: center -6px;
    background-size: 50px;
    display: inline-block;
	margin: 10px 20px 10px 0;
}
#footer .footer__facebook {
    padding: 16px;
    background-image: url(/images/css_images/sm_facebook_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: inline-block;
	margin: 10px 20px 10px 0;
}

#footer .footer__twitter:hover {
    background-image: url(/images/css_images/sm_twitter_white_hover.svg);
}
#footer .footer__facebook:hover {
    background-image: url(/images/css_images/sm_facebook_white_hover.svg);
}

#footer .footer__twitter::after {
    background-image: url(/images/css_images/sm_twitter_white_hover.svg);
	content: " ";
}
#footer .footer__facebook::after {
    background-image: url(/images/css_images/sm_facebook_white_hover.svg);
	content: " ";
}
