

.moveoff{
    transform: translateX(-80%)!important
}

#location.search-bar.purple-bg {
  background: #FFF!important;
  padding: 2.875em 0px;
  color: #FFF;
    border-top: 0px;
}

#location.search-bar.purple-bg .container {
    background: #EDD0F4!important;
    padding: 2rem 3rem;
    position: relative;
    border-radius: 2rem 2rem;
}

#location.search-bar.purple-bg .container:after {
    position: absolute;
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 20px 40px 0 40px;
   border-color: #EDD0F4 transparent transparent transparent;
   transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: 100%;
    content: '';
}
#location.search-bar.purple-bg .search-holder input {
    color: #651B77!important;
}
#location.search-bar.purple-bg h2 {
    color: #651B77!important;
    margin-bottom: 0px;
    font-weight: 400!important;
    font-size: 2.25rem;
    
}
#location.search-bar.purple-bg .search-holder input {
    color: #651B77!important;
}
#location.search-bar.purple-bg .h4 {
    color: #651B77!important;
    font-weight: 700!important;
    margin-top: 0.2em;
    margin-bottom: 0px;
    font-size: 1.45em;
}
#location.search-bar.purple-bg  .h4 a {
    color: #651B77!important;
    font-weight: 700!important;
}

#location.search-bar.purple-bg .search-holder {
    
    margin: auto; 
    max-width: 475px;
    text-align: center;
    position: relative;
    
}

 #location.search-bar.purple-bg .search-holder:after {
     content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC4wMTkiIGhlaWdodD0iMzUuOTMzIiB2aWV3Qm94PSIwIDAgMzQuMDE5IDM1LjkzMyI+CiAgPGcgaWQ9Ikdyb3VwXzIwMyIgZGF0YS1uYW1lPSJHcm91cCAyMDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDE0LjI4NSAtODAuMTI0KSI+CiAgICA8ZWxsaXBzZSBpZD0iRWxsaXBzZV8xIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjExLjk3MiIgY3k9IjExLjg2NiIgcng9IjExLjk3MiIgcnk9IjExLjg2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAxNS4yODUgODEuMTI0KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjUxYjc3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMjciIGRhdGEtbmFtZT0iTGluZSAyNyIgeDI9IjEyLjA2NyIgeTI9IjE0LjQ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDM1LjQ3IDEwMC45MzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NTFiNzciIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K");
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
    position: absolute; 
    top: 1.45em; 
    right: 1em;
    width: 1.5em;
    height: 1.5em;
}

#location.search-bar.purple-bg .search-holder input[type=text] {
  width: 100%;
  border: none;
  height: 2.25em;
  background: #FFF;
  color: #651B77;
  border-radius: 1.1875em;
  font-size: 1.125em;
  padding-left: 1.1875em;
  padding-right: 1.1875em;
    border: 1px solid #8DC6FF;
    margin-top: 1rem;
}

#location.search-bar.purple-bg .search-holder input[type=text]::placeholder {
  color: #651B77;
}

#location.search-bar.purple-bg .search-holder:after {

}

.search-area {
    box-shadow: inset 0px -8px 5px 0px rgba(0,0,0,0.12);

}
    
.search-area .area-list {
    padding: 2em 0px;
    min-height: 400px;
    height: 100%;
}
.search-area .area-list .h5 {
    max-width: 500px;
    margin: 2em 4em auto auto;
    padding-left: 50px;
    font-weight: 600;
}
.search-area .area-list .area-list-inner {
    max-width: 430px; 
    margin: auto 9em auto auto;
    direction:rtl; 
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 30px;
    height: 420px;
}

.search-area .area-list .area-list-inner::-webkit-scrollbar {
    width: 14px; 
    border: 1px solid #B4E4F9;
    border-radius: 7px;
    position: relative; 
    left: -20px;
}

.search-area .area-list .area-list-inner::-webkit-scrollbar-thumb {
    border-radius: 5px; 
    background: #B4E4F9
}

.search-area .area-list .area-list-inner ul {
    list-style-type: none;
    direction:ltr; 
    padding: 0px;
    min-height: 420px;
    display: flex;
    flex-direction: column;

}
.search-area .area-list .area-list-inner ul.noresults:after {
    width: 100%;
    display: block;
    content: 'No Results Found within 50 miles.';
    font-size: 1.63em;
    margin-bottom: 0px;
    color: #651B77;
    font-weight: 600;
    
}
.search-area .area-list .area-list-inner ul.noresults li {
    display: none;
}

.search-area .area-list .area-list-inner ul li {
    width: 100%;
    
}

.search-area .area-list .area-list-inner ul li a    { 
    font-size: 1.1em;
    color: #651b77;
    text-decoration: underline;
    display: inline-block;
    margin-top: 12px;
}

.search-area .area-list .area-list-inner ul li.top {
    order: -1;
}

