/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 17:45:37 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

h1 {
font-weight: 900;
}

.nav-dropdown-default {
    padding: 10px;
}

.nav-dropdown>li>a {
padding: 8px 16px;
font-size: .9em;
}

.nav-dropdown {
padding: 8px 0;
}

#footer .is-divider {
background-color: rgba(255,255,255,0.0) !important;
}

#footer .widget-title {
margin-bottom: 20px;
}

#footer, #footer ul.menu>li>a {
font-size: 88%;
}

.footer {
    padding: 60px 0;
}

#footer ul.menu>li+li {
    border-top: 0px solid #ececec;
}

#footer ul.menu>li>a {
padding: 4px 0;
}

legend {
color: #222;
    text-transform: none;
    font-weight: bold;
    border-bottom: 0px;
}

.is-divider {
display: none;
}

.blog-post-inner .from_the_blog_excerpt {
min-height: 70px;
}

.callout {
background-color: #f0f0f0;
border: 1px solid #202020;
border-radius: 5px;
padding: 10px;
}