@import url('//fonts.googleapis.com/css2?family=Julius+Sans+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #003ca6;
    --secondary-color: #778ccf;
    --tertiary-color: #959698;

    --primary-rgb: 0,60,166;
    --secondary-rgb: 119,140,207;
    --tertiary-rgb: 149,150,152;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Julius Sans One', sans-serif;
    --body-font-family: 'Lato', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --mt-para-color: var(--default-white);
    --mt-background-color: rgba(var(--secondary-rgb),.8);
    --mt-header-desktop: 1.75vw;
    --mt-para-desktop: 1vw;

    --ph-title-color: var(--secondary-color);
    --ph-text-font-size-desktop: 1.5vw;

    --ql-title-color: var(--default-white);

    --rok-mini-badge: rgba(var(--secondary-rgb),.8);
    --rok-mini-text: var(--default-white);
    --rok-mini-timeline: rgba(var(--secondary-rgb),.8);

    --rm-rme-badge-border-radius: 3px;
    --rm-rme-badge-bg: rgba(var(--secondary-rgb),.8);
    --rm-rme-timeline-point-bg-color: var(--secondary-rgb);
    --rm-rme-arrow-color: var(--secondary-color);
}

.site-2 {
    --primary-color: #778ccf;
    --secondary-color: #003ca6;
    --tertiary-color: #959698;

    --primary-rgb: 119,140,207;
    --secondary-rgb: 0,60,166;
    --tertiary-rgb: 149,150,152;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Julius Sans One', sans-serif;
    --body-font-family: 'Lato', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --mt-para-color: var(--default-white);
    --mt-background-color: rgba(var(--secondary-rgb),.8);
    --mt-header-desktop: 2vw;

    --ph-title-color: var(--secondary-color);
    --ph-text-font-size-desktop: 1.5vw;

    --ql-title-color: var(--default-white);

    --rok-mini-badge: rgba(var(--secondary-rgb),.8);
    --rok-mini-text: var(--default-white);
    --rok-mini-timeline: rgba(var(--secondary-rgb),.8);

    --rm-rme-badge-border-radius: 3px;
    --rm-rme-badge-bg: rgba(var(--secondary-rgb),.8);
    --rm-rme-timeline-point-bg-color: var(--secondary-rgb);
    --rm-rme-arrow-color: var(--secondary-color);

    --hero-title-color: #003ca6 !important;
}

.site-3 {
	--primary-color: #112866;
    --secondary-color: #F7B718;
    --tertiary-color: #000000;

    --primary-rgb: 17,40,102;
    --secondary-rgb: 247,183,24;
    --tertiary-rgb: 0,0,0;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Julius Sans One', sans-serif;
    --body-font-family: 'Lato', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);
	
	--h1-size: 3rem;
	--h2-font-variant-caps: var(--font-normal-variant);

    --rm-rme-badge-bg: var(--primary-color);
	
}

.g-content-array .g-array-item .g-array-item-text /*td font size*/ {
    font-size: 1.1rem;
}

.site-1 :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more .button, .g-blockcontent-buttons .button) {
    background: var(--default-black);
    font-family: var(--body-font-family);
    box-shadow: var(--default-box-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    padding: .7rem 2rem;
    line-height: 1;
    font-size: 1rem;
    vertical-align: bottom;
}

.site-1 :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more .button, .g-blockcontent-buttons .button):hover {
    background: #777;
}

.site-2 :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more .button, .g-blockcontent-buttons .button) {
    background: var(--secondary-color);
    font-family: var(--body-font-family);
    box-shadow: var(--default-box-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    padding: .7rem 2rem;
    line-height: 1;
    font-size: 1rem;
    vertical-align: bottom;
}

.site-2 :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more .button, .g-blockcontent-buttons .button):hover {
    background: #777;
}

.site-3 :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more .button, .g-blockcontent-buttons .button) {
    background: var(--default-black);
    font-family: var(--body-font-family);
    box-shadow: var(--default-box-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    padding: .7rem 2rem;
    line-height: 1;
    font-size: 1rem;
    vertical-align: bottom;
}


:is(p[style="text-align: left;"], p[style="text-align:left;"], p[style="text-align: left"], p[style="text-align:left"]) :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more .button, .g-blockcontent-buttons .button) {
    margin: 0;
}

:is(p[style="text-align: center;"], p[style="text-align:center;"], p[style="text-align: center"], p[style="text-align:center"]) :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more .button, .g-blockcontent-buttons .button) {
    margin: 0 auto;
}

:is(p[style="text-align: right;"], p[style="text-align:right;"], p[style="text-align: right"], p[style="text-align:right"]) :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.g-array-item-read-more .button, .g-blockcontent-buttons .button) {
    margin: auto 0 auto auto;
}

