@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pinyon+Script&display=swap');
/************ TEMPLATE  ************
Fonts: Pinyon, PT Serif, Open Sans
Colors: 
    -Blue #386078; rgba(56,96,120,1)
    -Gold #ECB63F; rgba(236,182,63,1)
    -Orange #E97937; rgba(233,121,55,1)
    -White, 
    -Black
------------------------
-sticky menu like TOR
************/

.site-1 {
    --primary-color: #386078;
    --secondary-color: #ECB63F;
    --third-color: #E97937;

    --primary-rgb: 56,96,120;
    --secondary-rgb: 236,182,63;
    --third-rgb: 233,121,55;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'PT Serif', serif;
    --body-font-family: 'Open Sans', sans-serif;
    --third-font-family: 'Pinyon Script', cursive;
    

    --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);
    --ql-font-family: var(--title-font-family);
    /*--ql-background-color: rgba(var(--secondary-rgb),.7);*/
    --ql-background-color: rgba(var(--primary-rgb),.7);
    --ql-background-hover: rgba(var(--secondary-rgb),.8);

    --ph-title-font-size-desktop: 1.3vw;
    --ph-text-font-size-desktop: 1vw;
    --ph-title-font: var(--body-font-family);
	--ph-title-weight: 700;
	--ph-title-font-size-mobile: 5vw;

    --rok-mini-badge: 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;
} 
.site-1-sub #hero-grab {
    position: relative;
  }
  
.site-1-sub #hero-grab::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 100%);
  }
  .site-1-sub {
    --hero-title-left-position: 2.125rem;
    --hero-title-bottom-position: 12%;
    --hero-title-font-size: 5vw;
    --hero-title-font-size-mobile: 6vw;
    --hero-opacity: 1.5;
}

.item-image {display: none!important;}

.contact h2 {font-size: 2rem; font-weight: 500;}


/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-navigation {
        position: relative;
        z-index: 6;
    }
    /*.site-1 #g-navigation .g-main-nav {
        height: 4vw;
    }*/
    .site-1 #g-navigation .g-main-nav > .g-toplevel {
        padding-left: 10vw;
        height: 5vw;
    }
    .site-1 #g-navigation .g-main-nav > .g-toplevel > li:nth-child(1) {
        position: absolute;
        top: 0;
        left: 1vw;
        transition: var(--default-transition);
    }
    .site-1 #g-navigation .g-main-nav > .g-toplevel > li:nth-child(1) .m-logo img {
        position: relative;
        width: 10vw;
        height: auto;
        margin-bottom: -3vw;
        transition: var(--default-transition);
    }
    .site-1 #g-navigation .g-main-nav > .g-toplevel > li:not(.site-1 #g-navigation .g-main-nav > .g-toplevel > li:nth-child(1)) > .g-menu-item-container {
        padding: 1.5vw .775rem;
    }
    .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
        border: none;
    }

    .site-1 #g-navigation .g-main-nav > .g-toplevel > li:not(.site-1 #g-navigation .g-main-nav > .g-toplevel > li:nth-child(1), .site-1 #g-navigation .g-main-nav > .g-toplevel > li:last-child):hover {
        background: rgba(0,0,0,.25);
    }

    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
        font-family: var(--body-font-family);
        font-weight: 400;
    }
    .g-main-nav .g-toplevel>li>.g-menu-item-container, .g-main-nav .g-sublevel>li>.g-menu-item-container {
        font-size: 1vw;
        font-family: var(--body-font-family);
    }
    .site-1 #g-navigation.sticky-nav {
        margin-bottom: 5vw!important;
    }
    .site-1 #stick-menu {
        height: 5vw;
    }
    .site-1 #stick-menu.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 5vw;
        width: 100%;
        box-shadow: var(--default-box-shadow);
    }
    .site-1 #stick-menu.sticky .g-main-nav > .g-toplevel > li:nth-child(1) .m-logo img {
        width: 6vw;
        height: auto;
    }
    .site-1 #stick-menu.sticky .g-main-nav > .g-toplevel > li:nth-child(1) {
        left: 3vw;
    }
    .site-1-sub #stick-menu {
        position: relative;
        z-index: 11;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-navigation .g-logo {
        max-width: 100%;
        margin: 1rem auto;
    }
    .site-1-home #g-navigation .g-logo img {
        width: 60%;
        height: auto;
    }
    .site-1-sub #g-navigation .g-logo {
        max-width: 100%;
        margin: 1rem auto;
    }
    .site-1-sub #g-navigation .g-logo img {
        width: 60%;
        height: auto;
    }
}

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow {
        position: relative;
        z-index: 5;
    }
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 42vw!important;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(1) {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 16vw;
        width: 50vw;
        margin: 13vw auto;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(3) {
        position: absolute;
        z-index: 4;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 10vw;
        width: 15vw;
        margin: 32vw auto;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(3) > .g-block {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(3) > .g-block > .g-content {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(3) a {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 7vw;
        color: var(--primary-color);
    }
}

/*************** HEADER *******************/

.circle-links .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
	font-family: var(--title-font-family);
}

@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: none;
        text-shadow: 2px 2px 7px #000000;
    }
}
@media only screen and (max-width: 50.99rem){
	.ql-dm .g-blockcontent-subcontent-block-content img {border-radius: 0;}
	.ql-dm .g-blockcontent-subcontent-title {border-radius: 0;}

}

