Join us as we begin a journey that a powerful vision for social justice and service, as expressed in the work of CCAT and its member agencies. This inaugural episode sets the stage for future discussions on the pressing concerns and transformative practices aimed at promoting human dignity and creating a just society throughout the Archdiocese of Toronto and beyond.
Episode 0 – At the Heart of Social Justice and Service – Our Journey Begins

Adam Smith
Lorem upsum dolor sit amet.

/* -- The root styles must go in the element of the structure with the name "Post content". --*/
.single-article__content{
/* -- Heading styles -- */
h2, h3, h4, h5, h6{
font-weight: 700;
color: var(--brxw-color-neutral-950);
margin-bottom: var(--brxw-space-m);
}
h2{
font-size: var(--brxw-text-xl);
}
h3{
font-size: var(--brxw-text-l);
}
h4, h5, h6{
font-size: var(--brxw-text-m);
}
/* -- Content paragraphs styles -- */
p {
/* - Bold text styles - */
strong{
color: var(--brxw-color-neutral-950);
}
/* - Anchor text styles - */
a{
color: var(--brxw-color-neutral-950);
text-decoration: underline;
font-weight: 500;
transition: color .2s ease;
&:hover, &:focus{
color: var(--brxw-color-primary);
}
}
}
/* -- List styles -- */
ul, ol{
margin:var(--brxw-space-xl) 0;
li:not(:last-child){
margin-bottom: 8px;
}
}
/* -- Image styles -- */
figure{
margin-bottom: var(--brxw-space-2xl);
&:has(figcaption) {
figcaption{
margin-top: var(--brxw-space-s);
color: var(--brxw-color-neutral-950);
}
}
}
/* -- Blockquote styles -- */
blockquote.wp-block-quote{
font-family:inherit;
text-align:center;
font-weight: 600;
color: var(--brxw-color-neutral-950);
border:none;
background-color:var(--brxw-color-neutral-25);
padding:var(--brxw-section-space-vertical) var(--brxw-space-4xl);
margin-bottom: var(--brxw-space-2xl);
@media (max-width: 767px) {
padding: var(--brxw-section-space-vertical) var(--brxw-space-2xl);
}
cite{
margin:0;
font-size: var(--brxw-text-l);
color: var(--brxw-color-neutral-950);
opacity: 1;
text-align:center;
text-transform: inherit;
}
}
}