<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-agents {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: center;
    margin-top: 20px;
    min-height:200px;
    margin-left: -13px;
    margin-right: -13px;
}
.directory-agents.loading {
    display: block;
    text-align: center;
}

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

.directory-agents .agent-url {
    margin: 13px;
    display: flex;
    flex: 0 1 calc(20% - 26px);
    flex-direction: column;
    align-items: stretch;
}
.directory-agents.teams .agent-url {
	margin: 13px;
  	display: flex;
  	flex: 0 1 calc(33% - 26px);
  	flex-direction: column;
}

.directory-agents .agent-url .agent-image {
    width: 100%;
    border-radius: 5px;
    filter: grayscale(100%);
    /*
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
    filter: gray;
    */
}

.directory-agents .agent-url .profile-link1 {
    -webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center center;background-repeat:no-repeat;
    margin-bottom: 15px;
    display:block;
    border-radius: 5px;
    flex-grow: 1;
    /*filter: grayscale(100%);*/
}

.directory-agents.teams .agent-url .profile-link1 {
   flex-grow: 1;
}
.directory-agents .agent-url .content {
	height: 55px;
}

.directory-agents.teams .agent-url .content {
	
}

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

@media screen and (max-width:1200px){
    .directory-agents .agent-url .profile-link1 {
        /*min-height:190px;*/
    }
    .directory-agents.teams .agent-url .profile-link1 {
        /*min-height:150px;*/
    }

}

@media screen and (max-width:840px){
    .directory-agents .agent-url {
        flex: 0 1 calc(25% - 14px);
        margin: 13px 7px 13px 7px;
    }
    .directory-agents.teams .agent-url {
        margin: 13px 13px 13px 0;
        flex: 0 1 calc(50% - 13px);
    }

    .directory-agents {
        margin-left: -7px;
        margin-right: -7px;
    }
    .directory-agents.teams {
        margin-left: 0;
        margin-right: 0;
    }
}

.directory-agents .agent-url .agent-image:hover,.directory-agents .agent-url .agent-image.active {
    
    z-index:900; box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3); 
    transition: all 0.3s ease-in-out;
    filter: grayscale(0%);    
}


.directory-agents .agent-url .agent-image.nactive {
    /*
    transition: all 0.3s ease-in-out;
    filter: blur(2px) grayscale(100%);
    */
}


.directory-agents .agent-url .agent-name a {
    font-family:var(--font-family-urw);font-style:var(--font-style-nrm);font-weight:var(--font-weight-500);
    color:#120900 !important;
    font-size:15px;
    line-height: 19px;
    margin-bottom: 5px;
}

.directory-agents .agent-url .title { 
    color:#666666;
	font-family:var(--font-family-urw);font-style:var(--font-style-nrm);font-weight:var(--font-weight-400);
    font-style: normal;
	line-height:15px;
    font-size:11px;
    margin-top:5px;
}
.directory-agents .agent-url .content-split {
    display: flex;
    justify-content: space-between;
}

.directory-agents .agent-url .content-split .agent-contact {
    min-width: 50px;
    text-align: right;
}

.directory-agents .agent-url .agent-contact a,.directory-agents .agent-url .agent-contact a:visited {
    color:#666666;
    line-height:15px;
	font-size:15px;
}
.directory-agents .agent-url .agent-contact a:hover,.directory-agents .agent-url .agent-contact a:active {
    color: #0069FF;
}
.directory-agents .agent-url .agent-contact a.active { color: #0069FF !important;}

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

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

.display.open a.dropdown-toggle, .sort.open a.dropdown-toggle {
    color: #0069FF !important;
}

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

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

.agent-filter .part-2 .tag-container {
    display:none;
    width:50%;
}
.agent-filter .part-2 .tag-container .search-tags {
    display:none;
}
.agent-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;
}

.agent-filter .keyword {
    width: 30%;
    margin-right: 30px;
    position:relative;
}
.agent-filter .location {
    width: 70%;
    position:relative;
}
.agent-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;
}


.agent-filter .location .agents-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;
}
.agent-filter .location .agents-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;
}
.agent-filter .location .agents-filter-results .point {
    width: 21px;
    height: 11px;
    display: block;
    position: absolute;
    top: -10px;
    line-height: 0;
    right: 30px;
}

.agent-filter .location .agents-filter-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;
    display: none;
    padding: 0;
    height:0;
    background: #ffffff;
    left: 1px;
}

.agent-filter .location .agents-filter-results.active {
    transition: all 0.3s ease-in-out;
    height:unset;
    display: block;
    z-index:150;
}

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

.agent-filter .location .agents-filter-results .agents-filter-out {
    min-height: 1px;
    max-height: 47vh;
    max-width: 100%;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 10px;
    z-index:50;
}

.agent-filter .location .agents-search-results .agents-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;
}

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

.agent-filter .location .filter_dp {
    position: absolute;
    display: inline;
    right: 0;
    top: 5px;
    padding: 5px 0 5px 10px;
    background: rgb(255,255,255);
    z-index:30;
    /*background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);*/
}

.agent-filter .location .filter_dp a {
    font-family:var(--font-family-urw);font-style:var(--font-style-nrm);font-weight:var(--font-weight-500);
    font-size: 14px;
    line-height: 14px;
    color:#120900;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 10px 0px 10px 10px;
}
.agent-filter .location .filter_dp a.active {
    color: #0069FF !important;
}

