/* ------------- Assumed Pre-existing Styling - Local testing only -------------- */
/* CSS loaded from cache: [client-58365] ab2bf563 */

/* Cached at 04/18/25 21:46:03 */
/* precisionListingsBase - 1.001 */
:root {
    /* Color */
    --idx-primary-color: #3561B7;
    --idx-secondary-color: #788088;
    --idx-button-color: #3561B7;
    --idx-button-text-color: #FFFFFF;
    --idx-secondary-button-color: #686F76;
    --idx-secondary-button-text-color: #FFF;
    --idx-button-gray: #737373;
    --idx-lightest-gray: #F2F3F4;
    --idx-darkest-gray: #323B40;
    --idx-stroke-gray: #E4E4E4;
    --idx-pill-gray: #A5AAB0;
    --form-field-default-text: #CCC;

    /* Typography */
    --idx-font-family: 'Muli', sans-serif;
    --font-size-base: 16px;
    --line-height-base: 22px;

    /* Grid */
    --idx-space-1: 5px;
    --idx-space-2: 10px;
    --idx-space-3: 15px;
    --idx-space-4: 20px;
    --idx-space-5: 25px;
    --idx-space-6: 30px;
    --idx-space-7: 35px;
    --idx-space-8: 40px;
    --idx-space-9: 45px;
    --idx-space-10: 50px;

    /* Swiper */
    --swiper-theme-color: var(--idx-primary-color);
    --swiper-navigation-size: var(--idx-space-8);
}
@keyframes dot {
    from {opacity: 1;}
    to {opacity: 0.8;}
    to {opacity: 0.5;}
}
.searching-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    background-color: var(--idx-primary-color);
    border-radius: 50%;
    cursor: default;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: dot;
}
.searching-dot:first-of-type {
    margin-left: 5px;
}
.searching-dot--second {
    animation-delay: 0.5s;
}
.searching-dot--third {
    animation-delay: 1s;
}
#IDX-loadingScreen {
    font-style: italic;
}
#IDX-main a,
#IDX-main a:hover,
#IDX-main a:active,
#IDX-main a:focus {
    color: var(--idx-primary-color);
}
#IDX-main,
#IDX-main label {
    font-family: var(--idx-font-family);
    font-weight: 200;
}
#IDX-main .select2-search {
    z-index: unset;
}
#searchSetup #middlewareSearch #IDX-main .IDX-btn.IDX-btn__PL,
#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL {
    height: 50px;
    padding: 0;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    background-color: var(--idx-button-color);
    border-color: var(--idx-button-color);
    color: var(--idx-button-text-color);
    font-weight: 300;
}
#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL {
    width: 100%;
}
#IDX-main.IDX-wrapper-standard .IDX-btn.IDX-btn__PL--inverse {
    background-color: var(--idx-button-text-color);
    color: var(--idx-button-color);
}

#IDX-main .IDX-btn.IDX-btn__PL:focus {
    outline: none;
}
#IDX-main .IDX-btn.IDX-btn__PL:hover,
#IDX-main .IDX-btn.IDX-btn__PL:focus {
    filter: brightness(0.95);
}
#IDX-main .IDX-btn.IDX-btn__PL:active {
    filter: brightness(0.90);
}
.select2-selection--multiple .select2-selection__choice {
    border: none;
    background-color: #FFF;
}

.IDX-custom-form-element__group,
.option.load-more,
.select2-results__option.loading-results,
.select2-results__option {
    min-height: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    background-color: #F2F3F3;
    width: 100%;
    margin-bottom: 3px;
    align-items: center;
    word-break: break-word;
    font-family: var(--idx-font-family);
    font-weight: 200;
}
.option.load-more,
.select2-results__option.loading-results {
    width: unset;
    padding-left: 8px;
}
.option.load-more::after {
    background: url(//d1qfrurkpai25r.cloudfront.net/images/spinner.gif?auid=aALIG@WuBRxY4GEL8e55AQAAABo);
}
.IDX-custom-form-element__group:hover {
    background-color: #EAEBED;
}
.IDX-custom-form-element__label {
    padding: 8px 10px;
}
.IDX-custom-form-element--loading .IDX-custom-form-element__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.IDX-custom-form-element__group.IDX-custom-form-element--loading {
    color: #323B40;
    pointer-events: none;
}
.IDX-custom-form-element__group.IDX-custom-form-element--loading:hover {
    background-color: #F2F3F3;
}
.IDX-checkbox__box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
    min-width: 20px;
    margin: 7px 0px 8px 7px;
    padding-left: 1px;
    padding-bottom: 2px;
    background-color: #FFF;
    border: 1px solid #F2F3F3;
}
.IDX-radio-button__box {
    height: 25px;
    width: 25px;
    margin-left: 10px;
    border: 1px solid #E4E4E4;
    border-radius: 50%;
    background-color: #FFF;
}
.IDX-radio-input--hidden,
.IDX-hidden-input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.select2-container--default .select2-results__option[aria-selected=true] .IDX-radio-button__box,
input:checked + .IDX-radio-button__box {
    position: relative;
    box-shadow:
        inset 0 0 0 6px #FFF,
        inset 0 0 0 30px #E4E4E4;
}

