@import url('//fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #85353d;
    --secondary-color: #bb8d0b;
    --tertiary-color: #c0726e;

    --primary-rgb: 133,53,61;
    --secondary-rgb: 187,141,11;
    --tertiary-rgb: 192,114,110;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Red Hat Text', sans-serif;
    --body-font-family: 'Red Hat Text', 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);

    --rok-mini-timeline: var(--secondary-color);

    --grid-img-width: 15vw;
}

.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);
} 

.rme-arrow {
    color: var(--secondary-color);
}

.rme-timeline-point:hover span, .rme-timeline-point.active span {
    background: var(--default-white)!important;
}

.newsletter-page #g-mainbar > .g-grid:has(.item-image) {
    display: none!important;
}

/*************** ALL SITE *****************/
.item-image {display: none;}

:is(.site-1-home, .site-2-home) #g-page-surround .g-content {
 padding: 0;
}

:is(.site-1-home, .site-2-home) #g-page-surround .g-array-item-text {
 margin: 0;
}

@media only screen and (min-width: 50.99rem) {
    .admod {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .admod table{
        position: relative;
        max-width: fit-content;
    }
    /*.admod table:before {
        content: '';
        position: absolute;
        top: .5vw;
        bottom: -.5vw;
        left: .5vw;
        right: -.5vw;
        background: var(--secondary-color);
        z-index: 0;
    }*/
    .admod tbody {
        position: relative;
        z-index: 1;
    }
}

.com_contact .span12 > .contact {
    display: flex;
    flex-direction: column;
}

.com_contact .span12 > .contact .contact-address {
    order: 2;
}
.com_contact .span12 > .contact .contact-form {
    order: 3;
}
.com_contact .span12 > .contact .contact-miscinfo {
    order: 1;
}
.com_contact .span12 .dl-horizontal dd {
    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: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }

    .site-1 #g-offcanvas .g-toplevel > li:has(img) {
        display: none!important;
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        border-bottom: .75vw solid var(--tertiary-color);
    }

    .site-1 #g-navigation .g-toplevel > li:has(img) img {
        width: 25vw;
    }
}

