@import url('//fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Italianno&display=swap');
@import url('//fonts.googleapis.com/css2?family=Faustina:ital,wght@0,300..800;1,300..800&display=swap');
/************ TEMPLATE  ************
Dark Blue: #0A1655 rgba(10,22,85,1)
Red: #66051F rgba(102,5,31,1)
Light Blue: #6C81B8 rgba(108,129,184,1)
Tan (Page Background): #DED6BD rgba(222,214,189)

New colors 6.11.2026

Gold - EED160  238, 209, 96
Red - C52222 197,34,34
Navy Blue - 102A43 16,42,67
Light Blue - DCEBF5 rgb 220,235,245


************/

.site-1 {
    --primary-color: #102A43;
    --secondary-color: #C52222;

    --primary-rgb: 16,42,67;
    --secondary-rgb: 197,34,34;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Faustina', serif;
    --body-font-family: 'Faustina', 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-fixed-height: 32vw;
    --mt-fixed-height-desktop: 32vw;
    --mt-header-color: var(--secondary-color);
    --mt-para-color: var(--default-black);
    --mt-header-desktop: clamp(1.5rem, 1.75vw, 2.2rem);

    --ql-background-color: rgba(220,235,245,.6);
    --ql-background-hover: rgba(220,235,245,.8);
    --ql-title-color: var(--default-white);
    --ql-font-family: var(--body-font-family);

    --rok-mini-badge: rgba(255,255,255,.9);
    --rok-mini-numbers: var(--primary-color);
    --rok-mini-text: var(--default-white);
    --rok-mini-timeline: rgba(255,255,255,.9);

    --info-title-mobile-size: 1.5rem;
    --info-title-size: 2.2vw;
    --info-title-max-size: 4rem;

    --info-text-mobile-size: 1.5rem;
    --info-text-size: 1.2vw;
    --info-text-max-size: 1.6rem;
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: var(--body-font-family);
} 
a.whitebutton { 
	color: var(--primary-color);
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
    background: white;
    padding: 0.7rem 1.3rem;
    border-radius: 0.5rem;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    line-height: 1.125rem;
    border: 0px solid #014E78;
    transition: all .2s ease-in;
 }
 .whitebutton:hover {
	 background: #DED6BD;
 }

 /***********Custom Scrollbar****************/

/* Hide the default scrollbar */
::-webkit-scrollbar {
    width: .75rem;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
  }
  
  /* Style the scrollbar on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #bbbbbb;
  }
  
  /* Style the scrollbar when it's being dragged */
  ::-webkit-scrollbar-thumb:active {
    background-color: #8c8c8c;
  }

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

.g-main-nav {font-family: var(--body-font-family);}

@media only screen and (min-width: 50.99rem) {
    #g-navigation {
        background: url('/images/template/bg-glass.png') 0% 0% no-repeat, var(--default-white); 
        background-size: 30%;
        margin-bottom: -36vw!important;
        padding-bottom: 36vw!important;
    }
    #g-navigation .g-logo {margin: 3rem 2rem;}
    #g-navigation .g-logo img {
        width: 55%;
    }
    #g-navigation > .g-container {
        background: url('/images/template/swirl-header.png') 100% 0% no-repeat;
		border-bottom: 3px #EED160 solid;
    }

    .mass-times-block :is(h1,h2,h3,h4,h5,h6) {
        margin-top: .5vw;
		letter-spacing: -1px;
    }

    .mass-times-block .g-array-item {
        padding: 1vw;
    }

    .mass-times-block .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .mass-times-block .g-array-item-text p {
        margin: 0;
        padding: 0;
        margin-bottom: .25vw;
    }

}

@media only screen and (max-width: 50.99rem) {
    #g-slideshow > .g-container > .g-grid > .g-block:nth-child(1) {order: 2;}
    #g-slideshow > .g-container > .g-grid > .g-block:nth-child(2) {order: 1;}

    #g-navigation .g-logo {max-width: 70%; margin: 2rem auto;}

    .mass-times-block {
        --mt-header-color: var(--default-white);
        --mt-para-color: var(--default-white);
    }
	#g-navigation {
        background: url('/images/template/bg-glass.png') 0% 0% no-repeat, var(--default-white); 
        background-size: 30%;
        margin-bottom: -36vw!important;
        padding-bottom: 36vw!important;
    }

}

/*************** SLIDESHOW ****************/ 
.mass-times-block {background: none; overflow: auto;}

@media only screen and (min-width: 50.99rem) {
    .mass-times-block > .g-content {background: rgba(255,255,255,.9);}
}

/* rotator adjustments */

@media (min-width: 50.99rem) {
    .homelayout.swiper-box .fullwidth-swiper {
        flex: initial;
    }

    .homelayout #g-slideshow > .g-container > .g-grid:first-child {
        gap: 0;
    }

    .homelayout .mass-times-block p {
        margin-bottom: 0;
    }

    .homelayout.swiper-box #g-slideshow > .g-container {
        padding: 0 !important;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {border: none;}
}

