.specialty-header{margin:0 auto 20px}

.specialty-title{margin: 0 auto;text-align: center}

.specialty-description p:first-child {margin-top: 0;}

.specialty-description{
    font-size: 14pt;
    margin:0 auto 25px;
    color: #444; 
    padding:0 10px 15px; 
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    height:100px;
    transition: height .3s;
    transition-timing-function: ease-in-out;
    max-width: 700px;
}

.specialty-description .read-more-container{
    position: absolute;
    bottom: 0px;
    /* box-shadow: 13px 0 19px #fff; */
    width: 100%;
    text-align: center;
    background: white;
    padding: 5px;
    font-size:.9em;
    margin-left: -10px;    
    box-sizing:border-box;
}

.specialty-description .read-more-bg {
    position: absolute;
    width: 100%;
    height: 31px;
    z-index: 0;
    top: -14px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,1),rgba(255,255,255,1));
}

.specialty-description.open .read-more-bg{
    display:none;
}


.specialty-description .read-more-toggle {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 9px;
    border-radius: 20px;
    position: relative;
}

.specialty-description .triangle{
    margin-right: 5px;
    display:inline-block;
}

.specialty-description .triangle.rotate-up{
    transform: rotate(-90deg);
    transition: transform .3s;
}

.specialty-description .read-more-text {
    cursor: pointer;
}

.specialty-description img{ vertical-align: baseline; margin-left: 3px;height: .8em}
.specialty-description a{font-weight: bold}

.mob-filters.locator span{width: 75%}
.filterBox .scroll-container{overflow-x:scroll;height: 400px;background-color: #f6f6f6;font-size: .9em;width: 95%;margin:0 auto;display: none }
.filterBox.active .scroll-container{display: block}
/*.filt-menu-container{display: none}*/
.locators #filters-container .filterItems{display: block}
/*.filterBox h4,.filterBox .scroll-container{display: none}*/
.filterBox .filter-subtitle{margin-left: 15px;margin-bottom: 5px;font-weight: bold;display: none}
.filterBox.active .filter-subtitle{display: block}
.filterTitle .filt-menu-more {
    right: 10px;
}

.page-actions select{background-color: #fff}

.specialty-featured-container{
    display: -ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    gap: .5em;
    justify-content: center;
    margin-bottom: 45px;
    align-items: center;
}

a.specialty-header-featured {    
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 5px 5px 12px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 85%;
    max-width: 400px;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px #ddd;
    color: #af091d;
}

.specialty-header-featured h2{
    font-size:1.3em;
    font-weight: bold;
    margin: 0;
}

.specialty-header-featured img {
    width: 50px;
    vertical-align: middle;
}

@media screen and (min-width:600px) {
    .specialty-featured-container{
        flex-direction:row;
        gap: 1em;
    }
    a.specialty-header-featured{
        width: 275px;
    }
}

@media screen and (min-width:940px) {
    .specialty-description{font-size:12pt;}
    .specialty-header{border-bottom: 1px solid #ccc;}
    .filt-menu-container.desk-open{display: block}
    .specialty-featured-container{margin-bottom: 25px;}
    #filters-container {
        margin-top: 20px;
    }
}