@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container {
        transition: .3s all ease-in-out;
        background: rgba(var(--tertiary-rgb),0);
        border-radius: .5rem;
    }
    .g-main-nav .g-toplevel>li:not(li:has(img, .g-social-items)):hover>.g-menu-item-container {
        background: rgba(var(--tertiary-rgb),1);
    }
    .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
        background: rgba(var(--tertiary-rgb),1);
    }
    .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(--secondary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home #g-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-navigation > .g-container {
        max-width: 1920px!important;
    }
    .site-1-home .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: clamp(1rem, 1.25vw, 1.25rem);
    }
    .site-1-home .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: clamp(1rem, 1.25vw, 1.25rem);
    }
    .site-1-home #g-navigation .g-toplevel > li:has(img) img {
        width: clamp(150px, 25vw, 400px);
    }
    .site-1-home #g-navigation .g-social-items a {
        font-size: clamp(1rem, 1.25vw, 1.25rem);
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-sub #g-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-sub #g-navigation > .g-container {
        max-width: 1920px!important;
    }
    .site-1-sub .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: clamp(1rem, 1.25vw, 1.25rem);
    }
    .site-1-sub .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: clamp(1rem, 1.25vw, 1.25rem);
    }
    .site-1-sub #g-navigation .g-toplevel > li:has(img) img {
        width: clamp(150px, 25vw, 400px);
    }
    .site-1-sub #g-navigation .g-social-items a {
        font-size: clamp(1rem, 1.25vw, 1.25rem);
    }
}

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow {
        background: url('/images/template/slideshow.jpg') 50% 0 no-repeat;
        background-size: 150%;
        background-attachment: fixed;
    }
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 42vw;
        background: rgba(0,0,0,.25);
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-logo) {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 1vw;
        height: calc(100% - 1vw);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        z-index: 10; 
        pointer-events: none!important;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-logo) .swiper-logo .g-logo {
        text-align: center;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-logo) .swiper-logo img {
        max-width: 40%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-button-overlay) {
        position: absolute;
        bottom: 3vw;
        right: 0;
        top: unset;
        left: unset;
        z-index: 10;
    }
    .swiper-button-overlay {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay > .g-content {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        background: var(--secondary-color);
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
    } 
    .swiper-button-overlay .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 1vw 5vw!important;
        display: flex;
        flex-direction: row;
        gap: 1vw;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        font-size: 2vw;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        font-size: 1.5vw;
        font-family: var(--body-font-family);
        text-transform: uppercase;
        color: var(--default-white);
        line-height: 1;
        letter-spacing: 2px;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 1.5vw;
        font-family: var(--body-font-family);
        text-transform: uppercase;
        color: var(--default-white);
        line-height: 1;
        letter-spacing: 2px;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s all ease-in-out;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-slideshow {
        background: url('/images/template/slideshow.jpg') 50% 0 no-repeat;
        background-size: 150%;
    }
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 42vw;
        background: rgba(0,0,0,.25);
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-logo) {
        position: absolute;
        bottom: 0;
        left: 0;
        right: unset;
        top: unset;
        z-index: 10; 
        pointer-events: none!important;
        display: none!important;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-logo) .swiper-logo img {
        transform: translateY(6vw);
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:has(.swiper-button-overlay) {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        z-index: 10;
        pointer-events: none;
    }
    .swiper-button-overlay {
        margin: 0;
        padding: 0;
        max-width: 70%!important;
    }
    .swiper-button-overlay > .g-content {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        background: var(--secondary-color);
        overflow: hidden;
        border-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        transition: .3s all ease-in-out;
        pointer-events: all;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
        background: var(--tertiary-color);
    } 
    .swiper-button-overlay .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 1vw 5vw!important;
        display: flex;
        flex-direction: row;
        gap: 1vw;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        font-size: 5vw;
        font-family: var(--body-font-family);
        text-transform: uppercase;
        color: var(--default-white);
        line-height: 1;
        letter-spacing: 2px;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 1.5vw;
        font-family: var(--body-font-family);
        text-transform: uppercase;
        color: var(--default-white);
        line-height: 1;
        letter-spacing: 2px;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s all ease-in-out;
    }
    .swiper-button-overlay .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s all ease-in-out;
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home .swiper-button-overlay .g-blockcontent-subcontent-block-content {
        padding: 1rem 3rem!important;
    }
    .site-1-home .swiper-button-overlay .g-blockcontent-subcontent-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home .swiper-button-overlay .g-blockcontent-subcontent-title-text {
        font-size: clamp(1rem, 1.5vw, 1.5rem);
    }
    .site-1-home .swiper-button-overlay .g-blockcontent-subcontent-title-icon {
        font-size: clamp(1rem, 2vw, 2rem);
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header > .g-container {
        padding: 3vw 2vw 1vw 2vw!important;
    }

    .site-1-home .ql-inner-box .g-blockcontent-subcontent {
        gap: 2vw;
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-block {
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-title {
        padding: 0;
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: none;
        padding: 1vw;
        font-size: 2.5vw;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 2px 2px 10px rgba(0,0,0,.5);
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home #g-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-header > .g-container {
        max-width: 1920px!important;
    }
    .site-1-home .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        font-size: clamp(1rem, 2.5vw, 3rem);
    }
    .site-1-home .ql-vw15 .g-blockcontent-subcontent-block-content {
        height: clamp(150px, 15vw, 325px);
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-sub #hero-title-text {
        font-size: clamp(1rem, 4vw, 4rem);
        --hero-title-left-position: 0;
        --hero-title-right-position: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
@media only screen and (min-width: 1920px) {
    .site-1-home #g-showcase {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-showcase > .g-container {
        max-width: 1920px!important;
    }
    .site-1-home #g-showcase .grid-articles .g-item-title {
        font-size: clamp(1rem, 2vw, 3rem);
    }
    .site-1-home #g-showcase .grid-articles .g-item-title a {
        font-size: clamp(1rem, 2vw, 3rem);
    }
    .site-1-home #g-showcase .grid-articles .g-array-item-text {
        font-size: clamp(1rem, 1vw, 1.25rem);
    }
    .site-1-home .news-button .button {
        font-size: clamp(1rem, 2vw, 1.75rem);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-showcase > .g-container > .g-grid:has(.wh-title-wrapper) {
        padding: 3vw 0!important;
    }
    .site-1-home #g-showcase > .g-container > .g-grid:has(#ph-addpic) {
        padding: 0 2.5% 1vw 2.5%!important;
    }
    .site-1-home #g-showcase > .g-container > .g-grid:has(.news-button) {
        padding: 0 1vw 4vw 1vw!important;
    }
    .grid-border-bottom-secondary-3 .g-content-array > .g-grid {
        border-bottom: .5vw solid var(--tertiary-color)!important;
    }

    .wh-title-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    .wh-title-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        width: 80%;
        height: 100%;
        background: rgba(var(--secondary-rgb),.15);
        clip-path: polygon(9% 0%, 100% 0% , 100% 100%, 0% 100%);
    }
    .wh-title-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 73%;
        height: 100%;
        background: rgba(var(--secondary-rgb),.5);
        clip-path: polygon(9% 0%, 100% 0% , 100% 100%, 0% 100%);
        z-index: 1;
    }
    .wh-title-wrapper h1 {
        margin: 0;
        line-height: 1;
        width: 66%;
        background: rgba(var(--secondary-rgb),1);
        clip-path: polygon(9% 0%, 100% 0% , 100% 100%, 0% 100%);
        position: relative;
        z-index: 2;
        color: var(--default-white);
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 1.5vw 0 1.5vw 15vw;
        font-weight: 500;
        text-align: left;
    }

    .news-button .button {
        font-size: 2vw;
        text-transform: uppercase;
        padding: 1vw 5vw;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 1rem;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        transition: .3s all ease-in-out;
    }
    .news-button .button:hover {
        transform: scale(1.05);
        border-radius: 0px 0px 15px rgba(0,0,0,.75);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-showcase > .g-container > .g-grid:has(.news-button) {
        padding: 1rem 2rem!important;
    }

    .site-1-home #g-showcase > .g-container > .g-grid:has(.wh-title-wrapper) {
        padding: 2rem 0!important;
    }

    .wh-title-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    .wh-title-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: rgba(var(--secondary-rgb),.15);
        clip-path: polygon(9% 0%, 100% 0% , 100% 100%, 0% 100%);
    }
    .wh-title-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 93%;
        height: 100%;
        background: rgba(var(--secondary-rgb),.5);
        clip-path: polygon(9% 0%, 100% 0% , 100% 100%, 0% 100%);
        z-index: 1;
    }
    .wh-title-wrapper h1 {
        margin: 0;
        line-height: 1;
        width: 86%;
        background: rgba(var(--secondary-rgb),1);
        clip-path: polygon(9% 0%, 100% 0% , 100% 100%, 0% 100%);
        position: relative;
        z-index: 2;
        color: var(--default-white);
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 3vw 0 3vw 2vw;
        font-weight: 500;
        text-align: center;
        font-size: 6vw;
    }
}