/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    #g-above iframe {
        box-shadow: var(--default-box-shadow);
    }
    #g-above {
        background: url('/images/template/swirl-side.png') 110% 0% no-repeat, var(--default-white);
        background-size: 25%;
    }
}
.site-home #g-above .g-title {
    color: var(--default-white);
    background: var(--primary-color);
    border: none;
    padding-left: 1vw;
    font-weight: 400;
}

@media only screen and (min-width: 50.99rem) {
    .site-home #g-above {
        padding: 1vw 5%;
    }
    .ph-sidepics-2 .g-content-array > .g-grid:not(.ph-sidepics-2 .g-content-array > .g-grid:nth-child(1)) .g-array-item {
        min-height: 6vw;
        justify-content: center;
        margin-top: .5vw!important;
        margin-bottom: .5vw!important;
    }
    .ph-sidepics-2 .g-content-array > .g-grid:not(.ph-sidepics-2 .g-content-array > .g-grid:nth-child(1)) .g-array-item > .g-array-item-image {
        height: 6vw;
        width: 6vw;
    }
    .ph-sidepics-2 .g-content-array > .g-grid:not(.ph-sidepics-2 .g-content-array > .g-grid:nth-child(1)) .g-array-item > .g-array-item-title {
        margin-left: 6vw;
    }
    .ph-sidepics-2 .g-content-array > .g-grid:not(.ph-sidepics-2 .g-content-array > .g-grid:nth-child(1)) .g-array-item > .g-array-item-text {
        display: none;
        margin-left: 6vw;
    }
    .ph-sidepics-2 .g-content-array > .g-grid:not(.ph-sidepics-2 .g-content-array > .g-grid:nth-child(1)) .g-array-item > .g-array-item-read-more {
        margin-left: 6vw;
    }
}

/************ move ads higher on mobile  ************/
/***reorder columns in a container***/
@media only screen and (max-width: 50.99rem) {
	/*#g-above .g-block:first-child  { order: 2; }*/
	#g-above .g-block:last-child { order: 2; }
	#g-above .g-block:nth-child(2) { order: 3; }
}


/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
.site-home #g-utility {
    background: url('/images/template/paralax1.jpg') 50% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.site-home #g-utility > .g-container {
    background: rgba(16,42,67,.7);
    padding: 5vw 5%!important; 
}

.site-home #g-utility .g-title {
    border-bottom: none;
    color: var(--default-white);
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 2.5rem;
}

.rok-mini-particle :is(.rme-timeline-point:hover span, .rme-timeline-point.active span) {
    background: var(--primary-color)!important;
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/template/swirl-side.png') 110% 50% no-repeat, var(--default-white);
        background-size: 25%;
    }
}

.flocknote-box img {box-shadow: var(--default-box-shadow);}
.site-home #g-sidebar .contact-us-box {display: flex; justify-content: center; align-items: center;}
.contact-us-box .g-content {max-width: 500px;}
.contact-us-box .g-title {background: var(--primary-color); color: var(--default-white); font-weight: 400;}
.contact-us-box .g-array-item-text {text-align: left;}
.ascension-box {text-align: center;}
.ascension-box iframe {box-shadow: var(--default-box-shadow); max-width: 500px;}
#g-mainbar .ascension-box .moduletable {margin: 0!important;}
.app-box {
    background: url('/images/template/amen/amen-bg.jpg') 0% 0% no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: var(--default-white);
    max-width: 500px;
    height: 700px;
    padding: 2vw;
    box-shadow: var(--default-box-shadow);
}
.inner-app-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    height: 100%;
    width: 100%;
}
.app-box h3 {
    border-bottom: none;
    color: var(--default-white);
}

.site-home #g-mainbar {
    display: flex;
    justify-content: center;
}
.site-home #g-mainbar > .g-grid {
    max-width: 1920px;
}

/*************** EXPANDED *****************/ 
.site-home #g-expanded {
    background: url('/images/template/swirl-mission.png') 50% 50% no-repeat, var(--default-white);
    padding: 4vw 0;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,.3);
}
.site-home #g-expanded > .g-grid {
    justify-content: center;
    align-items: center;
}
.site-home .mission-box {
    max-width: 1200px;
}
.site-home .mission-box h2 {
    font-size: 3.5vw;
    font-weight: 400;
}
.site-home .mission-box .g-array-item-text > p {
    font-family: var(--title-font-family);
    font-size: 3vw;
    color: var(--secondary-color);
}

