<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#main-slider .carousel-item {
    max-height: 650px;
}

#main-slider .carousel-item img {
    width:      100%;
    height:     100%;
    object-fit: cover;
}
*/
.navbar.fixed-top {
    margin-top: 42px;
}

#top-bar-container {
    background: #d11f2d;
}

#top-bar-container a {
    color:           #ffffff;
    font-size:       1.1rem;
    text-decoration: none;
    font-weight:     600;
}

#top-bar-container a:hover {
    color:           inherit;
    font-size:       1.1rem;
    text-decoration: none;
    font-weight:     600;
}

.navbar-brand img {
    width:     200px !important;
    position:  relative;
    max-width: 100%;
}

#top-bar-container .top-bar-separator {
    color:       #ffffff;
    font-weight: 600;
}

.top-bar-separator {
    padding:  0 7px;
    position: relative;
}

.top-bar-separator:before {
    position:   absolute;
    content:    ' ';
    display:    inline-block;
    width:      2px;
    height:     60%;
    top:        52%;
    left:       50%;
    transform:  translate(-50%, -50%);
    background: #ffffff;
}

#top-bar-container a:hover {
    text-decoration: none;
}

.nav-item {
    /*border-right: 1px solid #d11f2d;*/
    flex:    1 !important;
    display: block;
    padding: 1px;
}

.nav-item:last-of-type {
    border-right: none;
}

.nav-link {
    color:          #333333;
    font-weight:    600;
    text-transform: uppercase;
    padding-left:   30px !important;
    padding-right:  30px !important;
    border-width:   1px;
    text-align:     center;
}

.nav-link:not(.active) {
    padding-top:    0px !important;
    padding-bottom: 0px !important;
    font-size:      0.8rem;

}

.nav-link.active {
    color:          #ffffff;
    font-weight:    600;
    text-transform: uppercase;
    border:         1px solid #d11f2d;
    background:     #d11f2d;
}

a:active, a:focus, a:focus-visible {
    color: inherit !important;

}

.nav-link:not(.active):hover {
    color: #d11f2d;
}

.navbar-nav {
    align-items: center;
}

.navbar-toggler {
    border: 1px solid #d11f2d
}

.top-bar-social-link {
    padding: 0 5px;
}


.slider-info {
    position:   absolute;

    top:        50%;
    left:       50%;
    transform:  translate(-50%, -50%);
    padding:    15px 30px;
    background: rgba(49, 46, 46, 0.5);
    text-align: center;
    color:      #ffffff;
}
.fl-popup-content .slider-info {
    top:        0;
    left:       0;
    transform:  translate(0, 0);
}


.listing-features-absolute {
    position:  absolute;
    top:       50%;
    transform: translateY(-50%);
}

.listing-price {
    color:       #d11f2d;
    font-weight: 500;
    font-size:   1.1rem;
}

.personalized-search-abs {
    position:      absolute;
    top:           50%;
    left:          50%;
    transform:     translate(-50%, -50%);
    background:    rgba(231, 231, 231, 0.95);
    border-radius: 40px;
    padding:       20px 30px;
    width:         1024px;
    max-width:     100%;
}

.personalized-search-input, .personalized-search-input:active, .personalized-search-input:focus-visible, .personalized-search-input:focus {
    border-radius: 15px;
    background:    #ffffff;
    border:        none;
    outline:       none;
    border-radius: 15px;
    padding:       2px 10px;
    width:         100%;
}

.personalized-search-abs select {
    background: #ffffff;
    border:     none;
    padding:    2px 10px;
}

#pers-search-submit {
    background:     #d11f2d;
    display:        inline-block;
    color:          #ffffff;
    text-transform: uppercase;
    padding:        2px 20px;
    font-size:      15px;
    border-radius:  1px;
    font-weight:    500;
    cursor:         pointer;
}

#hp-logo-on-the-gray-background {
    background: #f1f1f2;
    padding:    60px 0;
}

#hp-brokers-section {
    background: #f1f1f2;
    padding:    60px 0;
}

#hp-we-both-look-forward-section {
    /*background: #d2d3d5;*/
    background: #ffffff;
    padding:    60px 0;
}

#footer-section {
    padding:    80px 0;
    background: #16145f;
}

#footer-section a, #footer-section a:active, #footer-section a:focus-visible, #footer-section a:focus, #footer-section a:hover {
    color:           #ffffff;
    text-decoration: none;
}

#footer-copyright {
    background: #d11f2d;
}

.footer-cols.footer-cols-separator {
    border-right: 1px solid #ffffff;
}

.footer-cols {
    width: 30%;
}

#footer-signup-email {
    width:         100%;
    border-radius: 20px;
    border:        none;
    outline:       none;
    padding-left:  10px;
    padding-right: 40px;
}

#footer-signup-submit {
    cursor:     pointer;
    color:      #ffffff;
    background: #d11f2d;
    position:   absolute;
    right:      3%;
    top:        50%;
    transform:  translateY(-50%);
    font-size:  12px;
    padding:    2px 10px;
    z-index:    2;
}

.footer-columns {
    display:         flex;
    justify-content: center;
    align-items:     center;
    flex-wrap:       wrap;
}

.nav-item:not(:first-of-type):after {
    position:   absolute;
    content:    ' ';
    display:    inline-block;
    width:      1px;
    height:     100%;
    background: #d11f2d;
    top:        0;
}

.border-danger {
    outline: 2px solid #d11f2d !important;
}

.cursor-pointer, .cursor-pointer * {
    cursor: pointer !important;
}

.fl-popup-overlay {
    position:   fixed;
    top:        0;
    right:      0;
    bottom:     0;
    left:       0;
    background: rgba(0, 0, 0, 0.9);
    z-index:    9999;
}

.fl-popup-content {
    position:   absolute;
    top:        50%;
    left:       50%;
    transform:  translate(-50%, -50%);
    background: #ffffff;
    width:      1024px;
    max-width:  96%;
}

.w-100 {
    width: 100%;
}

.position-relative {
    position: relative;
}

.fl-close {
    position:      absolute;
    top:           15px;
    right:         15px;
    z-index:       10;
    color:         #ffffff;
    border:        2px solid #ffffff;
    border-radius: 100%;
    text-align:    center;
    display:       inline-block;
    width:         30px;
    height:        30px;
    line-height:   1.5;
    font-weight:   600;
    font-size:     16px;
}

.fl-popup-content .slider-info a, .fl-popup-content .slider-info a:hover {
    color:           #ffffff;
    text-decoration: none;
}

.swal2-styled .swal2-confirm {
    background-color: #9E9E9E !important;
}

li {
    margin-bottom:10px;
}

.carousel-control-prev,
.carousel-control-next {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.9)); /* Add shadow for better contrast */
}</pre></body></html>