/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
:is(#g-aside, #g-mainbar, #g-sidebar) {
    background: none;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-aside) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-container-main > .g-container {
        background: rgba(0,0,0,.25);
        padding: 4vw 10%!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 5vw;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(.rok-mini-list-desktop) {
        flex: 1;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(.admod.adside) {
        max-width: 165px;
        width: 165px;
        min-width: 165px;
    }
    .site-1-home #g-mainbar {
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }

    .cal-button .button {
        font-size: 2vw;
        text-transform: uppercase;
        padding: 1vw 5vw;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 1rem;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
        transition: .3s all ease-in-out;
        background: var(--secondary-color);
    }
    .cal-button .button:hover {
        transform: scale(1.05);
        border-radius: 0px 0px 15px rgba(0,0,0,.75);
        background: #777;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-container-main > .g-container {
        background: rgba(0,0,0,.25);
        padding: 2rem 0!important;
    }

    .cal-button .button {
        background: var(--secondary-color);
    }
    .cal-button .button:hover {
        background: #777;
    }
}

@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;
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home #g-container-main > .g-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        max-width: 1920px!important;
        gap: 5rem;
        width: 100%;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(.rok-mini-list-desktop) {
        flex: 1;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(.admod.adside) {
        flex: unset;
    }
    .site-1-home #g-container-main .rok-mini-list-desktop .g-title {
        font-size: clamp(1rem, 4.5vw, 4rem);
    }
    .site-1-home #g-container-main .rok-mini-list-desktop .rme-badge {
        width: 120px;
    }
    .site-1-home #g-container-main .rok-mini-list-desktop :is(.rme-day, .rme-month) {
        font-size: clamp(1rem, 1.25vw, 2rem);
    }
    .site-1-home #g-container-main .rok-mini-list-desktop .rme-time {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home .cal-button .button {
        font-size: clamp(1rem, 2vw, 1.75rem);
    } 
}

