<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-md-4 {
    width: 155px;
}

.btn-md-5 {
    width: 100%;
}

footer {
    display: block;
    width: 100%;
    /*color: #8a8b8d;
    background: #8a8b8d;*/
}

.footer-social a {
    display: inline-block;
    width: 29px;
    font-size: 29px;
    overflow: hidden;
    transition: opacity 200ms ease;
    padding-left: 1px;
    padding-right: 1px;
}

.btn-ushc-blue {
    background-color: #00539b;
    color: #ffffff;
    border-color: #101010;
}

    .btn-ushc-blue:hover,
    .btn-ushc-blue:focus,
    .btn-ushc-blue:active,
    .btn-ushc-blue.active {
        background-color: #00539b;
        color: #ffffff;
        border-color: #101010;
        filter: brightness(0.8);
    }

.btn-ushc-green {
    background-color: #009444;
    color: #ffffff;
    border-color: #101010;
}

    .btn-ushc-green:hover,
    .btn-ushc-green:focus,
    .btn-ushc-green:active,
    .btn-ushc-green.active {
        background-color: #009444;
        color: #ffffff;
        border-color: #101010;
        filter: brightness(0.8);
    }

.btn-ushc-grey {
    background-color: #949598;
    color: #ffffff;
    border-color: #101010;
}

    .btn-ushc-grey:hover,
    .btn-ushc-grey:focus,
    .btn-ushc-grey:active,
    .btn-ushc-grey.active {
        background-color: #949598;
        color: #ffffff;
        border-color: #101010;
        filter: brightness(0.8);
    }
</pre></body></html>