@import url('//fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --tertiary-color: #f9c610;

    --primary-rgb: 0,0,0;
    --secondary-rgb: 255,255,255;
    --tertiary-rgb: 249,198,16;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Outfit', sans-serif;
    --body-font-family: 'Outfit', 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);

    --grid-vertical-gap: 2vw;
}

a {
    color: #ae8904;
}
a:hover {
    color: var(--default-black);
}

.site-1 .ql-square-1 {
    --ql-background-color: rgba(0,0,0,.3);
    --ql-background-hover: rgba(0,0,0,.5);
}

.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(--tertiary-color);
    color: var(--primary-color);
    font-family: var(--body-font-family);
    border-radius: .15rem;
    font-weight: 700;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

#g-offcanvas .g-toplevel > li:first-child {
    display: none!important;
}
#g-offcanvas .g-social-items {
    flex-wrap: wrap;
}
#g-offcanvas #g-mobilemenu-container .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
    max-width: 17ch;
    text-overflow: break-word;
}

@media only screen and (max-width: 50.99rem) {
    .site-1-sub #g-navigation {
        background: var(--default-black);
    }

    .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 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(--tertiary-color);
        font-size: 1.25vw;
        transition: .3s all ease-in-out;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
        opacity: .5;
    }
    .site-1-home #g-navigation .g-toplevel > li:first-child {
        display: none;
    }
    .site-1 #g-navigation .g-toplevel > li:first-child {
        max-width: 15%;
    }
    .site-1-home .g-main-nav .g-toplevel>li>.g-menu-item-container {
        padding: 2vw .775rem;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-navigation {
        background: var(--default-black);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
.white-arrows span {
    color: white;
    transition: all 0.3s ease;
}

.fc-hover:hover .arrow-1 {
    animation: hoverEffect 1.2s ease infinite;
}

.fc-hover:hover .arrow-2 {
    animation: hoverEffect 1.2s ease infinite 0.4s; /* starts after 0.4s */
}

.fc-hover:hover .arrow-3 {
    animation: hoverEffect 1.2s ease infinite 0.8s; /* starts after 0.8s */
}

@keyframes hoverEffect {
    0%, 100% { transform: scale(1); color: white; }
    50% { transform: scale(1.5); color: black; }
}

@media only screen and (min-width: 50.99rem) {
    .swiperAlt .swiper-slide {
        z-index: 10;
    }
    .swiperAlt .swiper-slide:not(.swiper-slide-active) .slide-content-wrapper {
        position: relative;
    }
    .swiperAlt .swiper-slide:not(.swiper-slide-active) .slide-content-wrapper::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255,.4)!important;
        backdrop-filter: blur(4px);
    }
    .swiperAlt .swiper-slide:not(.swiper-slide-active) .slide-content {
        background-size: cover;
        background-position: center;
    }
    .swiperAlt .swiper-slide:not(.swiper-slide-active) .slide-content::before {
        background: rgba(255,255,255,.4);
        height: 100%;
        width: 100%;
    }

    .swiperAlt .g-swiper-slider.swiper-wrapper {
        width: 70vw
    }

    .swiperAlt .g-swiper.swiper-container {
        padding: 0 15vw!important;
    }

    .swiperAlt :is(#swiper-bar-left, #swiper-bar-right)::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255,.4)!important;
        backdrop-filter: blur(4px);
        box-shadow: inset 0px 0px 15px rgba(0,0,0,.5);
    }

    .swiperAlt #swiper-bar-left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 15vw;
        z-index: 10;
        transition: .8s all ease-in-out;
        background-size: cover!important;
    }
    .swiperAlt #swiper-bar-right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 15vw;
        z-index: 10;
        transition: .8s all ease-in-out;
        background-size: cover!important;
    }

    .swiperAlt .swiper-navigation > div {
        z-index: 101;
    }

    /*.swiperAlt .swiper-slide-active::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(var(--primary-rgb),.3)!important;
        z-index: 2;
    }
    .swiperAlt .swiper-slide-active > .slide {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: unset;
        background: rgba(var(--primary-rgb),.3)!important;
        z-index: 2;
    }*/
    .swiperAlt .swiper-slide-active img {
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 42vw;
        width: 100%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:first-child {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        pointer-events: none;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:last-child {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        padding: 1vw;
        background: rgba(var(--tertiary-rgb),.5);
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:last-child .g-title {
        color: var(--default-white);
        font-size: 3vw;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: 3vw;
        color: var(--default-black);
        letter-spacing: 5px;
    }
    .white-arrows {
        color: var(--default-white);
        padding-right: 2vw;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo > .g-content {
        width: calc(100% - 30vw);
    }
    .site-1-home #g-slideshow .swiper-overlay-logo-box {
        width: calc(100% - 30vw);
        height: 9vw;
        position: absolute;
        bottom: 36%;
        left: 15vw;
        right: 15vw;
        background: rgba(0,0,0,.5);
        z-index: 9;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo img {
        width: 55%;
        position: relative;
        z-index: 10;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 56vw;
        width: 100%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:first-child {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        pointer-events: none;
        display: none!important;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:last-child {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        padding: 1vw;
        background: rgba(var(--tertiary-rgb),.5);
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:last-child .g-title {
        color: var(--default-white);
        font-size: 2rem;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: 2rem;
        color: var(--default-black);
        letter-spacing: 5px;
    }
    .white-arrows {
        color: var(--default-white);
        padding-right: 2vw;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo > .g-content {
        width: 100%;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo-box {
        width: 100%;
        height: 9vw;
        position: absolute;
        bottom: 36%;
        left: 15vw;
        right: 15vw;
        background: rgba(0,0,0,.5);
        z-index: 9;
    }
    .site-1-home #g-slideshow .swiper-overlay-logo img {
        width: 55%;
        position: relative;
        z-index: 10;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header {
        background: url('/images/template/header.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-header > .g-container {
        background: url('/images/template/house-deck-cutout3-shadow.png') 100% calc(100% + 7vw) no-repeat, rgba(255,255,255,.9);
        background-size: 60% 115%;
        padding: 5vw 7.5%!important;
    }
    .site-1-home #g-header h1 {
        text-transform: uppercase;
        font-size: 3.5vw;
    }
    .site-1-home #g-header p {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header {
        background: url('/images/template/header.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-header > .g-container {
        background: /*url('/images/template/house-deck-cutout3-shadow.png') 100% calc(100% + 7vw) no-repeat,*/ rgba(255,255,255,.9);
        background-size: 60% 115%;
        padding: 5vw 7.5%!important;
    }
    .site-1-home #g-header h1 {
        text-transform: uppercase;
        font-size: 6.5vw;
    }
    .site-1-home #g-header p {
        font-size: 3vw;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        padding-bottom: 7vw!important;
        position: relative;
    }
    .coow-title > .g-content {
        width: 80%;
        background: var(--primary-color);
        padding-top: 3vw;
        padding-left: 3.75%;
        padding-right: 3.75%;
        padding-bottom: 10vw!important;
        margin-bottom: -10vw!important;
    }
    .coow-title .g-title {
        color: var(--default-white);
        font-size: 3vw;
        font-weight: 300;
        text-transform: uppercase;
    }
    .coow-title .yellow-arrows {
        color: var(--tertiary-color);
    }

    .site-1-home .ql-square-1 {
        padding: 0 7.5%;
    }
    .ql-square-1 .g-blockcontent-subcontent .g-blockcontent-subcontent-block:first-child {
        padding-left: 0!important;
    }
    .ql-square-1 .g-blockcontent-subcontent .g-blockcontent-subcontent-block:last-child {
        padding-right: 0!important;
    }
    .ql-square-1 .g-blockcontent-subcontent-block-content > h4.g-blockcontent-subcontent-title {
        font-weight: 300;
    }
    .ql-square-1 .g-blockcontent-subcontent-title-text {
        border: none;
        font-weight: 300;
    }
    .ql-square-1 .g-blockcontent-subcontent-title-text:after {
        content: "";
        position: absolute;
        bottom: 20%;
        left: 30%;
        right: 30%;
        height: 5px;
        background: var(--tertiary-color);
        width: 40%;
        border-radius: 1.25% / 50%;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
    .ql-square-1 .g-blockcontent-subcontent-block-content > .g-blockcontent-buttons > a {
        font-weight: 300;
        text-transform: uppercase;
    }
    .dyl-utility {
        position: absolute;
        bottom: -4.5vw;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dyl-utility h1 {
        margin: 0;
        padding: 0;
        font-size: 6vw;
        color: var(--tertiary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility {
        padding-bottom: 2rem!important;
        position: relative;
    }
    .coow-title > .g-content {
        width: 80%;
        background: var(--primary-color);
        padding-top: 3vw;
        padding-left: 3.75%;
        padding-right: 3.75%;
        padding-bottom: 10vw!important;
        margin-bottom: -10vw!important;
    }
    .coow-title .g-title {
        color: var(--default-white);
        font-size: 5vw;
        font-weight: 300;
        text-transform: uppercase;
    }
    .coow-title .yellow-arrows {
        color: var(--tertiary-color);
    }
    .dyl-utility {
        position: absolute;
        bottom: -4.5vw;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dyl-utility h1 {
        margin: 0;
        padding: 0;
        font-size: 6vw;
        color: var(--tertiary-color);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

@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 *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/expanded.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(255,255,255,.9);
        padding-top: 5vw!important;
    }
    .site-1-home #g-expanded .g-title {
        color: var(--default-black);
        font-size: 3vw;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 4vw;
    }
    .swiper-quote-1 .swiper-slide > img {
        height: 100%;
        aspect-ratio: 4 / 3;
        object-position: center;
        object-fit: cover;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide {
        position: absolute;
        left: 45%;
        right: 5%;
        top: 3vw;
        bottom: 3vw;
        background: var(--primary-color);
        z-index: 20;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
        background: url('/images/template/ks-topright-g.png') 90% 10% no-repeat, url('/images/template/ks-bottomleft-g.png') 10% 90% no-repeat, var(--primary-color);
        background-size: 60%;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
        display: flex;
        flex-direction: column;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
        order: 2;
        display: flex;
        justify-content: flex-start;
        margin: 1rem 15%;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
        order: 1;
        margin: 1rem 15%;
        text-align: left;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/expanded.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(255,255,255,.9);
        padding-top: 5vw!important;
    }
    .site-1-home #g-expanded .g-title {
        color: var(--default-black);
        font-size: 6vw;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 4vw;
    }
    .swiper-quote-1 .swiper-slide > img {
        height: 100%;
        aspect-ratio: 4 / 3;
        object-position: center;
        object-fit: cover;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide {
        position: absolute;
        left: 10%;
        right: 10%;
        top: 15vw;
        bottom: 0;
        background: var(--primary-color);
        z-index: 20;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
        background: url('/images/template/ks-topright-g.png') 90% 10% no-repeat, url('/images/template/ks-bottomleft-g.png') 10% 90% no-repeat, var(--primary-color);
        background-size: 60%;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
        display: flex;
        flex-direction: column;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
        order: 2;
        display: flex;
        justify-content: flex-start;
        margin: 1rem 15%;
        font-size: 4vw;
    }
    .swiper-quote-1 .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
        order: 1;
        margin: 1rem 15%;
        text-align: left;
        font-size: 2.5vw;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension {
        background: url('/images/template/paralax.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-extension > .g-container {
        padding: 4vw 7.5%!important;
        background: rgba(0,0,0,.5);
    }
    .site-1-home #g-extension .g-title {
        color: var(--default-white);
        font-size: 3.5vw;
        font-weight: 400;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension {
        background: url('/images/template/paralax.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-extension > .g-container {
        padding: 4vw 7.5%!important;
        background: rgba(0,0,0,.5);
    }
    .site-1-home #g-extension .g-title {
        color: var(--default-white);
        font-size: 6vw;
        font-weight: 400;
        text-transform: uppercase;
    }
}

/*************** BOTTOM *******************/
@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); transition: all .3s ease-in-out;}
#g-footer a:hover {
    opacity: .5;
} 

#g-footer .g-array-item-text {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    #g-footer {
        padding: 1rem 7.5% 1rem 1rem!important;
    }
    #g-footer p {
        font-size: 1.25vw;
    }
    .footer-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .footer-box p {
        margin: 0;
        padding: 0;
    }
    .footer-logo {
        width: 15%;
    }
    .footer-logo img {
        width: 100%;
    }
    .footer-links :is(p, a) {
        color: var(--tertiary-color)!important;
        transition: all .3s ease-in-out;
    }
    .footer-links a:hover {
        opacity: .5;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer {
        padding: 1rem 7.5% 1rem 1rem!important;
    }
    #g-footer p {
        font-size: 4vw;
        text-align: center;
    }
    .footer-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
    .footer-box p {
        margin: 0;
        padding: 0;
    }
    .footer-logo {
        width: 50%;
    }
    .footer-logo img {
        width: 100%;
    }
    .footer-links :is(p, a) {
        color: var(--tertiary-color)!important;
        transition: all .3s ease-in-out;
    }
    .footer-links a:hover {
        opacity: .5;
    }
}

/*************** 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(--primary-color); 
    background: var(--tertiary-color);
} 
/*************** SECTIONS *****************/
/*************** 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;
    }
}