.IDX-hidden-input:checked + .IDX-checkbox__box:after,
.select2-container--default .select2-results__option[aria-selected=false] .IDX-checkbox__box:after {
    content: "";
    display: none;
}
.IDX-hidden-input:checked + .IDX-checkbox__box:after,
.select2-container--default .select2-results__option[aria-selected=true] .IDX-checkbox__box:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #3CA5D6;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.select2-container--default li.select2-results__option .select2-results__option {
    padding: 0;
}
.select2-container--default li.select2-results__option,
.select2-container--default li.select2-results__option--highlighted[aria-selected],
.select2-container--default li.select2-results__option:hover {
    background-color: #FFF;
    color: #323B40;
    padding: 0;
}
.IDX-wrapper-standard .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 7px 7px 7px 17px;
    background-color: #F2F3F4;
    border: none;
}
#IDX-main .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin: 3px 5px 3px 10px;
}
.IDX-wrapper-standard .select2-container {
    width: 100%;
}
.IDX-wrapper-standard .select2-selection {
    min-height: 45px;
}
.IDX-wrapper-standard .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding: 0 55px 0 20px;
}
/* Add in middleware specific css */
#main_cont.mw__page .IDX-wrapper-standard .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 8px;
    font-size: inherit;
}
#main_cont.mw__page .IDX-wrapper-standard .select2-container--default .select2-selection--single .select2-selection__clear {
    padding-right: 20px;
}
#main_cont.mw__page .IDX-form__group--PL #IDX-propStatus option,
#main_cont.mw__page .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: inherit;
}
#main_cont.mw__page .IDX-wrapper-standard .selection .select2-selection__rendered .select2-search {
    display: none;
}
.IDX-wrapper-standard .selection .select2-selection__rendered .select2-search__field {
    width: 100%;
    padding-left: 12px;
}
.IDX-wrapper-standard .IDX-form__element--PL {
    height: 45px;
    padding: 20px;
    color: #323B40;
    background: #fff;
    box-shadow: none;
    border: 1px solid var(--idx-stroke-gray);
    border-radius: 4px;
}
.IDX-wrapper-standard .select2-container a.select2-selection__choice, .IDX-wrapper-standard .select2-container a.select2-default {
    min-height: 38px;
}
.IDX-wrapper-standard .select2-container .select2-selection__choice.select2-default .select2-chosen {
    color: var(--idx-stroke-gray);
}
.IDX-wrapper-standard .select2-container .select2-selection__choice .select2-chosen {
    margin-top: 4px;
    line-height: 37px;
}
.IDX-wrapper-standard .select2-container .select2-selection__choice abbr {
    top: 17px;
    right: 40px;
}

