@import url('//fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #ab0d1f;
    --secondary-color: #d8bb41;
    --tertiary-color: #a5a5a5;

    --primary-rgb: 171,13,31;
    --secondary-rgb: 216,187,65;
    --tertiary-rgb: 165,165,165;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Josefin Sans', sans-serif;
    --body-font-family: 'Gantari', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
    --ql-icon-color: var(--primary-color);
}

.site-1 .ql-square-1 {
    --ql-flex: calc(100% / 5);
    --ql-bottom-border-size: 3px;
    --ql-bottom-border-color: var(--secondary-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);
} 

/********make bullets the same font size*********/
.g-content-array .g-array-item .g-array-item-text {
    font-size: 1.1rem;
}


/*************** 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;
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header.jpg') 0% 0% no-repeat;
        background-size: 100% auto;
    }
    .site-1-home #g-navigation {
        padding-bottom: 40vw!important;
        margin-bottom: -40vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/header.jpg') 0% 0% no-repeat;
        background-size: 100% auto;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        font-weight: 700;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation > .g-container > .g-grid:has(.g-logo) {
        padding: 2vw;
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.g-logo) .g-logo img {
        width: 100%;
    }
    .site-1 .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        font-weight: 700;
        font-size: 1.25vw;
    }
}

@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(--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;
    }
}
/*************** SLIDESHOW ****************/ 




