<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*associates-search*/
.directory-offices {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: center;
    margin-top: 20px;
    margin-left: -13px;
    margin-right: -13px;
}
.directory-offices.loading {
    display: block;
    text-align: center;
}

.directory-offices .minheight {
    margin: 0 13px;
}

.directory-offices .office-url {
    margin: 13px;
    display: inline-block;
    flex: 0 1 calc(33.333% - 26px);
    border-radius: 5px;
    position: relative; 
    /*overflow: hidden;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/no_agent.jpg');
}
.directory-offices .office-url .cta {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    z-index:30;
    padding: 0 20px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:30px;
} 
.directory-offices .office-url .cta a.more {
    font-size:13px;
    text-transform: uppercase;
    line-height:13px;
    color:#F89609 !important;
}
.directory-offices .office-url .cta a.btn {
    display: none;
}
.directory-offices .office-url .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/no_agent.jpg');
    background-size: cover;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.directory-offices .office-url .content {
    color:#fff !important;
}
.directory-offices .office-url .content ul {
    list-style-type: none;
}
.directory-offices .office-url .content ul li {
    text-decoration:underline;
    padding-bottom:10px;
    line-height: 18px;
    position: relative;
}
.directory-offices .office-url .content ul li a {
    color:#fff !important;
}
.directory-offices .office-url .content ul li::before {
    position: absolute;
    height: 1em;
    top: 15px;
    left: -21px;
    margin-top: -1em;
    width: 0.5em;
    color:#fff;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;

}
.directory-offices .office-url .content ul li.agents::before {
    content: '\e88a';
}
.directory-offices .office-url .content ul li.office::before {
    content: '\e889';
}
.directory-offices .office-url .content ul li.ophone::before {
    content: '\e815';
}
.directory-offices .office-url .content ul li.homes::before {
    content: '\e80b';
    font-family: "nfontello";
}

.directory-offices .office-url.active .image {
    /*background-size: 170%;*/
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3); 
    transition: all 0.3s ease-in-out;    

}
.directory-offices .office-url.active .cta a.btn {
    display:inline-block;
} 

.directory-offices .office-url .profile-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.6);
    border-radius: 5px;
    z-index:10;
    transition: all 0.2s ease-in-out;    
}

.directory-offices .office-url.active .profile-link {
    transition: all 0.2s ease-in-out;
    background-color: #142F4C;
    cursor:pointer;
}

.directory-offices .office-url.nactive .profile-link {
    transition: all 0.1s ease-in-out;
    background: rgba(255,255,255,0.2);
}


.directory-offices .office-url .profile-link .content {
    padding:20px;
}
.directory-offices .office-url .profile-link .content h3 {
    color:#fff;
    font-size:19px;
    font-family:var(--font-family-urw);font-style:var(--font-style-nrm);font-weight:var(--font-weight-500);
}

.directory-offices .office-url:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.office-directory-holder {
    padding: 0px 0 0 0;
}


@media screen and (max-width:1200px){

}

@media screen and (max-width:840px){
    .directory-offices .office-url {
        flex: 0 1 calc(50% - 26px);
    }
}

@media (max-height: 499px) and (max-width: 935px), (max-height: 935px) and (max-width: 499px) {

    .directory-offices {
        margin-left: 0px;
        margin-right: 0px;
    }

    .directory-offices .office-url {
        flex: 0 1 100%;
        margin: 13px 0;
    }
    .directory-offices .office-url:nth-child(2n) {
        margin: 13px 0 13px 7px;

    }
    .tpl_7 .cnt_tpl3_sml p {
        display:none;
    }

    .office-directory-holder {
        padding: 20px 0 0 0;
    }
}

.office-filter .dropdown-menu a {
    font-size: 14px;
}

.office-filter .dropdown-menu a:hover, .office-filter .dropdown-menu a.active {
    background: unset !important;
    color: #0069FF !important;
    font-size: 14px;
}