.IDX-wrapper-standard .select2-container .selection .select2-selection__arrow,
.IDX-wrapper-standard .select2-container.select2-container--open .selection .select2-selection__arrow {
    top: 4px;
    right: 15px;
}
.IDX-wrapper-standard .select2-container .selection .select2-selection__arrow b {
    height: 15px;
    width: 15px;
    border: none;
    background-image: url(//d1qfrurkpai25r.cloudfront.net/images/chevron-down-light.svg?auid=aALIG@WuBRxY4GEL8e55AQAAABo);
    background-position: unset;
    background-size: unset;
}
.IDX-wrapper-standard .select2-container.select2-container--open .selection .select2-selection__arrow b {
    height: 15px;
    width: 15px;
    border: none;
    background-image: url(//d1qfrurkpai25r.cloudfront.net/images/chevron-up-light.svg?auid=aALIG@WuBRxY4GEL8e55AQAAABo);
    background-position: unset;
    background-size: unset;
}
.IDX-wrapper-standard .select2-container .select2-selection__choice .select2-arrow b > span {
    margin: 4px 0 0 6px;
}

.IDX-wrapper-standard .select2-container .select2-selection,
.IDX-wrapper-standard .select2-container .select2-selection.select2-selection--multiple {
    margin: 0;
    padding: 0;
    outline-color: var(--idx-stroke-gray);
    border: 1px solid var(--idx-stroke-gray);
    border-radius: 4px;
    background: #fff;
}
.IDX-wrapper-standard .select2-container .select2-selection:focus,
.IDX-wrapper-standard .select2-container .select2-selection.select2-selection--multiple:focus {
    outline-color: #cfcbcb;
}
.IDX-wrapper-standard .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    padding: 0;
}
.select2-search__field {
    padding-left: 20px;
}
#IDX-main.IDX-wrapper-standard .select2-search input,
#IDX-main.IDX-wrapper-standard .select2-container .select2-selection--multiple .select2-selection__rendered input {
    /* Have to override the select2 default styles, usually we shouldn't use
    important flag but its the best way to get rid of select2 defaults */
    width: 100% !important;
    margin: 0;
    border: 0;
    background-image: none !important;
}
.select2-dropdown.select2-dropdown--below {
    border-color: var(--idx-stroke-gray);
}
.select2-dropdown.select2-dropdown--above {
    border-color: var(--idx-stroke-gray);
}
/* Submit button focus/hover state. */
.IDX-wrapper-standard #IDX-formSubmit,
.IDX-wrapper-standard #IDX-formSubmit {
    border-radius: 4px;
    background-color: var(--idx-button-color);
    color: var(--idx-button-text-color);
}

/* Submit button focus/hover state. */
.IDX-wrapper-standard #IDX-formSubmit:focus,
.IDX-wrapper-standard #IDX-formSubmit:hover {
    filter: brightness(0.95);
}

#IDX-action-buttons {
    border-top: 2px solid var(--idx-stroke-gray);
    padding-top: 28px;
}
@media (max-width: 768px) {
    #IDX-main {
        margin-bottom: 45px;
    }

    #IDX-action-buttons {
        display: flex;
        position: fixed;
        padding: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: none;
        background-color: #fff;
    }

    #IDX-main .IDX-btn.IDX-btn__PL {
        width: 100%;
        height: 64px;
        border-radius: 0;
    }
}
.IDX-wrapper-standard .select2-container .select2-dropdown .select2-results__options {
    max-height: 300px;
}
.IDX-wrapper-standard .select2-container .select2-dropdown .select2-results__options li {
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.IDX-wrapper-standard .select2-container .select2-search {
    margin: 4px 0;
}
.IDX-wrapper-standard .select2-container .select2-search input, .IDX-wrapper-standard .select2-container .select2-search input:focus {
    border: none;
    background: #fff;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container.select2-container-active .select2-selection__choice {
    border-color: #91acce;
}
.IDX-wrapper-standard .select2-container.select2-dropdowndown-open .select2-selection__choice {
    border-bottom-color: #ccc;
}
.IDX-wrapper-standard .select2-container .form-control {
    padding: 0;
    border: none;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close {
    font-size: 150%;
    top: 0;
    display: inline-block;
    float: right;
    width: 25px;
    height: 100%;
    padding-top: 6px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    background: 0 0;
    background-image: none;
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close:before {
    content: '×';
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close:hover {
    text-decoration: none;
}
.IDX-wrapper-standard .select2-search__field {
    width: 100%;
}
.IDX-wrapper-standard .select2-search__field::placeholder,
.IDX-wrapper-standard .IDX-form__element--PL::placeholder,
#IDX-main .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #323B40;
}
.IDX-wrapper-standard .select2-chosen, .IDX-wrapper-standard .select2-input.select2-default {
    width: 100;
}
.IDX-wrapper-standard .select2-search-choice-close {
    background: 0 0;
}
/* lead bar */

#IDX-leadToolsBar {
    height: 60px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-align: center;
    color: var(--idx-button-text-color);
    background-color: var(--idx-button-color);
}
#IDX-leadToolsBar a {
    text-decoration: underline;
    color: #fff;
}
#IDX-leadToolsBar a:hover {
    color: #fff;
}
#IDX-leadLogOutLink, #IDX-leadInfo {
    display: inline-block;
    float: left;
    margin-left: 5px;
}
#IDX-leadAccountLink {
    float: none;
    margin-top: 10px;
}
@media only screen and (min-width: 641px) {
    /* lead bar */
    #IDX-leadToolsBar {
        line-height: 30px;
        height: 30px;
        padding-top: 0;
        text-align: inherit;
        vertical-align: middle;
    }
    #IDX-leadInfo {
        margin-left: 10px;
    }
    #IDX-leadLogOutLink {
        display: inline-block;
        float: left;
        margin-left: 5px;
    }
    #IDX-leadAccountLink {
        display: inline-block;
        float: right;
        margin-top: 0;
        margin-right: 10px;
    }
}
.IDX-clear {
    clear: both;
}
/* Social Media Login Styles for Standard pages */
#IDX-social-media-logins { margin: 20px 0; width: 300px; }
#IDX-login-instructions { width: 300px; text-align: center; }
.IDX-social-form { display: inline-block; margin-right: 12px; }
.IDX-social-form button { height: 50px; width: 50px; border: none; background-repeat: no-repeat; border-radius: 50px; cursor: pointer; }
.IDX-social-form button span { display:none; }
#IDX-social-google button { background: url(//d1qfrurkpai25r.cloudfront.net/images/social/google.png?auid=aALIG@WuBRxY4GEL8e55AQAAABo); background-color: #db4437; }
#IDX-social-facebook button { background: url(//d1qfrurkpai25r.cloudfront.net/images/social/facebook.png?auid=aALIG@WuBRxY4GEL8e55AQAAABo); background-color:#3b5998; }

