<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

    #section1 {
        /*background-image: linear-gradient(153deg, rgba(255, 200, 81, 0.44) 9%, rgba(65, 136, 199, 0.44) 40%, rgba(0, 0, 0, 0.8) 85%), url('../Content/V2/images/path.jpg');*/
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Content/V2/images/path.jpg");
    }

    #section2.backgroundMoney{
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), #fff), url('../Content/V2/images/money.jpg');
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(#fff)), url('../Content/V2/images/money.jpg');

    }

    #section3 {
        
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../Content/V2/images/house.jpg");
    }

    #section4{
        background-image: linear-gradient(135deg, rgba(82, 82, 82, 0.81), #000 86%), url('../Content/V2/images/washington.jpg');
    }

    #section5{
        
    }

    #section6 {
        background-image: url('../Content/V2/images/man_uff_lg.png');

    }

    #section-testimonial {
        background-color: #C60300;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), #000);
    }


    .navbar {
        border-bottom-color: #C60300;
    }

    .navbar.navbar-dark.bg-dark {
        background-color: #2e2e2e !important;
        color: white !important;
    }

    .navbar.navbar-dark.bg-dark .navbar-nav .nav-link,
    .navbar.navbar-dark.bg-dark .navbar-nav .nav-item,
    footer a,
    footer a:hover,
    footer a:active{
        color: white;
    }
    .navbar-dark .navbar-toggler{
        border-color: rgba(255,255,255,0.250);
        color: rgba(255,255,255,0.250);

    }
    .navbar-dark .navbar-toggler:active,
    .navbar-dark .navbar-toggler:hover
    {
        border-color: white;
        color: white;
    }

    a.nav-link:hover {
        box-shadow: inset 0 -5px 0 0 #C60300;
    }

    .navbar-dark .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }


    .navbar .navbar-brand {
        background-image: Url('https://s3.amazonaws.com/white_label/UFF/logo-dark-bg-sm.png');
    }

    .logo-brand{
        background-image: Url('https://s3.amazonaws.com/white_label/UFF/logo-dark-bg-sm.png');
    }

    body {
        background-color: #333  /*Model.BodyBackgroundColor*/;
        color: #282828;
    }

    .body &gt; .section:nth-child(even) .container .card {
        background-color:rgba(255,255,255,0.75);
    }

    .body &gt; .section:nth-child(even) .container .content {
        background-color:rgba(255,255,255,0.75);
        padding: 1.25rem;
        border-radius: .25rem;
    }

    em {
        color: green;
    }

    .body &gt; .section ul li:before,
    .body &gt; .section ol li:before{
        color: green;
    }

    .nav-link.phone i{
        color: #2e2e2e;
        background-color: white;
    }

    footer{
        color: white;
        background: #000
    }

    #loader .spinner {
        border-top-color: #C60300;
    }

    .side-bar-cta-inner .close-button {
        color: white;
    }

    .card.form-card {
        background-color: rgba(46,46,46,0.9);
        color: white;
        border-color: #C60300;
        /*box-shadow: 0 0 3rem #C60300 !important*/
    }

    .card.form-card a:not(.btn) {
        color: white;
    }

    .body .form-card ul li:before {
        color: white;
    }

    .card.form-card &gt; .card-header {
        background-color: #2e2e2e;
        color: white;
    }

    .card.form-card &gt; .card-body {
        background: transparent;
    }

    .card.form-card &gt; .card-body {
        /*background: linear-gradient(to bottom, #f2efef 0%,#D8D8D8 100%);*/
    }


    .body &gt; .section .blockquote {
        background-color: rgba(255,255,255,0.75);
    }


input[type=range]::-webkit-slider-runnable-track {
    background: #C60300;
    border: 0.2px solid #666666;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
    border: 1px solid #666666;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #f7b0af ;
}

input[type=range]::-moz-range-track {
    background: #C60300;
    border: 0.2px solid #666666;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
    border: 1px solid #666666;
}

input[type=range]::-ms-fill-lower {
    background: #f7b0af ;
    border: 0.2px solid #666666;
}

input[type=range]::-ms-fill-upper {
    background: #C60300;
    border: 0.2px solid #666666;
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #666666, 0px 0px 1px #737373;
    border: 1px solid #666666;
}

input[type=range]:focus::-ms-fill-lower {
    background: #C60300;
}

input[type=range]:focus::-ms-fill-upper {
    background: #f7b0af ;
}

.book-nav.card {
    background-color: #2e2e2e;
    color: white;
    box-shadow: #C60300 0 0 3px 2px;

}

.book-nav.card a {
    color: white;
}

.book-nav.card .card-header {
    border-bottom-color: white;
}

.body &gt; .section:nth-child(odd) {
    background: linear-gradient(to bottom, #f2efef 0%,#D8D8D8 100%);
}

.body &gt; .section:nth-child(odd)::before {
    border-color: transparent transparent #f2efef transparent;
}

.body &gt; .section:nth-child(odd)::after {
    border-color: transparent #D8D8D8 transparent transparent;
}


.bg-accent-color{
    background-color: #C60300;
}

.btnRequestMoreInfo, .btnExampleWebsite{
    background-color: #C60300;
    border-color:#C60300;
}

.accent-color{
    color: #C60300 !important;
}

 .gradient-accent-dark{
    background-image: linear-gradient(213deg, #C60300, rgba(0, 0, 0, 0.89));
}

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