.yescommunitylisting-module {
    position: relative;
}
.yescommunitylisting-module .pre-loader {
    position: absolute;
    top: 40%;
    left: calc(50% - 20px);
    margin: auto;
    min-height: 160px;
}
.yescommunitylisting-module .pre-loader .fa-spinner {
    font-size: 40px;
    color: rgb(163, 216, 88);
}

.infoWindow-body {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

.infoWindow-body a {
    color: rgb(163, 216, 88);
}

.infoWindow-header a {
    color: rgb(163, 216, 88);
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 2px;
}

.infoWindow-footer {
    color: rgb(163, 216, 88);
    font-size: 11px;
    font-weight: bold;
}

.infoWindow-footer a {
    color: rgb(163, 216, 88);
    font-size: 11px;
}

.infoWindowContainer {
    display: flex;
}

.infoWindow-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 160px;
    height: 80px;
    border-radius: 4px;
    margin-right: 15px;
}

.infoWindow-home-info {
    margin-top: 15px;
    font-size: 14px;
    color: #434C58;
}

.gm-style .gm-style-iw-c button[title="Close"] {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
}

.gm-style-iw-d > div {
    padding: 5px;
}

.home-listing-header {
    display: flex;
    justify-content: center;
    box-shadow: 0px 7px 5px -1px #f1f1f1;
    padding:15px;
    margin:0;
}

#home-listing-list-header {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 10px 0;
}

.home-listing-header .form-group {
    padding:0 10px;
    align-self: flex-end;
}
.home-listing-header input,
.home-listing-header select {
    background: #EEECEC;
    border: 0px;
    padding: 10px;
    box-shadow: none;
    line-height: 24px;
    font-size: 18px;
    display: block;
    float: left;
    width:100%;
}
.home-listing-header .form-group label {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 400;
}
.home-listing-header .form-group.find-it button.btn-primary {
    padding: 10px 15px;
    width: auto;
    min-width: 180px;
    font-size: 22px;
    line-height: 30px;
}

.home-listing-header .form-group.city-state .city-zip-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.home-listing-header .form-group.city-state .city-zip-wrapper input {
    padding-right:25px;
}
.home-listing-header .form-group.city-state .city-zip-wrapper:after {
    content:'';
    background:url(../images/search_gray.svg) no-repeat center center;
    height:18px;
    width:18px;
    position:absolute;
    right:10px;
    top:12px;
    display:block;
    pointer-events: none;
}
.home-listing-header .form-group .dropdown-wrapper {
    position:relative;
    overflow:hidden;
    display:inline-block;
    width:100%;
}
.home-listing-header .form-group .dropdown-wrapper:after {
    content:'';
    background:url(../images/arrow_down.svg) no-repeat center center;
    height:18px;
    width:18px;
    position:absolute;
    right:10px;
    top:16px;
    display:block;
    pointer-events: none;
}
.home-listing-header .form-group .dropdown-wrapper select {
    width:130%;
    -webkit-appearance:none;
    border-radius: 0px;
}
#home-count {
    font-size: 20px;
    margin-left: 30px;
    color: #434C58;
}
#home-sort {
    font-size: 18px;
    margin-right: 50px;
    color: #434C58;
}

.home-details {
    padding: 0 55px 0 215px;
}

.extra-info > span {
    white-space: nowrap;
}

.home-listing {
    border-top: 1px solid #d8d8d8;
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}

.favorite {
    float: right;
    width: 25px;
    margin-right: 15px;
}

.favorite img {
    width: 100%;
}

.mapCanvas {
    height: 70vh;
    width: 100%;
}

.community-name {
    color: #434C58;
    font-size: 16px;
}

.home-address {
    color: #434C58;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.home-info {
    color: #434C58;
    font-size: 16px;
    line-height: 20px;
}

.home-image {
    float: left;
    width: 200px;
}

    .home-image div {
        margin-left: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding-top: 50%;
    }

.modal-body .home-listing:nth-child(1) {
    border-top: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .home-image {
        width: 100px;
    }
    .home-details {
        padding-left: 115px;
    }
}

@media (max-width: 556px) {
    .home-image {
        width: 100px;
    }

    .home-details {
        padding-left: 115px;
    }

    .favorite {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .home-listing-header {
        display:inline-block;
        width:100%;
        padding:30px 15px 15px;
    }
    .home-listing-header .form-group.city-state {
        width:100%;
        margin:0 0 15px;
    }
    .home-listing-header .form-group.radius,
    .home-listing-header .form-group.num-of-beds,
    .home-listing-header .form-group.num-of-baths {
        width:20%;
        margin:0 0 15px;
        float:left;
    }
    .home-listing-header .form-group.price-month {
        width:40%;
        margin:0 0 15px;
        float:left;
    }
    .home-listing-header .form-group.find-it {
        width:100%;
        margin:0 0 15px;
        text-align:center;
        display:inline-block;
    }
    .home-listing-header .form-group.find-it button {
        display:inline-block;
        margin:15px 0 0;
        float:none;
    }
}
@media (max-width: 556px) {
    .home-listing-header .form-group.radius,
    .home-listing-header .form-group.num-of-beds,
    .home-listing-header .form-group.num-of-baths,
    .home-listing-header .form-group.price-month {
        width:50%;
        margin:0 0 15px;
        float:left;
    }
}

.home-pagination {
    display: flex;
    justify-content: center;
    padding: 22px;
    font-size: 18px;
    color: #434C58;
    font-weight: bold;
    border-top: 1px solid #d8d8d8;
}

.home-listing-list {
    max-height: 70vh;
    overflow-y: auto;
}

.jumboHomeListing {
    width: 100%;
    color: #444B57;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .jumboHomeListing h1 {
        font-size: 55px;
        margin-bottom: 15px;
        font-weight: 100;
        font-family: inherit;
    }

    .jumboHomeListing h2 {
        font-size: 30px;
        margin-bottom: 15px;
        font-family: inherit;
    }

    .jumboHomeListing p {
        font-size: 24px;
        line-height: 30px;
    }

    .jumboHomeListing a {
        color: #ffffff;
        margin-top: 15px;
    }

        .jumboHomeListing a:nth-of-type(1) {
            margin-right: 15px;
        }

.jumboHomeListingWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jumboHomeListingContents {
    width: 80%;
}

/*.home-listing-random-wrap {margin-left:-15px; margin-right:-15px;}*/
.home-listing-random-wrap > .row {margin-left:0px; margin-right:0px;}
.home-listing-random-wrap > .row > div[class*="col-"] {padding-left:0px; padding-right:0px;}
.home-listing-random .swiper-slide {background-size: cover; background-repeat: no-repeat; background-position:center center; background-color:rgba(0,0,0,0.25);}

.home-listing-swiper-container {
    height: 750px;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
    background: #434C58 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px !important;
}

.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #434C58;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0) !important;
}
.swiper-button-next.home-listing-swiper-button-next {
    background: url(../images/arrow_right.png) no-repeat center center !important;
    height: 40px;
    width: 40px;
    background-size: contain !important;
}
.swiper-button-prev.home-listing-swiper-button-prev {
    background: url(../images/arrow_left.png) no-repeat center center !important;
    height: 40px;
    width: 40px;
    background-size: contain !important;
}

@media screen and (max-width:1199px) {
    .home-listing-list {
        max-height: none;
        overflow-y: auto;
        height:auto;
    }
}