@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: #437224;
    --secondary-color: #3F3D82;

    --primary-rgb: 67,114,36;
    --secondary-rgb: 63,61,130;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cormorant Garamond', serif;
    --body-font-family: 'Open 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);
    --ql-num-boxes: 5;

    --site-border-radius: 0.75rem;

    --mt-background-color: rgba(var(--secondary-rgb),1);

    --ql-right-border-color: transparent;

    --rok-mini-badge: var(--primary-color);
    --rok-mini-date-size-desktop: 1.5vw;
    --rok-mini-date-font: var(--title-font-family);
    --rok-mini-font-family: var(--title-font-family);
    --rok-mini-desc-font-size-desktop: 1.3vw;
    --rok-mini-text: black;

    --grid-title-font-size-mobile: 5vw;
    --rok-mini-desc-font-size-mobile: 1.1rem;
    --rok-mini-weight: 500;
}

.site-1 .ql-fa-toplinks {
    --ql-icon-color: var(--primary-color);
    --ql-title-color: var(--default-black);
}

.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 *****************/
.item-image {display: none;}

.g-content:has(>.homepage-button) {
    margin: 0;
}

.site-1-home h2 {
    font-weight: 500;
}

.site-1-home .button:hover {
    transform: scale(1.04);
}

.site-1-home .homepage-button:hover {
    background-color: var(--secondary-color);
    border: 2px solid white;
    box-shadow: var(--default-box-shadow);
    font-family: var(--title-font-family);
    font-size: 1.4rem;
    letter-spacing: 2px;
}

/***********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;
    }
}

.site-1-home #g-page-surround .g-content-array .g-content {
    padding: 0;
}
.site-1-home #g-page-surround .g-content {
    padding: 0;
}
.site-1-home #g-page-surround .g-array-item-text {
    margin: 0;
}

/*************** 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: white;
        font-size: 2.5rem;
    }

    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

.site-1 #g-navigation > .g-container > .g-grid:has(.ql-fa-toplinks) {
    padding: 3vw 5% !important;
    z-index: 10;
    position: relative;
}

@media (max-width: 50.99rem) {
    .site-1 #g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-title-text br {
        display: none;
    }
}

.site-1 #g-navigation .g-menu-item-container:has(.g-social) {
    padding: 0;
}

.site-1 #g-navigation .g-social-items span {
    font-size: 2.5vw;
}

.site-1 #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
    z-index: 12;
    position: relative;
}

.rounded-menu .g-toplevel > .g-menu-item:last-child:hover {
    background-color: initial;
}

.site-1 .g-main-nav {
    padding: 0.75rem;
}

.ql-fa-toplinks .g-blockcontent-subcontent-title-text {
    font-weight: bold;
    font-family: var(--title-font-family);
}

.site-1 #g-navigation {
    position: relative;
    z-index: 99;
}

.site-1 #g-navigation::after {
    background-image: url('/images/template/header-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    opacity: 8%;
    width: 100%;
    content: '';
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
}

@media (min-width: 50.99rem) {

    .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        font-size: 1.3vw;
    }

    .site-1 #g-navigation .g-logo img {
        width: 75%;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-title-icon {
        font-size: 2.5vw;
    }

    .rounded-menu .g-toplevel > .g-menu-item:hover {
        border-radius: var(--site-border-radius) var(--site-border-radius) 0 0;
    }

    .rounded-menu .g-sublevel > li:nth-child(2) {
        border-radius: 0 var(--site-border-radius) 0 0 !important;
    }

    .rounded-menu .g-sublevel > li:last-child {
        border-radius: 0 0 var(--site-border-radius) var(--site-border-radius);
    }

    .rounded-menu .g-toplevel ul.g-dropdown {
        border-radius: 0 var(--site-border-radius) var(--site-border-radius) var(--site-border-radius);
    }
}

@media (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo img {
        width: 100%;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: block;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent {
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent > :is(.g-block:last-child, .g-block:nth-last-child(2)) {
        transform: translate(50%);
    }

    .site-1 #g-navigation > .g-container > .g-grid:has(.visible-phone) {
        z-index: 10;
        position: relative;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
        border: none;
    }
}

@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);
        text-transform: uppercase !important;
    }
    .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(--default-white);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        opacity: 0.75;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto 1rem auto;
    }
}
/*************** SLIDESHOW ****************/ 