/*************** ALL SITE *****************/
.item-image {display: none;}

/* Fix sub page mainbar height*/
.site-1-sub #g-mainbar,
.site-2-sub #g-mainbar {
    min-height: 40vh !important;
}

.page-header h2 {
    font-size: clamp(3rem, 3vw, 7rem);
}

#g-mainbar .moduletable {
    margin: 0 !important;
}

.section-padding-3 {
    padding: 0 0 0 3%;
}

.tags.inline {
    display: none;
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }

    .site-2 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
        font-weight: 500;
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
        font-weight: 500;
    }
    /*CHURCH*/
    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--tertiary-color)!important;
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--default-grey)!important;
    }

    .site-1 #g-navigation > .g-container > .g-grid:first-child {
        padding: 1vw;
    }
    .site-1 #g-navigation .g-logo img {
        width: 45%;
    }

    /*SCHOOL*/
    .site-2 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-2 #g-navigation .g-social-items a {
        color: var(--tertiary-color)!important;
        font-size: 1.25vw;
    }
    .site-2 #g-navigation .g-social-items a:hover {
        color: var(--default-grey)!important;
    }

    .site-2 #g-navigation > .g-container > .g-grid:first-child {
        padding: 1vw;
    }
    .site-2 #g-navigation .g-logo img {
        width: 45%;
    }
    /*Knights*/
	.site-3 #g-navigation {
        background: url('/images/stories/template/knightsheader.png') 50% 50% no-repeat;
        background-size: cover;
    }
	.site-3 #g-navigation .g-logo img {
		width: 60%;
	}
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }

    .site-2 #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
	/*Knights*/  
	.site-3 #g-navigation {
        background: url('/images/stories/template/knightsheader.png') 50% 50% no-repeat;
        background-size: cover;
    }
}

@media (max-width: 50.99rem) {
    /* make the menu block load behind the content on mobile so it doesn't flash */
    #g-navigation .menu-block {
        height: 0;
        z-index: -1;
    }
}

/*************** SLIDESHOW ****************/ 

.site-2-home .mass-times-block .g-array-item {
    display: grid;
    align-items: center;
}

.site-2-home .mass-times-block h3 {
    font-size: clamp(2rem, 3vw, 6rem);
}

.site-2-home .mass-times-block p {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 50.99rem) {
    .site-1 .mass-times-block {
        background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat;
        background-size: cover;
    }

    .site-1 .mass-times-block .button {
        padding: .5vw 2vw!important;
    }

    .site-1 .mass-times-block p {
        margin-bottom: 1vw;
    }

    .site-2 .mass-times-block {
        background: url('/images/stories/template/tiger-logo.svg') 50% 50% no-repeat;
        background-size: cover;
        border-radius: 2rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

    .site-2 .mass-times-block p {
        margin-bottom: 1vw;
    }

    .site-2 .fullwidth-swiper {
        border-radius: 2rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .mass-times-block {
        background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat;
        background-size: cover;
    }

    .site-1 .mass-times-block p {
        margin-bottom: 1rem;
    }

    .site-2 .fullwidth-swiper {
        order: 1;
    }
    .site-2 .mass-times-block {
        background: url('/images/stories/template/mission.jpg') 50% 50% no-repeat;
        background-size: cover;
        order: 2;
    }

    .site-2 .mass-times-block p {
        margin-bottom: 1rem;
    }
}

/* knights homepage */

.site-3-home .mass-times-block .g-array-item {
    display: grid;
    align-items: center;
    padding: 3vw;
}

.site-3-home .mass-times-block h3 {
    font-size: clamp(2rem, 3vw, 6rem);
}

.site-3-home .mass-times-block p {
    margin-bottom: 0 !important;
}

.site-3-home #g-sidebar,
.site-3-home #g-aside {
    background-color: transparent;
}

.site-3 #g-navigation a:not(.button) {
    color: white;
}

#contentarray-1663-particle > div > div > div > div > div > div {
    margin: 0;
}
.site-3-home .mass-times-block p {
    margin-bottom: 1vw;
    color: white;
    line-height: 1.5;
}