.office-filter {
    display:flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.office-filter .part-1 {
    display:flex;
    justify-content: space-between;
    width:70%;
}
.office-filter .part-2 {
    display:flex;
    justify-content: flex-end;
    width:30%;
}
.office-filter .part-2 .tags {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-right: 0;
}
.office-filter .part-2 .tag-control {
    display:none;
}

.office-filter .part-2 .tag-container {
    display:none;
    width:50%;
}
.office-filter .part-2 .tag-container .search-tags {
    display:none;
}
.office-filter input[type=text] {
    width: calc(100% - 20px);
    border: 1px solid #E4E4E4;
    border-radius:5px;
    margin-bottom: 0px;
    height: 28px;
    line-height: 28px;
    padding: 4px 10px;
}

.office-filter .keyword {
    width: 30%;
    margin-right: 30px;
    position:relative;
}
.office-filter .location {
    width: 100%;
    position:relative;
}
.office-filter .location.active input[type=text]  {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.office-filter .location .offices-search-results {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px 6px 6px rgba(31,31,31,0.2);
    -moz-box-shadow: 0px 6px 6px rgba(31,31,31,0.2);
    box-shadow: 0px 6px 6px rgba(31,31,31,0.2);
    position: absolute;
    padding: 0;
    display: none;
    background: #ffffff;
    left: 1px;
    z-index:150;
}
.office-filter .location .offices-search-results::before {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #F5F6F7 transparent;
    left: 10px;
    position: absolute;
    top: -10px;
    content: "\A";
    border-style: solid;
}

.office-filter .location .offices-search-results .offices-results-out {
    min-height: 1px;
    max-height: 47vh;
    max-width: 100%;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.office-filter .location .offices-search-results .offices-results-out .scroll_more {
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #AAAAAA;
    font-family:var(--font-family-urw);font-style:var(--font-style-nrm);font-weight:var(--font-weight-500);
    position: absolute;
    bottom: 5px;
    text-transform: uppercase;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    display: none;
}

.office-filter .location .offices-search-results .offices-results-out .scroll_more div {
    padding: 50px 0 0;
}

.office-filter .actions {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
}

.office-filter .keyword i {
    position: absolute;
    right: 5px;
    top: 10px;
    display:none;
}

.offices-search-results p {
    background: #F5F6F7;
    color: #444;
    margin-bottom: 10px;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px;
}

.offices-search-results p.no-filters {
    text-transform: unset;
    margin-bottom: 0;
}

.offices-search-results ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.offices-search-results ul li {
    display: block;
}
.offices-search-results ul li a {
    margin: 0 15px 10px 15px;
    display: block;
    color: #120900;
    font-size: 15px;
    text-transform: none;
}
.offices-search-results ul li a:hover,.offices-search-results ul li a:active {
    color:#0069FF !important;
}

.office-filter .actions span.label {
    display: inline-block;
    text-transform: uppercase;
    color: #AAA;
    font-family:var(--font-family-comp);font-weight:var(--font-weight-600); font-style:var(--font-style-nrm);
    font-size: 14px;
    margin-right: 8px;
    line-height: 14px;
    background-color:unset;
    letter-spacing: 0.65px;
}
.office-filter .actions a.dropdown-toggle {
    font-size: 14px;
    color:#120900;
}

.display.open a.dropdown-toggle, .sort.open a.dropdown-toggle {
    color: #0069FF !important;
}
.office-filter .actions .sort,.office-filter .actions .display {
    position:relative;
}

.office-filter .dropdown-menu {
    border: 1px solid #F5F6F7;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #F5F6F7;
    z-index: 1100;
    margin: 0;
    padding: 0;
    float: none;
    top: 28px;
    right: 0;
    left: auto;
}


@media screen and (max-width:1200px){
    .office-filter .part-1 {
        width: 65%;
    }
    .office-filter .part-2 {
        width: 35%;
    }
}

@media screen and (max-width:840px){

    .directory-offices .office-url::before {
        content: "";
        display: block;
        padding-top: 67%;
    }

    .office-filter .part-2 .tag-control {
        display:block;
        margin-right: 20px;
    }
    .office-filter .actions .display {
        margin-right: 10px;
    }

    .office-filter .part-2.portrait .tag-control {
        position: absolute;
        top: 0;
        left: 0;
    }

    .office-directory-holder .tags-desktop {
        display: none !important;
    }

    .office-filter {
        display: block;
        justify-content: unset;
    }
    .office-filter .part-1 {
        width: 100%;
        margin-bottom: 15px;
    }
    .office-filter .part-2 {
        width: 100%;
        justify-content: space-between;
    }
    .office-filter .part-2 .tag-container {
        display:block;
        width:40%;
    }
    .office-filter .part-2 .tag-container .search-tags {
        display:flex;
    }
    .office-filter .keyword {
        width: 40%;
        margin-right: 20px;
    }
    .office-filter .location {
        width: 100%;
    }

    .office-filter .actions {
        margin-left: 20px;
        width: calc(60% - 20px);
        justify-content: end;
    }

    .office-filter .part-2.portrait .actions {
        margin-left: 0;
        width: 100%;
        margin-top:10px;
        position:relative;
        justify-content: flex-end;
    }
    
    .office-filter .part-2.portrait {
        display:block;
    }
    .office-filter .part-2.portrait .tag-container {
        width:100%;
    }
}

@media screen and (max-width:767px){

    .directory-offices .office-url::before {
        padding-top: 75%;
    }

    .office-filter .actions .display {
        margin-right: 0;
    }
    .office-filter .part-2 .tag-control {
        margin-right: 0;
    }

    .office-filter .part-2 .tag-control {
        width:100px;
    }

    .office-filter .part-2 .tag-container {
        width: 100%;
    }

    .office-filter {
        margin-bottom: 0;
    }
    .directory-offices {
        margin-top: 10px;
    }

    .office-filter .part-1 {
        display:block;
        margin-bottom: 10px;
    }

    .office-filter .keyword {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .office-filter .location {
        width: 100%;
    }


    .office-filter .part-2 {
        display:block
    }
    .office-filter .part-2 .tags {
        display: flex;
        width: 100%;
    }
    .office-filter .actions {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
        justify-content: space-between;
    }
}

@media screen and (max-width:480px){

    .directory-offices .office-url:nth-child(2n) {
        margin: 13px 0;
    }
}

.office-directory-holder .search-tags {
    display:flex;
    flex-wrap: wrap;
    width: calc(100% - 110px);
    overflow: hidden;
    padding-right: 110px;
    position:relative;
    transition: all 0.3s ease-in-out;
}

.office-directory-holder .search-tags.has-tags {
    height: 32px;
}

.office-directory-holder .search-tags.active {
    height: unset;
    transition: all 0.3s ease-in-out;
}
.office-directory-holder .search-tags tag {
    display:flex;
    background: #E4E4E4 0% 0% no-repeat padding-box;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    padding: 8px 12px 8px 15px;
    cursor:pointer;
    align-items: center;
    justify-content: space-between;
    margin-right: 5px;
    color: #444444;
    flex-shrink:0;
    margin-bottom:5px;
    height: 15px !important;
}
.office-directory-holder .search-tags tag:active,.office-directory-holder .search-tags tag:hover {
    color:#0069FF !important;
}
.office-directory-holder .search-tags tag .searchtag_tag-text {
    font-size:13px;
    line-height: 13px;
    display:inline-block;
}
.office-directory-holder .search-tags tag i {
    font-size:15px;
    line-height: 15px;
    padding-left:3px;
}
.office-directory-holder .tag-container .show_more_tags {
    position: absolute;
    display: none;
    width: 100px;
    right: 0;
    top: 5px;
    text-align: right;
}
.office-directory-holder .tag-container .show_more_tags a,.office-directory-holder .tag-container .show_less_tags a,.office-directory-holder .tag-control a { 
    color:#0069FF !important;
    font-size:14px;
    text-decoration: underline;
}
.office-directory-holder .tag-container .show_less_tags  { 
    position: absolute;
    display: none;
    width: 100px;
    right: 0;
    top: 5px;
    text-align: right;
}

.office-directory-holder .tag-container {
    position:relative;
    width: 100%;
    display: block;
}

.office-directory-holder .tag-control .show_more_tags, .office-directory-holder .tag-control .show_less_tags {
    display:none;
}

.office-directory-holder  #pagination_out  {
    display:flex;
    margin-top: 20px;
    justify-content: center;
}

.office-directory-holder ul.get_pages {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.office-directory-holder ul.get_pages li {
    display: inline-block;
    padding: 0 5px;
}
.office-directory-holder ul.get_pages li.inactive {
    color: #E4E4E4;
}

.office-directory-holder .o_per_page {
    margin-left: 10px;
    position: relative;
}

.office-directory-holder .o_per_page .dropdown-menu.per_page {
    top: -165px;
    border: 1px solid #F5F6F7;
    border-radius: 5px;
    background: #fff;
    margin: 0;
    padding: 0;
    float: none;
    left: -15px;
    background: #F5F6F7;
}

.office-directory-holder .o_per_page .dropdown-menu.per_page li {
    padding: 7.5px 15px;
    display: block;
    cursor: pointer;
}
.office-directory-holder .o_per_page .dropdown-menu.per_page li.active {
    color: #0069FF !important;
}

.office-directory-holder .o_per_page .dropdown-menu.per_page li:last-child {
    padding: 7.5px 15px 15px;
}

.office-directory-holder  .o_per_page .dropdown-menu.per_page li:first-child {
    padding: 15px 15px 7.5px;
}</pre></body></html>