<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom CSS for this specific theme.
 *
 * body.role-administrator = administrator
 * body.role-editor = editor and copywriter
 * body.role-author = client
 * body.role-shop-manager = client with WooCommerce
 */

/* Client: show the the page parent div, but hide the other stuff in there. */
body.role-author div#pageparentdiv {
	display: block !important;
}

/* Client: show the the page parent div, but hide the other stuff in there. */
body.role-author div#pageparentdiv .inside label[for="page_template"],
body.role-author div#pageparentdiv .inside select#page_template {
	display: none !important;
}

body.role-author #rg_forms_dashboard {
	display: none !important;
}

body.role-author #adminmenu li#toplevel_page_gf_entries ul li:last-of-type {
	display: none !important;
}

/* All Users */
.taxonomy-activity_program #edittag .form-table tr.form-field:last-of-type {
	display: none !important;
}

/* gss-recreation */
body.role-author.user-6 #dashboard_activity,
body.role-author.user-6 .welcome-panel .welcome-panel-column:nth-child(1) ul li,
body.role-author.user-6 .welcome-panel .welcome-panel-column:nth-child(2) ul li,
body.role-author.user-6 #adminmenu li#menu-posts-business_address,
body.role-author.user-6 #adminmenu li#menu-pages,
body.role-author.user-6 #adminmenu li#menu-posts-person,
body.role-author.user-6 #adminmenu li#menu-posts,
body.role-author.user-6 #adminmenu li#menu-posts-job_listing,
body.role-author.user-6 #adminmenu li#toplevel_page_acf-options-site-settings,
body.role-author.user-6 #rg_forms_dashboard {
	display: none !important;
}

body.role-author.user-6 .welcome-panel .welcome-panel-column:nth-child(1) ul li.cpt-activity,
body.role-author.user-6 .welcome-panel .welcome-panel-column:nth-child(2) ul li.cpt-activity {
	display: block !important;
}

body.role-author.user-6 #pageparentdiv,
body.role-author.user-6 #activity_level-adder,
body.role-author.user-6 #activity_program-adder {
	display: none !important;
}

body.role-author.user-6.taxonomy-activity_level #col-left,
body.role-author.user-6.taxonomy-activity_level .wp-list-table td .row-actions span.delete,
body.role-author.user-6.taxonomy-activity_program #col-left,
body.role-author.user-6.taxonomy-activity_program .wp-list-table td .row-actions span.delete {
	display: none !important;
}

body.role-author.user-6 #wpadminbar #wp-admin-bar-edit {
	display: none !important;
}

/* gss-employment */
body.role-author.user-7 #dashboard_activity,
body.role-author.user-7 .welcome-panel .welcome-panel-column:nth-child(1) ul li,
body.role-author.user-7 .welcome-panel .welcome-panel-column:nth-child(2) ul li,
body.role-author.user-7 #adminmenu li#menu-posts-business_address,
body.role-author.user-7 #adminmenu li#menu-pages,
body.role-author.user-7 #adminmenu li#menu-posts-person,
body.role-author.user-7 #adminmenu li#menu-posts,
body.role-author.user-7 #adminmenu li#menu-posts-activity,
body.role-author.user-7 #adminmenu li#toplevel_page_acf-options-site-settings,
body.role-author.user-7 #adminmenu li#toplevel_page_gf_edit_forms,
body.role-author.user-7 #rg_forms_dashboard {
	display: none !important;
}

body.role-author.user-7 .welcome-panel .welcome-panel-column:nth-child(1) ul li.cpt-job_listing,
body.role-author.user-7 .welcome-panel .welcome-panel-column:nth-child(2) ul li.cpt-job_listing {
	display: block !important;
}

body.role-author.user-7 #wpadminbar #wp-admin-bar-edit {
	display: none !important;
}
</pre></body></html>