@media only screen and (min-width: 50.99rem) {
    .site-3-home .mass-times-block {
        /* background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat; */
        background-size: cover;
    }

    .site-3-home .mass-times-block .button {
        padding: .5vw 2vw!important;
    }

    .site-3-home {
        --mt-background-color: rgba(var(--primary-rgb),.85);
    }

    .site-3-home .mass-times-block {
        background: url('/images/stories/template/meeting-background.jpg') 50% 50% no-repeat;
        background-size: cover;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

    .site-3-home .mass-times-block p {
        margin-bottom: 1vw;
    }

    .site-3-home .fullwidth-swiper {
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-3-home .mass-times-block {
        /* background: url('/images/stories/template/tiger-logo.svg') 50% 50% no-repeat; */
        background-size: cover;
    }

    .site-3-home .mass-times-block p {
        margin-bottom: 1rem;
    }

    .site-3-home .fullwidth-swiper {
        order: 1;
    }

    .site-3-home .mass-times-block {
        /* background: url('/images/stories/template/tiger-logo.svg') 50% 50% no-repeat;/ */
        background-size: cover;
        order: 2;
    }

    .site-3-home .mass-times-block p {
        margin-bottom: 1rem;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/

.parish-home #g-container-main {
    padding: 0 5%;
}

:is(.site-1-home, .site-2-home) #g-container-main #contentarray-4221-particle > h2.g-title {
    display: none;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) .moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {
    background-color: var(--primary-color) !important;
}

@media only screen and (min-width: 50.99rem) {
    .ph-sidepics-3 .g-title {
        background: #f1f2f2;
        color: var(--default-black);
        padding: 1vw;
        font-variant-caps: normal;
        text-transform: none;
        font-size: 3.5vw;
        font-weight: 400;
    }
    .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidepics-3.ph-square .g-array-item {
        grid-template-rows: 40% 60% 0%;
    }
    .ph-sidepics-3 .g-array-item-title {
        align-items: center;
    }
    .ph-sidepics-3 .g-array-item-text {
        align-items: flex-start;
    }

    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    /*CHURCH*/
    .site-1-sub #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1 .ph-sidebyside-mobile .g-title {
        text-align: center;
    }

    /*SCHOOL*/
    .site-2-sub #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-2 .ph-sidebyside-mobile .g-title {
        text-align: center;
    }
}

/*************** EXPANDED *****************/ 
.site-1-home #g-expanded .button {
    background: #abacab;
}

.site-1-home #g-expanded .button:hover {
    background: #777;
}

.site-2-home #g-expanded .button {
    background: #abacab;
}

.site-2-home #g-expanded .button:hover {
    background: #777;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }

    .site-1-home #g-expanded .g-title {
        color: var(--default-white);
        border: none;
        font-size: 3.5vw;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .site-1-home .rok-mini-particle {
        margin-bottom: 4vw;
    }

    .site-2-home #g-expanded {
        background: url('/images/template/parallax2.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-2-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }

    .site-2-home #g-expanded .g-title {
        color: var(--default-white);
        border: none;
        font-size: 3.5vw;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .site-2-home .rok-mini-particle {
        margin-bottom: 4vw;
    }

    .rok-mini-particle .rme-item {
        padding: 0 1vw;
    }
    .rok-mini-particle .rme-badge {
        border-radius: 3px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }

    .site-2-home #g-expanded {
        background: url('/images/template/parallax2.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-2-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }
}

/* knights homepage */

.site-3-home #g-expanded .button {
    background: #abacab;
}

.site-3-home #g-expanded .button:hover {
    background: #777;
}

.site-3-home #g-expanded .button {
    background: #abacab;
}

.site-3-home #g-expanded .button:hover {
    background: #777;
}

#custom-5651-particle {
    padding: 0;
    margin: 0;
}

