ah, my apologies. I do see the group thing and have made the adjustments. It does create the redirects, but they do not appear to be redirected. Here is the .htaccess result:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !example.church$ [NC]
RewriteRule ^(.*)$ https://example.church/$1 [L,R=301]
# BEGIN WPSuperCache
# END WPSuperCache
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# Created by Redirection
# Tue, 20 Mar 2018 23:12:52 +0000
# Redirection 3.2 - https://redirection.me
<IfModule mod_rewrite.c>
RewriteRule ^mobileappbutton$ https://example.church/series [R=301,L]
RewriteRule ^mobileappbuttonimage$ https://example-web-cdn.s3.amazonaws.com/OTT/Tribal/TribalMobileButton-AppHome.png [R=301,L]
RewriteRule ^example-me/$ https://example.church/example-account/ [R=301,L]
RewriteRule ^check-in$ https://resources.example.church/discoveryland [R=301,L]
RewriteRule ^getaway2017$ https://example.church/the-getaway-2017 [R=301,L]
RewriteRule ^thegetaway$ https://example.church/getaway2017 [R=301,L]
RewriteRule ^fooddrive$ https://example.church/calendar/food-drive/ [R=301,L]
RewriteRule ^life-help-benevolence-request-form/$ https://example.church/crisis-benevolence-assistance-request-form/ [R=301,L]
RewriteRule ^centered$ https://example.church/calendar/centered-cultivating-christ-centered-families/ [R=301,L]
RewriteRule ^hillsong$ https://example.church/calendar/hillsong-worship-tour/ [R=301,L]
</IfModule>