@import url('//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #001940;
    --secondary-color:#e6d198;
    --tertiary-color: #ffedbc;

    --primary-rgb: 0, 25, 64;
    --secondary-rgb: 173, 161, 127;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'pt serif', serif;
    --body-font-family: 'pt sans', 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);

    --ql-title-color: var(--default-white);

    --site-border-radius: 5px;
    --ql-border-radius: var(--site-border-radius);

    --grid-img-width: 20vw; 
    --grid-bg: rgba(var(--primary-rgb),.8);
    --grid-border-bottom: 5px solid var(--secondary-color);
}

.ph-rec-row-hover {
    --ph-img-overlay-opacity: 0;
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

.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);
}

/*************** ALL SITE *****************/



a, h6 {
    color: #003282;
}

.item-image {display: none;}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-content {
    padding: 0;
}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-array-item-text {
    margin: 0;
}

:is(.site-1-sub, .site-2-sub)  #g-page-surround .g-content {
    padding: 0;
    margin: 0;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) .g-content {
    margin: 0.625rem;
    padding: 1.5rem;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) #g-mainbar {
    padding: 0 5%;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section#g-container-main #g-aside .g-content {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 50.99rem) {
    #g-bottom > div > div > div > div {
        margin: 1rem 0 !important;
        padding: 0 !important;
    }
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) .grid-rec-row .g-content-array > .g-grid > .g-block > .g-content {
    margin: 0 !important;
    padding: 0vw !important;
    height: 100%;
    overflow: hidden;
}

/***********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;
  }
  
  @-moz-document url-prefix() {
    * {
      scrollbar-width: thin;
      scrollbar-color: #ccc #f5f5f5;
    }
  }

@media (max-width: 50.99rem) {
    .button, .g-pricingtable-col-item .g-pricingtable .button {
        max-width: 90%;
    }
}

@media (min-width: 50.99rem) {
  :is(.site-1-home, .site-2-home) #g-top .modern-alert .g-joomla-articles {
      padding: 0 3% !important;
  }
 }

/*************** 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-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

@media (min-width: 50.99rem) {
    .site-1 #g-navigation img {
        padding: 2% 5%;
        width: 60%;
    }
    
    .site-1 #g-navigation {
        background: url('/images/template/header-bg-left.png') 0% 0% no-repeat, url('/images/template/header-bg-right.png') 100% 0% no-repeat, #001940;
        background-size: 50%;
    }
    
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-weight: bold;
    }


    :is(.site-1-sub, .site-2-sub, .site-3-sub) #g-navigation .g-main-nav {
        border-bottom: 2px solid var(--primary-color);
        box-shadow: var(--default-box-shadow);
    }

}

@media (max-width: 50.99rem) {
    .site-1 #g-navigation {
        padding: 5% 5% 5% 18% !important;
    }
}

@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);
    }
    .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);
    }

    .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(--primary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--secondary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}

/*************** SLIDESHOW ****************/ 

@media (min-width: 50.99rem) {
    .site-1-home #g-slideshow {
        padding: 3% 5% 5% 5% !important;
    }
    
    .site-1-home #g-slideshow h1 {
        color: white;
    }
    
    .site-1-home #g-slideshow img {
        border-radius: var(--site-border-radius);
    }
    
    .site-1-home #g-slideshow .fullwidth-swiper {
        position: relative;
        padding: 0 1rem 1rem 0;
    }
    
    .site-1-home .fullwidth-swiper > div > div.g-swiper {
        box-shadow: var(--default-box-shadow);
        border-radius: var(--site-border-radius);
    }
    
    .site-1-home #g-slideshow .fullwidth-swiper:before {
        content: '';
        position: absolute;
        top: 1vw;
        bottom: 0;
        left: 1vw;
        right: 0;
        height: calc(100% - 1vw);
        width: calc(100% - 1vw);
        background: var(--tertiary-color);
        border-radius: var(--site-border-radius);
        z-index: 1;
    }
    
    .site-1-home #g-slideshow > .g-container > .g-grid > .g-block:last-child {
        display: grid;
        align-items: center;
    }
    
    .site-1-home #g-slideshow > .g-container > .g-grid > .g-block:last-child h1 {
        font-size: 4vw;
    }
    
    .site-1-home p:has(a) {
        margin: 0;
        line-height: 1.5;
    }
    
    .site-1-home #g-slideshow p a {
        color: var(--primary-color) !important;
        background-color: var(--tertiary-color);
        border: 3px solid var(--primary-color);
        font-size: 1.3rem;
    }
    
    .site-1-home #g-slideshow p a:hover {
        transform: scale(1.02);
    }
}

