.scrollActive .wrap__header .holder-row .container {
    background: #6db7d0;
}

.wrap_specials {
    padding: 25px;
    border: 4px dashed #c0c3c6;
    border-radius: 20px;
    width: max-content;
    margin: auto;
}

.bx-wrapper .bx-controls-buttons [class$='_pause-play'] > div, .bx-wrapper .bx-controls-buttons [class$='_on-off'] > div {
    display:none;
}
summary {
    display: revert;
    font-size: 17px;
    border: 1px solid #69bbe3;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: #69bbe3;
    margin: 2px;
    box-shadow: 1px 1px 2px #000;
    color: #fff;
    font-weight: 500;
}

details p {
    margin: 10px;
}

.location__fax:before {

font: normal normal normal 20px/1 font-awesome;

content: "\f1ac";

margin-right: 5px;

}
p.location__address:before {

font: normal normal normal 20px/1 font-awesome;

content: "\f041";

margin-right: 5px;

}
.location__phone a:before {

font: normal normal normal 20px/1 font-awesome;

content: "\f095";

margin-right: 5px;

}

@media(max-width:787px) {
   .desktophead {
    display: none;
}
}