#custom-5651-particle > p {
    margin: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-3-home #g-expanded {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-3-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }

    .site-3-home #g-expanded .g-title {
        color: var(--default-white);
        border: none;
        font-size: 3.5vw;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .site-3-home .rok-mini-particle {
        margin-bottom: 4vw;
    }

    .site-3-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }

    .site-3-home #g-expanded .g-title {
        color: var(--default-white);
        border: none;
        font-size: 3.5vw;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .site-3-home .rok-mini-particle {
        margin-bottom: 4vw;
    }

    .site-3-home .rok-mini-particle .rme-item {
        padding: 0 1vw;
    }
    .site-3-home .rok-mini-particle .rme-badge {
        border-radius: 3px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-3-home #g-expanded {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-3-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }

    .site-3-home #g-expanded {
        background: url('/images/template/parallax2.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-3-home #g-expanded > .g-container {
        background: rgba(0,0,0,.5);
        padding: 5vw 5%!important;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .extension-wrapper > .g-grid {
        padding: 5vw 5%!important;
        gap: 3vw;
    }
    .extension-wrapper > .g-grid > .g-block {
        width: 45%!important;
        flex: 0 calc(50% - 1.5vw)!important;
        background: var(--default-white);
        box-shadow: 0px 0px 15px rgba(0,0,0,.25);
        border-radius: 1rem;
    }
    .extension-wrapper > .g-grid > .g-block:first-child :is(.g-content, .g-content-array, .g-grid, .g-block, .g-array-item, .g-array-item-text, p) {
        margin: 0!important;
        padding: 0!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .extension-wrapper > .g-grid {
        padding: 5vw 5%!important;
        gap: 2rem;
    }
    .extension-wrapper > .g-grid > .g-block {
        background: var(--default-white);
        box-shadow: 0px 0px 15px rgba(0,0,0,.25);
        border-radius: 1rem;
    }
    .extension-wrapper > .g-grid > .g-block:first-child :is(.g-content, .g-content-array, .g-grid, .g-block, .g-array-item, .g-array-item-text, p) {
        margin: 0!important;
        padding: 0!important;
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    /*CHURCH*/
    .site-1 #g-bottom .admod td {
        margin: 0;
        padding: 0;
    }
    .site-1 #g-bottom {
        padding: 2.5vw 0!important;
    }

    /*SCHOOL*/
    .site-2 #g-bottom .admod td {
        margin: 0;
        padding: 0;
    }
    .site-2 #g-bottom {
        padding: 2.5vw 0!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    /*CHURCH*/
    .site-1 #g-bottom .admod td {
        margin: 0;
        padding: 0;
    }
    .site-1 #g-bottom {
        padding: 2rem 0!important;
    }

    /*SCHOOL*/
    .site-2 #g-bottom .admod td {
        margin: 0;
        padding: 0;
    }
    .site-2 #g-bottom {
        padding: 2rem 0!important;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 2vw 5%!important;
    }
    .site-1 .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-1 #g-footer p {
        margin: 0;
    }
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1vw;
    }
    .site-1 .footer-wrapper > div:first-child {
        flex: 33%;
    }
    .site-1 .footer-wrapper > div:last-child {
        flex: 67%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .site-2 #g-footer {
        padding: 2vw 5%!important;
    }
    .site-2 .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-2 #g-footer p {
        margin: 0;
    }
    .site-2 .footer-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1vw;
    }
    .site-2 .footer-wrapper > div:first-child {
        flex: 33%;
    }
    .site-2 .footer-wrapper > div:last-child {
        flex: 67%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 2vw 5% 60px 5%!important;
    }
    .site-1 .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-1 #g-footer p {
        margin: 0;
    }
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1vw;
    }
    .site-1 .footer-wrapper > div:first-child {
        padding: 2rem;
    }
    .site-1 .footer-wrapper > div:last-child {
        flex: 67%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .site-2 #g-footer {
        padding: 2vw 5% 60px 5%!important;
    }
    .site-2 .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-2 #g-footer p {
        margin: 0;
    }
    .site-2 .footer-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1vw;
    }
    .site-2 .footer-wrapper > div:first-child {
        padding: 2rem;
    }
    .site-2 .footer-wrapper > div:last-child {
        flex: 67%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}


/*************** COPYRIGHT ****************/ 
@media only screen and (max-width: 50.99rem) {
    .web-policy {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .site-1 .adminfootericon {
        bottom: 40px
    }

    .site-2 .adminfootericon {
        bottom: 40px
    }
}

/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--default-white); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/

.officers td img {max-width: 230px;}
.officers tr, .officers td { border: 0px solid #ffffff;}
table.officers { border: 0px solid #ffffff !important;}

@media only screen and (max-width: 50.99rem){
	/* #g-mainbar {
		padding: 0; 
	} */
	.blog .items-row, .item-page .items-row {
        padding-bottom: 0;
}
}

/*************** MOBILE *******************/ 
/*************** ADS **********************/

@media only screen and (max-width: 50.99rem) {
    .grid.ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .grid.ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2vw;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}



/* knights of columbus page */

@media (max-width: 50.99rem) {
    .knights-news {
        padding: 5% 0;
        --ph-title-font-size-mobile: 4vw;
    }
}

.moduletable .category-module li {
	padding-bottom: 0.25rem;
	margin-bottom: 0.25rem;
}
.moduletable .category-module {
	padding: 0.5rem;
	border: 0px solid white;
}


/* adoration page */

.moduletable #login-form .control-group .btn {
    color: white;
}

.platform-content:first-child, .moduletable:first-child, .widget:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.platform-content:last-child, .moduletable:last-child, .widget:last-child {
    padding-top: 0;
}

.moduletable .nav.menu, .moduletable .unstyled {
    background-color: var(--secondary-color);
}

.control-group {
    margin-top: 2rem;
}

.m-block video,
.m-block .videocontainer {
	height: 36vw;
}

@media (max-width: 50.99rem) {
	.m-block video,
    .m-block .videocontainer {
	    height: 56vw;
    }
}