@charset "utf-8";
/* CSS Document */
#footer-community .si-light {
	color: #111111 !important;
}
#footer-community .si-dark {
    background-color: #111111;
}
#copyrights .container.border-top {
	border-color: rgba(210,210,210,0.5);
}
#footer-nav > div {
	border-right: solid 1px #dee2e6;
	border-left: solid 1px #dee2e6;
}
@media (max-width: 575.98px) {
	#footer-logo img {
		max-width: 200px;
	}
}
@media (max-width: 767.98px) {
	#footer-nav > div {
		border-right: none;
		border-left: none;
		border-top: solid 1px #dee2e6;
		border-bottom: solid 1px #dee2e6;
	}
}