.search-area .area-list .area-list-inner ul details summary {
    position: relative;
    
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
.search-area .area-list .area-list-inner ul details {
    -webkit-appearance:none;
    margin-bottom: 1.4em;
}
.search-area .area-list .area-list-inner ul details summary::-webkit-details-marker{
    display: none;
}
.search-area .area-list .area-list-inner ul details summary {
    position: relative;
}
.search-area .area-list .area-list-inner ul details summary:after {
    position: absolute; 
    content: '+';
    color: #8DC6FF;
    font-weight: bold;
    right: 0px;
    top: .2em;
    font-size: 1.63em;
    
}
.search-area .area-list .area-list-inner .h3 {
    font-size: 1.63em;
    margin-bottom: 0px;
}
.search-area .area-list .area-list-inner .h3 a {
    color: #651B77;
    font-weight: 600;
}
.search-area .area-list .area-list-inner a.phone {
    color: #651B77;
    font-weight: 600;
    display: block;
    text-decoration: none;
    font-size: 1.35em;
}
.search-area .area-list .area-list-inner .services {
    font-size: 1.25em;
    color: #8DC6FF
}
.search-area .area-list .area-list-inner .services span {
    display: block;
    margin-top: 5px; 
    margin-bottom :5px;
}
.search-area .area-list .area-list-inner .services span img {
    width: 25px; 
    height :25px;
    margin-right: 10px;
    
}
.search-area .area-list .area-list-inner .services span:after {
    content: ' ';
}
.search-area .area-list .area-list-inner .services span:last-child:after {
    content: '';
}
.search-area .area-list .area-list-inner .services span.service-area-office {
    display: none;
}
.search-area .area-list .area-list-inner .counties,
.search-area .area-list .area-list-inner .cities{
    color: #676767;
    padding-left: 1.1em;
    font-size: 1.25em;
}

.search-area .area-list .area-list-inner .cities { margin-bottom: 1rem; }

.search-area .area-list .area-list-inner .counties span,
.search-area .area-list .area-list-inner .cities span{
    white-space: nowrap;
    display: inline-block;
}
.search-area .area-list .area-list-inner .counties span:after,
.search-area .area-list .area-list-inner .cities span:after {
    content: ', '
}
.search-area .area-list .area-list-inner .counties span:last-child:after,
.search-area .area-list .area-list-inner .cities span:last-child:after {
    content: '';
}

.area-map { 
    padding: 0px;
    position: relative;
}

.area-map .legend {
    position: absolute; 
    top: 1em;
    left: 1em;
    width: 150px;
    height: auto; 
    padding: 1em;
    z-index: 9;
    background: #FFF; 
    border-radius: 1em;
    font-size: .75em;
    line-height: 1.75;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.area-map .legend span {
    display: block;
    width: 100%;
}
.area-map .legend span.area-office {
    order: -1;
}
.area-map .legend span.area-office:after {
    content: 'Services Offered:';
    margin-top: 10px;
    display: block; 
    font-weight: 600;
}
.area-map .legend svg {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}



.nosearch .acf-map > div > div > div > div > div:nth-child(2) img[draggable="false"] {
    filter: grayscale(0);
    opacity: .4;
    transition: all .25s;
    
}



h3.h6  { margin-bottom: .5rem!important; font-weight: 700!important; }


.area-map #markerLayer > div { overflow: visible!important; }
/*
.area-map #markerLayer > div:has(img[src*="-2"]):before{
    content: '';
    width: 50px;
    height: 50px;
    background: url(images/markers/adult-hospice.svg) center no-repeat;
    background-size: contain;
    top: 110%;
    left: 110%;
    position: absolute;
}
*/

.area-map #markerLayer > div:before, .area-map #markerLayer > div:after {
    display: none!important;
}

.area-map[data-zoomlevel="7"] #markerLayer > div:before, .area-map[data-zoomlevel="7"] #markerLayer > div:after, 
.area-map[data-zoomlevel="8"] #markerLayer > div:before, .area-map[data-zoomlevel="8"] #markerLayer > div:after, 
.area-map[data-zoomlevel="8"] #markerLayer > div:before, .area-map[data-zoomlevel="9"] #markerLayer > div:after
{
    display: block!important;
}

.acf-map > div > div > div > div > div:nth-child(2) img[draggable="false"] {
    opacity: 1;

    pointer-events: none;
}

#markerLayer div.test {
    opacity: .5;
}

