.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-col-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-just-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-just-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-just-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-just-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-just-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-align-start{-ms-flex-line-pack:start;align-content:flex-start}.flex-align-end{-ms-flex-line-pack:end;align-content:flex-end}.flex-align-center{-ms-flex-line-pack:center;align-content:center}.flex-align-between{-ms-flex-line-pack:justify;align-content:space-between}.flex-align-around{-ms-flex-line-pack:distribute;align-content:space-around}.flex-align-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.flex-align-i-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.flex-align-i-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex-align-i-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex-align-i-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-align-i-between{-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between}.flex-align-i-around{-webkit-box-align:space-around;-ms-flex-align:space-around;align-items:space-around}.flex-align-i-base{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex-align-self-start{-ms-flex-item-align:start;align-self:flex-start}.flex-align-self-end{-ms-flex-item-align:end;align-self:flex-end}.flex-align-self-center{-ms-flex-item-align:center;align-self:center}.flex-align-self-between{-ms-flex-item-align:space-between;align-self:space-between}.flex-align-self-around{-ms-flex-item-align:space-around;align-self:space-around}.flex-align-self-base{-ms-flex-item-align:baseline;align-self:baseline}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-flow-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.flex-flow-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.flex-flow-col-nowrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.flex-flow-row-nowrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.spin{display:inline-block;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:spin .2s infinite linear;animation:spin .2s infinite linear}.hatch{-webkit-animation:hatch 2s ease-in-out;animation:hatch 2s ease-in-out;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.hatch,.slideRight{visibility:visible!important}.slideRight{-webkit-animation:slideRight .3s ease-in-out;animation:slideRight .3s ease-in-out}.slideLeft{-webkit-animation:slideLeft .3s ease-in-out;animation:slideLeft .3s ease-in-out}.expandDown,.slideLeft{visibility:visible!important}.expandDown{-webkit-animation:expandDown .3s ease-in-out;animation:expandDown .3s ease-in-out;overflow:hidden}.highlight{-webkit-animation:highlight 2s ease-out;animation:highlight 2s ease-out;-webkit-transition:background-color 2s ease-out;transition:background-color 2s ease-out}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(.6);transform:rotate(0deg) scaleY(.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05);transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1);transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(.6);transform:rotate(0deg) scaleY(.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05);transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1);transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes slideLeft{0%{-webkit-transform:translateX(150%);transform:translateX(150%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideLeft{0%{-webkit-transform:translateX(150%);transform:translateX(150%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideRight{0%{-webkit-transform:translateX(-150%);transform:translateX(-150%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideRight{0%{-webkit-transform:translateX(-150%);transform:translateX(-150%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes expandDown{0%{max-height:0}to{max-height:1000px}}@keyframes expandDown{0%{max-height:0}to{max-height:1000px}}@-webkit-keyframes highlight{0%{background-color:transparent}50%{background-color:rgba(255,255,0,.5)}to{background-color:transparent}}@keyframes highlight{0%{background-color:transparent}50%{background-color:rgba(255,255,0,.5)}to{background-color:transparent}}.h1,h1{font-family:inherit;color:inherit;font-size:40px;font-weight:900!important;line-height:1.4}@media (max-width:767px){.h1,h1{font-size:36px}}.h2,h2{font-family:inherit;color:inherit;font-size:32px;font-weight:900!important;line-height:1.4}@media (max-width:767px){.h2,h2{font-size:28px}}.h3,h3{font-family:inherit;color:inherit;font-size:26px;font-weight:900!important;line-height:1.4}@media (max-width:767px){.h3,h3{font-size:22px}}.h4,h4{font-family:inherit;color:inherit;font-size:20px;line-height:1.4}@media (max-width:767px){.h4,h4{font-size:18px}}.h5,h5{font-family:inherit;color:inherit;font-size:16px;font-weight:700;line-height:1.4}@media (max-width:767px){.h5,h5{font-size:16px}}.h6,h6{font-family:inherit;color:inherit;font-size:14px;font-weight:700;line-height:1.4}@media (max-width:767px){.h6,h6{font-size:14px}}h5.desktop-heavy{font-family:inherit;color:inherit;font-size:16px;line-height:1.4;font-weight:700}@media (max-width:767px){h5.desktop-heavy{font-size:16px}}.heavy-underline{font-weight:700}.heavy-underline:after{margin-top:15px;display:block;content:"";width:70px;border-top:3px solid #14a96d}@media (max-width:767px){.heavy-underline:after{margin-top:12px}}.heavy-with-underline{font-weight:700}.heavy-with-underline:after{margin-top:10px;margin-bottom:15px;display:block;content:"";width:50px;border:2px solid #14a96d;border-radius:4px}@media (max-width:767px){.heavy-with-underline:after{margin-top:8px;margin-bottom:12px}}.heavy-with-underline.text-center:after{margin-left:auto;margin-right:auto}.numbered-list li:before,.small-text,small{font-size:12px;line-height:1.6}.large-text,.numbered-list li{font-size:16px;line-height:1.6}.body-text{font-size:14px;line-height:1.6}.text-large{font-size:16px}.text-large-x1{font-size:20px}.text-large-x2{font-size:26px}.text-large-x3{font-size:32px}@media (max-width:767px){.text-large-x3{font-size:28px}}.text-large-x4{font-size:40px}@media (max-width:767px){.text-large-x4{font-size:36px}}.text-primary{color:#14a96d}.text-secondary{color:#16a2bb}.text-tertiary{color:#cc4e00}.text-quick-match{color:#6964bd}.text-contrast,.text-contrast-muted{color:#f4f5f6!important}.text-contrast-muted:link,.text-contrast:link{color:#fff!important}.text-contrast-muted:active,.text-contrast-muted:hover,.text-contrast-muted:visited,.text-contrast:active,.text-contrast:hover,.text-contrast:visited{color:#f4f5f6!important}.text-contrast-muted,.text-contrast-muted:active,.text-contrast-muted:hover,.text-contrast-muted:link,.text-contrast-muted:visited{opacity:.7}a.text-contrast,a.text-contrast-muted{text-decoration:underline}.text-color-body{color:#1b1f23}.text-color-twitter{color:#55acee}.text-color-facebook{color:#3b5998}.text-color-gplus{color:#dd4b39}.hover-no-decoration:hover{text-decoration:none}.hover-no-decoration:hover .parent-hover-underline{text-decoration:underline}.link-dark:active,.link-dark:hover,.link-dark:link,.link-dark:visited{color:#1b1f23}.as-link{background-color:transparent;border:none;color:#06748a;cursor:pointer;display:inline;outline-offset:0;outline:none;text-decoration:none}.as-link:hover{text-decoration:underline;color:#033641}.as-link:hover.disabled,.as-link:hover:disabled{text-decoration:none}.as-link.disabled,.as-link:disabled{color:#66727c;cursor:default}.as-link.unstyled{color:#1b1f23}.as-link.unstyled:hover{text-decoration:none;color:#1b1f23}.as-link.text-muted{color:#66727c}.text-underline{text-decoration:underline!important}.emphasis{font-style:italic}.base-text,.base-text-i{font-weight:400}.base-text-i{font-style:italic}.thin-text,.thin-text-i{font-weight:300}.thin-text-i{font-style:italic}.semibold-text{font-weight:600}.semibold-text-i{font-weight:600;font-style:italic}.heavy-text,.heavy-text-i{font-weight:700}.heavy-text-i{font-style:italic}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:767px){.text-center-xs{text-align:center}}@media (min-width:768px) and (max-width:991px){.text-center-sm{text-align:center}}@media (min-width:992px) and (max-width:1199px){.text-center-md{text-align:center}}@media (min-width:1200px){.text-center-lg{text-align:center}}.fineprint{line-height:80%}.big-text{font-size:120%}.text-orange{color:#cc4e00}.text-aqua{color:#16a2bb}.text-gray-light{color:#777}.heavy,.numbered-list li:before{font-weight:700;font-family:Averta-Semibold,Avenir-Heavy,sans-serif}.text-gray{color:#f4f5f6}.text-gray:link{text-decoration:underline}.text-gray-1{color:#cfd7de}.text-gray-1:link{text-decoration:underline}.text-gray-2{color:#cfd7de}.text-gray-2:link{text-decoration:underline}.text-gray-3{color:#66727c}.text-gray-3:link{text-decoration:underline}.text-gray-4{color:#66727c}.text-gray-4:link{text-decoration:underline}.text-gray-5{color:#40484f}.text-gray-5:link{text-decoration:underline}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:4px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:3px 3px 0 0}.onboarding-popover .popover-title{background-color:#fff;border-bottom:0}.onboarding-popover .pro{margin:10px 10px 0}.onboarding-popover .pro span{color:#fff;background:#e66f17;border-radius:15px;padding:1px 5px;font-size:12px}.onboarding-popover .controls{padding:10px 15px;text-align:right}.onboarding-popover .controls>span:hover{cursor:pointer}.onboarding-popover .controls .popover-more{color:#14a4be}.onboarding-popover .controls .popover-dismiss{color:#da4d18;margin-left:8px}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.card{position:relative;display:block;margin-bottom:20px;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px}.card.community-card{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;margin-bottom:0}@media (max-width:767px){.card.community-card{width:100%;margin-left:-15px;margin-right:-15px}}.card.community-card>.card-block{position:relative;border-radius:4px;height:375px;min-width:320px;max-width:320px;margin:0 auto;overflow:hidden;background-position:50%;background-size:cover!important}.card.community-card>.card-block .clickable{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}@media (max-width:767px){.card.community-card>.card-block{height:236px}}@media (min-width:544px){.card.community-card>.card-block{min-width:320px}}@media (min-width:992px){.card.community-card>.card-block{max-width:260px;min-width:0}}.card.community-card>.card-block:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.8)));background-image:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.8));z-index:1}.card.community-card>.card-block>.card-text{max-width:100%;width:100%;position:relative;z-index:10}.card-block{padding:20px}.card-block:after,.card-block:before{content:" ";display:table}.card-block:after{clear:both}.card-block .card-block-border{width:40px;height:2px;background-color:#14a96d;margin:0 0 20px}.card-title{margin-bottom:20px}.card-subtitle{margin-top:-10px}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:20px}.card>.list-group:first-child .list-group-item:first-child{border-radius:4px 4px 0 0}.card>.list-group:last-child .list-group-item:last-child{border-radius:0 0 4px 4px}.card-header{padding:20px;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5}.card-header:after,.card-header:before{content:" ";display:table}.card-header:after{clear:both}.card-header:first-child{border-radius:4px 4px 0 0}.card-footer{padding:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5}.card-footer:after,.card-footer:before{content:" ";display:table}.card-footer:after{clear:both}.card-footer:last-child{border-radius:0 0 4px 4px}.card-primary{background-color:#14a96d;border-color:#14a96d}.card-success{background-color:#5cb85c;border-color:#5cb85c}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.card-danger{background-color:#d9534f;border-color:#d9534f}.card-outline-primary{background-color:transparent;border-color:#14a96d}.card-outline-secondary{background-color:transparent;border-color:#ccc}.card-outline-info{background-color:transparent;border-color:#5bc0de}.card-outline-success{background-color:transparent;border-color:#5cb85c}.card-outline-warning{background-color:transparent;border-color:#f0ad4e}.card-outline-danger{background-color:transparent;border-color:#d9534f}.card-inverse .card-footer,.card-inverse .card-header{border-bottom:1px solid hsla(0,0%,100%,.2)}.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff}.card-inverse .card-blockquote>footer,.card-inverse .card-link,.card-inverse .card-text{color:hsla(0,0%,100%,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:.25rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-top{border-radius:4px 4px 0 0}.card-img-bottom{border-radius:0 0 4px 4px}@media (min-width:544px){.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-.625rem;margin-left:-.625rem}.card-deck .card{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;margin-right:.625rem;margin-left:.625rem}.chp.horizontal-progress{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media (max-width:543px){.chp.horizontal-progress{display:none}.chp.card-block{padding:0 0 0 20px}.chp.card-block .card-image{float:left;width:40px;height:40px;margin:5px auto}.chp.card-block .card-block{text-align:left;margin-left:40px;padding:0 0 0 12px}}.card-group.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}@media (min-width:768px){.card-group.vertical .card:not(:last-child){margin-bottom:0;border-bottom:none}.card-group.vertical .card:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group.vertical .card:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}}@media (min-width:544px){.card-group:not(.vertical){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group:not(.vertical) .card{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.card-group:not(.vertical) .card+.card{margin-left:0;border-left:0}.card-group:not(.vertical) .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group:not(.vertical) .card:first-child .card-img-top{border-top-right-radius:0}.card-group:not(.vertical) .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group:not(.vertical) .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group:not(.vertical) .card:last-child .card-img-top{border-top-left-radius:0}.card-group:not(.vertical) .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group:not(.vertical) .card:not(:first-child):not(:last-child),.card-group:not(.vertical) .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group:not(.vertical) .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width:544px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.community-cards>.title{margin-bottom:30px}.community-cards>.col-md-3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.community-cards>.col-md-3{margin-left:-15px;padding-right:0}}.rebooking-profile-card .rating-stars{margin-bottom:0}.carousel,.carousel-inner{position:relative}.carousel-inner{overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:left .6s ease-in-out;transition:left .6s ease-in-out}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;width:100%;max-width:100%;height:auto;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203A"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:transparent}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.carousel .carousel-control{opacity:.6;width:20%}.carousel .carousel-control:active,.carousel .carousel-control:hover{opacity:1}.carousel .carousel-control.left,.carousel .carousel-control.right{background:none}.carousel .carousel-control .left-control,.carousel .carousel-control .right-control{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel .carousel-control .left-control{left:25%}.carousel .carousel-control .right-control{right:25%}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.insurance-banner-wrap .rover-paw-square{width:40px;height:40px;padding:7px;border-radius:4px;background:#14a96d;text-align:center}.insurance-banner-wrap .rover-paw-square .rover-icon{position:relative;font-size:26px;color:#fff;left:-2px}@media (min-width:992px){.insurance-banner-wrap .fluid-col{vertical-align:middle}}.sitter-price-section .price-wrap{display:inline-block;float:right}.sitter-price-section .price{display:inline-block;position:relative;font-size:30px;line-height:1.2}.sitter-price-section .currency-symbol{font-size:18px;line-height:1.2}.sitter-info-section>.sitter-card-title-area{font-size:24px;margin-right:5px}.sitter-info-section>.sitter-card-badges{font-size:16px;white-space:nowrap;position:relative;top:-2px}.sitter-info-section>.sitter-desc{-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;margin-top:-5px;margin-bottom:0}.sitter-price-section-reduced{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.sitter-price-section-reduced>a{white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex}.sitter-attributes{margin-top:10px;padding-right:10px;line-height:1.65}.sitter-attributes .rover-icon-in-check{color:#ffcf33}.sitter-attributes .sitter-attribute{display:block;white-space:normal;color:#66727c;margin-right:5px;padding-left:21px}.sitter-attributes .rover-icon{font-size:20px;position:relative;top:2px;margin-left:-21px}.review-stars{color:#ffcf33;margin-right:7px;margin-top:4px}.review-stars-reduced{color:#ffcf33;font-size:18px;margin-right:7px}.review-stars-reduced>i{margin-right:-3px}.review-count{padding:2px 4px;margin:2px 6px 0 0;display:inline-block;border-radius:4px;text-transform:uppercase;z-index:2;position:-webkit-sticky;position:sticky;border:1px solid rgba(22,162,187,.3)}.review-count:hover{text-decoration:none;color:#fff;background-color:#16a2bb}.review-count.not-reviewed{border-color:#cfd7de}.review-count.not-reviewed:hover{background-color:#fff;color:#66727c}.breed-count{padding:2px 4px;margin:2px 6px 0 0;display:inline-block;border-radius:4px;text-transform:uppercase;z-index:2;position:-webkit-sticky;position:sticky;border:1px solid rgba(105,100,189,.3)}.breed-count:hover{text-decoration:none;background-color:#16a2bb;color:#fff;background-color:#6964bd}.review-count-reduced{margin-top:2px}.sitter-review-wrap .review-img{margin:2px 5px 0 0}.sitter-review-wrap .review-content{margin-bottom:0;line-height:normal}.sitter-badge{padding:0 5px 5px 0}.sitter-card{padding:15px;margin-top:0;position:relative}.sitter-card:last-child{border-bottom:none}.sitter-card .ribbon-callout{padding:5px;font-size:12px;line-height:1.6;background:rgba(64,72,79,.1);color:#40484f;text-align:center;margin:5px auto 15px;max-width:60%;border-radius:25px;border:1px solid}@media (max-width:767px){.sitter-card .ribbon-callout{padding:4px}}@media (min-width:768px) and (max-width:991px){.sitter-card .ribbon-callout{max-width:80%}}@media (max-width:767px){.sitter-card .ribbon-callout{display:none}}.sitter-card .ribbon-callout-experiment{padding:5px;margin-bottom:15px;border-radius:4px;overflow:hidden;color:#40484f;font-family:Averta-Regular,Avenir,Helvetica Neue,Calibri,Helvetica,Roboto,sans-serif;font-style:normal;font-stretch:normal;letter-spacing:normal;padding:8px 16px}@media (max-width:767px){.sitter-card .ribbon-callout-experiment{padding:4px}}.sitter-card .ribbon-callout-with-dates{background:#e5f8f0;text-align:left}.sitter-card .ribbon-callout-without-dates{text-align:center;border:1px solid #ddd}@media (min-width:768px){.sitter-card{font-size:14px}}@media (max-width:767px){.sitter-card{font-size:12px}}.sitter-card .ribbon-left-icon{float:left;overflow:hidden;padding-right:1px;padding-left:1px;margin-left:1px;position:relative;top:-2px}.sitter-card .ribbon-center-content-icon{display:inline;overflow:hidden;margin-right:7px}.sitter-card .ribbon-center-content-text{display:inline;overflow:hidden;vertical-align:middle}.sitter-card .ribbon-left-content{float:left;overflow:hidden;margin-left:10px}.sitter-card .ribbon-right-content{float:right;overflow:hidden}.sitter-card .sitter-card-body-main{position:relative;table-layout:fixed}.sitter-card .sitter-card-body-main .sitter-card-info-col{width:calc(1 - $sitter-card-price-col-width)}.sitter-card .sitter-card-body-main .sitter-card-price-col{width:50px}.sitter-card .sitter-photo-section{position:relative;margin-right:15px}.sitter-card .sitter-photo-section .person-video-callout{position:absolute;top:5px;right:5px;height:30px;line-height:30px;width:30px;z-index:1;border-radius:50%;background:rgba(0,0,0,.5);text-align:center;color:#fff}.sitter-card .sitter-photo-section .fb-friend-wrap{max-width:150px}.sitter-card .sitter-photo-section .fb-friend-wrap .media-object{margin-right:5px;padding-top:1px}.sitter-card .sitter-photo-section .item{overflow:hidden;height:150px;width:150px}.sitter-card .sitter-photo-section .item img{width:100%}.sitter-card .sitter-info-section .search-index{font-size:.9em}.sitter-card .sitter-info-section .sitter-earned-badges img{margin-right:5px;vertical-align:baseline}@media (max-width:767px){.sitter-card .sitter-info-section .sitter-earned-badges img{max-width:16px;height:auto}}.sitter-card .sitter-info-section .sitter-card-badges>.sitter-earned-badges img{vertical-align:sub}@media (max-width:767px){.sitter-card .sitter-info-section .review-summary-wrap{margin-top:5px}}.sitter-card .sitter-info-section .sitter-review-wrap{padding:10px 0}.sitter-card .sitter-price-section{padding-top:30px}@media (min-width:768px){.sitter-card .sitter-card-footer{border-top:1px solid #edf0f3;padding-top:10px}}.sitter-card .sitter-attributes{margin-bottom:0}.sitter-card .sitter-save{position:absolute;bottom:15px;right:15px;text-align:center}@media (max-width:767px){.sitter-card{min-height:120px}.sitter-card .sitter-attributes{margin-top:0}.sitter-card .ribbon-callout{display:none}.sitter-card .sitter-card-body-main{position:static}.sitter-card .hidden-constrained{display:none}.sitter-card .sitter-photo-section .person-video-callout{width:15px;height:15px;line-height:15px;font-size:.5em}.sitter-card .sitter-photo-section .sitter-carousel-wrap{width:75px}.sitter-card .sitter-photo-section .carousel-control{display:none}.sitter-card .sitter-photo-section .item{width:75px;height:75px}.sitter-card .sitter-photo-section .fb-friend-wrap{display:none}.sitter-card .sitter-info-section{display:block}.sitter-card .sitter-info-section>.sitter-card-title-area{font-size:18px}.sitter-card .sitter-info-section .sitter-earned-badges img{vertical-align:top}.sitter-card .sitter-info-section .sitter-card-badges>.sitter-earned-badges img{vertical-align:sub}.sitter-card .sitter-info-section .sitter-card-badges img{width:20px}.sitter-card .sitter-card-title{font-size:18px}.sitter-card .sitter-services{margin-top:0;margin-bottom:10px;font-size:13px;font-weight:400;color:#66727c}.sitter-card .sitter-location{margin-bottom:2px}.sitter-card .sitter-desc{display:none}.sitter-card .review-summary-wrap{margin-top:5px}.sitter-card .sitter-review-wrap{display:none}.sitter-card .sitter-price-section{padding-top:0}.sitter-card .sitter-price-section .price{font-size:24px}.sitter-card .sitter-card-footer{margin:10px 0 5px;padding-top:5px;border:0}.sitter-card .sitter-card-footer .save-button-copy{display:none}}@media (min-width:768px){.sitter-card.dilla-disabled{opacity:.1;pointer-events:none}}.rover-loading-icon,.rover-loading:after,.search-page .search-in-progress .search-main .js-search-results-view:after{display:inline-block;background-image:url("data:image/gif;base64,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");background-size:40px 40px;width:40px;height:40px}.rover-loading,.search-page .search-in-progress .search-main .js-search-results-view{position:relative}.rover-loading:after,.rover-loading:before,.search-page .search-in-progress .search-main .js-search-results-view:after,.search-page .search-in-progress .search-main .js-search-results-view:before{position:absolute;display:block;content:" "}.rover-loading:before,.search-page .search-in-progress .search-main .js-search-results-view:before{top:0;bottom:0;left:0;right:0;background-color:#fff;background-color:hsla(0,0%,100%,.9);z-index:1028}.rover-loading:after,.search-page .search-in-progress .search-main .js-search-results-view:after{top:50%;left:50%;z-index:1029;margin-top:-20px;margin-left:-20px}.disabled-section{position:relative}.disabled-section:after,.disabled-section:before{position:absolute;display:block;content:" "}.disabled-section:before{top:0;bottom:0;left:0;right:0;background-color:#fff;background-color:hsla(0,0%,100%,.7);z-index:1028}.bg-very-dark{background-color:#40484f}.bg-dark,.body-dark{background-color:#e8ebed!important}.bg-lighter{background-color:#f4f5f6}.bg-white{background-color:#fff}.bg-primary{background-color:#14a96d}.bg-none{background-color:transparent!important}.bg-transparent{background-color:rgba(0,0,0,.15)!important}.bg-transparent-a50{background-color:rgba(0,0,0,.5)!important}.bg-transparent-white{background-color:hsla(0,0%,100%,.15)!important}.with-shadow{-webkit-box-shadow:0 3px rgba(0,0,0,.1);box-shadow:0 3px rgba(0,0,0,.1)}.no-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.rover-pill-tabs{padding:10px 10px 0;list-style:none;border-radius:4px;background:#14a96d;margin:0}.rover-pill-tabs.flat-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}.rover-pill-tabs a{font-size:14px;font-weight:700;color:#fff;display:block;background:hsla(0,0%,100%,.2);padding:10px 20px;margin:0 0 10px;border-radius:4px;text-decoration:none}.rover-pill-tabs a:hover{color:#fff;background:#11925e;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.rover-pill-tabs>li{font-size:0;margin-right:5px;display:inline-block;background:#14a96d;border-top-left-radius:4px;border-top-right-radius:4px;text-align:center;position:relative}.rover-pill-tabs>li.active{background:#fff}.rover-pill-tabs>li.active a,.rover-pill-tabs>li.active a:hover{background:#fff;color:#1b1f23}.rover-pill-tabs>li.active a:after{display:block;content:"";width:40%;margin-left:-20%;height:3px;border-radius:4px;position:absolute;bottom:10px;left:50%;background:#14a96d}.rover-tabs{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;list-style:none;padding:0;margin:0}.rover-tabs>li{-webkit-box-flex:1;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;border:1px solid #cfd7de}.rover-tabs>li>a{display:block;padding-top:5px;padding-bottom:5px;color:#66727c}@media (max-width:767px){.rover-tabs>li>a{padding-top:4px;padding-bottom:4px}}.rover-tabs>li>a:active,.rover-tabs>li>a:focus,.rover-tabs>li>a:hover{color:#000;text-decoration:none}.rover-tabs>li:not(:last-child){border-right:0}.rover-tabs>li.active{border-bottom-color:transparent}.rover-tabs>li.active>a{color:#000}.rover-tabs>li.active>a:after{position:absolute;top:-1px;left:0;right:0;height:3px;background:#14a96d;content:""}.rover-slider .slider-horizontal .slider-track{border-radius:6px;background:rgba(207,215,222,.5);-webkit-box-shadow:none;box-shadow:none}.rover-slider .slider-horizontal .slider-selection{background:#14a96d;-webkit-box-shadow:none;box-shadow:none;height:2px;margin-top:-1px;top:50%}.rover-slider .slider-horizontal .slider-handle{background:#fff;border:1px solid #cfd7de;opacity:1;outline:none}@media (max-width:767px){.rover-slider .slider-horizontal .slider-handle{height:28px;width:28px;margin-left:-14px;margin-top:-8px}}.rover-slider .slider-horizontal .slider-handle:active,.rover-slider .slider-horizontal .slider-handle:hover{background:#14a96d;border-color:#007948;-webkit-box-shadow:0 0 0 4px rgba(20,169,109,.3);box-shadow:0 0 0 4px rgba(20,169,109,.3)}.rover-slider .tooltip{display:none}.rover-pagination{display:inline-block;margin:10px 0;padding:0;border:1px solid #ccc;border-radius:40px;list-style:none;text-align:center;font-size:0;background-color:#fff}.rover-pagination>li{display:inline-block;border-right:1px solid #eee;font-size:14px}.rover-pagination>li>a,.rover-pagination>li>i,.rover-pagination>li>span{position:relative;display:block;padding:9px 10px;color:#555;text-decoration:none!important;line-height:1em}.rover-pagination>li:first-child>a,.rover-pagination>li:first-child>span{padding-left:12px}.rover-pagination>li:last-child{border-right:0}.rover-pagination>li:last-child>a,.rover-pagination>li:last-child>span{padding-right:12px}.rover-pagination>li a:hover{color:#06748a}.rover-pagination>li.active>a,.rover-pagination>li.active>span{color:#14a96d;font-weight:700}.rover-pagination>li.active>a:after,.rover-pagination>li.active>span:after{position:absolute;bottom:0;left:0;width:100%;height:1px;background:#14a96d;content:""}.rover-pagination>li.disabled>a,.rover-pagination>li.disabled>span{opacity:.25}.sitter-search-card.mobile{background-color:#fff;width:100%;padding-bottom:85%;position:relative;margin:0 0 25px;-webkit-box-shadow:0 3px 0 #ddd;box-shadow:0 3px 0 #ddd}.sitter-search-card.mobile:first-of-type{margin-top:10px}.sitter-search-card.mobile>.aspect-container{position:absolute;top:0;left:0;right:0;bottom:0}.sitter-search-card.mobile>.aspect-container>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sitter-search-card.mobile>.aspect-container>.body{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:calc(100% - 84px);color:#fff;background-size:cover;background-position:50% 40%;background-color:#444}.sitter-search-card.mobile>.aspect-container>.body .price-overlay{background-color:#14a96d;padding:5px;border:1px solid hsla(0,0%,100%,.3);border-top:none;border-right:none;position:absolute;top:0;right:0}.sitter-search-card.mobile>.aspect-container>.body .price-overlay>.price{font-size:18px}.sitter-search-card.mobile>.aspect-container>.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:84px;padding:5px 10px}.sitter-search-card.mobile>.aspect-container>.footer .info-column{padding:0 15px;width:calc(100% - 90px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sitter-search-card.mobile>.aspect-container>.footer .info-column>.row>div{padding-left:8px;padding-right:8px}.sitter-search-card.mobile>.aspect-container>.footer .info-column .name-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sitter-search-card.mobile>.aspect-container>.footer .info-column .name-column .name{font-weight:700;overflow:hidden;text-overflow:ellipsis;font-size:16px;color:#555;margin-right:3px}.sitter-search-card.mobile>.aspect-container>.footer .info-column .name-column .review-stars{font-size:12px;margin-right:0;white-space:nowrap}.sitter-search-card.mobile>.aspect-container>.footer .info-column .name-column .review-stars>i{margin-right:1px}.sitter-search-card.mobile>.aspect-container>.footer .info-column .name-column .reviews{position:relative;top:3px;font-size:12px}.sitter-search-card.mobile>.aspect-container>.footer .info-column .location-column{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:0}.sitter-search-card.mobile>.aspect-container>.footer .info-column .location-column>span{font-size:14px;color:#999}.sitter-search-card.mobile>.aspect-container>.footer .avatar-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sitter-search-card.mobile>.aspect-container>.footer .avatar-column .avatar{width:60px;height:60px;border-radius:4px;background-size:cover}.sitter-search-card.mobile>.aspect-container>.footer .favorite-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sitter-search-card.mobile>.aspect-container>.footer .favorite-column>.rover-btn-favorite{padding:0;border:none;background:none;text-shadow:none}.sitter-search-card.mobile>.aspect-container>.footer .favorite-column>.rover-btn-favorite .rover-icon{color:#ff8133!important;font-size:30px}.sitter-search-card.mobile>.aspect-container>.footer>.row>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#999}.responsive-list-inline .form-group{margin-bottom:0}@media (max-width:767px){.responsive-list-inline>li{display:block}}ul.plainlist{margin-left:0!important}ul.plainlist li{list-style-type:none}.aqua-list li:before{content:"";background-color:#16a2bb;display:inline-block;position:relative;height:6px;width:6px;border-radius:6px;background-clip:padding-box;margin-right:6px;top:-1px}.rover-list{list-style-type:none}.rover-list li:before{font-family:rover-icons;content:"\E630";margin:0 5px 0 -20px;color:#14a96d}.rover-tiny-check-list{list-style-type:none;padding-left:25px}.rover-tiny-check-list li:before{font-family:rover-icons;content:"\E912";margin:0 0 0 -25px;float:left;color:#14a96d}.numbered-list{counter-reset:rover-numbered-list}.numbered-list li{position:relative;list-style:none;padding:0 0 25px 45px}.numbered-list li:before{color:#66727c;position:absolute;top:-2px;left:0;counter-increment:rover-numbered-list;content:counter(rover-numbered-list);height:30px;width:30px;text-align:center;line-height:28px;border:1px solid #cfd7de;border-radius:100%}.search-page.fixed{position:fixed}@media (min-width:768px){.search-page{background-color:#f4f5f6}}.search-page .search-cols-container.three-search-cols-container{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search-page .proof-bar{background-color:#fff;margin-top:4px;padding:19px 55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.search-page .proof-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:767px){.search-page .proof-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:1px solid #cfd7de}}.search-page .proof-bar div{color:#40484f}@media (max-width:767px){.search-page .proof-bar div{text-align:center}}@media (max-width:767px){.search-page .proof-bar div.lead-callout{margin-bottom:16px}.search-page .proof-bar div.lead-callout span{font-size:20px;line-height:1.4}}.search-page .proof-bar div .plain{padding-left:4px}@media (min-width:768px){.search-page .proof-bar div .plain{vertical-align:middle}}@media (max-width:767px){.search-page .proof-bar div .plain{font-size:16px}}@media (min-width:768px){.search-page .proof-bar div .text-primary{vertical-align:middle;font-size:20px}}@media (max-width:767px){.search-page .proof-bar div .text-primary{font-size:16px}}.search-page .search-location-description{background-color:#fff}.search-page .search-location-description .search-breadcrumbs-redesign{color:#06748a}@media (max-width:767px){.search-page .location-dropdown{left:auto!important;right:15px!important;max-width:300px}.search-page .location-dropdown a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.search-page .search-col-wrap{background-color:#fff}.search-page .mobile-search-col-wrap{border:none}.search-page .mobile-search-col-wrap .show-filters-btn{background-color:transparent;border:none;color:#06748a;cursor:pointer;display:inline;outline-offset:0;outline:none;text-decoration:none;border-radius:6px;padding:8px 16px;background-color:#fff;border:1px solid #cfd7de}.search-page .mobile-search-col-wrap .show-filters-btn:hover{text-decoration:underline;color:#033641}.search-page .mobile-search-col-wrap .show-filters-btn:hover.disabled,.search-page .mobile-search-col-wrap .show-filters-btn:hover:disabled{text-decoration:none}.search-page .mobile-search-col-wrap .show-filters-btn.disabled,.search-page .mobile-search-col-wrap .show-filters-btn:disabled{color:#66727c;cursor:default}.search-page .mobile-search-col-wrap .show-filters-btn.unstyled{color:#1b1f23}.search-page .mobile-search-col-wrap .show-filters-btn.unstyled:hover{text-decoration:none;color:#1b1f23}.search-page .mobile-search-col-wrap .show-filters-btn.text-muted{color:#66727c}.search-page .mobile-search-col-wrap .show-filters-btn .rover-icon{vertical-align:middle;margin-top:-3px;margin-right:5px}.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom{color:#fff;background-color:#14a96d;border-color:#11925e;bottom:20px;left:50%;min-width:100px;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:3}.open>.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.dropdown-toggle,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.active,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom:active,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom:focus,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom:hover{color:#fff;background-color:#0f7b50;border-color:#0b5b3b}.open>.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.dropdown-toggle,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.active,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom:active{background-image:none}.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.disabled,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.disabled.active,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.disabled:active,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.disabled:focus,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.disabled:hover,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom[disabled],.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom[disabled].active,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom[disabled]:active,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom[disabled]:focus,.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom[disabled]:hover,fieldset[disabled] .search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom,fieldset[disabled] .search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom.active,fieldset[disabled] .search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom:active,fieldset[disabled] .search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom:focus,fieldset[disabled] .search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom:hover{background-color:#14a96d;border-color:#11925e}.search-page .mobile-search-col-wrap .show-filters-btn.fixed-bottom .badge{color:#14a96d;background-color:#fff}@media (max-width:767px){.search-page .mobile-search-col-wrap{padding:10px 0}}@media (max-width:767px){.search-page .filters-wrap{background-color:#f4f5f6}}.search-page .mobile-filters-modal-view .modal-header{margin:0!important;padding:10px 0;text-align:center}.search-page .mobile-filters-modal-view .modal-header h4{margin:0}.search-page .mobile-filters-modal-view .modal-header .close{position:absolute;right:15px;top:12px}.search-page .mobile-filters-modal-view .apply-search-filters-button{bottom:20px;left:15%;position:fixed;width:70%}.search-page .mobile-filters-modal-view .modal-content{padding:0}.search-page .mobile-filters-modal-view .collapsing-checkbox-collection{background-color:#f4f5f6;margin-top:15px;padding:15px 15px 65px}.search-page h4.wizard-title{color:#555;font-weight:500!important;line-height:1.56;margin:8px 15px}.search-page .mobile-search-wizard{border-bottom:1px solid #ddd;padding:0 15px}@media (min-width:768px){.search-page .mobile-search-wizard{display:none}}.search-page .mobile-search-wizard .form-group .button-columns{margin-bottom:-15px}.search-page .mobile-search-wizard .form-group .button-columns .rover-btn{margin-bottom:15px}.search-page .mobile-search-wizard .form-group .heading,.search-page .mobile-search-wizard .form-group label{color:#555}.search-page .mobile-search-wizard .form-group label:not(.rover-btn){margin-bottom:8px!important}.search-page .mobile-search-wizard .form-group.services .rover-search-modal-service-type-label{background-color:#ffcf33;border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.24);box-shadow:0 2px 4px 0 rgba(0,0,0,.24);color:#40484f;font-size:13px;font-stretch:normal;font-style:normal;font-weight:900;left:-4px;letter-spacing:normal;line-height:1.1;padding:4px 4px 2px;position:absolute;text-align:center;top:-4px}.search-page .mobile-search-wizard .form-group.services label.rover-btn{border-color:#ddd;color:#555}.search-page .mobile-search-wizard .form-group.services label.rover-btn .rover-icon{color:#14a96d;font-size:32px}@media (max-width:767px){.search-page .mobile-search-wizard .form-group.services label.rover-btn div{word-break:break-all}}.search-page .mobile-search-wizard .form-group.calendar .date-picker-control-divider{display:none!important}.search-page .mobile-search-wizard .form-group.calendar .col-xs-6:first-child{padding-right:7.5px}.search-page .mobile-search-wizard .form-group.calendar .col-xs-6:last-child{padding-left:7.5px}.search-page .mobile-search-wizard .form-group.dog-size .heading{font-weight:700;margin-bottom:8px!important}.search-page .mobile-search-wizard .form-group.dog-size .dog-size-buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.search-page .mobile-search-wizard .form-group.dog-size .dog-size-buttons .rover-btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:12px;height:47px;padding:5px;text-align:center;width:59px}@media (max-width:767px){.search-page .mobile-search-wizard .form-group.dog-size .dog-size-buttons .rover-btn{line-height:37px}.search-page .mobile-search-wizard .form-group.dog-size .dog-size-buttons .rover-btn .text-label,.search-page .mobile-search-wizard .form-group.dog-size .dog-size-buttons .rover-btn br{display:none}}.search-page .mobile-search-wizard .form-group.spaces-required .heading{font-weight:700;margin-bottom:8px!important}.search-page .mobile-search-wizard .form-group.toggle-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px}.search-page .mobile-search-wizard .form-group.toggle-filter label{margin-bottom:0!important}.search-page .mobile-search-wizard .form-group.toggle-filter .switcher{margin-top:4px}.search-page .mobile-search-wizard .wizard-btn{font-weight:400;height:40px;margin-bottom:15px}.search-page .mobile-search-wizard .mobile-search-col-wrap{padding:0}.search-page .mobile-search-wizard .mobile-search-col-wrap .show-filters-btn{cursor:pointer;display:none}.search-page .mobile-search-wizard .mobile-search-col-wrap .show-filters-btn.fixed-bottom{display:block}@media (max-width:767px){.search-page .mobile-search-wizard .chosen-select option{width:100%;overflow:hidden;text-overflow:ellipsis}}.search-page .price-slider{height:40px}.search-page .price-slider .price-label-wrap{width:25px}.search-page .price-slider .control-wrap{padding:0 20px}.search-page .basic-filters .error-popover{z-index:1049}@media (min-width:768px){.search-page .basic-filters{padding:15px 0}}.search-page .basic-filters .search-section{margin-bottom:10px}@media (min-width:1200px){.search-page .basic-filters .search-section{margin-bottom:0}}.search-page .basic-filters .heading{font-size:11px;text-transform:uppercase;color:#777;margin-bottom:5px}.search-page .basic-filters .rover-btn-group{width:100%}.search-page .basic-filters .rover-btn-group .rover-btn{white-space:normal;height:40px}.search-page .basic-filters .type .rover-btn{width:50%}@media (min-width:1200px){.search-page .basic-filters .type .rover-btn{font-size:12px;padding:5px 10px;line-height:1.2}}.search-page .basic-filters .dog-size .rover-btn{width:25%;font-size:12px;padding:5px 10px;line-height:1.2;padding-top:13px}.search-page .mobile-filters-wrap{padding:0 0 5px}.search-page .mobile-filters-wrap .frequency .button-columns .rover-btn{padding:8px 12px}.search-page .mobile-filters-wrap .frequency .button-columns .rover-btn .rover-icon{margin-right:3px}.search-page .mobile-filters-wrap .frequency .button-columns .rover-btn.active .rover-icon{color:#14a96d}.search-page .advanced-filters-bar.fixed{position:fixed;background:#fff;z-index:1000;border-bottom:1px solid #cfd7de;-webkit-box-shadow:0 3px 8px -2px rgba(0,0,0,.15);box-shadow:0 3px 8px -2px rgba(0,0,0,.15)}@media (min-width:768px){.search-page .advanced-filters-bar{padding:10px 20px}}.search-page .advanced-filters-bar .search-results-count-container{font-size:14px;color:#ff8133;font-weight:700;padding-top:5px}@media (min-width:768px){.search-page .advanced-filters-wrap{background-color:#eee;padding:0 20px}}.search-page .advanced-filters-wrap .adv-filter-label{font-size:14px}.search-page .advanced-filters-wrap .advanced-filter-row{font-size:12px;line-height:1.6;padding-top:10px}.search-page .filter-subcategory-collapse{cursor:hand;cursor:pointer}.search-page .search-header{margin-left:0;margin-right:0}.search-page .search-header h1{margin-top:40px}@media (max-width:767px){.search-page .search-header h1{margin-top:32px}}@media (max-width:767px){.search-page .search-header{padding-top:10px;padding-bottom:10px}}@media (max-width:767px) and (max-width:767px){.search-page .search-header{padding-top:8px;padding-bottom:8px}}@media (max-width:767px){.search-page .search-header h1{margin-top:10px;color:#555;font-size:18px;font-weight:500!important;line-height:1.56;padding:0 15px;text-align:left}}@media (max-width:767px) and (max-width:767px){.search-page .search-header h1{margin-top:8px}}@media (max-width:767px){.search-page .search-header h2{font-size:16px;font-weight:900!important;line-height:1.5;padding:0 15px;text-align:left}.search-page .search-header h2 small{color:#999;font-size:100%}}.search-page .navbar-container{width:100%}.search-page .search-col-wrap{border-radius:4px}.search-page .three-search-cols-container .search-col-wrap{background-color:transparent}@media (min-width:768px){.search-page .three-search-cols-container .search-col-wrap{margin-top:5px}}@media (min-width:768px) and (max-width:767px){.search-page .three-search-cols-container .search-col-wrap{margin-top:4px}}.search-page .three-search-cols-container .search-col-wrap .search-right-sidebar{margin-right:5px;border-top-left-radius:0}@media (max-width:767px){.search-page .three-search-cols-container .search-col-wrap .search-right-sidebar{margin-right:4px}}.search-page .mobile-inline-date-filters-container{padding:16px;border-bottom:1px solid #cfd7de}.search-page .mobile-fixed-header-filters-container{background-color:#fff;-webkit-box-shadow:0 10px 20px -10px #ddd;box-shadow:0 10px 20px -10px #ddd;margin:-1px 0 10px;padding:16px;width:100%}.search-page .mobile-fixed-header-filters-container.sticky{position:fixed;top:0;z-index:999}.search-page .mobile-fixed-header-filters-container .filter-button-container{overflow:auto;white-space:nowrap}.search-page .mobile-fixed-header-filters-container .filter-button-container .filter-button{line-height:20px;margin-right:10px;padding:6px 8px}.search-page .mobile-fixed-header-filters-container .filter-button-container .filter-button:not(.rover-btn-primary){background-color:#fff;border:1px solid #999;color:#555}.search-page .mobile-fixed-header-filters-container .fixed-header-search-button{background-color:#fff;border:0 none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.18);box-shadow:0 2px 8px rgba(0,0,0,.18);font-size:18px;margin-bottom:16px;overflow:hidden;padding:10px 16px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.search-page .mobile-fixed-header-filters-container .fixed-header-search-button .rover-icon{vertical-align:middle;margin-right:5px}.search-page .mobile-fixed-header-compact{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.18);box-shadow:0 2px 8px rgba(0,0,0,.18);padding:0}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container{background-color:#007948;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:-16px;overflow:hidden;position:relative}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button-wrapper:after,.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button-wrapper:before{content:"";display:block;height:100%;position:absolute;top:0;width:16px}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button-wrapper:after{background:-webkit-gradient(linear,right top,left top,from(#007948),to(rgba(0,121,72,0)));background:linear-gradient(270deg,#007948 0,rgba(0,121,72,0));right:0}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button-wrapper:before{background:-webkit-gradient(linear,left top,right top,from(#007948),to(rgba(0,121,72,0)));background:linear-gradient(90deg,#007948 0,rgba(0,121,72,0));left:0}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button-wrapper .filter-button-list{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;padding-left:16px;white-space:nowrap}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button-wrapper .filter-button-list .filter-button.compact{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#14a96d;border-radius:100px;border:0;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:16px;margin-right:8px}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button-wrapper .filter-button-list .filter-button.compact .rover-icon{margin-right:6px}.search-page .mobile-fixed-header-compact .mobile-fixed-header-container .filter-button.advanced-filters-button{background-color:transparent;border:0;color:#fff;margin-left:8px;padding:0}.search-page .mobile-fixed-header-compact .mobile-fixed-header-date-prompt{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #cfd7de;color:#40484f;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 16px;display:block}.search-page .mobile-fixed-header-compact .mobile-fixed-header-date-prompt i:first-child{margin-right:8px}.search-page .mobile-fixed-header-compact .mobile-fixed-header-date-prompt i:last-child{margin-left:auto}.search-page .mobile-expanded-date-filters{display:-webkit-box;display:-ms-flexbox;display:flex}.search-page .mobile-expanded-date-filters button{background:#fff;border-radius:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:50%;padding:8px 16px;text-align:left}.search-page .mobile-expanded-date-filters button:first-child{border-right:1px solid #cfd7de}.search-page .mobile-expanded-date-filters button span{display:block;overflow:hidden;text-overflow:ellipsis}.search-page .mobile-expanded-date-filters button span.date-filter-title{color:#66727c;font-size:10px;line-height:16px;text-transform:uppercase}.search-page .mobile-expanded-date-filters button span.date-filter-input{height:20px;line-height:20px}.search-page .mobile-expanded-date-filters .filter-button-focus{background-color:#d6eaff}.search-page .search-map-size-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.search-page .search-main,.search-page .search-right-sidebar,.search-page .sidebar-filters-main{background-color:#fff;border-radius:4px}.search-page .search-main{position:relative;min-height:1px;padding-left:0;padding-right:0;max-width:calc(100% - 335px)}@media (max-width:767px){.search-page .search-main{max-width:100%}}@media (min-width:992px){.search-page .search-main{float:left;width:calc(58.33333% - 195.41667px)}}.search-page .search-right-sidebar{position:relative;min-height:1px;padding-left:0;padding-right:0;max-width:calc(100% - 335px)}@media (max-width:767px){.search-page .search-right-sidebar{max-width:100%}}@media (min-width:992px){.search-page .search-right-sidebar{float:left;width:calc(41.66667% - 139.58333px)}}.search-page .large-map-active .search-main{position:relative;min-height:1px;padding-left:0;padding-right:0;max-width:calc(100% - 335px)}@media (max-width:767px){.search-page .large-map-active .search-main{max-width:100%}}@media (min-width:768px){.search-page .large-map-active .search-main{float:left;width:calc(41.66667% - 139.58333px)}}.search-page .large-map-active .search-right-sidebar{position:relative;min-height:1px;padding-left:0;padding-right:0;max-width:calc(100% - 335px)}@media (max-width:767px){.search-page .large-map-active .search-right-sidebar{max-width:100%}}@media (min-width:768px){.search-page .large-map-active .search-right-sidebar{float:left;width:calc(58.33333% - 195.41667px)}}.search-page .search-in-progress .search-main .js-search-results-view:after{top:40px}.search-page .search-left-sidebar{min-width:320px;max-width:320px;margin-left:5px;margin-right:5px}@media (max-width:767px){.search-page .search-left-sidebar{margin-left:4px;margin-right:4px}}.search-page .search-left-sidebar .sidebar-filters-main{padding:10px}@media (max-width:767px){.search-page .search-left-sidebar .sidebar-filters-main{padding:8px}}.search-page .search-left-sidebar .heading{margin-bottom:5px;color:#40484f}@media (max-width:767px){.search-page .search-left-sidebar .heading{margin-bottom:4px}}.search-page .search-left-sidebar .dog-size .heading,.search-page .search-left-sidebar .search-price-view .heading{margin-bottom:0}.search-page .search-left-sidebar .search-section{margin-bottom:20px}@media (max-width:767px){.search-page .search-left-sidebar .search-section{margin-bottom:16px}}.search-page .search-left-sidebar .button-columns label{padding:8px}.search-page .search-left-sidebar .daterangepicker-row .form-control{font-size:12px}.search-page .search-left-sidebar .daterangepicker-row .input-group-addon.date-picker-control-addon{width:40px;padding-right:10px}.search-page .search-left-sidebar .dog-size-buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.search-page .search-left-sidebar .dog-size-buttons .rover-btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:59px;height:47px;padding:5px;padding-top:13px;font-size:12px;text-align:center}.search-page .search-left-sidebar .dayoftheweekpicker{width:100%}.search-page .search-left-sidebar .dayoftheweekpicker .rover-btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:35px;padding:9px}.search-page .search-left-sidebar .daytime-availability-buttons .rover-btn{width:100%;padding:9px}.numbered-list .search-page .search-left-sidebar .daytime-availability-buttons .rover-btn li.padding-left-x1:before,.search-page .search-left-sidebar .daytime-availability-buttons .rover-btn .numbered-list li.padding-left-x1:before,.search-page .search-left-sidebar .daytime-availability-buttons .rover-btn .small-text.padding-left-x1{padding-left:0!important}.search-page .search-left-sidebar .spaces-required-buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.search-page .search-left-sidebar .spaces-required-buttons .rover-btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.search-page .search-left-sidebar .frequency .button-columns .rover-btn .rover-icon{margin-right:3px}.search-page .search-left-sidebar .frequency .button-columns .rover-btn.active .rover-icon{color:#14a96d}.search-page .search-left-sidebar,.search-page .search-right-sidebar{will-change:min-height}.search-page .search-filters,.search-page .search-right-col-container{-webkit-transform:translate(0);transform:translate(0);-webkit-transform:translateZ(0);transform:translateZ(0);will-change:position,transform}body,html{max-width:100%;overflow-x:hidden!important;width:100%}.search-page .search-geo-box{display:none;border-bottom:1px solid #cfd7de;border-right:1px solid #cfd7de}.search-page .date-constraint-suggestion{visibility:hidden;padding:10px;color:#fff;z-index:999;background-color:#ff8133;background-image:url(/static/dist/14232eb00aafcf5219b71972abaccb1f.png);background-repeat:no-repeat;background-position:100% 100%;text-align:center}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.search-page .date-constraint-suggestion{background-image:url(/static/dist/74f7e1846affdff25111a64e451872f1.png);background-size:321px 67px}}.search-page .date-constraint-suggestion .dismiss{color:#fff;text-decoration:underline}.search-page .butter-bar-suggestion{min-height:67px;line-height:1.5;letter-spacing:.5px;color:#40484f;z-index:999;text-align:center;background-color:#fdf6da;border:2px solid #ffcf33;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:start;align-content:flex-start}.search-page .butter-bar-suggestion h5{display:block;padding:0 10px 10px;font-weight:500;text-align:left;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:0}.search-page .butter-bar-suggestion .dismiss{font-size:1.75em;margin-top:6px;color:#555;-ms-flex-item-align:start;align-self:flex-start}.search-page .butter-bar-suggestion .dismiss:hover{text-decoration:none}.search-page .search-results-wrap{position:relative}@media (min-width:768px){.search-page .search-results-wrap{border-right:1px solid #cfd7de}}.search-page .search-results-wrap .empty{min-height:336px;width:100%}@media (max-width:767px){.search-page .search-results-wrap .empty{min-height:200px}}.search-page .premier-scrollup{background-color:#16a2bb;z-index:999;position:fixed;bottom:0;display:none}.search-page .premier-scrollup.affix-bottom{position:absolute}.search-page .premier-scrollup .close{text-shadow:none;margin:10px;opacity:1}.search-page .premier-scrollup .close:hover{opacity:.7;color:#fff}.search-page .contact-sitter-view-modal .modal-body{height:100%}.search-page .contact-sitter-view-modal .close-inline-form{position:absolute;top:5px;right:5px}.search-page .sitter-card.active,.search-page .sitter-card:hover{-webkit-box-shadow:inset 4px 0 0 0 #ff8133;box-shadow:inset 4px 0 0 0 #ff8133}@media (max-width:767px){.search-page .sitter-card .price-wrap{margin-bottom:30px}.search-page .sitter-card .sitter-card-footer{margin:0;padding:0}.search-page .sitter-card .rover-btn-primary{padding:8px;margin-top:8px}}.search-page .sitter-card .profile-click-thru{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.search-page .sitter-card .no-profile-click-thru{position:relative;z-index:2}.search-page .sitter-card .sitter-actions button{z-index:2}.search-page .sitter-card .sitter-review-wrap p a{position:relative;z-index:2}.search-page .large-map-active .sitter-card{min-height:120px}.search-page .large-map-active .sitter-card .sitter-attributes{margin-top:0}.search-page .large-map-active .sitter-card .ribbon-callout{display:none}.search-page .large-map-active .sitter-card .sitter-card-body-main{position:static}.search-page .large-map-active .sitter-card .hidden-constrained{display:none}.search-page .large-map-active .sitter-card .sitter-photo-section .person-video-callout{width:15px;height:15px;line-height:15px;font-size:.5em}.search-page .large-map-active .sitter-card .sitter-photo-section .sitter-carousel-wrap{width:75px}.search-page .large-map-active .sitter-card .sitter-photo-section .carousel-control{display:none}.search-page .large-map-active .sitter-card .sitter-photo-section .item{width:75px;height:75px}.search-page .large-map-active .sitter-card .sitter-photo-section .fb-friend-wrap{display:none}.search-page .large-map-active .sitter-card .sitter-info-section{display:block}.search-page .large-map-active .sitter-card .sitter-info-section>.sitter-card-title-area{font-size:18px}.search-page .large-map-active .sitter-card .sitter-info-section .sitter-earned-badges img{vertical-align:top}.search-page .large-map-active .sitter-card .sitter-info-section .sitter-card-badges>.sitter-earned-badges img{vertical-align:sub}.search-page .large-map-active .sitter-card .sitter-info-section .sitter-card-badges img{width:20px}.search-page .large-map-active .sitter-card .sitter-card-title{font-size:18px}.search-page .large-map-active .sitter-card .sitter-services{margin-top:0;margin-bottom:10px;font-size:13px;font-weight:400;color:#66727c}.search-page .large-map-active .sitter-card .sitter-location{margin-bottom:2px}.search-page .large-map-active .sitter-card .sitter-desc{display:none}.search-page .large-map-active .sitter-card .review-summary-wrap{margin-top:5px}.search-page .large-map-active .sitter-card .sitter-review-wrap{display:none}.search-page .large-map-active .sitter-card .sitter-price-section{padding-top:0}.search-page .large-map-active .sitter-card .sitter-price-section .price{font-size:24px}.search-page .large-map-active .sitter-card .sitter-card-footer{margin:10px 0 5px;padding-top:5px;border:0}.search-page .large-map-active .sitter-card .sitter-card-footer .save-button-copy{display:none}.search-page .map-controls{font-size:12px;line-height:1.6;width:100%;padding:8px}.search-page .shrink-map-label{display:none}.search-page .search-map-redo-view{text-align:right}.search-page .search-map{background-color:#eee;z-index:1}.search-page .search-map-redo-button{height:18px}.search-page .large-map-active .shrink-map-label{display:inline}.search-page .large-map-active .enlarge-map-label{display:none}.search-page .large-map-active .search-map{height:450px}.search-page .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.search-page .fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.search-page .insurance-bar{height:45px;line-height:45px;overflow:hidden;color:#fff;background-color:#14a96d;font-size:14px;text-align:center;border-bottom:1px solid #cfd7de}.search-page .insurance-bar a{color:#fff;text-decoration:underline}.search-page .insurance-bar a:hover{color:hsla(0,0%,100%,.7)}.search-page .popover.debug-data{max-width:100%}.search-page .alternate-search-bar{height:35px;line-height:35px;overflow:hidden;color:#fff;background-color:#14a96d;font-size:14px;padding-left:20px}.search-page .premier-search{padding:10px;border-bottom:1px solid #cfd7de;min-height:74px}.search-page .contact-sitter-form .information-well{margin-top:0}.search-page .email-capture-modal .modal-content{width:440px}.search-page .email-capture-modal .email-capture-popup-initial{padding:20px;padding-top:0}.search-page .email-capture-modal .email-capture-popup-success{display:none}.search-page .email-capture-modal .email-capture-popup-success .fa{color:#14a96d}.search-page .advanced-filters-wrap{background:#fff}.search-page .advanced-filters-bar{padding-top:5px;padding-bottom:5px}@media (max-width:767px){.search-page .advanced-filters-bar{padding-top:4px;padding-bottom:4px}}.search-page .search-toggle-filters{font-size:12px;line-height:1.6;color:#66727c;text-decoration:none;text-transform:uppercase}.search-page .search-toggle-filters .less-arrows{display:none}.search-page .search-toggle-filters.visible .less-arrows{display:inline}.search-page .search-toggle-filters.visible .more-arrows{display:none}.search-page .service-type-labels{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;font-size:12px;line-height:1.6;list-style:none;color:#66727c;text-decoration:none;text-transform:uppercase;padding:0;margin:0}.search-page .service-type-labels>li:first-child{-webkit-box-flex:3;-moz-flex:3 0 0;-ms-flex:3 0 0;flex:3 0 0}.search-page .service-type-labels>li:last-child{-webkit-box-flex:2;-moz-flex:2 0 0;-ms-flex:2 0 0;flex:2 0 0}.search-page .service-type-tabs{margin-top:-1px;margin-left:-1px;margin-right:-1px}.search-page .service-type-tabs li:first-child{border-top-left-radius:4px}.search-page .service-type-tabs li:last-child{border-top-right-radius:4px}.search-page .service-type-tabs a{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-moz-justify-content:center;justify-content:center}.search-page .service-type-tabs .service-type-tab-title{font-size:inherit}.large-map-active .dilla-callout{background:none}.dilla-callout{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.dilla-callout .card{text-align:center;padding:0 30px;border-right:0;border-left:0;margin-bottom:0;width:100%}.dilla-callout .card .card-block{padding:15px 0 0;width:80%;margin:auto}.dilla-callout .card .card-block .rover-btn{padding:10px 20px;margin:15px}.dilla-callout .card .card-block .mobile-image{height:86px}}@media (min-width:1200px){.dilla-callout{background:url(/static/dist/eedc87c966593a50d02497926e6ef627.png) no-repeat;background-size:auto;background-position:100% 100%}.dilla-callout .card .card-block{padding:20px}}@media (min-width:768px){.dilla-callout{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:440px;padding:35px 30px}.dilla-callout .card{width:570px;height:366px;margin-left:8px;padding:15px 0 0 10px;background-color:transparent;border:0}.dilla-callout .card .card-block{background-color:transparent;padding:0}.dilla-callout .card .card-block .subtitle{margin-bottom:32px}.dilla-callout .card .card-block .rover-btn{padding:10px 16px;font-size:16px;line-height:1.6;border-radius:4px}.dilla-callout .card .card-block .mobile-image{display:none}}.centaur-callout .sitter-photo-section{width:150px;height:150px}.centaur-callout .centaur-callout-cta{text-align:right;float:right}.centaur-callout .centaur-callout-cta .rover-icon{font-size:22px;vertical-align:text-bottom}.centaur-callout .centaur-callout-subtitle{font-size:20px}.centaur-callout .subtitle{max-width:350px;font-weight:300;line-height:1.4;margin-bottom:10px}@media (min-width:992px){.centaur-callout .subtitle{margin-bottom:20px}}@media (max-width:767px){.centaur-callout .sitter-photo-section{width:75px;height:75px}.centaur-callout .centaur-callout-title{font-size:18px}.centaur-callout .centaur-callout-cta{margin-top:5px;clear:both}}.hybrid-walking-callout{background-image:url("/static/images/walking-callout-bg-transparent.png");background-repeat:no-repeat;background-position:100% 100%;background-size:cover}@media (max-width:767px){.hybrid-walking-callout{background-image:none}}.hybrid-market-callout{position:relative;padding-top:24px;padding-bottom:24px}.hybrid-market-callout.sitter-card.active,.hybrid-market-callout.sitter-card:hover{-webkit-box-shadow:none;box-shadow:none}.hybrid-market-callout .hybrid-callout-title{font-size:26px;line-height:36px;margin-bottom:0;color:#40484f}@media (max-width:767px){.hybrid-market-callout .hybrid-callout-title{font-size:18px}}.hybrid-market-callout .hybrid-callout-cta{float:none;display:inline-block}.hybrid-market-callout .hybrid-callout-cta-xs{float:none;padding-top:12px}.hybrid-market-callout .hybrid-callout-subtitle,.hybrid-market-callout .hybrid-callout-subtitle-xs{font-size:16px;line-height:26px;margin-right:auto;margin-left:24px;color:#66727c}.hybrid-market-callout .hybrid-callout-subtitle-xs .body-small,.hybrid-market-callout .hybrid-callout-subtitle .body-small{font-size:14px;line-height:20px}@media (max-width:767px){.hybrid-market-callout .hybrid-callout-subtitle,.hybrid-market-callout .hybrid-callout-subtitle-xs{max-width:430px}}.hybrid-market-callout .hybrid-callout-bullet-row,.hybrid-market-callout .hybrid-callout-bullet-row-xs{margin-top:12px}.hybrid-market-callout .hybrid-bullet-icon,.hybrid-market-callout .hybrid-bullet-icon-xs{margin-right:10px}.hybrid-market-callout .subtitle{font-weight:300;line-height:1.4;margin-bottom:10px}@media (min-width:992px){.hybrid-market-callout .subtitle{margin-bottom:20px}}.hybrid-market-callout .callout-price-section .price{display:inline-block;position:relative;font-size:30px;line-height:1.2}.hybrid-market-callout .callout-price-section .currency-symbol{position:absolute;font-size:18px;left:-10px;top:0;line-height:1.2}.centaur-callout-variant{position:relative;padding-top:60px;padding-bottom:60px}.centaur-callout-variant.sitter-card.active,.centaur-callout-variant.sitter-card:hover{-webkit-box-shadow:none;box-shadow:none}.centaur-callout-variant .centaur-callout-title{text-align:center;font-size:26px;line-height:36px;margin-bottom:0;color:#40484f}.centaur-callout-variant .centaur-callout-cta{text-align:center;float:none}.centaur-callout-variant .subtitle{font-weight:300;line-height:1.4;margin-bottom:10px}@media (min-width:992px){.centaur-callout-variant .subtitle{margin-bottom:20px}}.centaur-callout-variant .centaur-callout-subtitle,.centaur-callout-variant .centaur-callout-subtitle-xs{font-size:16px;line-height:26px;max-width:430px;text-align:center;margin-right:auto;margin-left:auto;color:#66727c}.large-map-active .centaur-callout .sitter-photo-section{width:75px;height:75px}.large-map-active .centaur-callout .centaur-callout-title{font-size:18px}.large-map-active .centaur-callout .centaur-callout-cta{margin-top:5px;clear:both}.large-map-active .centaur-callout .centaur-callout-subtitle{font-size:14px}.large-map-active .centaur-callout-variant{padding-bottom:116px}.large-map-active .centaur-callout-variant .mel-bolted{right:calc(50% - 60px);background-size:120px 96px;height:96px;width:120px}.quick-match-recovery-modal{position:relative}.quick-match-recovery-modal .mel{position:absolute;background-repeat:no-repeat;background-position:50%;top:-30px;left:-10px}.quick-match-recovery-modal .mel.promo{background-image:url(/static/dist/8504733e83774b88698a1ef0783d424a.svg);height:100px;width:161px}.quick-match-recovery-modal .mel.peeking{background-image:url(/static/dist/2d243e599a648a56e30d48629ce4f2f7.svg);-webkit-transform:rotate(180deg);transform:rotate(180deg);height:38px;width:61px}.quick-match-recovery-modal .close{opacity:.8}.quick-match-recovery-modal .close:hover{opacity:1}.quick-match-recovery-modal .modal-content{margin-left:auto;margin-right:auto;max-width:380px;padding:30px;background:#14a96d}.quick-match-recovery-modal .quick-match-recovery-modal-body{font-weight:700;font-size:40px;line-height:56px;color:#fff;padding-top:90px;margin-bottom:50px}.quick-match-recovery-modal .quick-match-recovery-cta{text-align:right}.quick-match-recovery-modal button.close{color:#fff}.switch-pitch-callout{position:relative;background-color:#fff}.switch-pitch-callout .switch-pitch-image-section{margin:40px 40px 20px;text-align:center}.switch-pitch-callout .switch-pitch-image{width:72px;height:72px}.switch-pitch-callout .switch-pitch-callout-body{margin-left:40px;margin-right:40px;margin-bottom:40px;text-align:center}.switch-pitch-callout .switch-pitch-callout-title{font-size:26px;font-weight:500;text-align:center;color:#555}.switch-pitch-callout .centaur-callout-cta{text-align:center;float:none}.switch-pitch-callout .switch-pitch-callout-subtitle,.switch-pitch-callout .switch-pitch-callout-subtitle-xs{font-size:16px;line-height:1.56;text-align:center;color:#555;margin-bottom:10px}.switch-pitch-callout .switch-pitch-callout-cta{font-size:16px;line-height:1.56;text-align:center;color:#14a4be}.switch-pitch-callout .switch-pitch-callout-bottom{height:10px;background-color:#ebeeef}.how-it-works-icon{width:80px;display:block;margin-left:auto;margin-right:auto}.how-it-works-header{margin-top:48px}.frequency .button-columns .rover-btn{line-height:1.5em}.frequency .button-columns .rover-btn .rover-icon{font-size:1.5em;margin-right:7px}@media (min-width:768px){.frequency .button-columns .rover-btn{text-align:left}.frequency .button-columns .rover-btn div{display:inline-block;vertical-align:middle;padding-top:2px}}#discover-new-sitters-app{min-height:300px;border-bottom:1px solid #ddd}.search_traveling_by_owner_address_wrapper{background-color:#f4f5f6;border-radius:4px;padding:20px}.search_traveling_by_owner_address_wrapper .new-label-pill{border-radius:10px;margin-left:5px}ul.nearby-locations-list{list-style-type:none;padding-left:5px;display:grid;max-width:1024px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translateZ(0);transform:translateZ(0)}.search-wizard-modal .form-group>label{margin:10px 0;color:#40484f;font-weight:400}.search-wizard-modal .form-group .button-columns{margin-bottom:-15px}.search-wizard-modal .form-group .button-columns .rover-btn{margin-bottom:15px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-align:center;word-break:break-word;word-wrap:break-word}.search-wizard-modal .form-group .button-columns-2 label.rover-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.search-wizard-modal .quick-match-callout .quick-match-cta-column{padding-top:10px}}@media (max-width:767px) and (max-width:767px){.search-wizard-modal .quick-match-callout .quick-match-cta-column{padding-top:8px}}.search-wizard-modal .rover-search-modal-service-type-label{position:absolute;top:-4px;left:-4px;border-radius:4px;background-color:#ffcf33;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.24);box-shadow:0 2px 4px 0 rgba(0,0,0,.24);padding:4px 4px 2px;font-size:13px;font-weight:900;font-style:normal;font-stretch:normal;letter-spacing:normal;line-height:1.1;text-align:center;color:#40484f}.rover-accordion .accordion-section.panel{border-radius:0;border:0;-webkit-box-shadow:none;box-shadow:none;margin:0}.rover-accordion .accordion-section .accordion-section-header{background:#fff;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-top:-1px}.rover-accordion .accordion-section .accordion-section-header h5{margin:0;position:relative}.rover-accordion .accordion-section .accordion-section-header h5 button{color:#555;font-size:22px;font-weight:500;line-height:36px;padding:16px;text-align:left;text-decoration:none!important;width:100%}.rover-accordion .accordion-section .accordion-section-header h5 button small{color:#999;display:block;font-size:14px;line-height:20px}.rover-accordion .accordion-section .accordion-section-header h5 button .rover-icon{color:#777;font-size:16px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rover-accordion .accordion-section .accordion-section-body{background:#fff;border-bottom:1px solid #ddd;padding:16px}.collapsing-checkbox-collection[data-v-be19b346]{padding:10px;color:#1b1f23;font-size:14px}@media (max-width:767px){.collapsing-checkbox-collection[data-v-be19b346]{padding:8px}}.header[data-v-be19b346]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}@media (max-width:767px){.header[data-v-be19b346]{margin-top:8px}}.slideVertically-enter-active[data-v-be19b346],.slideVertically-leave-active[data-v-be19b346]{-webkit-transition:all .25s;transition:all .25s}.slideVertically-enter[data-v-be19b346],.slideVertically-leave-to[data-v-be19b346]{opacity:0}.supercategory{font-weight:700;text-transform:uppercase}.category-title,.supercategory{margin-top:20px;margin-bottom:10px;padding-bottom:2px;border-bottom:1px solid #cfd7de;font-weight:500}@media (max-width:767px){.category-title,.supercategory{margin-top:16px;margin-bottom:8px}}.rover-icon-in-down,.rover-icon-in-up{margin-left:5px;vertical-align:middle;-webkit-transform:scaleY(.75);transform:scaleY(.75)}.checkbox-row{margin-bottom:10px}@media (max-width:767px){.checkbox-row{margin-bottom:8px}}.checkbox-row .checkbox-label{font-weight:400}.checkbox-row .checkbox-input{margin-right:10px}@media (max-width:767px){.checkbox-row .checkbox-input{margin-right:8px}}.checkbox-row .rover-icon-in-question-circle{margin-left:5px}@media (max-width:767px){.checkbox-row .rover-icon-in-question-circle{margin-left:4px}}.service-type-selector-option{display:-webkit-box;display:-ms-flexbox;display:flex}.service-type-selector-option .rover-icon.rover-icon-lg{margin:5px 16px 5px 10px;font-size:24px;color:#00bd70}.service-type-selector-option a:hover{text-decoration:none}.service-type-selector-name{color:#1b1f23;font-size:16px;line-height:1.2}.service-type-selector-description{font-size:12px;line-height:1.6;color:#66727c;line-height:1.2}.service-type-selector-label{margin-left:10px;margin-top:5px;border-radius:4px;background-color:#ffcf33;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.24);box-shadow:0 2px 4px 0 rgba(0,0,0,.24);padding:4px 4px 2px;font-size:13px;font-weight:900;font-style:normal;font-stretch:normal;letter-spacing:normal;line-height:1.1;text-align:center;color:#40484f}.service-type-selector .select2-container{max-width:100%}.service-type-selector .select2-container .select2-selection .select2-selection__rendered{padding-left:0}.service-type-selector .select2-container .select2-selection--single{height:45px;padding:5px;border-color:#cfd7de}.service-type-selector .select2-container .select2-selection--single .select2-selection__arrow{width:auto;height:auto;padding:22px;background-color:#14a96d}.service-type-selector .select2-container .select2-selection--single .select2-selection__arrow b{border-color:#fff transparent transparent}.service-type-selector .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #fff}.select2-container .select2-dropdown{border-color:#cfd7de;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.2);box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.select2-container .select2-dropdown .select2-results .select2-results__options{max-height:none}.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted,.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]{background-color:#e8ebed}
/*# sourceMappingURL=search.77676ef8ecbfc05478aa27044318c669.css.map*/