@import url('//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/************ TEMPLATE  ************
Colors: 
Blue: #00296B rgba(0,41,107,1)
Color 2: #CDA30D rgba(205,163,13,1)


************/

.site-1 {
    --primary-color: #00296B;
    --secondary-color: #CDA30D;

    --primary-rgb: 0,41,107;
    --secondary-rgb: 205,163,13;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'EB Garamond', serif;
    --body-font-family: 'Lato', 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);

    --mt-para-color: var(--default-white);

    --ql-title-color: var(--default-white);
    
    --ph-big-sq-width: 45vw;
    --ph-background-color: var(--default-white);
    --ph-sq-gap: 3rem;

    --rok-mini-badge: var(--primary-color);
}

@media only screen and (max-width: 50.99rem) {
    .site-1 {
        --grid-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: 'Lato', sans-serif;
    border-radius: 0;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/bg-v2-left.png') 0% 0% no-repeat, url('/images/template/bg-v2-right.png') 100% 0% no-repeat, #EEEAE3;
		background-size: contain;
    }
    .site-1 #g-navigation .g-logo img {
        width: 50%;
        height: auto;
        margin: 2vw auto;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        max-width: 85%;
        margin: 2rem auto;
    }
}
	
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home .swiper-overlay-container > .g-container {
        position: relative;
        height: 42vw;
        width: 100%;
    }
    .site-1-home .swiper-overlay-container > .g-container > .g-grid:nth-child(1) {
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    .site-1-home .swiper-overlay-container > .g-container > .g-grid:nth-child(2) {
        z-index: 2;
        position: absolute;
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 40%;
        height: 90%;
        width: 30%;
    }
    .site-1-home .swiper-overlay-container > .g-container > .g-grid:nth-child(2) .mass-times-block > .g-content {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

.mass-times-block {
	background: none;
}

.mass-times-block :is(h1, h2, h3, h4, h5, h6, p,a) {
	font-family: var(--body-font-family);
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .ql-square-1 .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 1vw 3%!important;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#g-mainbar .g-array-item-read-more a {color: transparent}
#contentarray-3502-particle > h2 {font-size: 3rem;}
#custom-8314-particle {
	padding-top: 0;
}


/*************** EXPANDED *****************/ 

.site-1-home #g-expanded .g-array-item-text :is(h1,h2,h3,h4,h5,h6,p) {
    color: var(--default-white);
}

.site-1-home #g-expanded {
    background: url('/images/template/parallax3.jpg') 0% 0% no-repeat;
    background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.site-1-home #g-expanded > .g-container {
    background: rgba(var(--primary-rgb),.6);
    padding: 5vw 5%!important;
	width: 100%;
}
.site-1-home .social-feed {padding: 0 2vw;}


@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 5vw 0!important;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    #g-bottom {
        padding: 2vw 0 1vw 0!important;
    }
    #g-bottom .admod td {
        padding: 0 0 0 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 
#g-footer a:hover {color: #D3D3D3}

/*************** COPYRIGHT ****************/ 
/*************** 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 **********************/