<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cluster-visible {
    text-align: center;
    font-size: 14px !important;
    /*color: #fff !important;*/
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 33px !important;
    height: 33px !important;
    line-height: 33px !important;
    background-color: #66676b;
    -webkit-animation: clusterAnimation 2.5s infinite;
    animation: clusterAnimation 2.5s infinite;
    background-color: var(--lc);
}

@-webkit-keyframes clusterAnimation {

    0%,
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(102, 103, 107, 0.15);
        box-shadow: 0 0 0 6px rgba(102, 103, 107, 0.15);
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(102, 103, 107, 0.15);
        box-shadow: 0 0 0 10px rgba(102, 103, 107, 0.15);
    }
}

@keyframes clusterAnimation {

    0%,
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(102, 103, 107, 0.15);
        box-shadow: 0 0 0 6px rgba(102, 103, 107, 0.15);
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(102, 103, 107, 0.15);
        box-shadow: 0 0 0 10px rgba(102, 103, 107, 0.15);
    }
}

/*GOOGLE MAP BEGIN*/
.infoBox {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    line-height: 24px
}

.infoBox .job-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%
}

.infoBox .job-listing .job-listing-description {
    padding-top: 0
}

.infoBox .job-listing:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.infoBox .job-listing-details {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px
}

.infoBox .job-listing h4.job-listing-company {
    font-size: 14px;
    position: relative;
    top: 0
}

.infoBox .job-listing .verified-badge {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    right: -7px;
    bottom: -7px
}

.infoBox .job-listing .not-verified-badge {
    display: none
}

.infoBox .job-listing-footer {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 15px 25px;
    font-size: 16px;
    display: none
}

.infoBox .job-listing h3.job-listing-title {
    font-size: 16px;
    line-height: 24px
}

.infoBox .job-listing .job-listing-company-logo {
    max-width: 46px;
    /*margin: 5px 18px 5px 0;*/
    top: 0;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px
}

.infoBox .job-listing .job-listing-company-logo img {
    max-width: 46px
}

.map-box {
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    position: relative;
    width: 100%
}

.map-box .listing-img-container img {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.map-box h4 {
    margin: 0;
    padding: 0
}

.map-box h4 a {
    padding: 0 0 2px;
    font-size: 17px;
    line-height: 25px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}

.listing-img-container {
    position: relative;
    height: 100%;
    display: block
}

.map-box h4 a:hover {
    color: #66676b
}

.map-box p {
    padding: 0;
    line-height: 25px;
    margin: 2px 0 0;
    font-size: 14px
}

.map-box ul.listing-details {
    padding: 0;
    font-size: 14px;
    display: none
}

.map-box .listing-title {
    padding: 16px 22px
}

.map-box .listing-img-content {
    padding: 18px 22px
}

.map-box .listing-img-content span {
    font-size: 21px
}

.map-box .listing-img-content .listing-price i {
    font-size: 15px;
    margin: -7px 0 0
}

.infoBox&gt;img {
    position: absolute !important;
    right: 0;
    top: 0
}

.map-box .listing-img-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 37, 0.85)), color-stop(35%, rgba(35, 35, 37, 0.40)), color-stop(60%, rgba(22, 22, 23, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.40) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.40) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, .2)
}

.map-box .listing-item-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 24px;
    width: 100%;
    z-index: 50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.map-box .listing-item-content h3 {
    color: #fff;
    font-size: 18px;
    padding: 0 0 2px;
    font-weight: 500;
    margin: 0;
    line-height: 27px
}

.map-box .listing-item-content span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7)
}

.infoBox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 27px;
    width: 27px;
    line-height: 27px;
    background-color: #f0f0f0;
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.infoBox-close i {
    position: relative;
    top: 2px;
    left: -.5px
}

.infoBox-close:hover {
    color: #fff;
    background-color: #66676b
}

.map-box-icon {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3685cf;
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 101;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden
}

.map-box-icon:before {
    content: "\f064";
    font-family: fontawesome;
    position: relative;
    top: 7px;
    display: block
}

.map-box-image:hover .map-box-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateX(0)
}

.map-box-image {
    position: relative;
    overflow: hidden;
    display: block
}

.infoBox {
    -webkit-animation: infoBoxAnimation .5s;
    animation: infoBoxAnimation .5s;
}

@-webkit-keyframes infoBoxAnimation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes infoBoxAnimation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.infoBox .star-rating span {
    margin-right: 3px
}

.infoBox .rating-counter {
    position: relative;
    top: -1px
}

.infoBox:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff
}

#map {
    height: 100%;
    width: 100%;
    /*margin: 0;*/
    z-index: 990;
    position: relative;
}

#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 990;
    margin-bottom: 60px
}

.gmnoprint {
    margin: 10px
}

.homepage-map {
    height: 560px;
    margin-bottom: 0;
    position: relative
}

.search-bar-on-map {
    position: absolute;
    bottom: 50px;
    z-index: 1000;
    margin: 0 auto;
    left: 0;
    right: 0
}

.cluster img {
    display: none
}

/*.cluster-visible {*/
/*text-align: center;*/
/*font-size: 14px!important;*/
/*color: #fff!important;*/
/*font-weight: 700;*/
/*border-radius: 50%;*/
/*width: 33px!important;*/
/*height: 33px!important;*/
/*line-height: 33px!important;*/
/*background-color: #66676b;*/
/*animation: clusterAnimation 2.5s infinite*/
/*}*/