@media only screen and (min-width: 1920px) {
    .site-1-sub #g-container-main {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-sub #g-container-main > .g-grid {
        max-width: 1920px!important;
        width: 100%;
    }
    .site-1-sub #g-container-main #g-mainbar {
        margin: 0;
        padding: 0;
    }
}

/*************** EXPANDED *****************/ 
/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-container > .g-grid:has(.follow-title-wrapper) {
        padding: 3vw 0!important;
    }

    .follow-title-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    .follow-title-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 80%;
        height: 100%;
        background: rgba(var(--primary-rgb),.15);
        clip-path: polygon(0% 0%, 91% 0% , 100% 100%, 0% 100%);
    }
    .follow-title-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 73%;
        height: 100%;
        background: rgba(var(--primary-rgb),.5);
        clip-path: polygon(0% 0%, 91% 0% , 100% 100%, 0% 100%);
        z-index: 1;
    }
    .follow-title-wrapper h1 {
        margin: 0;
        line-height: 1;
        width: 66%;
        background: rgba(var(--primary-rgb),1);
        clip-path: polygon(0% 0%, 91% 0% , 100% 100%, 0% 100%);
        position: relative;
        z-index: 2;
        color: var(--default-white);
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 1.5vw 15vw 1.5vw 0;
        font-weight: 500;
        text-align: right;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-container > .g-grid:has(.follow-title-wrapper) {
        padding: 2rem 0!important;
    }

    .follow-title-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    .follow-title-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: rgba(var(--primary-rgb),.15);
        clip-path: polygon(0% 0%, 91% 0% , 100% 100%, 0% 100%);
    }
    .follow-title-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 93%;
        height: 100%;
        background: rgba(var(--primary-rgb),.5);
        clip-path: polygon(0% 0%, 91% 0% , 100% 100%, 0% 100%);
        z-index: 1;
    }
    .follow-title-wrapper h1 {
        margin: 0;
        line-height: 1;
        width: 86%;
        background: rgba(var(--primary-rgb),1);
        clip-path: polygon(0% 0%, 91% 0% , 100% 100%, 0% 100%);
        position: relative;
        z-index: 2;
        color: var(--default-white);
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 3vw 2vw 3vw 0;
        font-weight: 500;
        text-align: center;
        font-size: 6vw;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-container > .g-grid:has(.facebook-container) {
        padding: 0 5% 3vw 5%!important;
    }
    .site-1-home #g-extension > .g-container > .g-grid:has(.facebook-container, .instagram-container) {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        align-items: center;
        justify-content: center;
    }
    .site-1-home #g-extension > .g-container > .g-grid:has(.facebook-container, .instagram-container) > .g-block {
        flex: 1;
        width: unset;
        max-width: unset;
        min-width: unset;
    }
    .instagram-container iframe {
        width: 100%;
        height: 700px;
    }

    .facebook-container .g-array-item-text > .eapps-widget {
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-container > .g-grid:has(.facebook-container) {
        padding: 2rem!important;
    }
    .site-1-home #g-extension > .g-container > .g-grid:has(.facebook-container, .instagram-container) {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1-home #g-extension > .g-container > .g-grid:has(.facebook-container, .instagram-container) > .g-block {
        flex: 1;
        width: unset;
        max-width: unset;
        min-width: unset;
        width: 100%;
    }
    .instagram-container iframe {
        width: 100%;
        height: 700px;
    }

    .facebook-container .g-array-item-text > .eapps-widget {
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home #g-extension {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-extension > .g-container {
        max-width: 1920px!important;
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0 0 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
    .site-1 #g-bottom .admod {
        margin-bottom: -37.5px;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-black); transition: .3s all ease-in-out;}
