.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:0}.rental-map-container{position:sticky;top:calc(var(--logo-height) + (var(--nav-vertical-padding)*2))!important;align-self:start}.rental-results .rental-map{position:relative;width:100%;height:90vh;grid-column-start:2;grid-column-end:3;border-top-left-radius:25px}.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;min-height:18rem}.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;border-top-left-radius:25px;border-bottom-left-radius:25px}.rental-list .photo img{width:100%;height:auto;border-top-left-radius:25px;border-bottom-left-radius:25px}.rental-list .photos{width:100%;height:auto;position:relative;padding-bottom:70%;overflow:hidden;border-top-left-radius:25px;border-bottom-left-radius:25px}.rental-list .photos img{width:100%;height:100%;object-fit:cover;border-top-left-radius:25px;border-bottom-left-radius:25px}.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{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.details__header{display:flex;justify-content:space-between;align-items:center}.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 .rating{font-size:.8rem;line-height:.8rem;font-weight:600;color:var(--dark-text-color)}.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 h4,.rental-list h5{display:inline-block;vertical-align:middle;margin:10px 0 0 0;font:400 1rem/1rem var(--font-family);color:var(--text-color);cursor:pointer}.rental-list p{font-size:1rem;line-height:1.4rem;font-weight:400;margin:0}.rental-list .overview{display:flex;flex-wrap:wrap;row-gap:1rem;align-content:center;margin:15px 0;padding:15px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.rental-list .overview h4{margin:0 15px 0 0}.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{display:flex;flex-direction:column;place-items:flex-end;bottom:20px;right:20px;text-align:right}.rental-list .rate h4{position:relative;display:inline-block;font-size:1rem;line-height:1rem}.rental-list .rate h4 span{font-size:1rem;font-weight:600}.rental-list .rate h4::after{content:"";display:inline-block;color:var(--link-color);font-family:var(--icon-font-family);margin-left:5px;cursor:pointer;vertical-align:middle}.rental-list .rate h4 span.tooltip-text{visibility:hidden;text-align:center;font-size:.9rem;line-height:1.1rem;font-weight:400;left:auto;right:-3rem}.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:10px;left:10px;z-index:2;border-radius:25px;padding:20px;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;color:var(--accent-text-color);background:var(--accent-color);width:40px;height:40px;display:flex;position:absolute;top:-15px;right:-15px;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;border-radius:50%}.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 .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}.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:1333px){.rental-list .photos img{height:20rem}.rental-results.no-map .details__copy{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}@media screen and (max-width:1250px){.rental-results.no-map .results-list{grid-template-columns:repeat(3,1fr)}.rental-results.no-map .rental-list{grid-template-columns:1fr}.rental-results.no-map .rental-list .photos,.rental-results.no-map .rental-list .photos img{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-right-radius:25px}}@media screen and (max-width:1110px){.rental-results{grid-template-columns:repeat(2,1fr)}.rental-list{grid-template-columns:1fr}.rental-list .photos img{height:100%}.rental-list .photos,.rental-list .photos img{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-right-radius:25px}}@media screen and (max-width:1024px){.rental-results.no-map .results-list{grid-template-columns:repeat(2,1fr)}.rental-results{margin-top:0}.rental-list .interest{display:none}.rental-urgency{display:none}}@media screen and (max-width:768px){.rental-results{display:block;height:auto}.rental-results .rental-map{display:none}.rental-results .results-list{padding-right:5%}.rental-list .rate .detail-button{display:none}}@media screen and (max-width:568px){.rental-results{position:static}.rental-results .results-list{height:auto}.rental-results.no-map .results-list{grid-template-columns:1fr}.rental-sort{display:none}.rental-sort .sort-menu{top:38px;left:10px}.rental-list{display:block}.rental-list .photos,.rental-list .photos img{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-right-radius:25px}.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{left:0;right:auto;z-index:2;width:100%;transform:translateY(-70%)}.rental-list .rating{bottom:auto;left:auto;right:10px;top:22px;text-align:left}.rental-list .rating span{display:none}.rental-list .save{position:absolute;top:1rem;left:auto;right:1rem;font-size:2rem;line-height:2rem}.rental-list .interest{position:static;margin-top:10px}.rental-list .details__copy{-webkit-line-clamp:unset}}@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%}}