@import url('//fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,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 *********
-r2v1 - changes made to mockup #1 >>> String for Mockup Builder at bottom of Template Notes
https://stanne-arv-mockup.forge.solutiosoftware.com/mockup-builder
Rotator - superwide
news - portrait, standard, or wide
bottom ql - standard or wide
Navy: #002667 rgba(0,38,103,1)
Blue: #6098c9 rgba(96,152,201,1)
Tan: #aaaaaa rgba(170,170,170,1)

M3
blue: #344460
light blue: #839db4
gold: #c4bc87
____________________

---

___________

************/

.site-1 {
    --primary-color: #002667;
    --secondary-color: #6098c9;
    --tertiary-color: #aaaaaa;

    --primary-rgb: 0,38,103;
    --secondary-rgb: 96,152,201;
    --tertiary-rgb: 170,170,170;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Josefin Slab', serif;
    --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);
    --swiper-height: 56vw;

    --ql-title-color: var(--default-white);

    --ph-title-color: var(--default-white);

    --rok-mini-badge: var(--primary-color);
	--grid-img-width: 15vw;
    --grid-img-width-mobile: 30vw;
	
}

.site-1 .ql-swiper-overlay {
    --ql-font-size-desktop: 1.5vw;
    --ql-font-family: var(--body-font-family);
    --ql-background-color: rgba(var(--primary-rgb),.5);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--default-white);
}

.ql-fa-toplinks .g-blockcontent-subcontent-block:hover {
    background: none;
}

@media only screen and (max-width: 50.99rem) {
    .site-1 {
        --ph-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(--secondary-color);
    font-family: var(--body-font-family);
    padding: 1rem 1.7rem;
}

/*************** ALL SITE *****************/
.item-image {display: none;}

.site-1-sub #g-mainbar {
    min-height: 30vh;
}

/*************** HOMELAYOUT ***************/
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);}
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-top .g-joomla-articles > div {
        padding: 2% 5%;
    }
}

/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        position: relative;
        z-index: 20;
    }
    .site-1 #g-navigation .g-main-nav {
        box-shadow: var(--default-box-shadow);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1.2vw;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--primary-color);
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }

    .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-sub-logo img { 
		margin-bottom: -4rem;
		max-width: 125px;
	}
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        max-width: 65%;
        margin: 1rem auto;
    }
	.site-1 .g-sub-logo img { 
		max-width: 125px;
		align-items: center;
	}
}

/*************** SLIDESHOW ****************/
@media only screen and (min-width: 50.99rem) {
    .swiper-overlay-links .g-container > .g-grid:nth-child(2) {
        left: unset;
        right: 3%;
        top: 0;
        bottom: 0;
        width: 33%;
    }
    .ql-swiper-overlay .swiper-logo .g-blockcontent-subcontent-img {
        width: auto;
        height: auto;
        padding: 2vw 1vw;
    }
    .ql-swiper-overlay .g-blockcontent-subcontent-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.ql-swiper-overlay .g-blockcontent-subcontent {
		gap: 0.5vw;
	}
}

@media only screen and (max-width: 50.99rem){
	.ql-swiper-overlay .g-blockcontent-subcontent-block-content:not(.ql-swiper-overlay .swiper-empty .g-blockcontent-subcontent-block-content) {
		padding: 2vw;
	}
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        padding: 1vw 5%;
    }
    .site-1-home #g-above h1 {
        font-size: 4vw;
    }
    .site-1-home #g-above p {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-above h1 {
        font-size: 12vw;
    }
    .site-1-home #g-above p {
        font-size: 5vw;
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        padding: 3vw 3%!important;
    }
    .site-1-home #g-utility > .g-container > .g-grid:nth-child(2) {
        padding: 3vw 0!important;
    }
    .site-1-home #g-utility .g-title {
        font-size: 4vw;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
    }
	.ph-photoblocknews .pagination-button-prev {
        left: -3vw;
		font-size: 4rem;
	}
	.ph-photoblocknews .pagination-button-next {
        right: -3vw;
		font-size: 4rem;
	}
	
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility {
        padding: 2rem 0!important;
    }
    .site-1-home #g-utility .g-title {
        text-align: center;
    }
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 2vw 2.5%;
    }
    .site-1-home #g-container-main .g-title {
        font-size: 2vw;
        line-height: 2;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #g-aside {
        background: transparent;
    }
    .rok-mini-particle-verticle .rme-badge {
        border-radius: 0;
        box-shadow: var(--default-box-shadow);
    }
    .rok-mini-particle-verticle .rme-title {
        font-weight: 700;
    }
    .rok-mini-particle-verticle .rme-description {
        justify-content: center;
    }

    .rok-mini-particle-verticle .rokminievents3 {
        margin: 0 1vw;
    }
}

@media only screen and (min-width: 50.99rem){
	.grid-staff .g-content-array > .g-grid {
		margin: 1.5rem 0.5rem;
	}
}





/*************** EXPANDED *****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded .g-title {
        font-size: 3vw;
        font-style: normal;
        letter-spacing: 3px;
        font-weight: 400;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);}

.site-1 #g-footer a:is(:hover, :active, :focus) {
    color: #cccccc
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 3vw!important;
    }
    .site-1 #g-footer > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .site-1 #g-footer > .g-container > .g-grid > .g-block:first-child {
        padding-right: 2vw;
    }
    .site-1 #g-footer > .g-container > .g-grid > .g-block:last-child {
        padding-left: 2vw;
    }
    .site-1 .footer-wrapper p {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    
    .site-1 .footer-feed .feed-link {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .site-1 .footer-feed .g-title {
        font-size: 2vw;
        font-family: var(--title-font-family);
        color: var(--default-white);
        line-height: 2;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 2rem!important;
    }
    .site-1 .footer-wrapper p {
        font-size: 4vw;
        font-family: var(--body-font-family);
    }
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .site-1 .footer-feed .feed-link {
        font-size: 4vw;
        font-family: var(--body-font-family);
    }
    .site-1 .footer-feed .g-title {
        font-size: 9vw;
        font-family: var(--title-font-family);
        color: var(--default-white);
        line-height: 2;
    }
}

/*************** 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 *******************/

@media (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items > a:not(:first-child) {
        padding-left: 1rem;
    }
}

/*************** ADS **********************/