#g-footer a:hover {opacity: .5;} 

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer1.2.jpg') 50% 50% no-repeat;
        background-size: cover;
        border-top: .5vw solid var(--primary-color);
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(255,255,255,.9);
    }
    #g-footer > .g-container {
        padding: 5vw 5% 2vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer1.2.jpg') 50% 50% no-repeat;
        background-size: cover;
        border-top: .5vw solid var(--primary-color);
    }
    .site-1 #g-container-footer > .g-container {
        background: rgba(255,255,255,.9);
    }
    #g-footer > .g-container {
        padding: 2rem 1rem 4rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 3vw;
        justify-content: space-between;
        align-items: center;
    }
    .footer-logo-icon img {
        height: 14vw;
        width: auto;
    }
    .footer-content p {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
        text-align: center;
        font-weight: 500;
        line-height: 1.5;
    }
    .footer-hornet-logo img {
        height: 10vw;
        width: auto;
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: space-between;
        align-items: center;
    }
    .footer-logo-icon {
        text-align: center;
    }
    .footer-logo-icon img {
        height: auto;
        width: 50%;
    }
    .footer-content p {
        font-size: 4vw;
        font-family: var(--body-font-family);
        text-align: center;
        font-weight: 500;
        line-height: 1.5;
    }
    .footer-hornet-logo {
        text-align: center;
    }
    .footer-hornet-logo img {
        height: auto;
        width: 80%;
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-home #g-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-footer > .g-container {
        max-width: 1920px!important;
    }

    .site-1-home .footer-wrapper {
        gap: 2rem;
    }
    .site-1-home .footer-logo-icon img {
        height: clamp(2rem, 14vw, 11rem);
    }
    .site-1-home .footer-content p {
        font-size: clamp(1rem, 1.25vw, 1.25rem);
    }
    .site-1-home .footer-hornet-logo img {
        height: clamp(2rem, 10vw, 11rem);
    }
}

@media only screen and (min-width: 1920px) {
    .site-1-sub #g-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-sub #g-footer > .g-container {
        max-width: 1920px!important;
    }

    .site-1-sub .footer-wrapper {
        gap: 2rem;
    }
    .site-1-sub .footer-logo-icon img {
        height: clamp(2rem, 14vw, 11rem);
    }
    .site-1-sub .footer-content p {
        font-size: clamp(1rem, 1.25vw, 1.25rem);
    }
    .site-1-sub .footer-hornet-logo img {
        height: clamp(2rem, 10vw, 11rem);
    }
}

/*************** COPYRIGHT ****************/ 
@media only screen and (max-width: 50.99rem) {
    .web-policy {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .site-1 .adminfootericon {
        bottom: 40px
    }

    .site-2 .adminfootericon {
        bottom: 40px
    }
}

/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--default-white); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** 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;
    }
}

