<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: .85em;
    height: 100%;
}

body &gt; .container {
    margin-top: 20px;
    padding: 20px 20px 0 20px;
}

#header {
    min-height: 100px;
}
#header a {
    color: #333;
}
#header h1 {
    padding: 10px;
    color: #333;
    font-size: 28px;
}
#header h1 a:hover {
    color: #111;
    text-decoration: none;
}

.breadcrumb {
    background-color: #e4e4e4;
    margin-bottom: 0;
}

.breadcrumb &gt; li &gt; .divider {
    color: #777;
}

#page-content {
    padding-bottom: 40px;
    padding-top: 20px;
    width: 679px;
}

.pageTitle {
    margin: 20px 0 0;
}

.unstyled {
    list-style:none;
    padding-left:10px;
}

a.btn.btn-mini {
    border:1px solid #eee;
}

a.btn.btn-mini:hover {
    background-color:#eee;
}

#sidebar {
    padding:20px 15px;
}

#footer {
    background-color:#274d9a;
    margin-top:10px;
    padding: 20px 0;
}
#footer h3 {
    font-size:20.5px
}
#footer h3, #footer a, #footer p, #footer address {
    color: #fff;
}
#footer a:link,  #footer a:visited { color: #fff; text-decoration: underline; }
#footer a:hover, #footer a:active { text-decoration: none; }
#footer .social-media-icons {
    font-size: 16px;
}

#subfooter {
    padding: 15px 0 0 0;
    background-color: #1e1e1e;
}

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden;
}

dd span.label {
    border-radius: 4px;
    margin: 2px;
    padding: 5px;
}

@media (min-width: 767px) and (min-height: 900px){
    #footer {
        bottom:0;
        position:absolute;
        width:100%;
    }
}

@media screen and (max-height: 900px) {
    #footer {
        position: absolute;
        width: 100%;
    }
}

@media (max-width: 767px) {
    
    #footer [class*="span"], #footer .row-fluid [class*="span"] {
        margin-left: 20px;
    }

}</pre></body></html>