.agent-filter .location .filter_dp i.wait-ps {
    display:none;
}

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

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

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

.agents-filter-results p {
    background: transparent;
    color: #AAAAAA;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-family:var(--font-family-urw);font-style:var(--font-style-nrm);font-weight:var(--font-weight-500);
    letter-spacing: 0.65px;
}

.agents-filter-results .sel_out {
    white-space: initial;
    margin: 0 15px 10px 15px;
    line-height: 18px;
}

.agent-filter .agents-filter-out .prettycb {
    width: calc(50% - 1em);
    margin-bottom: 10px;
}
.agent-filter .agents-filter-out .prettycb label {
    font-size: unset;
    color: #120900;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    height: 16px;
    margin-top: -1px;
}

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

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

.agents-filter-results .filter-close-btn {
    position: absolute;
    right: 25px;
    top:15px;
    cursor: pointer;
    z-index:100;
}
.agent-filter .actions span.label {
    display: inline-block;
    text-transform: uppercase;
    color: #AAA;
   font-family:var(--font-family-urw);font-style:var(--font-style-nrm);font-weight:var(--font-weight-500);
    font-size: 14px;
    margin-right: 8px;
    line-height: 14px;
    background-color:unset;
    letter-spacing: 0.65px;
}
.agent-filter .actions a.dropdown-toggle {
    font-size: 14px;
    color:#120900;
}
.agent-filter .actions .sort,.agent-filter .actions .display {
    position:relative;
}

.agent-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){
    .agent-filter .part-1 {
        width: 70%;
    }
    .agent-filter .part-2 {
        width: 30%;
    }
}

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

    .agent-filter .location .agents-filter-results .agents-filter-out {
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .agents-filter-results p {
        margin-bottom: 5px;
        padding: 5px 20px;
    }
    .agents-filter-results .sel_out {
        margin: 0 20px 10px 20px;
    }
    .agents-filter-results .filter-close-btn {
        right: 23px;
        top: 15px;
    }

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

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

    .agent-filter .agents-filter-out .prettycb {
        width: 100%;
    }

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

    .agent-filter {
        display: block;
        justify-content: unset;
    }
    .agent-filter .part-1 {
        width: 100%;
        margin-bottom: 15px;
    }
    .agent-filter .part-2 {
        width: 100%;
        justify-content: space-between;
    }
    .agent-filter .part-2 .tag-container {
        display:block;
        width:45%;
    }
    .agent-filter .part-2 .tag-container .search-tags {
        display:flex;
    }
    .agent-filter .keyword {
        width: 40%;
        margin-right: 20px;
    }
    .agent-filter .location {
        width: 60%;
    }
    .agent-filter .actions {
        margin-left: 20px;
        width: calc(55% - 20px);
        justify-content: end;
    }

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

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

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

    .directory-agents.teams .agent-url {
        flex: 0 1 100%;
        margin: 13px 0;
    }
    .directory-agents .agent-url {
        margin: 13px 7px 13px 0;
        flex: 0 1 calc(50% - 7px);
    }
    .directory-agents .agent-url:nth-child(2n) {
        margin: 13px 0 13px 7px;

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

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

    .agent-filter .part-2 {
        width: 35%;
    }
    .agent-filter .part-1 {
        width: 65%;
    }

}

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

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

    .agent-filter .part-2 {
        width: 100% !important;
    }
    .agent-filter .part-1 {
        width: 100% !important;
    }

    .directory-agents .agent-url .agent-contact a, .directory-agents .agent-url .agent-contact a:visited {
        padding: 10px 0px 10px 5px;
    }
    .agent-filter .part-2 .tag-control {
        width:130px;
    }

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

    .agent-filter {
        margin-bottom: 0;
    }
    .directory-agents {
        margin-top: 10px;
    }

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

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


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

.agent-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;
}

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

.agent-directory-holder .search-tags.active {
    height: unset;
    transition: all 0.3s ease-in-out;
}
.agent-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;
}
.agent-directory-holder .search-tags tag:active,.agent-directory-holder .search-tags tag:hover {
    color:#0069FF !important;
}
.agent-directory-holder .search-tags tag .searchtag_tag-text {
    font-size:12px;
    line-height: 12px;
    display:inline-block;
}
.agent-directory-holder .search-tags tag i {
    font-size:15px;
    line-height: 15px;
    padding-left:3px;
}
.agent-directory-holder .tag-container .show_more_tags {
    position: absolute;
    display: none;
    width: 100px;
    right: 0;
    top: 5px;
    text-align: right;
}
.agent-directory-holder .tag-container .show_more_tags a,.agent-directory-holder .tag-container .show_less_tags a,.agent-directory-holder .tag-control a { 
    color:#0069FF !important;
    font-size:14px;
    text-decoration: underline;
}
.agent-directory-holder .tag-container .show_less_tags  { 
    position: absolute;
    display: none;
    width: 100px;
    right: 0;
    top: 5px;
    text-align: right;
}

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

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

@media screen and (max-width:420px){ 
    .agent-filter .part-2 .tag-control {
        width: 110px;
    }
}</pre></body></html>