@media (min-width: 50.99rem) {

    .site-1-home .fullwidth-swiper {
        padding: 2vw 1vw 2vw 2vw;
    }

    .site-1-home .fullwidth-swiper > div {
        border-radius: var(--site-border-radius);
        overflow: hidden;
    }

    .site-1-home .mass-times-block {
        padding: 2vw 2vw 2vw 1vw;
    }

    .site-1-home .mass-times-block > div {
        border-radius: var(--site-border-radius);
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

}

.site-1-home .mass-times-block :is(p, a, h1, h2, h3, h4, h5, h6) {
    color: white;
    font-family: var(--title-font-family);
}

.site-1-home .mass-times-block :is(h1, h2, h3, h4, h5, h6) {
    letter-spacing: 2.5px;
}

.site-1-home .mass-times-block p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

#contentarray-1897-particle > div > div > div > div > div > div {
    height: 100%;
}

.mass-times-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.mass-times-button .button {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--default-white);
    padding: 1vw 2vw;
    font-size: 1.2vw;
    font-family: var(--title-font-family);
    letter-spacing: 2.5px;
}

@media (max-width: 50.99rem) {
    .mass-times-button .button {
        font-size: 1.5rem;
    }
}

/*************** HEADER *******************/

.mission-statement h1 {
    letter-spacing: 5.5px;
    color: white;
    font-family: var(--title-font-family);
}

.mission-statement {
    background-color: var(--primary-color);
    padding: 0.75rem;
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/

.site-1-home #g-container-main {
    padding: 3% 5%;
}

.rok-mini-verticle {
    padding: 0;
}

.site-1-home #g-sidebar > .g-grid:nth-child(2) {
    padding: 10%;
    box-shadow: var(--default-box-shadow);
    border-radius: var(--site-border-radius);
    margin-bottom: 2rem;
}

.site-1-home #g-mainbar > div:nth-child(2) {
    margin-bottom: 2rem;
}

.site-1-home .bulletin-picture-list .bulletin-variables {
    --bulletin-container-padding: 0rem;
    --bulletin-max-width: 430px;
    --bulletin-margins: 0;
    --big-bulletin-font-size: clamp(1.2rem, 2vw, 3rem);
    --small-bulletin-font-size: clamp(1.2rem, 1.75vw, 3rem);
    --bulletin-list-row-height: 4.5rem;
}

.bulletin-picture-list .bulletin-container .bulletin:first-child p,
.bulletin-picture-list .bulletin-container .bulletin:not(.bulletin:first-child) p {
    color: black;
}

.bulletin-picture-list .bulletin-container .bulletin:not(.bulletin:first-child) p {
    margin: 0.5rem 0;
}

.site-1-home .rme-badge {
    flex-direction: column-reverse;
}

.site-1-home .rme-day {
    padding: 0vw 1vw 0.75vw 1vw;
}

.rok-mini-verticle .rme-items {
    max-width: initial;
    width: 100%;
    height: 100%;
    gap: 2vw;
}

.rok-mini-verticle .rme-items li {
    max-width: initial;
    gap: 2rem;
    max-height: initial;
}

.rok-mini-verticle > .g-content,
.rok-mini-verticle .platform-content,
.rok-mini-verticle .moduletable,
.rokminievents3 {
    height: 100%;
}

#g-sidebar > div:nth-child(2) > div > div {
    margin: 0;
}

.site-1-home .rme-month {
    padding: 0.75vw 1vw 0 1vw;
}

.rme-items:after {
    display: none;
}

.g-block:has(.grid-center) {
    display: grid;
    align-items: center;
}

.site-1-home .rme-time {
    font-weight: bold;
}

.rok-mini-verticle .rme-description {
    flex-direction: column-reverse;
}

.homepage-button {
    width: 100%;
    background-color: var(--secondary-color);
    border: 2px solid white;
    padding: 1rem 2rem;
    box-shadow: var(--default-box-shadow);
    font-family: var(--title-font-family);
    font-size: 1.4rem;
    letter-spacing: 2px;
}

.site-1 .homepage-heading {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
}

