.rental-results{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:1fr;width:100%;min-height:100vh;position:relative;transition:all ease-out .5s;margin-top:20px}.rental-results .results-list{width:100%;min-height:100vh;z-index:1;grid-column-start:1;grid-column-end:2;padding-left:5%;padding-right:5%}.rental-results.no-map{padding:3.5%;height:auto;grid-template-columns:1fr}.rental-results .gm-style-iw{display:none}.rental-results .gm-style-iw-t::after{display:none}.rental-results.no-map .results-list{height:auto;overflow:visible;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;padding-left:0}.rental-results .rental-map{position:fixed !important;z-index:2;width:50%;height:100%;grid-column-start:2;grid-column-end:3;border-top-left-radius:25px}.rental-results .rental-map.sticky{top:calc(var(--logo-height) + 40px);border-top-left-radius:0}.rental-results .rental-map.end{width:100% !important;height:calc(100% - (var(--logo-height) + 40px)) !important;position:absolute !important}.rental-results.no-map .rental-map{display:none}.rental-results.no-list{display:block;height:auto;padding:0}.rental-results.no-list .results-list{display:none}.rental-results.no-list .rental-map{width:100%;z-index:10}.rental-results.no-list .rental-map.sticky{top:auto !important}.rental-results.no-list .rental-map.end{height:100% !important}.rental-results.no-list .gm-style-iw{display:block}.rental-results.no-list .gm-style-iw-t::after{display:block}.rental-results.no-list .rental-list{width:700px}.rental-results .map-popup-content{min-width:250px}.rental-results .map-popup-content .col2{padding-right:10px}.rental-list{z-index:1;display:grid;grid-template-columns:50% 50%;position:relative;border-radius:25px;box-shadow:0 5px 25px rgba(0,0,0,.1);margin-bottom:40px;overflow:hidden}.rental-list.highlighted,.rental-list:hover{z-index:2;transition:all .2s ease-in-out;background:var(--info-color-light);box-shadow:0 5px 25px rgba(0,0,0,.3)}.rental-list.dimmed{opacity:.5;filter:blur(2px);z-index:1}.rental-list .photo{width:100%;height:auto}.rental-list .photo img{width:100%;height:auto}.rental-list .photos{width:100%;height:auto;position:relative;padding-bottom:70%;overflow:hidden}.rental-list .photos img{width:100%;height:100%;object-fit:cover}.rental-list .slider .arrow{padding:10px;font-size:.9rem;line-height:.9rem;color:rgba(0,0,0,.6);background:rgba(255,255,255,.8);transition:all .2s;border-radius:50%;width:35px;height:35px;opacity:0}.rental-list .slider .arrow.left{left:10px}.rental-list .slider .arrow.right{right:10px}.rental-list .photos .slider:hover .arrow{opacity:1}.rental-list .details{padding:20px;position:relative}.rental-list h3{margin-bottom:10px;font-size:1.3rem;line-height:1.3rem;font-weight:600}.rental-list h3 a{color:var(--dark-text-color)}.rental-list h4,.rental-list h5{display:inline-block;vertical-align:middle;margin:10px 0 0 0;font:400 .9rem/1rem var(--font-family);color:var(--text-color)}.rental-list p{font-size:1rem;line-height:1.4rem;font-weight:400;margin:0}.rental-list .overview{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;align-content:center;margin:15px 0;padding:15px 0;border-top:1px solid var(--border-color)}a.overview-wrapper{text-decoration:none}.rental-list .overview h4 span{font-weight:300}.rental-list .overview h4:last-child::after{display:none}.rental-list .overview h4::before{font-family:var(--icon-font-family);color:var(--text-color);margin-right:5px}.rental-list .overview h4.bedrooms::before{content:""}.rental-list .overview h4.bathrooms::before{content:""}.rental-list .overview h4.guests::before{content:""}.rental-list .overview h4.dogs::before{content:""}.rental-list .rate{bottom:20px;right:20px;text-align:right}.rental-list .rate h4{font-size:1rem;line-height:1rem;display:block;position:relative}.rental-list .rate h4 span{font-size:1rem;font-weight:600}.rental-list .rate h4 span.tooltip-text{visibility:hidden;text-align:center;font-size:.9rem;line-height:1.1rem;font-weight:400}.rental-list .rate h4:hover span.tooltip-text{visibility:visible}.rental-list .rate .detail-button{display:inline-block;font-size:1rem;line-height:1rem;color:var(--link-color);text-align:center;padding:5px 8px;border:1px solid var(--link-color);border-radius:8px;cursor:pointer}.rental-list .rate .detail-button::after{content:"Price Details"}.rental-list .rate .detail-button.loading{cursor:wait;background:rgba(0,0,0,.05) !important}.rental-list .rate .detail-button.loading::before{display:inline-block;font-family:var(--icon-font-family);content:"";margin-right:4px;animation:spin 1s infinite linear}.rental-list .rate .detail-button.loading::after{content:"Retrieving"}.rental-list .charge-modal{background:#fff;border:1px solid var(--border-color);box-shadow:0 5px 15px rgba(0,0,0,.2);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;border-radius:25px;padding:2.5rem 1.5rem 1.5rem;visibility:hidden;opacity:0;transition:all ease-in-out .2s;width:calc(100% - 20px)}.rental-list .charge-modal.active{visibility:visible;opacity:1}.rental-list .charge-modal .close{font-size:1.2rem;line-height:1.2rem;text-align:center;width:40px;height:40px;display:flex;position:absolute;top:0;right:0;z-index:2;justify-content:space-around !important;align-content:space-around !important;font:400 18px/18px var(--icon-font-family);text-decoration:none;cursor:pointer}.rental-list .charge-modal .close::before{content:"";display:flex;justify-content:center;align-items:center}.rental-list .charge-modal h3{margin:0 0 5px 0}.rental-list .charge-modal h4{margin:0 0 15px 0}.rental-list .charge-modal .hidden-charges{visibility:hidden;opacity:0;max-height:0;transition:ease-in-out all .4s}.rental-list .charge-modal .hidden-charges.active{visibility:visible;opacity:1;max-height:500px}.rental-list .rating{top:25px;right:20px;font-size:.8rem;line-height:.8rem;font-weight:600;color:var(--dark-text-color);text-align:right;vertical-align:middle}.rental-list .rating span{font-size:.65rem;font-weight:400;color:var(--light-text-color)}.rental-list .rating::before{color:#edae31;font:600 .8rem/.8rem var(--icon-font-family);margin-right:3px;content:""}.rental-list .interest{display:block;position:absolute;bottom:20px;left:20px;width:65%;font-size:.9rem;line-height:1.1rem;color:var(--text-color);background:var(--info-color-light);padding:6px 8px;border-radius:10px}.rental-list .save{position:absolute;top:0;right:0;padding:20px;color:#fff;font-size:1.2rem;line-height:1.2rem;cursor:pointer;z-index:1}.rental-list .save::before{font-family:var(--icon-font-family);font-weight:300;content:""}.rental-list .save.saving{animation:emphasize .3s ease-in-out}.rental-list .save.saved::before,.rental-list .save.saving::before{font-weight:700;color:var(--cta-color);text-shadow:0 2px 10px rgba(0,0,0,.2)}.rental-list .quick-quote{padding:20px 0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.rental-urgency{width:auto;padding:10px 0;position:absolute;top:-58px;left:50%;transform:translateX(-50%);text-align:center}.rental-urgency span{font-size:1rem;line-height:1rem;color:var(--warning-color)}.rental-urgency span::before{font-family:var(--icon-font-family);margin-right:5px;content:""}.rental-sort{position:absolute;top:-45px;left:var(--gutter-width);text-align:left}.rental-sort .header,.rental-sort a{font-size:.9rem;line-height:.9rem;color:rgba(0,0,0,.6);cursor:pointer}.rental-sort .header::before{font-family:var(--icon-font-family);content:"";position:absolute;top:1px;transition:all .2s ease-in-out}.rental-sort.active .header::before{transform:rotate(180deg);transition:all .2s ease-in-out;top:0}.rental-sort .header span{padding-left:20px}.rental-sort .header .desc,.rental-sort .header .asc{padding-left:5px;text-decoration:none !important;color:#00788b;font-size:1rem}.rental-sort .header .desc::before{font-family:var(--icon-font-family);content:""}.rental-sort .header .asc::before{font-family:var(--icon-font-family);content:""}.rental-sort .sort-menu{position:absolute;width:200px;top:28px;left:-10px;background:#fff;box-shadow:0 5px 25px rgba(0,0,0,.2);z-index:3;border-radius:15px;visibility:hidden;opacity:0;max-height:1px;transition:all .2s ease-in-out}.rental-sort.active .sort-menu{opacity:1;visibility:visible;max-height:200px}.rental-sort .sort-menu a{padding:10px;display:block;border-bottom:1px solid rgba(0,0,0,.1);text-decoration:none;font-size:.9rem;line-height:.9rem;color:rgba(0,0,0,.6)}.rental-sort .sort-menu a:hover{background:rgba(0,0,0,.05)}.rental-view-type{position:absolute;top:-58px;right:var(--gutter-width);text-align:left}.rental-view-type .toggle::before{font-family:var(--icon-font-family);content:""}.rental-view-type .toggle.map{border-top-left-radius:10px;border-bottom-left-radius:10px}.rental-view-type .toggle.map::before{content:""}.rental-view-type .toggle.split{border-radius:0}.rental-view-type .toggle.split::before{content:""}.rental-view-type .toggle.list{border-top-right-radius:10px;border-bottom-right-radius:10px}.rental-view-type .toggle.list::before{content:""}@media screen and (max-width:1510px){.rental-list .overview{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1135px){.rental-list .overview{grid-template-columns:repeat(3,1fr)}.rental-list{grid-template-columns:1fr}}@media screen and (max-width:1024px){.rental-results{margin-top:0}.rental-list .interest,.rental-urgency{display:none}}@media screen and (max-width:768px){.rental-results{display:block;height:auto}.rental-results .rental-map{display:none}.rental-results.no-map .results-list{padding-right:0;grid-template-columns:1fr;gap:normal}.rental-results .results-list{padding-right:5%}.rental-list{grid-template-columns:40% 60%}}@media screen and (max-width:568px){.rental-results .results-list{height:auto}.rental-sort{display:none}.rental-sort .sort-menu{top:38px;left:10px}.rental-list{grid-template-columns:1fr}.rental-list .overview{grid-template-columns:repeat(3,1fr)}.rental-list .details{padding:20px}.rental-list h3{margin-bottom:5px}.rental-list h4{margin:5px 0 0 0}.rental-list .overview h4{float:none}.rental-list .rate{position:static;text-align:right;margin-top:10px}.rental-list .rate .detail-button{display:inline-block}.rental-list .charge-modal{z-index:2;width:96%}.rental-list .rating{bottom:auto;left:auto;right:10px;top:22px;text-align:left}.rental-list .rating span{display:none}.rental-list .save{font-size:2rem;line-height:2rem}.rental-list .interest{position:static;margin-top:10px}}@media only screen and (max-width:812px) and (orientation:landscape){.rental-results{grid-template-columns:1fr;height:auto}.rental-view-type{display:none}.rental-map{display:none}.rental-results .results-list{height:auto;overflow:visible}.rental-list{grid-template-columns:50% 50%}}@media only screen and (max-width:620px){.rental-view-type{display:none}}