.single-area-top  { 
    min-height: 560px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.single-area-top .col {
    min-height: 560px;
    
}

.single-area-top .area-map  {

    margin-left: auto;
    margin-right: 0px;
    height: auto;
    
}

.single-area-top .area-list .content-info {
    max-width: 430px; 
    margin: auto 9em auto auto;
    padding-left: 30px;
    min-height: 420px;
}

.single-area-top .area-list .content-info .counties {
    color: #651B77; 
    font-size: 1.13em;
    padding-bottom: 3em;
}

.single-area-top .area-list .content-info .location-info {
    background: #8DC6FF;
        color: #651B77!important;
    position: relative;
    padding: 1em 1em 1em 0px;
    font-size: 1.3em;
    line-height: 1.65;
    z-index: 2;
    overflow: visible;
}

.single-area-top .area-list .content-info .location-info a {
    color: #651B77!important;
    text-decoration: none;
}

.single-area-top .area-list .content-info .location-info:before {
    position: absolute; 
    left: -25vw;
    top: 0px;
    width: calc( 100% + 200px + 25vw );
    height: 100%;
    background: #8DC6FF;
    content: '';
    border-top-right-radius: 80px;
    display: block;
    z-index: -1;
}

.services-offered .services-list {
    list-style-type: none;
    padding: 0px; 
    column-count: 2;
    column-gap: 50px;
}
.services-offered .services-list li {
    break-inside: avoid-column;
}
.services-offered .services-list li.area-office{
    display: none;
}
.services-offered .services-list li img {
    width: 30px; 
    height: 30px; 
    display: inline-block;
}
.services-offered .services-list li hr {
    width: calc( 100% - 50px );
    display: inline-block;
    border: none;
    border-top: 1px solid #f2f2f2;
    position: relative;
    top: 12px;
    margin-left: 15px;
}
.services-offered .services-list li h4 { margin-top: 10px; }

.search-area .area-list .area-list-inner .areas-list.nosearch:before {
    display: block;
    content: 'Select a state below, or type an address in the search bar above.'!important;
    font-size: 1rem!important;
    font-weight: 600;
    margin-bottom: 1.4rem;
    order: -99999!important;
}
.search-area .area-list .area-list-inner .areas-list li.backholder {
    order: -999999!important;
}   

.search-area .area-list .area-list-inner .areas-list.nosearch li:not(.brand-marker) {
    display: none!important;
}


.search-area .area-list .area-list-inner ul.brands-list:not(.nosearch),
.search-area .area-list .area-list-inner .areas-list.nosearch + .areas-list.nosearch {
    display: none;
}

.search-area .area-list .area-list-inner .areas-list:not(.nosearch) li.brand-marker.top,
.search-area .area-list .area-list-inner .areas-list:not(.nosearch):not(.brands-list) li.brand-marker {
    display: none!important;
}
.search-area .area-list .area-list-inner .areas-list li.backholder,
.search-area .area-list .area-list-inner .areas-list.nosearch li.brand-marker {
    display: block!important;
    cursor: pointer;
    margin-bottom: 1.35rem;
    position: relative;
}
.search-area .area-list .area-list-inner .areas-list li h3 {
    font-size: 1.63em!important;
}
.search-area .area-list .area-list-inner .areas-list li.backholder {
    order: 999999;
}  
.search-area .area-list .area-list-inner .areas-list.nosearch li.brand-marker {
    display: block!important;
    cursor: pointer;
    margin-bottom: 1.35rem;
    position: relative;
}
.search-area .area-list .area-list-inner .areas-list.nosearch li.brand-marker:after {
position: absolute;
    content: '+';
    color: #8DC6FF;
    font-weight: bold;
    right: 0px;
    top: 0.2em;
    font-size: 1.63em;}

.segment-street_name:after { content: '\A'; white-space: pre; }
.segment-city:after { content: ', ' }

@media handheld, only screen and (max-width: 992px)  {

    .single-area-top .area-list .content-info,
    .search-area .area-list .area-list-inner {
        max-width: 100%; 
        margin-left: 3em;
        margin-right: 3em;
    }
    
    #location.search-bar.purple-bg { padding-top: 15px; padding-bottom: 15px; }
    
    #location.search-bar.purple-bg .search-holder input[type=text] {
        height: 1.85em;
        font-size: 1em;
        
    }
    
    #location.search-bar.purple-bg .search-holder:after {
            top: 0.145em!important;
    right: 1.25em;
    width: 1.1875em;
    height: 1.2em;
    display: block;
    transform: scale(.65);
        margin-top: 1.25rem;
    }
    #location.search-bar.purple-bg .search-holder .h4 {
        font-size: 1.35em;
        
    }
    .search-area .row {
        flex-direction: column-reverse;
    }
    
    
    
    .search-area .area-list .h5 { padding: 0px; margin: 2em auto;     margin-left: 3em;
    margin-right: 3em; }
    
    .single-area-top .area-list .content-info,
    .single-area-top .area-list .content-info .counties {
        min-height: 0px;
    }

    .single-area-top .area-list .content-info { padding-left: 0px; }
    
    .acf-map {
        height: 400px!important;
    }
    

    
    #location.search-bar.purple-bg .h1 { text-align :center!important; }
    #location.search-bar.purple-bg .h1 br { display: none!important; }
    

    
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}


