/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2023 | 02:00:20 */
article.post-4603.page.type-page.status-publish.entry {
    max-width: 1600px;
}

#interactive_sitemap {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#interactive_sitemap .hide {
	display: none;
}

#interactive_sitemap li {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 280px;
}

#interactive_sitemap > li {
    display: inline-block; 
    vertical-align: top;
    
}


#interactive_sitemap li a {
    color: white;    
    padding: 0px;
    margin: 1px 10px;
    display: block;
    border-radius: 5px;
}


#interactive_sitemap li a:hover {
    text-decoration: none;
}

#interactive_sitemap > li a {
    background: #236194;
    border: 2px solid #236194;
}

#interactive_sitemap > li a:hover {
    color: #236194;
    background: white;
}

#interactive_sitemap ul {
    padding: 0;
    margin: 0;
}

#interactive_sitemap ul li a {
    background: #3997cd;
    border: 2px solid #3997cd;
}

#interactive_sitemap ul li a:hover {
    color: #3997cd;
    background: white;
}



#interactive_sitemap button {
    display: none;
}