.site-1 .homepage-heading::after {
    content: '';
    height: 2px;
    width: 100%;
    top: 50%;
    display: grid;
    transform: translateY(50%);
    background: var(--primary-color);
}

@media (min-width: 50.99rem) {

    .site-1-home #g-container-main > .g-grid {
        display: grid;
        grid-template-columns: 35% 30% 20%;
        justify-content: space-between;
    }

    .site-1-home #g-container-main > .g-grid > .g-block {
        width: 100%;
    }

    .site-1-home #custom-4881-particle {
        margin: 0;
    }

    .site-1-home #g-sidebar {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /*.site-1-home #g-sidebar > div:nth-child(2) {
        height: 40.2vw;
    }*/

}

@media (max-width: 50.99rem) {
    .rok-mini-verticle .rme-items {
        display: grid;
    }

    .site-1-home .rme-month {
        padding: 1vw 3vw 0 3vw;
    }

    .site-1-home .rme-day {
        padding: 0vw 3vw 1vw 3vw;
    }

    .site-1 .page-header h2 {
        font-size: 2.7rem;
    }

    .flex-button {
        margin-top: 1rem;
    }
}


@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;
    }
}

/*************** EXPANDED *****************/ 

.site-1-home #g-expanded {
    padding: 4% 5% 0 5%;
    position: relative;
}

.site-1-home #g-expanded::after {
    width: 100%;
    content: '';
    top: 1.5rem;
    left: 0;
    height: 10px;
    background-color: white;
    position: absolute;
}

.site-1-home #g-expanded .homepage-heading::after {
    background: white;
}

.site-1-home #g-expanded .homepage-heading {
    color: white;
}

.site-1-home #g-expanded > div {
    width: auto;
}

#custom-8088-particle {
    margin: 0;
}

.headlines-block {
    transform: translate(0, 50%);
    margin-top: 1rem;
}

.site-1-home #g-expanded .homepage-heading {
    margin-bottom: 2rem;
    margin-top: 0;
}

.homepage-heading {
    font-weight: 500;
}

@media (min-width: 50.99rem) {
    .site-1-home #g-expanded .homepage-button {
        width: 30.5%;
        margin: auto;
        display: grid;
    }
}

@media only screen and (min-width: 1rem) {
    .ph-boxes-spread {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-title {
        border: none;
        padding: 0 0 1vw 0;
        letter-spacing: 1px;
        font-family: var(--title-font-family);
        color: var(--primary-color);
        border-bottom: 2px solid var(--primary-color);
    }
    .ph-boxes-spread > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-content-array {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        gap: 4vw;
    }
    .ph-boxes-spread .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        /* flex: 33; */
        /* max-width: 34%; */
    }
    .ph-boxes-spread .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-array-item {
        margin: 0;
        /* padding: 1vw; */
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        border-radius: .5rem;
        transition: .3s all ease-in-out;
    }
    .ph-boxes-spread .g-array-item:hover {
        background: rgba(var(--primary-rgb),.25);
    }
    .ph-boxes-spread .g-array-item:hover .g-array-item-image {
        transform: scale(1.05);
    }
    .ph-boxes-spread .g-array-item-image {
        margin: 0;
        padding: 0;
        aspect-ratio: 16/9;
        border: 2px solid var(--default-white);
        border-radius: .5rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
        transition: .3s all ease-in-out;
    }
    .ph-boxes-spread .g-array-item-image a {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-array-item-image img {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: cover;
        transition: .3s all ease-in-out;
    }
    .ph-boxes-spread .g-array-item-title {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-item-title {
        margin: 0;
        padding: 0;
        border: none;
    }
    .ph-boxes-spread .g-item-title a {
        margin: 0;
        padding: 0;
        color: white;
        font-weight: 700;
        font-size: 2vw;
        font-variant-caps: normal;
        text-transform: none;
    }
    .ph-boxes-spread .g-array-item-text {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1.25vw;
    }
    .ph-boxes-spread .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ph-boxes-spread .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        padding: 10% 5% 0 5%;
    }

    .ph-boxes-spread .g-content-array {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2rem;
    }

    .ph-boxes-spread .g-item-title a {
        font-size: 2.2rem;
    }
}

/*************** EXTENSION ****************/

.site-1-home #g-extension {
    padding: 6% 5% 2% 5%;
}

