@charset "UTF-8";
/* CSS Document */

.site_tree{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.site_tree>div{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 15px;
	background: #eee !important;
}
.site_tree>div h2 {
	margin-top: 0px;
margin-bottom: 10px;
font-size: 1.375em;
}
.site_tree>div h2 a:after {
	display: none;
}
.lnav-rich{
	padding: 0px;
	background: none !important;
}
.lnav-rich ul li.__col4{
	width: 100%;
}
.lnav-rich ul li a {
  padding: 5px !important;
}
.lnav-rich ul li a:after{
	display: none;
}
.lnav-rich ul li a strong{
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {
.site_tree>div{
	width: calc(100% / 2 - 20px);
}
	
}