/* Mobile Specifics */
.IDX-wrapper-mobile .IDX-navbar-header {
    display: none;
}

/* Toggle Switch */

.IDX-checkbox.IDX-radioLabel {
    opacity: 0;
    width: 0;
    height: 0;
}
.IDX-custom-form-element__group.IDX-radio__slider-group {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: unset;
}
.IDX-radio__slider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 75px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #323B40;
    color: #fff;
    opacity: 0.5;
    transition: .4s;
    border-radius: 34px;
    cursor: pointer;
}

.IDX-radio__slider div:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 10px;
    bottom: 5px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50%;
}

.IDX-radio__slider div:after {
    padding-right: 12px;
    content: 'No';
}

.IDX-hidden-input:checked+.IDX-radio__slider {
    justify-content: flex-start;
    opacity: 1;

}

.IDX-hidden-input:checked+.IDX-radio__slider div:after {
    padding-left: 12px;
    content: 'Yes';
}

.IDX-hidden-input:checked+.IDX-radio__slider div:before {
    transform: translateX(36px);
}


/* precisionListingsRoster - 1.000 */
#IDX-main {
    padding: 0 15px;
}

#IDX-main,
#IDX-main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.IDX-wrapper-standard .IDX-filterWrapper {
    margin-bottom: 15px;
    display: inline-block;
}
.IDX-rosterLink {
    border-bottom: 1px solid #E4E4E4;
}
.IDX-roster__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.IDX-wrapper-standard .IDX-roster__header h1 {
    color: #302F34;
    font-weight: 300;
    font-size: 32px;
}
.IDX-roster__filter-form {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    grid-gap: 20px;
}
#IDX-main .IDX-btn.IDX-btn__PL#IDX-rosterFilterSubmit {
    width: 85px;
    height: 50px;
}
.IDX-select__precision-listings .IDX-select.IDX-form-control {
    height: 45px;
    border: 1px solid var(--idx-stroke-gray);
    border-radius: 4px;
}

@media (max-width: 768px) {
    #IDX-main .IDX-btn.IDX-btn__PL#IDX-rosterFilterSubmit {
        width: 100%;
    }
    #IDX-main .IDX-btn.IDX-btn__PL {
        border-radius: 4px;
    }
    .IDX-roster-card {
        width: 100%;
    }
    .IDX-roster__header {
        flex-direction: column;
    }
    .IDX-roster__filter-form {
        flex-direction: column;
        align-items: inherit;
    }
    .IDX-roster__filter-form .IDX-select__precision-listings label {
        margin-bottom: 10px;
    }
}


/* recaptcha - 1.000 */
.grecaptcha-badge {z-index:1003; visibility:hidden; }
.IDX-googleRecaptchaPolicy {
    font-size: 10px;
    color: #6F6F6F;
    text-align: center;
}

