@import url('//fonts.googleapis.com/css2?family=Kanit:wght@400;600;700&family=Lato:wght@400;700&display=swap');

/*

/************ FONTS  ************ 
Sans Serif Heading: Kanit
Sans Serif: Lato

/************ COLORS  ************
turquois blue: #00baff - rgba(14,20,88,1)
blue: #293e92 - rgba(41,62,146,1)
light blue: #4a86c4 - rgba(74,134,196,1)

/************ NOTES ************
Quicklinks: dark blue at 75% opacity; rgba(14,20,88,0.75)

***********************/

.site-1 {
	--primary-color: #00baff;
    --secondary-color: #293e92;

    --primary-rgb: 14,20,88;
    --secondary-rgb: 41,62,146;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Kanit', san-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);

    --ql-title-color: var(--default-white);

    --ph-text-font-size-desktop: 1vw;
	--rok-mini-text: var(--secondary-color);
	--hero-title-color: var(--secondary-color);
	
}
/*****************************************/
/**************** SCHOOL *****************/
/*****************************************/
a {color: #4a86c4;}

.item-image {
    display: none!important;
}

.site-1 :is(.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a):not(.ph-sidepics-3 .button) {
    background: var(--primary-color);
    font-family: 'Lato', sans-serif;
} 

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.site-1 .g-offcanvas-toggle {color: var(--default-white);} 
.site-1 .g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-navigation > .g-grid:nth-child(2) > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .ql-swiper-links {
        margin: 0;
        padding: 0;
        height: 36vw;
        max-height: 36vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2vw;
    }
    .ql-swiper-links > .g-content {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .ql-swiper-links > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-swiper-links .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-swiper-links .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .ql-swiper-links .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .ql-swiper-links .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6vw;
        background: var(--secondary-color);
        box-shadow: var(--default-box-shadow);
        transition: .2s all ease-in-out
    }
    .ql-swiper-links .g-blockcontent-subcontent-block-content:hover {
        background: var(--primary-color);
    }
    .ql-swiper-links .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
    }
    .ql-swiper-links .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        color: var(--default-white);
    }
    .ql-swiper-links .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-swiper-links .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border: none;
    }
}

@media only screen and (max-width: 50.99rem) {
    	.ql-swiper-links {
        margin: 4vw;
        padding: 0;
        height: fit-content;
        max-height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ql-swiper-links > .g-content {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .ql-swiper-links > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-swiper-links .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-swiper-links .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .ql-swiper-links .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .ql-swiper-links .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--secondary-color);
        box-shadow: var(--default-box-shadow);
        transition: .2s all ease-in-out
    }
    .ql-swiper-links .g-blockcontent-subcontent-block-content:hover {
        background: var(--primary-color);
    }
    .ql-swiper-links .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 1rem 0;
    }
    .ql-swiper-links .g-blockcontent-subcontent-title-text {
        margin: 0;
        color: var(--default-white);
    }
    .ql-swiper-links .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-swiper-links .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border: none;
    }
}


/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
	#g-mainbar {
		padding: 1vw 2vw;
	}
}

/*************** EXPANDED *****************/ 
/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
/*************** FOOTER *******************/
.site-1 #g-footer .g-content-array {margin: 0;}
.site-1 #g-footer a {color: var(--default-white);} 

/*************** COPYRIGHT ****************/ 
/*************** MODULES ******************/
.site-1 :is(.moduletable .nav.menu, .moduletable .unstyled) {background: var(--primary-color);} 
.site-1 :is(.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover) {    
    color: white; 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/