#root{
    min-height:300px
}
.panel-lg button,.search-bar button{
    margin-top:0
}
input[type=text]::-ms-clear{
    display:none
}
.pos-relative{
    position:relative
}
.clear-btn{
    position:absolute;
    right:0;
    width:30px;
    height:40px;
    line-height:40px;
    text-align:center;
    cursor:pointer;
    font-size:.8rem;
    transform:scaleX(1.2);
    color:#666
}
.clear-btn.clear-places{
    right:0
}
.has-error input{
    box-shadow:0 0 8px rgba(255,0,0,.6)
}
.has-error .error-msg{
    color:red;
    float:left;
    width:100%;
    clear:both
}
#autoComplete,#providerSearch{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-right:22px
}
#autoComplete:focus,#providerSearch:focus{
    text-overflow:clip
}
input.auto-complete{
    padding-left: 44px;
    width:100%;
    float:left
}
.gap-bt{
    margin-bottom:15px
}
.suggestions-list{
    position:absolute;
    top:40px;
    background:#fff;
    padding:0;
    border:1px solid #ccc;
    z-index:99;
    width:100%;
    list-style:none;
    margin:0;
    box-shadow:0 3px 9px #8a8a8a
}
.suggestions-list li{
    padding:8px 8px 8px 30px;
    margin:0;
    font-size:13px;
    background-repeat:no-repeat;
    background-position:5px;
    background-size:auto 18px;
    border-bottom:1px solid #dadada;
    cursor:pointer
}
.Select-control{
    border-radius:0!important;
    height:39px!important
}
.provider-box{
    padding:6px;
    width:100%;
    float:left
}
.provider-wpr .suggestions-list{
    max-height:180px;
    overflow:auto;
    box-shadow:0 3px 9px #8a8a8a
}
.provider-wpr .suggestions-list li{
    background-image:none;
    padding-left:10px
}
.provider-suggestions h4{
    font-size:14px;
    color:#666;
    margin:10px;
    border-bottom:1px solid #ccc
}
.provider-suggestions ul{
    list-style:none;
    margin:0;
    padding:0
}
.rangeslider{
    margin:20px 0;
    position:relative;
    background:#e6e6e6;
    -ms-touch-action:none;
    touch-action:none
}
.rangeslider,.rangeslider .rangeslider__fill{
    display:block;
    box-shadow:inset 0 1px 3px rgba(0,0,0,.4)
}
.rangeslider .rangeslider__handle{
    background:#fff;
    border:1px solid #ccc;
    cursor:pointer;
    display:inline-block;
    position:absolute;
    box-shadow:0 1px 3px rgba(0,0,0,.4),0 -1px 3px rgba(0,0,0,.4);
    z-index:2
}
.rangeslider .rangeslider__handle .rangeslider__active{
    opacity:1
}
.rangeslider .rangeslider__handle-tooltip{
    width:40px;
    height:40px;
    text-align:center;
    position:absolute;
    background-color:#fff;
    font-weight:400;
    font-size:14px;
    transition:all .1s ease-in;
    border-radius:4px;
    display:inline-block;
    color:#000;
    left:50%;
    transform:translate3d(-50%,0,0)
}
.rangeslider .rangeslider__handle-tooltip span{
    margin-top:12px;
    display:inline-block;
    line-height:100%
}
.rangeslider .rangeslider__handle-tooltip:after{
    content:" ";
    position:absolute;
    width:0;
    height:0
}
.rangeslider-horizontal{
    height:10px;
    border-radius:10px;
    margin-top:10px
}
.rangeslider-horizontal .rangeslider__fill{
    height:100%;
    background-color:#df3740;
    border-radius:10px;
    top:0
}
.rangeslider-horizontal .rangeslider__handle{
    width:24px;
    height:24px;
    border-radius:30px;
    top:50%;
    transform:translate3d(-50%,-50%,0);
    text-align:center
}
.rangeslider-horizontal .rangeslider__handle:after{
    content:" ";
    position:absolute;
    width:16px;
    height:16px;
    top:4px;
    left:4px;
    border-radius:50%;
    background-color:#dadada;
    box-shadow:inset 0 1px 3px hsla(0,0%,100%,.4),inset 0 -1px 3px hsla(0,0%,100%,.4);
    z-index:-1
}
.rangeslider-horizontal .rangeslider__handle-tooltip{
    top:-55px
}
.rangeslider-horizontal .rangeslider__handle-tooltip:after{
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid hsla(0,0%,100%,.8);
    left:50%;
    bottom:-8px;
    transform:translate3d(-50%,0,0)
}
.rangeslider-vertical{
    margin:20px auto;
    height:150px;
    max-width:10px;
    background-color:transparent
}
.rangeslider-vertical .rangeslider__fill,.rangeslider-vertical .rangeslider__handle{
    position:absolute
}
.rangeslider-vertical .rangeslider__fill{
    width:100%;
    background-color:#7cb342;
    box-shadow:none;
    bottom:0
}
.rangeslider-vertical .rangeslider__handle{
    width:30px;
    height:10px;
    left:-10px;
    box-shadow:none
}
.rangeslider-vertical .rangeslider__handle-tooltip{
    left:-100%;
    top:50%;
    transform:translate3d(-50%,-50%,0)
}
.rangeslider-vertical .rangeslider__handle-tooltip:after{
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:8px solid rgba(0,0,0,.8);
    left:100%;
    top:12px
}
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill{
    right:0
}
.rangeslider-reverse.rangeslider-vertical .rangeslider__fill{
    top:0;
    bottom:inherit
}
.rangeslider__labels{
    position:relative;
    margin-top:0px;
    color:#fff
}
.rangeslider-vertical .rangeslider__labels{
    position:relative;
    list-style-type:none;
    margin:0 0 0 24px;
    padding:0;
    text-align:left;
    width:250px;
    height:100%;
    left:10px
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item{
    position:absolute;
    transform:translate3d(0,-50%,0)
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item:before{
    content:"";
    width:10px;
    height:2px;
    background:#000;
    position:absolute;
    left:-14px;
    top:50%;
    transform:translateY(-50%);
    z-index:-1
}
.rangeslider__labels .rangeslider__label-item{
    position:absolute;
    font-size:.7rem;
    cursor:pointer;
    display:inline-block;
    top:10px;
    transform:translate3d(-50%,0,0)
}
.slider.custom-labels{
    min-height:18px
}
.modal .close{
    position:absolute;
    top:7px;
    right:10px;
    border:none;
    background-color:#fff
}
.modal,.modal-open{
    overflow:hidden
}
.modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    outline:0
}
.modal.show .modal-dialog{
    transform:translate(0)
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:10px
}
.modal-content{
    position:relative;
    display:flex;
    flex-direction:column;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px;
    border-bottom:1px solid #eceeef
}
.modal-title{
    margin-bottom:0;
    line-height:1.5
}
.modal-body{
    position:relative;
    flex:1 1 auto;
    padding:15px
}
.modal-footer{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:15px;
    border-top:1px solid #eceeef
}
.modal-footer>:not(:first-child){
    margin-left:.25rem
}
.modal-footer>:not(:last-child){
    margin-right:.25rem
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@media (min-width:768px){
    .modal-dialog{
        max-width:500px;
        margin:30px auto
    }
    .modal-sm{
        max-width:300px
    }
}
@media (min-width:1200px){
    .modal-lg{
        max-width:800px
    }
}
.input-group-addon{
    padding:4px 4px 5px;
    text-align:center;
    border-radius:0 4px 4px 0;
    width:10%;
    display:inline-block
}
.nearme{
    width:24px;
    height:30px;
    max-width:100%
}
.modal{
    background:rgba(0,0,0,.6);
}
.modal .modal-title{
    margin-right:17px
}
.cur-pointer{
    cursor:pointer
}
.input-group-addon{
    padding:4px 4px 5px;
    text-align:center;
    border-radius:0 4px 4px 0;
    width:10%;
    display:inline-block;
    height:40px
}
.nearme{
    width:24px;
    height:30px;
    max-width:100%
}
.nearme-btn{
    text-indent:-9999px;
    min-width:auto;
    padding:0;
    border: 0;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:20px auto;
    background-color:transparent;
    width:44px;
    height:40px;
    position:absolute;
    margin:0;
    left:12px;
    z-index:1;
    overflow:hidden
}
.nearme-btn,.nearme-btn:focus{
    background-image:url("/content/dam/b2c/find-a-provider/images/near-me.png")
}
.btn-search{
    padding:0 .6rem;
    font-size:1rem
}
.banner-provider label{
    margin-top:0
}
.banner-provider .popover-wpr>span{
    white-space:nowrap
}
.banner-provider .popover{
    width:230px;
    opacity:1;
    margin-left:50%;
    left:-115px;
    top:auto;
    bottom:26px
}
.banner-provider .content-banner-image{
    display:block;
    top:0
}
.banner-provider h1{
    /*color:#000;
    font-size:42px*/
}
.banner-provider h1+section{
    line-height:2rem
}
.banner-provider .popover-inner-wpr{
    display:inline-block
}
.banner-provider .popover-inner-wpr>span{
    white-space:nowrap;
    border-bottom:1px solid #949494
}
.banner-provider .lead{
    color:#000
}
.banner-provider .row .row{
    height:auto;
    min-height:auto;
    padding-bottom:0;
    padding-top:0
}
.banner-provider label{
    font-weight:450
}
.banner-provider .content-banner{
    overflow-y:visible!important;
    height:auto
}
.banner-provider .content-banner .container-fluid{
    max-height:unset;
    height:auto
}
.banner-provider .content-banner .container-fluid .row{
    height:auto;
    padding-bottom:0
}
.banner-provider .content-banner .btn-search{
    margin-bottom:1rem;
    min-width:120px
}
.provider-suggestions .activeItem{
    background:#f9f9f9
}
.search-banner span.pos-relative{
    cursor:help
}
.popover-wpr{
    border-bottom:1px dotted #999;
    cursor:pointer
}
.popover-wpr .popover{
    display:none
}
.popover-wpr:hover .popover{
    display:block
}
.popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1060;
    display:block;
    max-width:276px;
    padding:1px;
    font-family:DINRegular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-style:normal;
    font-weight:400;
    letter-spacing:normal;
    line-break:auto;
    line-height:1.5;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    white-space:normal;
    word-break:normal;
    word-spacing:normal;
    font-size:14px;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    border-radius:.3rem
}
.popover.bs-tether-element-attached-bottom,.popover.popover-top{
    margin-top:-10px
}
.popover.bs-tether-element-attached-bottom:after,.popover.bs-tether-element-attached-bottom:before,.popover.popover-top:after,.popover.popover-top:before{
    left:50%;
    border-bottom-width:0
}
.popover.bs-tether-element-attached-bottom:before,.popover.popover-top:before{
    bottom:-11px;
    margin-left:-11px;
    border-top-color:rgba(0,0,0,.25)
}
.popover.bs-tether-element-attached-bottom:after,.popover.popover-top:after{
    bottom:-10px;
    margin-left:-10px;
    border-top-color:#fff
}
.popover.bs-tether-element-attached-left,.popover.popover-right{
    margin-left:10px
}
.popover.bs-tether-element-attached-left:after,.popover.bs-tether-element-attached-left:before,.popover.popover-right:after,.popover.popover-right:before{
    top:50%;
    border-left-width:0
}
.popover.bs-tether-element-attached-left:before,.popover.popover-right:before{
    left:-11px;
    margin-top:-11px;
    border-right-color:rgba(0,0,0,.25)
}
.popover.bs-tether-element-attached-left:after,.popover.popover-right:after{
    left:-10px;
    margin-top:-10px;
    border-right-color:#fff
}
.popover.bs-tether-element-attached-top,.popover.popover-bottom{
    margin-top:10px
}
.popover.bs-tether-element-attached-top:after,.popover.bs-tether-element-attached-top:before,.popover.popover-bottom:after,.popover.popover-bottom:before{
    left:50%;
    border-top-width:0
}
.popover.bs-tether-element-attached-top:before,.popover.popover-bottom:before{
    top:-11px;
    margin-left:-11px;
    border-bottom-color:rgba(0,0,0,.25)
}
.popover.bs-tether-element-attached-top:after,.popover.popover-bottom:after{
    top:-10px;
    margin-left:-10px;
    border-bottom-color:#f7f7f7
}
.popover.bs-tether-element-attached-top .popover-title:before,.popover.popover-bottom .popover-title:before{
    position:absolute;
    top:0;
    left:50%;
    display:block;
    width:20px;
    margin-left:-10px;
    content:"";
    border-bottom:1px solid #f7f7f7
}
.popover.bs-tether-element-attached-right,.popover.popover-left{
    margin-left:-10px
}
.popover.bs-tether-element-attached-right:after,.popover.bs-tether-element-attached-right:before,.popover.popover-left:after,.popover.popover-left:before{
    top:50%;
    border-right-width:0
}
.popover.bs-tether-element-attached-right:before,.popover.popover-left:before{
    right:-11px;
    margin-top:-11px;
    border-left-color:rgba(0,0,0,.25)
}
.popover.bs-tether-element-attached-right:after,.popover.popover-left:after{
    right:-10px;
    margin-top:-10px;
    border-left-color:#fff
}
.popover-title{
    padding:8px 14px;
    margin-bottom:0;
    font-size:16px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-top-right-radius:calc(.3rem - 1px);
    border-top-left-radius:calc(.3rem - 1px)
}
.popover-title:empty{
    display:none
}
.popover-content{
    padding:8px 10px
}
.popover:after,.popover:before{
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.popover:before{
    content:"";
    border-width:11px
}
.popover:after{
    content:"";
    border-width:10px
}
.custom-list-group{
    list-style:none;
    padding:0;
    margin:0
}
@media screen{
    .custom-list-group{
        height:600px;
        overflow-x:hidden;
        overflow-y:auto
    }
}
.custom-list-group li .serviceType{
    margin:0 0 10px 0;
    text-transform:uppercase
}
.custom-list-group li{
    border-bottom:1px solid #d0d0d0;
    margin-top:0;
    padding:15px 10px;
    position:relative
}
.custom-list-group h2{
    font-size:1.2rem;
    cursor:pointer;
    margin:0 40px 0 0
}
.custom-list-group strong{
    font-size:.8rem
}
.custom-list-group p,.reset-font{
    font-size:.8rem;
    margin-top:.5rem
}
.custom-list-group .directions{
    margin-top:0
}
.custom-list-group li:hover{
    background:#f1f1f1
}
.custom-list-group li.active{
    background:#f8f9fb
}
.directions a{
    background:#fff;
    border:1px solid #ccc;
    border-radius:50%;
    padding:6px 5px 6px;
    margin-right:5px;
    width:35px;
    display:inline-block;
    text-align:center;
    height:33px
}
.directions a:hover{
    box-shadow:0 0 8px #2e92e9;
    background-color: transparent !important;
}
.directions img{
    max-width:18px;
    max-height:17px;
    width:auto;
    height:auto
}
@media (max-width:991px){
    .custom-list-group{
        height:auto
    }
}
span.distance{
    font-size:.9rem;
    margin-left:8px;
    color:#525253
}
.provider-type{
    position:absolute;
    top:17px;
    right:6px
}
.provider-type .provider-id{
    width:26px;
    height:26px;
    background:#0ca0a8;
    border-radius:50%;
    font-size:12px;
    line-height:26px;
    text-align:center;
    margin-top:-30px;
    display:inline-block;
    font-size:.6rem;
    color:#fff;
    vertical-align:super
}
.provider-type .provider-id.hos{
    background:#0ca0a8
}
.provider-type .provider-id.mem{
    background:#dd2c35
}
.provider-type .provider-id.gap{
    background:#596fd4
}
.pac-container{
    z-index:3
}
.popover-inner-wpr{
    cursor:pointer
}
.popover-inner-wpr .popover{
    display:none;
    opacity:1;
    width:230px;
    top:auto;
    bottom:30px;
    left:-50%
}
.popover-inner-wpr:hover .popover{
    display:block!important
}
.loading-msg p{
    position:absolute;
    top:50%;
    width:60%;
    margin-left:20%;
    min-width:280px;
    text-align:center
}
.loading{
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url("/content/dam/b2c/find-a-provider/images/loading.gif") no-repeat 50% rgba(0,0,0,.42);
    z-index:9999;
    background-size:50px 50px
}
.btn-print{
    background:url("/content/dam/b2c/find-a-provider/images/print.svg") no-repeat 50% transparent;
    width:30px;
    height:30px;
    display:inline-block;
    border:none;
    background-size:80% auto;
    text-indent:-99999px;
    overflow:hidden;
    position:absolute;
    top:12px;
    right:8px
}
/*.provider-search .search-bar{
    padding:15px 0 5px;
    margin-bottom:10px
}*/
.provider-search .search-bar .form-group{
    margin-bottom:0!important
}
.provider-search .search-bar .form-group .rangeslider-horizontal .rangeslider__fill{
    background-color:transparent
}
.provider-search .search-bar .form-group .rangeslider__labels .rangeslider__label-item{
    color:#777
}
.provider-search button{
    min-width:auto
}
.provider-search button.btn-search{
    min-width:100%
}
.provider-search h4{
    font-size:1.2rem
}
.provider-search .close-icon{
    cursor:pointer
}
.close-icon{
    min-width:auto;
    padding:8px 10px;
    margin-left:10px;
    border-radius:4px;
    background:url("/content/dam/b2c/find-a-provider/images/editicon.svg") no-repeat 50%;
    background-size:18px auto
}
.close-icon img{
    width:24px;
    height:24px
}
.btn-loadmore{
    padding:.8rem;
    font-size:1rem;
    margin:.5rem auto;
    cursor:pointer
}
.custom-list-group::-webkit-scrollbar,.suggestions-list::-webkit-scrollbar{
    width:10px
}
.custom-list-group::-webkit-scrollbar-thumb,.suggestions-list::-webkit-scrollbar-thumb{
    background:#d8d8d8;
    border-radius:20px
}
.custom-list-group::-webkit-scrollbar-track,.suggestions-list::-webkit-scrollbar-track{
    background:transparent;
    border-radius:20px
}
.errmsg-holder{
    margin-top:150px;
    min-height:180px
}
.results-wpr{
    margin-bottom:20px;
    min-height:500px
}
/*.results-wpr h4{
    padding-right:35px
}*/
.results-view .container-fluid.column-container,.results-view .image-cards.section{
    display:none
}
.margin-top-negative{
    margin-top:-10px
}
.provider-legend{
    text-align:right
}
.provider-legend>div{
    margin-left:10px;
    display:inline-block
}
.provider-legend>div:last-child{
    margin-right:0
}
.provider-legend span{
    width:26px;
    height:26px;
    background:#0ca0a8;
    border-radius:50%;
    font-size:12px;
    line-height:26px;
    text-align:center;
    margin-top:-30px;
    margin-right:5px;
    display:inline-block;
    font-size:.6rem;
    color:#fff;
    vertical-align:bottom
}
.provider-legend span.hos{
    background:#0ca0a8
}
.provider-legend span.mem{
    background:#dd2c35
}
.provider-legend span.gap{
    background:#596fd4
}
.search-bar .error-msg{
    position:absolute;
    top:40px
}
@media screen and (min-width:992px){
    .hide-md-up{
        display:none!important
    }
}
@media (max-width:768px){
    .provider-search .search-bar{
        padding-bottom:15px
    }
    .provider-search .search-bar input{
        margin-bottom:15px
    }
    .provider-search .search-bar .has-error .error-msg{
        position:static;
        margin-top:-10px
    }
    .rich-content-banner .rich-banner-text{
        padding-left:5%;
        padding-right:5%
    }
    .search-bar .container{
        padding:1rem 2rem
    }
}
@media screen and (max-width:991px){
    .hide-sm-down{
        position:absolute;
        left:-100%
    }
    .hide-sm-down.show{
        position:static;
        animation:easeanimation ease 1s;
        animation-iteration-count:1;
        transform-origin:50% 50%;
        animation-fill-mode:forwards;
        -webkit-animation:easeanimation ease 1s;
        -webkit-animation-iteration-count:1;
        -webkit-transform-origin:50% 50%;
        -webkit-animation-fill-mode:forwards;
        -moz-animation:easeanimation ease 1s;
        -moz-animation-iteration-count:1;
        -moz-transform-origin:50% 50%;
        -moz-animation-fill-mode:forwards;
        -o-animation:easeanimation ease 1s;
        -o-animation-iteration-count:1;
        -o-transform-origin:50% 50%;
        -o-animation-fill-mode:forwards;
        -ms-animation:easeanimation ease 1s;
        -ms-animation-iteration-count:1;
        -ms-transform-origin:50% 50%;
        -ms-animation-fill-mode:forwards
    }
}
@keyframes easeanimation{
    0%{
        opacity:0;
        transform:translate(-1500px)
    }
    60%{
        opacity:1;
        transform:translate(30px)
    }
    80%{
        transform:translate(-10px)
    }
    to{
        opacity:1;
        transform:translate(0)
    }
}
@-moz-keyframes easeanimation{
    0%{
        opacity:0;
        -moz-transform:translate(-1500px)
    }
    60%{
        opacity:1;
        -moz-transform:translate(30px)
    }
    80%{
        -moz-transform:translate(-10px)
    }
    to{
        opacity:1;
        -moz-transform:translate(0)
    }
}
@-webkit-keyframes easeanimation{
    0%{
        opacity:0;
        -webkit-transform:translate(-1500px)
    }
    60%{
        opacity:1;
        -webkit-transform:translate(30px)
    }
    80%{
        -webkit-transform:translate(-10px)
    }
    to{
        opacity:1;
        -webkit-transform:translate(0)
    }
}
@-o-keyframes easeanimation{
    0%{
        opacity:0;
        -o-transform:translate(-1500px)
    }
    60%{
        opacity:1;
        -o-transform:translate(30px)
    }
    80%{
        -o-transform:translate(-10px)
    }
    to{
        opacity:1;
        -o-transform:translate(0)
    }
}
@-ms-keyframes easeanimation{
    0%{
        opacity:0;
        -ms-transform:translate(-1500px)
    }
    60%{
        opacity:1;
        -ms-transform:translate(30px)
    }
    80%{
        -ms-transform:translate(-10px)
    }
    to{
        opacity:1;
        -ms-transform:translate(0)
    }
}
.contentbox{
    width:300px;
    min-height:120px;
    background:#fff;
    box-shadow:0 0 8px #666;
    padding:10px;
    position:absolute;
    left:-145px;
    bottom:42px;
    z-index:99999
}
.contentbox .serviceType{
    text-transform:uppercase
}
.contentbox .address-sec{
    line-height:1rem
}
.contentbox .box-header{
    font-size:16px;
    margin:0;
    padding:1rem 0
}
.contentbox .box-header .box-title{
    padding-right:28px
}
.contentbox .box-header .provider-type{
    top:25px
}
.contentbox .box-header .distance,.contentbox .box-header .small{
    font-size:.7rem
}
.contentbox .margin-bottom-1{
    margin-bottom:.8rem
}
.contentbox:after{
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width:20px 10px 0;
    border-color:#fff transparent transparent;
    right:145px;
    bottom:-19px
}
.contentbox .close-btn{
    width:20px;
    height:20px;
    display:inline-block;
    color:#666;
    cursor:pointer;
    border-radius:50%;
    text-align:center;
    position:absolute;
    right:1px;
    top:0;
    font-size:12px;
    line-height:20px;
    transform:scaleX(1.3)
}
.contentbox.current-info{
    display:block;
    bottom:21px;
    min-height:80px
}
.myAwesomeMarker{
    background:url("/content/dam/b2c/find-a-provider/images/marker.png") no-repeat bottom
}
.myAwesomeMarker.active{
    background-image:url("/content/dam/b2c/find-a-provider/images/marker-active.png")
}
.myAwesomeMarker{
    width:20px;
    height:30px;
    display:inline-block;
    background-size:100%;
    position:absolute;
    left:-10px;
    top:-28px;
    cursor:pointer
}
#mapview{
    width:100%;
    height:600px;
    border:1px solid #dadada
}
.active-marker .myAwesomeMarker,.hover-marker .myAwesomeMarker{
    background-image:url("/content/dam/b2c/find-a-provider/images/marker-active.png");
    z-index:9999
}
.myAwesomeMarker.active{
    z-index:99999999
}
.myAwesomeMarker.active .contentbox{
    display:block!important
}
.info-window{
    display:none
}
.active-marker .info-window{
    display:block
}
.reset-map{
    display:inline-block;
    width:28px;
    height:28px;
    background:url("/content/dam/b2c/find-a-provider/images/reset.png") no-repeat 50% #fff;
    position:absolute;
    right:19px;
    bottom:144px;
    background-size:24px auto;
    border-radius:4px;
    cursor:pointer
}
.myAwesomeMarker.currentPoint{
    background-image:none;
    border:2px solid #fff;
    border-radius:50%;
    height:18px;
    top:-8px;
    background-color:#189bd7;
    box-shadow:-3px 2px 6px red;
    width:18px;
    left:-8px
}
.hover-marker .myAwesomeMarker{
    animation:hovereffect linear .8s;
    animation-iteration-count:1;
    transform-origin:50% 50%;
    -webkit-animation:hovereffect linear .8s;
    -webkit-animation-iteration-count:1;
    -webkit-transform-origin:50% 50%;
    -moz-animation:hovereffect linear .8s;
    -moz-animation-iteration-count:1;
    -moz-transform-origin:50% 50%;
    -o-animation:hovereffect linear .8s;
    -o-animation-iteration-count:1;
    -o-transform-origin:50% 50%;
    -ms-animation:hovereffect linear .8s;
    -ms-animation-iteration-count:1;
    -ms-transform-origin:50% 50%
}
@keyframes hovereffect{
    0%{
        transform:translate(0)
    }
    15%{
        transform:translateY(-25px)
    }
    30%{
        transform:translate(0)
    }
    45%{
        transform:translateY(-15px)
    }
    60%{
        transform:translate(0)
    }
    75%{
        transform:translateY(-5px)
    }
    to{
        transform:translate(0)
    }
}
@-moz-keyframes hovereffect{
    0%{
        -moz-transform:translate(0)
    }
    15%{
        -moz-transform:translateY(-25px)
    }
    30%{
        -moz-transform:translate(0)
    }
    45%{
        -moz-transform:translateY(-15px)
    }
    60%{
        -moz-transform:translate(0)
    }
    75%{
        -moz-transform:translateY(-5px)
    }
    to{
        -moz-transform:translate(0)
    }
}
@-webkit-keyframes hovereffect{
    0%{
        -webkit-transform:translate(0)
    }
    15%{
        -webkit-transform:translateY(-25px)
    }
    30%{
        -webkit-transform:translate(0)
    }
    45%{
        -webkit-transform:translateY(-15px)
    }
    60%{
        -webkit-transform:translate(0)
    }
    75%{
        -webkit-transform:translateY(-5px)
    }
    to{
        -webkit-transform:translate(0)
    }
}
@-o-keyframes hovereffect{
    0%{
        -o-transform:translate(0)
    }
    15%{
        -o-transform:translateY(-25px)
    }
    30%{
        -o-transform:translate(0)
    }
    45%{
        -o-transform:translateY(-15px)
    }
    60%{
        -o-transform:translate(0)
    }
    75%{
        -o-transform:translateY(-5px)
    }
    to{
        -o-transform:translate(0)
    }
}
@-ms-keyframes hovereffect{
    0%{
        -ms-transform:translate(0)
    }
    15%{
        -ms-transform:translateY(-25px)
    }
    30%{
        -ms-transform:translate(0)
    }
    45%{
        -ms-transform:translateY(-15px)
    }
    60%{
        -ms-transform:translate(0)
    }
    75%{
        -ms-transform:translateY(-5px)
    }
    to{
        -ms-transform:translate(0)
    }
}
.myAwesomeMarker.currentPoint{
    animation:currentlocatoion linear 1s;
    animation-iteration-count:2;
    transform-origin:50% 50%;
    animation-fill-mode:forwards;
    -webkit-animation:currentlocatoion linear 2s;
    -webkit-animation-iteration-count:3;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-fill-mode:forwards;
    -moz-animation:currentlocatoion linear 2s;
    -moz-animation-iteration-count:3;
    -moz-transform-origin:50% 50%;
    -moz-animation-fill-mode:forwards;
    -o-animation:currentlocatoion linear 2s;
    -o-animation-iteration-count:3;
    -o-transform-origin:50% 50%;
    -o-animation-fill-mode:forwards;
    -ms-animation:currentlocatoion linear 2s;
    -ms-animation-iteration-count:3;
    -ms-transform-origin:50% 50%;
    -ms-animation-fill-mode:forwards
}
@keyframes currentlocatoion{
    0%{
        transform:rotate(0deg) scaleX(1) scaleY(1)
    }
    10%{
        transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    20%{
        transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    30%{
        transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    40%{
        transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    50%{
        transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    60%{
        transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    70%{
        transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    80%{
        transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    90%{
        transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    to{
        transform:rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}
@-moz-keyframes currentlocatoion{
    0%{
        -moz-transform:rotate(0deg) scaleX(1) scaleY(1)
    }
    10%{
        -moz-transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    20%{
        -moz-transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    30%{
        -moz-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    40%{
        -moz-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    50%{
        -moz-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    60%{
        -moz-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    70%{
        -moz-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    80%{
        -moz-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    90%{
        -moz-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    to{
        -moz-transform:rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}
@-webkit-keyframes currentlocatoion{
    0%{
        -webkit-transform:rotate(0deg) scaleX(1) scaleY(1)
    }
    10%{
        -webkit-transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    20%{
        -webkit-transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    30%{
        -webkit-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    40%{
        -webkit-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    50%{
        -webkit-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    60%{
        -webkit-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    70%{
        -webkit-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    80%{
        -webkit-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    90%{
        -webkit-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    to{
        -webkit-transform:rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}
@-o-keyframes currentlocatoion{
    0%{
        -o-transform:rotate(0deg) scaleX(1) scaleY(1)
    }
    10%{
        -o-transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    20%{
        -o-transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    30%{
        -o-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    40%{
        -o-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    50%{
        -o-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    60%{
        -o-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    70%{
        -o-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    80%{
        -o-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    90%{
        -o-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    to{
        -o-transform:rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}
@-ms-keyframes currentlocatoion{
    0%{
        -ms-transform:rotate(0deg) scaleX(1) scaleY(1)
    }
    10%{
        -ms-transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    20%{
        -ms-transform:rotate(-3deg) scaleX(.8) scaleY(.8)
    }
    30%{
        -ms-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    40%{
        -ms-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    50%{
        -ms-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    60%{
        -ms-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    70%{
        -ms-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    80%{
        -ms-transform:rotate(-3deg) scaleX(1.2) scaleY(1.2)
    }
    90%{
        -ms-transform:rotate(3deg) scaleX(1.2) scaleY(1.2)
    }
    to{
        -ms-transform:rotate(0deg) scaleX(1.2) scaleY(1.2)
    }
}
@media screen{
    section.listview-wpr>ul.custom-list-group{
        overflow:auto!important;
        max-height:unset!important
    }
}
#print-disclaimer{
    display:none
}
@media print{
    #print-disclaimer{
        display:block
    }
    #myMap{
        display:none!important
    }
     .hamburger-wrapper,.provider-search .btn-loadmore,.provider-search .directions,.provider-search .hide-print,.provider-search .search-bar,.provider-search .toggle-btns,footer{
        display:none
    }
    .provider-search .listview-wpr,.provider-search .mapview-wpr{
        position:static!important;
        display:block!important
    }
    .provider-search .listview-wpr{
        height:100%!important;
        overflow:hidden
    }
    .logo a{
        margin-left:0
    }
    .provider-search .container-fluid{
        width:100%;
        max-width:100%
    }
    .custom-list-group .col-sm-6{
        width:50%
    }
    #mapview{
        width:100%;
        min-height:500px;
        max-height:600px;
        border:1px solid #fff;
        -webkit-print-color-adjust:exact;
        -moz-print-color-adjust:exact;
        margin-bottom:10px
    }
    #mapview,.listview-wpr,.listview-wpr ul{
        overflow:hidden
    }
    .provider-type{
        margin-top:-10px!important
    }
    .distance{
        -webkit-print-color-adjust:exact
    }
    .listview-wpr{
        -webkit-box-ordinal-group:2;
        -moz-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2
    }
    .mapview-wpr{
        -webkit-box-ordinal-group:1;
        -moz-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1
    }
}
/*# sourceMappingURL=main.eaab15335.css.map*/
