/*
	Fix for issue LST-1073
*/
[data-global-search-open] {
    overflow: hidden!important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
/*
	Cephalopod compatibility changes
	Fix for LST-1101
*/
footer{
	height: auto!important;
}
footer a{
	color:inherit;
	font-size:inherit;
}
footer > div:first-child{
    border-top: none!important;
}
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,900,900i|Noto+Serif:400,400i,700,700i');
.uncode_text_column{
    font-family:"Noto Serif", serif;
    font-weight: 300;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    color: #444444;
}