/* precisionListingsRosterTools - 1.000 */
.IDX-rosterContent {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    margin-bottom: 25px;
}
.IDX-roster__header {
    margin: 15px 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--idx-stroke-gray);
}
.IDX-rosterOfficeContent {
    margin-top: 20px;
}
.IDX-rosterOfficeWrap .IDX-rosterLabel,
.IDX-office__single .IDX-rosterLabel,
.IDX-rosterLabel {
    font-weight: 400;
    margin: 0;
    color: #302F34;
}

.IDX-rosterOfficeHeader {
    margin-left: 15px;
}

.IDX-rosterOfficeContent .IDX-rosterOfficeImageWrap {
    height: 200px;
    width: 311px;
    overflow: hidden;
}

.IDX-rosterOfficeWrap .IDX-roster-card .IDX-rosterOfficeDesc {
    grid-area: bio;
    overflow: auto;
}
.IDX-rosterOfficeContent .IDX-rosterDisplayName {
    font-weight: 600;
}
.IDX-rosterOfficeWrap .IDX-roster-card .IDX-office__actions {
    grid-area: actions;
    align-self: end;
}
.IDX-rosterCategoryTitle {
    padding-bottom: 15px;
    margin: 0 15px;
    font-size: 24px;
}
.IDX-roster__contact-info {
    margin: 23px 0 0 10px;
}
.IDX-rosterDisplayName.IDX-rosterLabel {
    color: #302F34;
    font-size: 16px;
}
.IDX-wrapper-standard ul.IDX-actionLinks {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}
.IDX-agentInfo__title {
    color: #fff;
}
.IDX-rosterLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 17px;
    height: 56px;
    font-weight: 300;
}
.IDX-rosterCategoryLink {
    padding-left: 10px;
    font-weight: 600;
    color: #454F63;
}
.IDX-roster-card {
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    height: 680px;
    width: 383px;
    overflow: hidden;
}
.IDX-bio .IDX-btn__PL span:after {
    content: 'More Information'
}
.IDX-roster-card.IDX-bio--show .IDX-btn__PL span:after {
    content: 'Less Information';
}
.IDX-link-arrow {
    border: solid #788088;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}
.IDX-rosterLink:hover {
    background-color: #efeded;
    cursor: pointer;
}
.IDX-wrapper-standard a.IDX-rosterLink,
.IDX-wrapper-standard a.IDX-rosterLink:hover {
    text-decoration: none;
}
#IDX-main .IDX-btn.IDX-btn__PL {
    margin-top: 20px;
}
.IDX-bio .IDX-bio-details {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}
.IDX-roster-card.IDX-bio--show .IDX-btn__PL {
    position: sticky;
    top: 0;
}
.IDX-roster-card .IDX-more-information {
    visibility: hidden;
}
.IDX-roster-card.IDX-bio--show .IDX-more-information {
    visibility: visible;
    margin-top: 25px;
    padding-left: 10px;
}

.IDX-roster-card.IDX-bio--show .IDX-roster__info {
    height: 0;
}
.IDX-roster-card .IDX-roster__info {
    transition: height 1s ease 0s;
    height: 543px;
    overflow: hidden;
}

.IDX-roster-card.IDX-bio--show {
    overflow: auto;
    padding-top: 0;
}
.IDX-rosterImageWrap {
    display: grid;
    grid-template-areas: "image";
    position: relative;
    height: 319px;
    width: 311px;
    overflow: hidden;
    border-radius: 12px;
}
.IDX-roster-card__image {
    grid-area: image;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    z-index: 0;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 12px;
}
.IDX-roster__image-content {
    grid-area: image;
    align-self: end;
    justify-content: left;
    padding-left: 15px;
    padding-bottom: 15px;
    z-index: 2;
}
.IDX-image__overlay {
    grid-area: image;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #343337 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 2;
}
.IDX-rosterDisplayName {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    word-break: break-word;
}

.IDX-rosterUserTitle,
.IDX-rosterLabel,
#IDX-main .IDX-rosterImageWrap .IDX-agentInfo {
    color: #CCCCCC;
    font-size: 16px;
    font-weight: 400;
}