@media only screen and (min-width: 50.99rem) {
    .rm-list {
        margin: 0;
        padding: 0;
    }
    .rm-list > .g-content {
        margin: 0;
        padding: 0;
    }
    .rm-list .platform-content {
        margin: 0;
        padding: 0;
    }
    .rm-list .platform-content > div {
        margin: 0!important;
        padding: 0!important;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    .rok-mini-list-desktop .g-title {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 4.5vw;
        text-align: center;
        text-transform: none;
        font-variant-caps: normal;
        color: var(--default-white);
        line-height: 1;
        font-weight: 400;
        text-shadow: var(--default-box-shadow);
        margin-bottom: 2vw;
    }
    .rm-list .rokminievents3 {
        margin: 0;
        padding: 0;
    }
    .rm-list .rme-items {
        margin: 0;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    .rm-list .rme-items:after {
        display: none!important;
    }
    .rm-list .rme-item {
        margin: 0;
        padding: 0;
        background: rgba(255,255,255,.95);
        border-radius: .5rem;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        gap: 1vw;
        box-shadow: var(--default-box-shadow);
        min-height: 6vw;
    }
    /*.rm-list .rme-item:nth-child(1) {
        animation: .3s fadeInDown;
    }
    .rm-list .rme-item:nth-child(2) {
        animation: .5s fadeInDown;
    }
    .rm-list .rme-item:nth-child(3) {
        animation: .7s fadeInDown;
    }
    .rm-list .rme-item:nth-child(4) {
        animation: .9s fadeInDown;
    }
    .rm-list .rme-item:nth-child(5) {
        animation: 1.1s fadeInDown;
    }
    .rm-list .rme-item:nth-child(6) {
        animation: 1.3s fadeInDown;
    }
    .rm-list .rme-item:nth-child(7) {
        animation: 1.5s fadeInDown;
    }
    .rm-list .rme-item:nth-child(8) {
        animation: 1.7s fadeInDown;
    }
    .rm-list .rme-item:nth-child(9) {
        animation: 1.9s fadeInDown;
    }
    .rm-list .rme-item:nth-child(10) {
        animation: 2.1s fadeInDown;
    }*/
    .rm-list .rme-details {
        display: none!important;
    }
    .rm-list .rme-badge {
        margin: 0;
        padding: 1vw;
        background: linear-gradient(to top, var(--secondary-color), rgba(var(--secondary-rgb), .8)), white;
        display: flex;
        flex-direction: column;
        gap: .5vw;
        justify-content: center;
        align-items: center;
        min-width: 5vw;
        width: 5vw;
        max-width: 5vw;
        border-radius: 0;
    }
    .rm-list .rme-day {
        margin: 0;
        padding: 0;
        color: var(--default-white);
    }
    .rm-list .rme-month {
        margin: 0;
        padding: 0;
        color: var(--default-white);
    }
    .rm-list .rme-description {
        margin: 0;
        padding: 1vw 1vw 1vw 0;
        display: flex;
        flex-direction: column;
        gap: .5vw;
        justify-content: center;
        align-items: flex-start;
    }
    .rm-list .rme-title {
        margin: 0;
        padding: 0;
        font-size: 1.25vw;
        font-weight: 700;
        color: var(--default-black);
        font-family: var(--body-font-family);
        line-height: 1;
    }
    .rm-list .rme-time {
        margin: 0;
        padding: 0;
        font-size: 1vw;
        font-weight: 400;
        color: var(--default-black);
        font-family: var(--body-font-family);
        line-height: 1;
    }
    .rm-list .rme-timeline {
        margin: 0;
        padding: 0;
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .rm-list-mobile {
        margin: 0;
        padding: 0;
    }
    .rm-list-mobile > .g-content {
        margin: 0;
        padding: 0;
    }
    .rm-list-mobile .platform-content {
        margin: 0;
        padding: 0;
    }
    .rm-list-mobile .platform-content > div {
        margin: 0!important;
        padding: 0!important;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    .rok-mini-list-mobile .g-title {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 8vw;
        text-align: center;
        text-transform: none;
        font-variant-caps: normal;
        color: var(--default-white);
        line-height: 1;
        font-weight: 400;
        text-shadow: var(--default-box-shadow);
    }
    .rm-list-mobile .rokminievents3 {
        margin: 0;
        padding: 0;
    }
    .rm-list-mobile .rme-items {
        margin: 0;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .rm-list-mobile .rme-items:after {
        display: none!important;
    }
    .rm-list-mobile .rme-item {
        margin: 0;
        padding: 0;
        background: var(--default-white);
        border-radius: .5rem;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        box-shadow: var(--default-box-shadow);
        min-height: 10vw;
    }
    /*.rm-list-mobile .rme-item:nth-child(1) {
        animation: .3s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(2) {
        animation: .5s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(3) {
        animation: .7s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(4) {
        animation: .9s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(5) {
        animation: 1.1s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(6) {
        animation: 1.3s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(7) {
        animation: 1.5s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(8) {
        animation: 1.7s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(9) {
        animation: 1.9s fadeInDown;
    }
    .rm-list-mobile .rme-item:nth-child(10) {
        animation: 2.1s fadeInDown;
    }*/
    .rm-list-mobile .rme-badge {
        margin: 0;
        padding: 3vw;
        background: linear-gradient(to top, var(--secondary-color), rgba(var(--secondary-rgb), .8)), white;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        justify-content: center;
        align-items: center;
        min-width: 15vw;
        width: 15vw;
        max-width: 15vw;
        border-radius: 0;
    }
    .rm-list-mobile .rme-day {
        margin: 0;
        padding: 0;
        color: var(--default-white);
    }
    .rm-list-mobile .rme-month {
        margin: 0;
        padding: 0;
        color: var(--default-white);
    }
    .rm-list-mobile .rme-description {
        margin: 0;
        padding: 2vw 2vw 2vw 0;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        justify-content: center;
        align-items: flex-start;
    }
    .rm-list-mobile .rme-title {
        margin: 0;
        padding: 0;
        font-size: 5vw;
        font-weight: 700;
        color: var(--default-black);
        font-family: var(--body-font-family);
        line-height: 1;
    }
    .rm-list-mobile .rme-time {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        font-weight: 400;
        color: var(--default-black);
        font-family: var(--body-font-family);
        line-height: 1;
    }
    .rm-list-mobile .rme-timeline {
        margin: 0;
        padding: 0;
        display: none!important;
    }
}

/* holy art */

@media (min-width: 50.99rem) {

    .site-1 #g-container-footer {
        position: relative;
    }
    
    .site-1 .holy-art {
        position: absolute;
        top: -55px;
    }

}