#custom-7671-particle {
    margin: 0;
}

.site-1-home #g-extension img {
    border-radius: var(--site-border-radius);
    box-shadow: var(--default-box-shadow);
}

.site-1 .flex-button {
    display: flex !important;
    flex-direction: row;
    gap: 1rem;
}

.site-1-home #g-extension .homepage-button {
    width: fit-content;
    display: grid;
    margin: auto;
    margin-bottom: 0;
}

.site-1-home #g-extension h2 {
    padding-bottom: 5%;
}

.site-1-home #g-extension > .g-grid {
    display: grid;
    gap: 3%;
    grid-template-columns: 1fr 1fr 1fr;
}

.site-1-home #g-extension > .g-grid > .g-block {
    width: 100%;
    max-width: 100%;
}

.site-1-home #g-extension > .g-grid > .g-block:is(:nth-child(2), :nth-child(3)) {
    box-shadow: var(--default-box-shadow);
    border-radius: var(--site-border-radius);
    padding: 5% 5%;
}

.site-1-home #g-extension > .g-grid > .g-block:is(:nth-child(2), :nth-child(3)) > div {
    display: flex;
    height: 100%;
    flex-direction: column;
}

#custom-2505-particle > div {
    margin-top: 5%;
}

#custom-2505-particle > div .newsfeed {
    display: flex;
    gap: 1rem;
    margin: 0;
    flex-direction: column;
}

#custom-2505-particle > div .newsfeed li {
    margin: 0;
    list-style-type: none;
    text-decoration: underline;
}

#custom-2505-particle .newsfeed a {
    font-weight: 600;
}
.site-1-home #g-extension .elfsight-app-1d888bed-0e2f-4967-9cda-44f7b2519af6 {
    box-shadow: var(--default-box-shadow);
    border-radius: var(--site-border-radius);
    overflow: hidden;
}

@media (max-width: 50.99rem) {
    .site-1-home #g-extension {
        padding: 15% 10%;
    }

    .site-1-home #g-extension > .g-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 600px 500px 600px;
        height: 1808px;
    }
}

/*************** BOTTOM *******************/

@media (max-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 0 0 10% 0 !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

.site-1 #g-footer::before {
    width: 100%;
    content: '';
    top: 1.5rem;
    left: 0;
    height: 10px;
    background-color: white;
    position: absolute;
}

.site-1 #g-footer {
    padding: calc(2rem + 2%) 5% 2% 5%;
}

.site-1 #g-footer p {
    margin-bottom: 0;
}

.site-1 #g-footer .text-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.site-1 .text-container > div:nth-child(1) {
    display: grid;
    gap: 1rem;
}

.site-1 #g-footer p {
    font-size: 1.2rem;
}

.site-1 .text-container > div:nth-child(1) > p:nth-child(1),
#contentarray-2742-particle > div > div > div > div > div > div > div > div:nth-child(1) > p:nth-child(3) > strong:nth-child(3),
#contentarray-2742-particle > div > div > div > div > div > div > div > div:nth-child(2) > p:nth-child(1) > strong {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.site-1 .text-container > div:nth-child(2) p {
    line-height: 1.5;
}

.site-1 #g-footer::after {
    background-image: url('/images/template/header-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    filter: blur(2px);
    opacity: 8%;
    width: 100%;
    content: '';
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
}
.site-1 #g-footer > .g-grid {
    z-index: 10;
    position: relative;
}

.site-1 #g-footer .g-content {
    padding: 0;
}

.site-1 #g-footer a:hover:not(:has(img)) {
    opacity: 0.75;
}

@media (max-width: 50.99rem) {
    .text-container {
        grid-template-columns: 1fr !important;
    }

    .site-1 #g-footer > .g-grid {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .site-1 #g-footer > .g-grid > .g-block:nth-child(2) {
        width: 100%;
    }

    .site-1 #g-copyright {
        padding: 0;
    }
}

/*************** 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);
} 
/*************** Off Canvas *****************/

/*************** MOBILE *******************/ 
/*************** 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;
    }
}

.g-offcanvas-toggle {
    background: var(--default-white);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary-color);
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.g-offcanvas-toggle .fa-fw {
    text-shadow: initial !important;
}