@media (max-width: 50.99rem) {

    .site-1-home #g-slideshow h1 {
        color: white;
    }

    .site-1-home #g-slideshow {
        padding: 0 5% !important;
    }

    #g-slideshow > div > div > div.g-block.size-25 {
        padding: 5% 0 !important;
    }       

    .site-1-home #g-slideshow a.button {
        background-color: var(--secondary-color);
        color: black;
    }

    .site-1-home .ql-dm {
        padding: 0 5% 5% 5% !important;
    }

    .site-1-home .fullwidth-swiper {
        border-radius: var(--site-border-radius);
        overflow: hidden;
    }

    .site-1-home #g-mainbar > div:nth-child(2) {
        gap: 0.5rem;
        flex-direction: column;
    }

    .site-1-home #g-mainbar > div:nth-child(2) > div {
        width: 100%;
    }

    #g-container-main > div > div > div.g-block.size-17.grid-center {
        padding-top: 5% !important;
    }

}

/*************** HEADER *******************/

@media (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 1px solid var(--tertiary-color);    
    } 

    .site-1-home .ql-inner-box .g-blockcontent-subcontent {
        gap: 2rem;
    }
    
    .site-1-home #g-header {
        padding: 0 5% !important;
    }
    
    .site-1-home .ql-inner-box .g-blockcontent-subcontent > div {
        border-radius: var(--site-border-radius);
        overflow: hidden;
    }
    
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border-radius: var(--site-border-radius);
    }
}

/*************** ABOVE ********************/
/*************** FEATURE ******************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** MAIN *********************/

:is(.site-1-sub, .site-2-sub, .site-3-sub) #g-aside {
    background-color: transparent;
}

.site-1-home #g-container-main > .g-container > .g-grid:nth-child(1) {
    border-radius: var(--site-border-radius);
}

.site-1-home #g-container-main {
    padding: 2% 5% 3% 5% !important;
}

.site-1-home #g-container-main > .g-container > .g-grid:nth-child(1) img {
    width: 100%;
    height: 100%;
    border-radius: var(--site-border-radius);
    object-fit: cover;
    position: relative;
    box-shadow: var(--default-box-shadow);
    z-index: 5;
}

#logo-4145-particle {
    position: relative;
    z-index: 5;
}

#logo-4145-particle::after {
    position: absolute;
    content: "";
    width: 97%;
    height: 100%;
    z-index: 1;
    background-color: var(--primary-color);
    top: 3.5%;
    left: 0;
    border-radius: var(--site-border-radius);
    margin-left: 2%;
}

#logo-4145-particle {
    padding-right: 3% !important;
    height: 100%;
}

.site-1-home #g-mainbar > .g-grid:nth-child(1) {
    padding: 3% 3% 4% 3%;
    margin-bottom: 3%;
    background-color: var(--tertiary-color);
    border-radius: var(--site-border-radius);
}

.site-1-home #g-mainbar > .g-grid:nth-child(2) > .g-block:nth-child(1),
.site-1-home #g-mainbar > .g-grid:nth-child(2) > .g-block:nth-child(3) {
    padding: 2%;
    background-color: var(--tertiary-color);
    border-radius: var(--site-border-radius);
}

.site-1-home p:has(p) {
    margin: 0;
}

/* little cards */

.site-1-home #g-container-main {
    padding: 5% 5% 5% 5% !important;
}

.site-1-home #g-container-main > .g-container > .g-grid > div:nth-child(3) {
    padding: 2% 3%;
    background-color: var(--tertiary-color);
    border-radius: var(--site-border-radius);
}

.site-1-home #g-container-main .size-47 {
    flex: 0 48.5%;
    width: 48%;
}

.site-1-home #g-container-main .size-6 {
    flex: 0 3%;
    width: 3%;
}

.site-1-home #g-container-main img {
    width: 100%;
    height: auto;
    border-radius: var(--site-border-radius);
    box-shadow: var(--default-box-shadow);
}


.site-1-home .mass-times-text {
    display: grid;
    align-items: center;
}