@keyframes clusterAnimation {

    0%,
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(102, 103, 107, .15);
        box-shadow: 0 0 0 6px rgba(102, 103, 107, .15)
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(102, 103, 107, .15);
        box-shadow: 0 0 0 10px rgba(102, 103, 107, .15)
    }
}

.map-marker-container {
    position: absolute
}

.marker-container {
    position: relative;
    margin: -9px 0 0 -9px;
    width: 18px;
    height: 18px;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    top: 0;
    background-color: #66676b;
    -webkit-animation: markerAnimation 2.5s infinite;
    animation: markerAnimation 2.5s infinite;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@-webkit-keyframes markerAnimation {

    0%,
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(102, 103, 107, .15);
        box-shadow: 0 0 0 6px rgba(102, 103, 107, .15)
    }

    50% {
        -webkit-box-shadow: 0 0 0 8px rgba(102, 103, 107, .15);
        box-shadow: 0 0 0 8px rgba(102, 103, 107, .15)
    }
}

@keyframes markerAnimation {

    0%,
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(102, 103, 107, .15);
        box-shadow: 0 0 0 6px rgba(102, 103, 107, .15)
    }

    50% {
        -webkit-box-shadow: 0 0 0 8px rgba(102, 103, 107, .15);
        box-shadow: 0 0 0 8px rgba(102, 103, 107, .15)
    }
}

.map-marker-container.clicked .marker-container {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.marker-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0
}

.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 18px;
    height: 34px;
    width: 34px
}

.custom-zoom-in:hover,
.custom-zoom-out:hover {
    background-color: #66676b;
    color: #fff
}

.custom-zoom-in:before,
.custom-zoom-out:before {
    font-family: feather-icons;
    width: 100%;
    line-height: 35px
}

.zoomControlWrapper {
    position: absolute;
    left: initial;
    right: 0;
    width: 70px;
    margin-right: 20px
}

.custom-zoom-in:before {
    /*content: "\e9b1";*/
    content: "+";
    font-size: 24px;
}

.custom-zoom-out:before {
    /*content: "\e996";*/
    content: "-";
    font-size: 24px;
}

#streetView,
#geoLocation,
#scrollEnabling {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 99;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 14px;
    font-weight: 500
}

#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled {
    background-color: #66676b;
    color: #fff
}

#streetView:before {
    content: "\e974";
    font-family: material-icons;
    font-size: 18px;
    top: 3px;
    position: relative;
    margin-right: 7px;
    margin-left: -1px;
    line-height: 0
}

/**/

/*.lvml {*/
/*behavior: url(#default#VML);*/
/*display: inline-block;*/
/*position: absolute*/
/*}*/

/*body #submit_map {*/
/*outline: none;*/
/*margin-bottom: 30px*/
/*}*/

.marker-container:hover .marker-card,
.clicked .marker-container .marker-card {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: transparent
}

.marker-cluster {
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.marker-cluster div {
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #66676b;
    position: relative
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: #66676b
}

.marker-cluster div:before {
    border: 7px solid #66676b;
    opacity: .2;
    -webkit-box-shadow: inset 0 0 0 4px #66676b;
    box-shadow: inset 0 0 0 4px #66676b;
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: cluster-animation 2.5s infinite;
    animation: cluster-animation 2.5s infinite
}

@-webkit-keyframes cluster-animation {

    0%,
    100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(1.5) rotate(90deg);
        transform: scale(1.5) rotate(90deg)
    }
}

@keyframes cluster-animation {

    0%,
    100% {
        -webkit-transform: scale(1.3) rotate(0deg);
        transform: scale(1.3) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(1.5) rotate(90deg);
        transform: scale(1.5) rotate(90deg)
    }
}

.marker-cluster span {
    font-family: Arial, sans-serif;
    line-height: 36px
}

.type-and-hit-enter {
    display: block;
    position: absolute;
    right: 16px;
    top: 13px;
    z-index: 120;
    background-color: #f0f0f0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    line-height: 18px;
    padding: 3px 7px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

@media(min-width: 992px) {
    .intro-banner-search-form .type-and-hit-enter {
        top: 23px;
        right: 18px
    }
}

@media(max-width: 992px) {
    .intro-banner-search-form .type-and-hit-enter {
        top: 17px;
        right: 14px
    }
}

.tip-visible-focusin.type-and-hit-enter,
.tip-visible.type-and-hit-enter {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.main-search-input.gray-style .type-and-hit-enter,
.main-search-inner .type-and-hit-enter {
    top: 11px;
    right: 25px
}

.main-search-container.alt-search-box .type-and-hit-enter {
    right: 19px;
    top: 14px
}

@media(max-width: 992px) {
    .main-search-input.gray-style .type-and-hit-enter,
    .main-search-container:not(.alt-search-box) .type-and-hit-enter {
        top: 16px;
        right: 20px
    }
}

#streetView {
    z-index: 999
}

#map,
#singleListingMap {
    outline: none
}

.marker-container {
    background-color: #2a41e8;
}
/*GOOGLE MAP END*/
</pre></body></html>