/** Overrides for Libanswers */
html, body { min-height: 100%; }
body { min-height: 100vh;position: relative;display: flex;flex-direction: column; }
body>.container {flex-grow:1}
:focus { outline: none; }
#s-la-header-public .s-la-public-header-title { display: none; }
.s-la-searchform-buttoncol { text-align: left; }
#s-la-public-footer { width: 100%; color: #000; background: #fff; border-top: transparent; padding: 1rem 2.125rem; }
#s-la-public-footer a { color: #0f4beb; text-decoration: underline; }

/* FontAwesome conversions - this is due to differences between v4 and v5. */
.fa.fa-twitter, .fa.fa-facebook-square { font-family: 'Font Awesome 5 Brands', sans-serif; font-weight: 900; }
.fa.fa-twitter:before { content: '\f081';}
.fa.fa-thumbs-o-up { font-weight: 400; }
.fa.fa-thumbs-o-up:before { content: '\f164'; }
.fa.fa-thumbs-o-down { font-weight: 400; }
.fa.fa-thumbs-o-down:before { content: '\f165'; }