.site-1-home .mass-time-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}

.site-1-home #g-container-main h1 {
    margin: 0;
    line-height: 0.75;
    margin-bottom: 2rem;
}

@media (min-width: 50.99rem) {

    .site-1-home #g-container-main .g-array-item-text {
        padding-left: 4%;
    }

    .ph-sidepics-3 .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0 !important;
        padding: 0 !important;
    }

}

@media (max-width: 50.99rem) {

    .site-1-home #g-mainbar > .g-grid:nth-child(2) > .g-block:nth-child(1),
    .site-1-home #g-mainbar > .g-grid:nth-child(2) > .g-block:nth-child(3) {
        padding: 5%;
        background-color: var(--tertiary-color);
        border-radius: var(--site-border-radius);
    }

    .site-1-home #g-mainbar {
        padding: 0% !important;
    }

    #contentarray-5207-particle > div > div > div > div > div > div {
        padding: 10% 5% 0 5%;
    }

}

/*************** EXPANDED *****************/

.parish-home #g-expanded {
    padding: 0 5% !important;
}

.site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child {
    display: grid;
    align-content: center;
    padding-right: 3%;
} 

.ph-rec-row-hover {
    --ph-border-radius: var(--site-border-radius);
}

.site-1-home #g-expanded h1 {
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.site-1-home #g-aside {
    background-color: transparent;
}


.news-button {
    margin-top: 2rem;
}

.news-button a {
    color: var(--primary-color) !important;
    background-color: transparent;
    border: 3px solid var(--primary-color);
    font-size: 1.3rem;
    margin-top: 1rem;
}

.site-1-home #g-expanded > div > div > div.g-block.size-16 {
    display: grid;
    align-items: center;
}

.news-button a:hover {
    transform: scale(1.02);
    background-color: transparent;
}

.site-1-home #g-expanded {
    background: url('/images/stories/template/paralax2.jpg') 50% 50% no-repeat;
    background-size: 125% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.site-1-home.tablet-screen #g-expanded {
    background: url('/images/stories/template/paralax2.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: unset !important;
}

@media (min-width: 50.99rem) {

    .site-1-home #g-expanded > div.g-container {
        background: rgb(255 255 255 / 80%);
        padding: 5% 2% 5% 5% !important; /* adjust the padding here */
    }

}

@media (max-width: 50.99rem) {

    .site-1-home #g-expanded > div.g-container {
        background: rgb(255 255 255 / 80%);
        padding: 5% 0% 5% 0% !important; /* adjust the padding here */
    }

    .site-1-home .ph-sidebyside-mobile .g-content-array {
        padding: 0 5%;
    }
}

@media (max-width: 50.99rem) {
  .site-1-home #g-expanded {
      background: url('/images/stories/template/paralax2.jpg') 50% 50% no-repeat;
      background-size: cover;
  }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
}

@media only screen and (max-width: 50.99rem) {
    :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** EXTENSION ****************/


.site-1-home #g-extension h1 {
    line-height: 0.75;
    margin: 0 0 2rem 0;
}

.site-1-home #g-extension {
    padding: 5% 5% 2% 5% !important;
}

.site-1-home #g-extension h1 {
    border-left: 5px solid var(--secondary-color);
    margin-bottom: 1.5rem;
    color: white;
    padding-left: 1rem;
    line-height: 0.75;
    font-size: 3.2rem;
}

.site-1-home #g-extension > .g-container > .g-grid > .size-30 {
    padding: 3%;
    background-color: transparent;
    /* box-shadow: var(--default-box-shadow); */
    border-radius: var(--site-border-radius);
}

.site-1-home #g-extension a {
    color: white;
}

.site-1-home #g-extension :is(textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input) {
    color: var(--default-black);
}

.site-1-home #g-extension .button,
.site-1-home #g-extension button {
    color: white !important;
    background-color: transparent;
    border: 3px solid white;
    font-size: 1.3rem;
    margin: auto;
    display: grid;
    margin-bottom: 3rem;
    width: fit-content;
    padding: .7rem 1.3rem;
    border-radius: .5rem;
    transition: all .2s ease-in;
}

.site-1-home #g-extension .button:hover,
.site-1-home #g-extension button:hover {
    transform: scale(1.02);
    background-color: transparent;
    transition: all .2s ease-in;
}

