.editable ul { 
    clear: left;
}
.editable ul + *, .editable ol + * {
    clear: inherit;
}
.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
    clear: inherit;
}

@media (min-width: 1025px){
.headerlogo {
    display: block;
    width: 31%;
    float: left;
}}
.headerphone {
    text-align: right;
    width: 50%;
    float: right;
    padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 1024px){
.headerlogo {
    display: block;
    width: 50%;
    float: left;
}
.headerphone {
    text-align: right;
    float: right;
    padding-right: 20px;
}}
@media (max-width: 767px){
.headerlogo {
    width: 100%;
}
.headerphone {
    width: 100%;
    padding-right: 40px;
}}

body {
    background: rgba(55, 162, 134, 0.7) url(/themes/website/assets/img/pattern-body.png);
}
@media (max-width: 1024px){
div#mm-0 {
    background-color: rgba(55, 162, 134, 0.65);
}}

.hours__title {
    font-size: 32px;
}
.hours__list .day__time--wrap p {
    font-size: 13px;
}