@import url('https://fonts.googleapis.com/css?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
body { font-family: 'Playfair Display', serif; }

#footer,
#smallFooter,
#main-footer {
	background: #18395a !important;
	color: #fff !important;
	border-color: #18395a !important;
}

.footerDelimiter {
	border-color: #18395a !important;
}

#footer a,
#smallFooter a,
#main-footer a,
#footer #copyright,
#smallFooter #copyright,
#main-footer .copyright {
	color: #fff !important;
}

.wlpl-silo-listing h4 {
	color: #18395a !important;
}

.wlpl-silo-listing .silo-content .content-overlay {
	background-color: #18395a !important;
}

.footer-badge-row {
    display: none !important;
}
body {
	background: #fff;
}

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: #18395a;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary
{
	background: #18395a;
	border-color: #18395a;
	color: #fff;
}