<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 /* CSS to control the Toggle Box for Services List */
.toggle-box .toggle-content { display:none; }
.toggle { cursor:pointer; }

.toggle-box { 
    border:1px solid gainsboro;
    margin: 0px
}

.toggle-header {
    margin: 16px;
    padding: 0px;
    font-size: 1.2rem;
    font-weight: 500;
}

.toggle-content {
    margin: 0px; 
    padding: 16px;
    font-size: 0.9rem;
    font-weight: 300;
    background-color: white;
}</pre></body></html>