<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- Custom Styles --- */
/* Global */
html, body { height: 100%; padding: 0; margin: 0; }
body { /*display: flex; flex-direction: column;*/}
/*.wraper { flex: 1 0 auto; }*/
@media (min-width:1170px) { .wraper { min-height: calc(100% - 205px);  } }
/* wraper close before footer */ 
a { text-decoration: underline !important;}

 
dl&gt;dd {
    margin-bottom:15px;
}
dl&gt;dd:last-child {
    margin-bottom:inherit;
}
/* Brand Mark */
p.brand-mark {
    font-size:18px;
    color:#555;
}
/* Branding Bar Overrides */
.container, .content {
    padding-bottom:0!important;
    min-height:0!important;
}
.content2 {
    /*min-height: 400px !important;font-size: .9em;*/
    padding: 10px 30px !important;
    text-align: left;
}
.content2 a { color: #00F !important; }
.fieldSet1 { border:0;margin:-5px 0px 0px 30px;padding-left:5px;background-color:#F8F8FA;line-height:28px; }
.fieldSet2 { border:0;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;background-color:#FFF; }
/*.radioLbl { font-weight:bold; padding-bottom:10px; margin-bottom:10px;}*/

/* Header &amp; Footer */
header { border-bottom: solid 3px #FB0; }
footer { border-top: solid 2px #FB0; padding-top:5px;}
header.site-header a {
    font-family: inherit;
    /*font-size: 36px; font-weight: 500; line-height: 1.1;*/
    color: #fff;
}
    header.site-header a:hover, header.site-header a:focus {
        /*text-decoration:none;*/
        color: #ccc;
    }
header.site-header, footer.site-footer {
    width:100%;
    background-color:#272727;
    color:#fff;
}

footer.site-footer a {
    color:#ffba00;
}
footer.site-footer a:hover, footer a:focus {
    color:#FFF;
}
/* Nav */
nav.site-nav {
    width:100%;
    background-color:#444;
}
nav.site-nav ul {
    padding:0;
    margin:0;
}
nav.site-nav ul&gt;li {
    display:inline-block;
}
nav.site-nav p.nav-title {
    color:#fff;height:64px;margin:0;line-height:64px;
}
nav.site-nav .nav-toggle-links, nav.site-nav .nav-toggle-search {
    background-color:#272727;
    border-color:#272727;
}
nav.site-nav ul&gt;li&gt;a {
    display:block;
    color:#fff;
    padding:15px;
}
    nav.site-nav ul &gt; li &gt; a:hover, nav.site-nav ul &gt; li &gt; a:focus {
        background-color: #666;
        /*text-decoration:none;*/
    }
section.navigation-links {
    clear:both;
}
.credits {
    font-size:12px;
    margin-top:30px;
}
.watermark .fa{font-size:2em !important;}

#form1 { display:block; margin: auto !important; width:970px;text-align:left;}
.remodal-content&gt;#form1 {width:inherit;}
@media (max-width: 991px) {
    #form1 {
        width: 95%;
    }
    section.search-tools.close, section.other-calendars.close {
        display:none;
    }
    section.search-tools, section.other-calendars {
        margin-top:15px;
        padding:15px;
        background-color:#e9e9e9;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        -o-border-radius:4px;
        border-radius:4px;
    }
    header.site-header a {
        display:block;
        text-align:center;
        font-size:20px;
    }
    .divLogout { margin-top: 35px; float: right; color: #EA0; white-space:nowrap;}
    .divLogout a { color: #FB0 !important; }
    .divLogout a:hover { color: #FFF !important; }
    .mobile-closed {
        display:none;
    }
    .watermark {
        margin-top:15px;
    }
    .watermark p.brand-mark.text-right {
        text-align:left!important;
    }
    
}
@media (max-width: 767px) {
    #form1 {
        width: 95%;
    }
    .divLogout { float: right; color: #EA0; white-space:nowrap;}
    .divLogout a { color: #FB0 !important; }
    .divLogout a:hover { color: #FFF !important; }
    .navigation-items li {
        display:block!important;
        text-align:center;
    }
    .mobile-closed {
        display:none;
    }
}</pre></body></html>