#IDX-main .IDX-rosterImageWrap .IDX-agentInfo a,
#IDX-main .IDX-rosterImageWrap .IDX-agentInfo a:hover,
#IDX-main .IDX-rosterImageWrap .IDX-agentInfo a:active
#IDX-main .IDX-rosterImageWrap .IDX-agentInfo a:focus {
    color: #9AB0DB;
}
.IDX-rosterOfficeContent .IDX-office__single {
    margin: 20px;
}
.IDX-office__single {
    display: grid;
    grid-template-columns: auto minmax(311px, 1fr);
    grid-template-areas:
        "image address"
        "image actions";
    grid-gap: 20px;
}
.IDX-office__single .IDX-roster__contact-info {
    margin: 0;
}
.IDX-office__single .IDX-rosterOfficeImage {
    grid-area: image;
    width: 311px;
    margin-right: 38px;
    border-radius: 4px;
}
.IDX-office__single .IDX-roster__info {
    grid-area: address;
    height: 280px;
    overflow: auto;
}
.IDX-office__single .IDX-rosterOfficeAddress {
    margin-bottom: 0;
}
.IDX-office__single .IDX-office__actions {
    display: flex;
    align-items: center;
    grid-area: actions;
    align-self: end;
    font-weight: 400;
}
.IDX-rosterOfficeRosterLink__divider {
    width: 2px;
    height: 16px;
    margin: 0 15px;
    border-left: 1px solid var(--idx-stroke-gray);
}
.IDX-rosterOfficeRosterLink__info,
.IDX-rosterOfficeRosterLink__divider--no-show {
    display: none;
}

@media (max-width: 768px) {
    .IDX-roster-category,
    .IDX-roster-card,
    .IDX-rosterImageWrap,
    .IDX-roster-card__image,
    .IDX-office__single .IDX-rosterOfficeImage,
    .IDX-rosterOfficeContent .IDX-rosterOfficeImageWrap,
    .IDX-rosterOfficeImageWrap .IDX-rosterImageWrap {
        width: 100%;
    }
    .IDX-rosterCategoryTitle,
    .IDX-office__single .IDX-rosterOfficeImage,
    .IDX-rosterOfficeContent .IDX-office__single {
        margin: 0;
    }
    .IDX-rosterOfficeContent .IDX-office__single {
        grid-gap: 15px;
        grid-template-columns: auto;
        grid-template-areas:
            "image"
            "address"
            "actions";
        margin-bottom: 50px;
    }
    .IDX-rosterContent .IDX-bio .IDX-btn.IDX-btn__PL {
        grid-area: button;
    }
    .IDX-rosterContent .IDX-bio .IDX-more-information {
        grid-area: bio;
    }
    .IDX-rosterContent .IDX-bio {
        display: grid;
        grid-template-areas:
            "button"
            "bio";
    }
    .IDX-rosterContent .IDX-roster-card.IDX-bio--show .IDX-bio {
        grid-template-areas:
            "bio"
            "button";
    }
    .IDX-rosterOfficeRosterLink__info:after {
        content: 'Show More';
        color: var(--idx-primary-color);
        text-align: center;
    }
    .IDX-rosterOfficeRosterLink__info:focus,
    .IDX-rosterOfficeRosterLink__info:active {
        text-decoration: underline;
    }
    .IDX-office__single.IDX-bio--show .IDX-rosterOfficeRosterLink__info:after {
        content: 'Hide More'
    }
    .IDX-office__actions {
        justify-content: center;
    }
    .IDX-rosterOfficeRosterLink__info,
    .IDX-rosterOfficeRosterLink__divider--no-show {
        display: block;
    }
    .IDX-rosterOfficeRosterLink {
        text-align: center;
    }
    .IDX-office__single .IDX-bio {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .IDX-roster-card.IDX-bio--show {
        height: 100%;
        padding-top: 35px;
    }
    .IDX-roster-card.IDX-bio--show .IDX-roster__info {
        height: 543px;
    }
    .IDX-office__single .IDX-roster__info {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .IDX-office__single.IDX-bio--show .IDX-roster__info {
        height: 100%;
    }
    .IDX-office__single.IDX-bio--show .IDX-bio {
        overflow: visible;
        display: block;
    }
}



/**** Custom Template CSS ****/

/**** Client CSS ****/
/**
 * Custom Global CSS
 */
#IDX-main {width: 100%;}

/**
 * Custom Page CSS
 */
.IDX-rosterContent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 25px;
    margin-bottom: 25px;
}

/* ----- End of Existing Styles ------ */
