<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ST. LOUIS MUNI PLUGIN MODIFICATION */

/* MEMBER PAGE */
.member-info{}
.member-tabs {background-color:#7e9e43; padding: 2px; margin-bottom: 8px;}

.member-tabs ul {list-style: none; padding: 0; margin: 0;}

.member-tabs ul li {
    display: inline;
    border: solid;
    border-width: 0 0 0 0;
    margin: 3px 3px 3px 3px;
    padding: 5px 6px 5px 6px;
    cursor: pointer;
    background-color:#7e9e43;
    color: #fffbd8;
}

.member-tabs li:hover {background-color:#719430!important;}
.member-tabs li a { padding: 0 10px;}
.member-tabs li a:hover { text-decoration: none; }
.member-info ul {list-style:none!important;margin-bottom:0px!important;}
.member-tabs li a.selected { padding-bottom: 1px; background: white;}
.member-tabs ul {margin:3px 0;}

.member-name {float:left;margin-right:15px;min-width:170px;}
.member-address {float:left;margin-right:15px;min-width:300px;}
.member-phone {float:left;min-width:125px;}
.member-link {float:left;}

.member-mid-county {display:none; border-bottom: 1px solid;}
.member-north-county {display:none; border-bottom: 1px solid;}
.member-south-county {display:none; border-bottom: 1px solid;}
.member-west-county {display:none; border-bottom: 1px solid;}
.member-all-county {display:block; border-bottom: 1px solid;}

/* JOB INFORMATION PAGE */
.job-info {border-bottom:1px solid black;display:inline-block;margin-bottom:15px;}
.affiliate {margin-right:15px;min-width:100px;font-weight: normal;}
.job-title {margin-right:15px;min-width:100px;font-weight: bold;font-size:larger;}
.job-description {margin-right:15px;min-width:200px;}
.affiliate-job-contact-info {float:left;margin-right:15px;}
.affiliate-email {}
.affiliate-address {}
.affiliate-city {}

/* AFFILIATE PAGE */
.affiliate-wrapper {border-bottom: 1px solid;}
.affiliate-name {font-weight:bold;}
.affiliate-city {margin-bottom:12px;}
.primary-contact {}
.affiliate-member-grid h2 {margin-top:12px;}

/*HOME FEATURED IMAGE CYCLER */

#home-cycler{position:relative;width:782px;max-width:90%;}
#home-cycler img{position:absolute;z-index:1;background-color:white;width:100%;height:100%;left:0;top:0;display:none}
#home-cycler img.active{z-index:3}
#home-cycler img.base{z-index:-1;position:static;display:block}
</pre></body></html>