p {
    font-size: 17px;
}
a {
    font-size: 17px;
}
.editable ul li, .formatted_text ul li, .staff-member__description ul li {
    font-size: 17px;
}
.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){
.location__phone a, .location__fax a {
    font-size: 35px !important;
    margin-top: 10px !important;
}}


.navigation:not(.mm-menu) .navigation__list .navigation__item .navigation__list--sub .navigation__item a {
    background: #ffffff;
}

.form {
    padding-left: 20px;
}
h2.form__title {
    text-align: center;
}
h3.form__caption {
    text-align: center;
}
.input-field, .textarea, .form .form-input-comments textarea, textarea, .form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .form select, .form textarea, .form input {
    color: rgb(0, 0, 0);}
