The group of the directory is already editorial so you can use `setgid` so that any files and directories created inside of that directory have the group as editorial which allows anyone in that group to modify files and directories created by anyone else.
From the directory right above:
`chmod g+s editorial`
In all cases, I strongly advise against setting permissions as 777.