@media only screen and (max-width: 50.99rem) {
    .site-home .mission-box h2 {font-size: 3rem;}
    .site-home .mission-box .g-array-item-text > p {font-size: 2.5rem;}
	
	#g-container-main {border-top: 2px solid var(--primary-color);}
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .info-boxes .g-content-array {
        display: flex;
        flex-direction: row;
        margin: 0;
        justify-content: center;
    }
    .info-boxes .g-content-array > .g-grid {
        flex: 1;
        margin: 0;
        min-width: 0px;
        max-width: 600px;
    }
    .info-boxes .info-box-buttons {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .info-boxes .newsfeed {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .info-boxes .newsfeed .feed-link > a {
        font-weight: 700;
    }
    .info-boxes .info-box-image {
        height: 13vw;
        max-height: 450px;
        max-width: 600px;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .info-boxes .info-box-image img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }
    .info-boxes .info-box-outer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info-boxes .info-box-inner {
        max-width: 600px;
    }
    .info-boxes .info-box-title :is(h1,h2,h3,h4,h5,h6) {
        font-size: var(--info-title-size);
    }
    .info-boxes .info-box-title {
        padding: 0 1rem;
    }
    .info-boxes .info-box-desc {
        padding: 0 1rem;
        font-size: var(--info-text-size);
    }
    .info-boxes .info-box-desc p {
        padding: 0 1rem;
        font-size: var(--info-text-size);
    }
}

@media only screen and (min-width: 50.99rem) and (max-width: 3150px) {
    .info-boxes .info-box-image {
        height: 21vw;
    }
}

@media only screen and (min-width: 120rem) {
    .info-boxes .info-box-title :is(h1,h2,h3,h4,h5,h6) {
        font-size: var(--info-title-max-size);
    }
    .info-boxes .info-box-desc {
        font-size: var(--info-text-max-size);
    }
    .info-boxes .info-box-desc p {
        font-size: var(--info-text-max-size);
    }
}

@media only screen and (max-width: 50.99rem) {
    .info-boxes .info-box-outer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info-boxes .info-box-inner {
        max-width: 600px;
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {padding: 1rem 0!important;}
}

/*************** FOOTER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer {
        background: url('/images/template/swirl-footer.png') 0% 50% no-repeat, var(--primary-color);
        background-size: 70%;
    }

    .site-1 #g-footer img {
        width: 80%;
    }

    .site-1 #g-footer p {
        font-family: var(--body-font-family);
        text-transform: none;
        font-size: 1.25vw;
    }
}

#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

/*************** COPYRIGHT ****************/ 
/*************** 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(--primary-color); 
    background: #DED6BD;
} 
@media only screen and (min-width: 50.99rem){
.ministrypage .item .pull-left.item-image img {height: 18vw;}
}
@media only screen and (max-width: 50.99rem){
.ministrypage .item .pull-left.item-image img {height: 50vw;}
}


/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/

/* 3-image-row */

.t-gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.t-image-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.t-image-container {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
}

.t-image-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.t-image-wrapper:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.t-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive design */
@media (max-width: 768px) {
  .t-gallery-container {
    padding: 15px;
  }
  
  .t-image-row {
    gap: 15px;
  }
  
  .t-image-container {
    min-width: 200px;
  }
}

@media (max-width: 480px) {
  .t-gallery-container {
    padding: 10px;
  }
  
  .t-image-row {
    flex-direction: column;
    gap: 10px;
  }
  
  .t-image-container {
    min-width: 100%;
  }
}

/* end 3-image-row */

/* 50-50-image left & right */

.t-fifty-fifty-container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 60px 20px; */
}

.t-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 300px;
}

.t-image-section,
.t-text-section {
    flex: 1;
}

.t-image-frame {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.t-image-frame:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.t-image-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive design */
@media (max-width: 968px) {
    .t-fifty-fifty-container {
        padding: 40px 20px;
    }
    
    .t-content-wrapper {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .t-content-wrapper {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .t-fifty-fifty-container {
        padding: 30px 15px;
    }
    
    .t-content-wrapper {
        gap: 30px;
    }
}

/* end 50-50-image left & right */

/* text-overlaying-banner */

.t-hero-container {
    position: relative;
    min-height: 300px;
    max-height: 1000px;
    overflow: auto;
}

.t-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.t-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t-hero-container :is(h1,h2,h3,h4,h5, h6) {
    color: white;
} 

.t-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.t-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.t-content-inner {
    max-width: 800px;
    padding: 40px 20px;
    color: white;
}

/* Responsive design */
@media (max-width: 968px) {
    .t-content-inner {
        max-width: 600px;
        /* padding: 60px 20px; */
    }
}

@media (max-width: 768px) {
    .t-content-inner {
        padding: 50px 15px;
    }
}

@media (max-width: 480px) {
    .t-content-inner {
        padding: 40px 10px;
    }
}

/* end text-overlaying-banner */

@media (max-width: 50.99rem) {
   .staff-page .item-image {
        width: 100%;
    }
}

@media (min-width: 50.99rem) {
    .staff-page .item-image {
        max-width: 400px;
    }
}

.item-image {
    max-width: 40% !important;
    width: auto !important;
    height: auto !important;
}

.item-image img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 50.99rem) {
    .item-image {
        max-width: 100% !important;
        float: none !important;
        margin-inline-end: 0 !important;
    }
}