Cathedral Day CANCELLED

Cathedral Day 2020 has been cancelled. There are plans for a regional Confirmation service in the fall, and we look forward to the next Cathedral Day, which will occur April 24, 2021! Learn more here.

jQuery(function($){ var lines = $(".tribe-events-single-event-description > p").html().split("
"), newLines = []; $.each(lines, function(x, line){ if(line.substr(0,15) != "Confirmation #:" && line.substr(1,14) != "Event Details:"){ newLines.push(line); } }); if(newLines.length > 0){ $(".tribe-events-single-event-description > p").html(newLines.join("
")); } });