/* Ammendments to Dementia galaxy styling */

label[for=categoryId] {
    display: none;
}
select#categoryId {
    display: none;
}
body.directory-article h2.page-subheading {
	display:none;
}
.form .js-question:nth-child(2) {
    display: none;
}
p.meta.meta--date {
    display: none;
}
/*Additional styling added by WCC*/
@media (max-width:768px) {
.site-footer ul.list.list--inline {
    display: grid;
}
}

a {
    word-break: break-word!important;
}

.editor a:not(.button):not(.link-external):link {
    text-decoration: underline;
    word-break: break-word;
}

.editor li {
    line-height: 1.65em!important;
}

@media (max-width:768px) {
.form__append-group {
    display: contents!important;
}
}