/*************** ABOVE ********************/
.site-1-home #g-above p {
    font-family: var(--title-font-family);
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        padding: 0 10%;
    }
    .site-1-home #g-above .g-title {
        font-size: 5vw;
        font-weight: 400;
        font-family: var(--third-font-family);
        color: var(--primary-color);
    }   
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-above .g-title {
        font-size: 9vw;
        font-weight: 400;
        font-family: var(--third-font-family);
        color: var(--primary-color);
    } 
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
.site-1-home #g-container-main {
    padding: 0 5%;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main .g-title {
        font-size: 5vw;
        font-weight: 400;
        font-family: var(--third-font-family);
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: 2.5vw;
        color: var(--primary-color);
    }

    .ph-columns-2 .g-array-item-text {
        font-family: var(--title-font-family);
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main .g-title {
        font-size: 9vw;
        font-weight: 400;
        font-family: var(--third-font-family);
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: 2.5vw;
        color: var(--primary-color);
    }
    .site-1-home .ph-sidebyside-mobile {
        margin-bottom: 2rem;
    }
    .ph-sidebyside-mobile .g-array-item-read-more a {
        opacity: 0;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        padding: 1rem 10%!important;
    }
    .rok-mini-particle .rme-items {
        padding: 1vw;
    }
    .rok-mini-particle .rme-badge {
        box-shadow: 0px 0px 15px rgba(0,0,0,.25);
        margin-bottom: .5vw;
    }
    .rok-mini-particle .rme-timeline-point.active {
        box-shadow: 0px 0px 15px rgba(0,0,0,.25);
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
/*************** FOOTER *******************/

#g-footer {min-height: 115px;}

#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 
#g-footer p {font-family: var(--body-font-family);}

@media only screen and (min-width: 50.99rem) {
    #g-footer > .g-container > .g-grid > .g-block {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #g-footer .g-logo img {
        width: 20vw;
        height: auto;
		margin-top: -20px;
    }
    #g-footer :is(h1,h2,h3,h4,h5,h6) {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        margin: .75rem 0 0 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer {
        padding: 1rem!important;
    }
    #g-footer .g-logo img {
        width: 100%;
        height: auto;
    }

    .pinned-cta {
        box-shadow: var(--default-box-shadow);
    }
}
.pinned-cta--donate, .pinned-cta--visit {
    box-shadow: 0px 0px 10px rgb(255 255 255 / 30%);
}

/*************** 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 **********************/