@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        padding: 2vw!important;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid > #rotate-addpic {
        flex: 50;
        width: unset;
        box-shadow: var(--default-box-shadow);
    }
    .site-1-home #g-slideshow > .g-container > .g-grid > #ph-addpic {
        flex: 50;
        width: unset;
        margin: 0;
        padding: 0;
        background: var(--default-white);
        box-shadow: var(--default-box-shadow);
    }

    .ph-sidepics-3 .g-title {
        background: var(--secondary-color);
        color: var(--default-white);
        font-weight: 400;
        font-family: var(--title-font-family);
        margin: 0;
        padding: .5vw;
        font-size: 1.55vw;
        text-transform: none;
        font-variant-caps: normal;
    }
    .ph-sidepics-3 .g-content-array {
        gap: 1.5vw;
    }
    .ph-sidepics-3 > .g-content {
        padding: 2vw!important;
    }
    .ph-sidepics-3.ph-underline .g-content-array > .g-grid {
        border: none;
        padding-bottom: 0;
    }
    .ph-sidepics-3 .g-item-title {
        font-size: 1.25vw;
    }
    .ph-sidepics-3 .g-item-title a {
        color: var(--primary-color)!important;
    }
    .ph-sidepics-3 .g-array-item-text {
        color: var(--default-black)!important;
    }
    .ph-sidepics-3.ph-standard .g-array-item {
        grid-template-columns: 11vw calc(100% - 11vw - 1rem)!important;
        max-height: 10vw;
        grid-template-rows: 40% 60% 0;
    }
    .ph-sidepics-3.ph-standard .g-array-item-image {
        max-height: unset;
        max-width: unset;
        height: unset;
        width: 100%;
        aspect-ratio: 4/3;
        position: relative;
    }
    .ph-sidepics-3.ph-standard .g-array-item-image img {
        box-shadow: .5vw .5vw 0 rgba(0,0,0,1);
    }
    .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
	.ph-sidepics-3.ph-underline .g-array-item-image {
		box-shadow:  -5px 5px 10px rgb(0 0 0 / 82%);
	}
	.sc-ct-third .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
		text-align: inherit;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.sc-ct-third :is(h1,h2,h3,h4,h5,h6) {
		color: white;
		font-size: 2.5vw !important;
	}

	
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container > .g-grid > #ph-addpic {
        padding: 1rem;
    }
    .ph-sidepics-3 .g-title {
        background: var(--secondary-color);
        color: var(--default-white);
        font-weight: 400;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 1vw;
        font-size: 3vw;
        text-transform: none;
        font-variant-caps: normal;
    }
    .ph-sidepics-3 .g-item-title a {
        color: var(--primary-color)!important;
    }
    .ph-sidepics-3 .g-array-item-text {
        color: var(--default-black)!important;
    }
    .ph-sidepics-3 .g-item-title {
        font-size: 4vw;
    }
	.sc-ct-third .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
		text-align: inherit;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.sc-ct-third :is(h1,h2,h3,h4,h5,h6) {
		color: white;
		font-size: 5vw !important;
	}
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        background: url('/images/template/ql-bg.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-utility > .g-container {
        background: rgba(255,255,255,.8);
        padding: 3vw 5%!important;
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }

    .mission-content .button {
        background: var(--secondary-color);
    }
    .mission-content .button:hover {
        background: #777777;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility {
        background: url('/images/template/ql-bg.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-utility > .g-container {
        background: rgba(255,255,255,.8);
        padding: 2rem 1rem!important;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .mission-wrapper {
        padding: 0 2rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .mission-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        padding: 0 5%;
    }
    .mission-wrapper .mission-content {
        flex: 80;
    }
    .mission-wrapper .mission-content :is(h1,h2,h3,h4,h5,h6) {
        text-align: center;
    }
    .mission-wrapper .mission-content p {
        text-align: center;
        font-size: 1.25vw;
    }
    .mission-wrapper .mission-logo {
        flex: 20;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-square-1 .g-blockcontent-subcontent-block-content > .g-blockcontent-buttons > a {
        font-size: 1.7vw;
        font-weight: 700;
        line-height: 1.5vw;
        font-family: var(--title-font-family);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 3vw 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:nth-child(1) {
        flex: 40;
        width: unset;
        display: flex;
        align-items: center;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) #g-sidebar {
        width: 100%;
    }
    .ue-button {
        text-align: center;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        flex: 40;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(3) {
        flex: 20;
        width: unset;
        max-width: 165px;   
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-sidebar .g-title {
        text-transform: none;
        font-variant-caps: normal;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container {
        padding: 3rem 2rem!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        gap: 2rem;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) {
        order: 2;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        order: 3;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(3) {
        order: 1;
    }
    .site-1-home #g-sidebar .g-title {
        text-transform: none;
        font-variant-caps: normal;
    }
}

@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 > .g-container {
        padding: 5vw 10%!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 5vw;
    }
    .site-1-home #g-expanded > .g-container > .g-grid .qa-container {
        flex: 50;
        width: unset;
        background: url('/images/template/sh-icon.jpg') 50% 50% no-repeat;
        background-size: cover;
        box-shadow: var(--default-box-shadow);
    }
    .qa-container > .g-content {
        background: rgba(255,255,255,.95);
        backdrop-filter: blur(2px);
    }
    .qa-container .moduletable {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        justify-content: center;
        align-items: center;
    }
    .qa-container .g-title {
        margin: 0;
        padding: 3vw 2vw 2vw 2vw;
        font-size: 2.75vw;
        line-height: 2.75vw;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-family: var(--title-font-family);
        background: var(--primary-color);
        color: var(--default-white);
        width: 100%;
    }
    .qa-container .weblinks {
        max-width: 60%;
        padding-bottom: 2vw;
    }
    .qa-container .weblinks li {
        font-size: 1.25vw;
        color: var(--secondary-color)!important;
    }
    .qa-container .weblinks li a {
        color: var(--secondary-color);
    }
    .qa-contaienr .weblinks li:hover {
        color: var(--default-black)!important;
    }
    .qa-contaienr .weblinks li:hover a {
        color: var(--default-black)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 3rem 2rem!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .site-1-home #g-expanded > .g-container > .g-grid .qa-container {
        width: 100%;
        background: url('/images/template/sh-icon.jpg') 50% 50% no-repeat;
        background-size: cover;
        box-shadow: var(--default-box-shadow);
    }
    .qa-container > .g-content {
        background: rgba(255,255,255,.95);
        backdrop-filter: blur(2px);
    }
    .qa-container .moduletable {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        justify-content: center;
        align-items: center;
    }
    .qa-container .g-title {
        margin: 0;
        padding: 2rem 1rem 1rem 1rem;
        font-size: 4.75vw;
        line-height: 4.75vw;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-family: var(--title-font-family);
        background: var(--primary-color);
        color: var(--default-white);
        width: 100%;
    }
    .qa-container .weblinks {
        max-width: 60%;
        padding-bottom: 2vw;
    }
    .qa-container .weblinks li {
        font-size: 3.25vw;
        color: var(--secondary-color)!important;
    }
    .qa-container .weblinks li a {
        color: var(--secondary-color);
    }
    .qa-contaienr .weblinks li:hover {
        color: var(--default-black)!important;
    }
    .qa-contaienr .weblinks li:hover a {
        color: var(--default-black)!important;
    }
}

/*************** 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) {
    .site-1 #g-footer > .g-container {
        padding: 2vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer > .g-container {
        padding: 2rem 1rem 4rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 5vw;
        align-items: center;
    }
    .site-1 .footer-wrapper .footer-logo {
        flex: 20;
    }
    .site-1 .footer-wrapper .footer-content {
        flex: 60;
    }
    .site-1 .footer-wrapper .footer-content :is(h1,h2,h3,h4,h5,h6) {
        text-align: center;
        font-size: 2vw;
    }
    .site-1 .footer-wrapper .footer-content p {
        text-align: center;
        font-size: 1vw;
    }
    .site-1 .footer-wrapper .footer-links {
        flex: 20;
    }
    .site-1 .footer-wrapper .footer-links .weblinks {
        margin: 0;
        padding: 0;
    }
    .site-1 .footer-wrapper .footer-links .weblinks li {
        list-style-type: none;
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-1 .footer-wrapper .footer-logo {
        width: 70%;
    }
    .site-1 .footer-wrapper .footer-content {
        width: 100%;
    }
    .site-1 .footer-wrapper .footer-content :is(h1,h2,h3,h4,h5,h6) {
        font-size: 5vw;
        line-height: 5.25vw;
    }
    .site-1 .footer-wrapper .footer-content p {
        font-size: 3.25vw;
        line-height: 3.5vw;
    }
    .site-1 .footer-wrapper .footer-links {
        flex: 20;
    }
    .site-1 .footer-wrapper .footer-links .weblinks {
        margin: 0;
        padding: 0;
    }
    .site-1 .footer-wrapper .footer-links .weblinks li {
        list-style-type: none;
        font-size: 5vw;
    }
}

/*************** 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;
    }
}