@import url('//fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #c61d13;
    --secondary-color: #d4d4d4;
    --tertiary-color: #545454;

    --primary-rgb: 198,29,19;
    --secondary-rgb: 212,212,212;
    --tertiary-rgb: 84,84,84;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Kalam', cursive;
    --body-font-family: 'Montserrat', 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);

    --ph-title-font: var(--body-font-family);
    --ph-title-weight: 500;

    --mt-background-color: rgba(255,255,255,.9);
    --mt-para-color: var(--default-black);
    --mt-header-color: var(--primary-color);

    --grid-tile-height: 14vw;

    --hero-img-height: 18vw;
}

h6 {
    color: var(--tertiary-color);
}

.site-1 .ql-side-title {
    --ql-background-color: rgba(0,0,0,.4);
    --ql-background-hover: rgba(0,0,0,.6);
    --ql-font-family: var(--body-font-family);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--default-white);
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .ql-fa-toplinks {
        --ql-title-color: var(--primary-color);
        --ql-icon-color: var(--primary-color);
        --ql-title-hover: var(--tertiary-color);
        --ql-icon-hover: var(--tertiary-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);
    border-radius: .25rem;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

@media only screen and (min-width: 50.99rem) {
    .page-header h2 {
        font-size: 3.25rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .grid-tiles.grid-wide .g-content-array > .g-grid {
        max-width: calc(var(--grid-tile-height) * 2.39/1 - 6%);
    }
}

/*************** HOMELAYOUT ***************/ 
@media only screen and (min-width: 50.99rem) {
    .upper-translate-icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 1vw;
    }
    .upper-translate-icons .button {
        background: transparent;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        /*gap: 1vw;*/
        padding: 2vw 1vw;
    }
    .upper-translate-grid {
        flex: 1;
        background: var(--ql-background-color);
        transition: .3s all ease-in-out;
    }
    .upper-translate-icons > .upper-translate-grid:nth-child(1) {
        background: rgba(255, 191, 0, .7);
    }
    .upper-translate-icons > .upper-translate-grid:nth-child(2) {
        background: rgba(80, 200, 120, .7);
    }
    .upper-translate-icons > .upper-translate-grid:nth-child(1):hover {
        background: rgba(255, 191, 0, 1);
    }
    .upper-translate-icons > .upper-translate-grid:nth-child(2):hover {
        background: rgba(80, 200, 120, 1);
    }
    .upper-translate-grid:hover {
        background: var(--ql-background-hover);
    }
    .upper-translate-title h1 {
        font-family: var(--body-font-family);
        font-size: 1.25vw;
        color: var(--default-white);
        text-shadow: 2px 2px 5px #000000;
    }
    .upper-translate-img {
        height: 4vw;
        aspect-ratio: 1/1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .upper-translate-icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 1rem;
        padding: 0 1rem 1rem 1rem;
    }
    .upper-translate-icons .button {
        background: transparent;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        padding: 2vw 1vw;
    }
    .upper-translate-grid {
        flex: 1;
        background: var(--ql-background-color);
        transition: .3s all ease-in-out;
    }
    .upper-translate-icons > .upper-translate-grid:nth-child(1) {
        background: rgba(255, 191, 0, .7);
    }
    .upper-translate-icons > .upper-translate-grid:nth-child(2) {
        background: rgba(80, 200, 120, .7);
    }
    .upper-translate-icons > .upper-translate-grid:nth-child(1):hover {
        background: rgba(255, 191, 0, 1);
    }
    .upper-translate-icons > .upper-translate-grid:nth-child(2):hover {
        background: rgba(80, 200, 120, 1);
    }
    .upper-translate-title h1 {
        font-family: var(--body-font-family);
        font-size: 4vw;
        color: var(--default-white);
    }
    .upper-translate-img {
        height: 10vw;
        aspect-ratio: 1/1;
    }
}

/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--tertiary-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-mobilemenu-container .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        padding-right: 1rem;
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header1.png') 100% 0% no-repeat;
        background-size: contain;
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) {
        padding: 1vw;
    }
    .site-1 #g-navigation .g-logo img {
        width: 70%;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
        border: none;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content {
        background: rgba(var(--primary-rgb),.8);
        box-shadow: var(--default-box-shadow);
        padding: 2vw;
        transition: .3s all ease-in-out;
        aspect-ratio: 1/1;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content:hover {
        background: rgba(var(--primary-rgb),1);
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block:hover {
        background: 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: 1vw;
        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: 1vw;
        font-family: var(--body-font-family);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--secondary-color);
        font-size: 1vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: #f1f2f2;
    }
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .mass-times-block {
        background: url('/images/stories/template/masstimes3.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mass-times-block {
        background: url('/images/stories/template/masstimes3.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        background: url('/images/template/parallax3.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-utility > .g-container {
        background: linear-gradient(to top, rgba(var(--secondary-rgb), .45), rgba(var(--secondary-rgb),1));
        padding: 3vw!important;
    }

    .ms-box {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
    .ms-box h4 {
        font-family: var(--title-font-family);
        font-size: 4vw;
    }
    .ms-box h6 {
        color: var(--default-white);
        font-size: 1.75vw;
        text-shadow: 2px 2px 5px rgba(0,0,0,.4);
    }
    .ms-box p {
        color: var(--default-white);
        font-size: 1.25vw;
        text-shadow: 2px 2px 5px rgba(0,0,0,.4);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility {
        background: url('/images/template/parallax3.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-utility > .g-container {
        background: linear-gradient(to top, rgba(var(--secondary-rgb), .45), rgba(var(--secondary-rgb),1));
        padding: 1rem!important;
    }

    .ms-box {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .ms-box h4 {
        font-family: var(--title-font-family);
        font-size: 8vw;
    }
    .ms-box h6 {
        color: var(--default-white);
        font-size: 4.75vw;
        text-shadow: 2px 2px 5px rgba(0,0,0,.4);
    }
    .ms-box p {
        color: var(--default-white);
        font-size: 3.25vw;
        text-shadow: 2px 2px 5px rgba(0,0,0,.4);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .ue-box .g-array-item-text div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ph-sidepics-3.ph-wide .g-array-item-text {
        font-size: 1vw!important;
    }

    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-container-main .g-title {
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        background: var(--primary-color);
        padding: .5vw 1vw;
        color: var(--default-white);
        margin-top: 2vw;
        font-weight: 400;
        box-shadow: var(--default-box-shadow);
    }

    .site-1-home #g-mainbar .g-title {
        font-size: 2.5vw;
        margin-bottom: 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main .g-title {
        font-family: var(--body-font-family);
        text-transform: none;
        font-variant-caps: normal;
        background: var(--primary-color);
        padding: .5vw 1vw;
        color: var(--default-white);
        margin-top: 2vw;
        font-weight: 400;
        box-shadow: var(--default-box-shadow);
        text-align: center;
    }

    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(1) {
        order: 2;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) {
        order: 3;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(3) {
        order: 1;
    }

    .site-1-home #g-aside {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@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 *****************/ 
/*************** EXTENSION ****************/
/*************** 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: .3s all ease-in-out;}
#g-footer a:hover {
    opacity: .5;
} 

@media only screen and (min-width: 50.99rem) {
    #g-footer {
        padding: 1vw!important;
    }
    .footer-box-wrapper {
        display: flex;
        flex-direction: row;
    }
    .footer-box-wrapper > div:nth-child(1) {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-box-wrapper .footer-box-logo img {
        width: 10vw;
        height: auto;
    }
    .footer-box-wrapper > div:nth-child(2) {
        flex: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-box-wrapper :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2.5vw;
    }
    .footer-box-wrapper p {
        font-family: var(--body-font-family);
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer {
        padding: 1rem!important;
    }
    .footer-box-wrapper > div:nth-child(1) {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-box-wrapper > div:nth-child(1) > div {
        width: 50%;
    }
    .footer-box-wrapper .footer-box-logo img {
        width: 100%;
        height: auto;
    }
}


/*************** 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(--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;
    }
}