.site-1-home #g-extension .k-ui-namespace {
    padding-left: 5%;
}

.site-1-home #g-extension .k-ui-namespace .mod_docman_icons {
    padding-bottom: 1.5rem;
}

.site-1-home #g-extension {
    padding: 3% 5% !important;
    background: url('/images/template/st-joseph-footer-25.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left;
}

#custom-6335-particle > h1 {
    margin-bottom: 3rem !important;
    line-height: 0.75;
    margin-top: 3rem !important;
    color: white;
    border: none;
}

.site-1-home .bottom-ads {
    padding: 3% 0 0 0;
}

.site-1-home #g-extension li {
    color: white;
}

@media (min-width: 50.99rem) {

    .site-1-home #g-extension button {
        margin-top: 1.5rem;
    }

}

@media (max-width: 50.99rem) {

    .site-1-home #g-extension > .g-container > .g-grid > .size-30 {
        padding: 7% 5% !important;
    }

    .site-1-home #g-extension button {
        margin: 2% auto !important;
    }

    .site-1-home #g-extension {
        padding: 10% 5% !important;
    }

}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/

.site-1 #g-container-footer {
    background: url('/images/stories/template/paralax2.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
    color: white;
}

.site-1 #g-footer h1 {
    font-size: 3.2rem;
}

#g-footer .contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3%;
}

#g-footer .contact-container > div {
    display: grid;
    justify-content: center;
}

#g-footer .contact-container h1 {
    border-left: 5px solid var(--secondary-color);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 0.75;
}

@media (max-width: 50.99rem) {
    #g-footer .contact-container {
        grid-template-columns: 1fr;
    }

    #g-footer .contact-container > div {
        display: initial;
    }

    .site-1 #g-footer {
        padding: 5% 5% !important;
    }
}

@media (min-width: 50.99rem) {
    .site-1 #g-footer  {
        padding: 3% 5% !important;
    }
}

#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

/*************** 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
    }
}

@media (max-width: 50.99rem) {
    #g-offcanvas #g-mobilemenu-container .g-toplevel>li>.g-menu-item-container .g-menu-parent-indicator:after {
        color: black;
    }

    #g-offcanvas #g-mobilemenu-container .g-toplevel>li:hover>.g-menu-item-container>.g-menu-item-content, #g-offcanvas #g-mobilemenu-container .g-toplevel>li.active>.g-menu-item-container>.g-menu-item-content {
        color: var(--primary-color);
    }
}

/*************** 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 *****************/
/*************** MOBILE *******************/

.g-offcanvas-toggle {
  background: var(--default-white);
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/*************** ADS **********************/

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-container-main {
        padding-bottom: 3vw;
    }
}

@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;
    }
}

/* Image Paths for Particle Template */
/* All images used in the particle template need to be updated here */

@media (min-width: 50.99rem) {
  .style-201 .g-container:has([class*="-201"]) {background-image: url('/images/template/header-church-transparent-background.png'); background-position: center; background-size: cover; background-repeat: no-repeat;}
  .style-202 .g-container:has([class*="-202"]) {background-image: url("/images/template/header-church-transparent-background.png"); background-position: center; background-size: cover; background-repeat: no-repeat;}
  .style-301 .mass-times-301 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-303 .mass-times-303 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-304 .mass-times-304 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-305 .mass-times-305 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-1001 :is(#g-navigation, #g-slideshow, #g-header, #g-above, #g-feature, #g-showcase, #g-utility, #g-container-main, #g-expanded, #g-extension, #g-bottom, #g-footer, #g-copyright):has([class*="-1001"]) {background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;}
  .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
  .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads.png");}
}

@media (max-width: 50.99rem) {
   .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
   .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads-mobile.png");}
}

.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {
    background-color: #003282;
}

.site-1-sub .grid-rec-row p {
    color: white;
}

.site-1-sub .grid-rec-row .g-array-item-title {
    padding: 0 1rem;
}

.grid-rec-row .g-content-array .g-array-item .g-array-item-text {
    padding: 1rem;
    padding-top: 0rem;
}

@media (min-width: 50.99rem) {

    .site-1-home .grid-rec-row .g-content-array {
        gap: 1.7vw;
    }

}


@media (max-width: 50.99rem) {
    .grid-dm .g-content-array > .g-grid {
        box-shadow: var(--default-box-shadow);
    }
}