@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
	background: #fff;
       color: #222432;
       font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus,
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active,
.leftNavSection .jstree-default .jstree-clicked,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
#siloNavBarBox .nav-tabs .dropdown-menu a,
#siloNavBarBox .nav-tabs .dropdown-menu a:hover,
#topNavBar .top-nav a,
#topNavBar .top-nav a:hover,
#topNavBar .top-nav a:visited
{
	color: #222432;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary
{
	background: #3d3b7d;
	border-color: #3d3b7d;
	color: #ffffff;

}

.wlpl-silo-listing a {
    color: #222432 !important;
    text-decoration: none;
}

.wlpl-silo-listing h4 {
    color: #222432 !important;    
}

a {
    color: #222432;    
}

.wlpl-silo-listing .silo-content .content-overlay {
    background-color: rgba(34,36,50,.7);    
}

h1,h2,h3,h4 {
color: #222432;
}

.more-button {
    background-color: rgba(34,36,50,.7);    
    color: #fff;   
}

.dyo-editor-tab .float-tip.quickeditor-tip .btn-primary {
    color: #fff;
    background-color: #222432;
}

.text-primary {
    color: #222432;
}
