@import url('//fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&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&display=swap');
/************ TEMPLATE  ************
Notes: 
-Less opacity on mass times box and quicklinks - wants to see the picture tiny bit clearer
-school (keep teacher pages)
----------------------
Cinzel Decorative, Open Sans
Burgandy: #66051f; rgba(102,5,31,1)
Cream: #ccbe8d; rgba(204,190,141,1)
Lighter Cream: #e0d8bb; rgba(224,216,187,1)
Dusty Cream: #a59f8c; rgba(165,159,140,1)
Lightest Cream: #f5f2e8
-----------
************/

.site-1, .site-2 {
    --primary-color: #ccbe8d;
    --secondary-color: #66051f;

    --primary-rgb: 204,190,141;
    --secondary-rgb: 102,5,31;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cinzel Decorative', cursive;
    --body-font-family: 'Open Sans', sans-serif;

    --heading-color: var(--secondary-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(--secondary-color);

    --mt-header-color: var(--secondary-color);

    --ph-title-color: var(--secondary-color);
    --ph-text-font-size-desktop: 1vw;
    --ph-title-font-size-mobile: 4vw;
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--secondary-color);
}

.login .btn {
    background-color: var(--primary-color);
}

.login .btn:hover {
    background-color: grey;
}

/*.site-2 {
    --primary-color: #66051f;
    --secondary-color: #ccbe8d;

    --primary-rgb: 102,5,31;
    --secondary-rgb: 204,190,141;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cinzel Decorative', cursive;
    --body-font-family: 'Open Sans', 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(--secondary-color);

    --mt-header-color: var(--secondary-color);

    --ph-title-font-size-desktop: 1.4vw;
    --ph-title-color: var(--secondary-color);
    --ph-text-font-size-desktop: 1vw;
}

.site-2 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
    --ql-icon-color: var(--primary-color);
}
*/
 a {
    color: var(--secondary-color);
}

h2 {font-size: 3rem;}
.page-header h2 {
    font-size: 3vw;
    color: var(--secondary-color);
}

@media only screen and (max-width: 50.99rem) {
    .page-header h2 {
        font-size: 2.5rem;
    }
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a{
    background: var(--primary-color);
    color: var(--default-white);
    font-family: 'Open Sans', sans-serif;
} 

.item-image {
    display: none!important;
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--secondary-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/rose1.png') 100% 0% no-repeat, #f5f2e8;
        background-size: contain;
    }

    .site-1 #g-navigation .logo-icon {
        padding-left: 1vw;
        padding-top: 1vw;
    }
    .site-1 #g-navigation .logo-icon img {
        position: relative;
        margin-bottom: -4vw;
    }
    .site-1 #g-navigation .logo-text img {
        width: 90%;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
        border-right: 1px solid var(--default-white);
    }

    .site-1 #g-navigation .g-main-nav {
        padding-left: 5%!important;
    }
    .site-1 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
        font-weight: 700;
    }
    .site-1 .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
        font-weight: 700;
    }

    .site-1 .g-social a {
        color: var(--secondary-color)!important;
        margin-right: .5vw;
    }
    .site-1 .g-social a:hover {
        color: var(--default-white)!important;
    }

    /*School*/

    .site-2 #g-navigation {
        background: url('/images/template/rose1.png') 100% 0% no-repeat, #f5f2e8;
        background-size: contain;
    }

    .site-2 #g-navigation .logo-icon {
        padding-left: 1vw;
        padding-top: 1vw;
    }
    .site-2 #g-navigation .logo-icon img {
        position: relative;
        margin-bottom: -4vw;
        z-index: 12;
    }
    .site-2 #g-navigation .logo-text img {
        width: 90%;
    }

    .site-2 #g-navigation .g-main-nav {
        padding-left: 5%!important;
    }
    .site-2 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
        font-weight: 700;
    }
    .site-2 .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
        font-weight: 700;
    }

    .site-2 .g-social a {
        color: var(--secondary-color)!important;
        margin-right: .5vw;
    }
    .site-2 .g-social a:hover {
        color: var(--default-white)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        max-width: 70%;
        text-align: center;
        margin: 1vw auto;
    }
    .site-1 #g-navigation .logo-icon img {
        width: 25%;
        margin-bottom: -10vw!important;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-title-icon {
        --ql-font-title-color: var(--secondary-color);
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block {
        align-items: flex-start;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: block;
        --ql-font-size-mobile: 3vw;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        color: var(--secondary-color);
    }

    /*School*/

    .site-2 #g-navigation .g-logo {
        max-width: 70%;
        text-align: center;
        margin: 1vw auto;
    }
    .site-2 #g-navigation .logo-icon img {
        width: 25%;
        margin-bottom: -10vw!important;
    }
}

/*************** SLIDESHOW ****************/ 
.mass-times-block {
    background: url('/images/stories/template/masstimes1.jpg') 0% 0% no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-slideshow .mass-times-block {
        order: 2;
    }
    .site-1 #g-slideshow .fullwidth-swiper {
        order: 1;
    }

    /*School*/

    .site-2 #g-slideshow .mass-times-block {
        order: 2;
    }
    .site-2 #g-slideshow .fullwidth-swiper {
        order: 1;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .circle-links .g-blockcontent-subcontent {
        gap: 1vw;
    }
    .circle-links .g-blockcontent-subcontent-block {
        width: auto;
    }

    .circle-links .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        font-family: var(--title-font-family);
        text-shadow: none;
        font-weight: 700;
    }

    .circle-links.ql-height15vw .g-blockcontent-subcontent-block-content {
        box-shadow: var(--default-box-shadow);
    }
}
@media only screen and (min-width: 50.99rem) and (max-width: 1698px) {
    .circle-links.ql-height15vw .g-blockcontent-subcontent-block-content {
        height: 14vw;
        width: 14vw;
        box-shadow: var(--default-box-shadow);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
.site-1-home #g-container-main .g-content-array {
    margin: 0;
    padding: 0;
}

.site-2-home #g-container-main .g-content-array {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 0 5%!important;
    }

    .site-1-home .ph-sidepics-3 .g-title {
        color: var(--secondary-color);
        font-size: 3vw!important;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        border-bottom: 1px solid var(--primary-color);
    }

    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) .g-title {
        color: var(--secondary-color);
        font-size: 2vw;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        border-bottom: 1px solid var(--primary-color);
    }

    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
	.grid-staff .g-content-array > .g-grid {
		margin: 0.5rem;
	}
	.ph-sidepics-3.ph-square .g-array-item {
		grid-template-rows: 35% 50% 15%;
	}
	

    /*School*/

    .site-2-home #g-container-main {
        padding: 0 5%!important;
    }

    .site-2-home .ph-sidepics-3 .g-title {
        color: var(--secondary-color);
        font-size: 3vw!important;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        border-bottom: 1px solid var(--primary-color);
    }

    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(2) .g-title {
        color: var(--secondary-color);
        font-size: 2vw;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        border-bottom: 1px solid var(--primary-color);
    }

    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-2-home .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(1) {
        padding: 2rem 5% 0 5%!important;
    }
    .site-1-home .ph-sidepics-3 .g-title {
        text-align: center;
    }

    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
	.grid-staff .g-content-array > .g-grid {
		margin: 0.5rem;
	}
	

    /*School*/

    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(1) {
        padding: 2rem 5% 0 5%!important;
    }
    .site-2-home .ph-sidepics-3 .g-title {
        text-align: center;
    }

    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(2) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** EXPANDED *****************/ 
.site-1-home #g-expanded .g-content-array {
    margin: 0;
    padding: 0;
}

/*School*/

.site-2-home #g-expanded .g-content-array {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .site-1-home #g-expanded > .g-container {
        background: rgba(var(--primary-rgb),.9);
        padding: 3vw 5%!important;
    }

    .site-1-home #g-expanded .g-array-item-text {
        margin: 0;
    }
    .site-1-home #g-expanded .g-array-item-text p {
        margin: 0;
    }

    /*School*/

    .site-2-home #g-expanded {
        background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .site-2-home #g-expanded > .g-container {
        background: rgba(var(--primary-rgb),.9);
        padding: 3vw 5%!important;
    }

    .site-2-home #g-expanded .g-array-item-text {
        margin: 0;
    }
    .site-2-home #g-expanded .g-array-item-text p {
        margin: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
        background-size: cover;
        background-position: center;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(var(--primary-rgb),.9);
        padding: 2rem 10%!important;
    }

    /*School*/

    .site-2-home #g-expanded {
        background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
        background-size: cover;
        background-position: center;
    }
    .site-2-home #g-expanded > .g-container {
        background: rgba(var(--primary-rgb),.9);
        padding: 2rem 10%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .app-rotator .g-slideshow .g-slideshow-slider .swiper-slide {
        background-position: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .app-rotator .g-slideshow .g-slideshow-slider .swiper-slide {
        background-position: center;
    }
}

@media only screen and (min-width: 50.99rem) and (max-width: 1375px) {
    .site-1-home #g-expanded iframe {
        width: 27vw!important;
    }
}

/*************** EXTENSION ****************/
.site-1-home #g-extension .g-content-array {
    margin: 0;
    padding: 0;
}

.site-1-home #g-extension > .g-grid > div:first-child {
    padding: 0 2.5% 0 5%;
}

.site-1-home #g-extension > .g-grid > div:last-child {
    padding: 0 5% 0 2.5%;
}

/*School*/

.site-2-home #g-extension .g-content-array {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {

    .site-1-home #g-extension > .g-grid > .g-block > .g-content {
        height: 100%;
        box-shadow: var(--default-box-shadow);
        padding: 2vw;
    }

    /*School*/

    .site-2-home #g-extension > .g-grid > .g-block > .g-content {
        height: 100%;
        box-shadow: var(--default-box-shadow);
        padding: 2vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-grid > .g-block > .g-content {
        box-shadow: var(--default-box-shadow);
        padding: 2vw;
    }

    .site-1-home #g-extension > .g-grid > div {
        padding: 0 7% 0 7% !important;
    }

    .site-1-home #g-extension > .g-grid {
        gap: 2rem;
    }

    /*School*/

    .site-2-home #g-extension > .g-grid > .g-block > .g-content {
        box-shadow: var(--default-box-shadow);
        padding: 2vw;
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 3vw 0!important;
    }
    #g-bottom .admod td {
        padding: 0;
    }

    /*School*/

    .site-2 #g-bottom {
        padding: 3vw 0!important;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--secondary-color);} 
.site-1 #g-footer :is(h1,h2,h3,h4,h5,h6,p){
    color: var(--secondary-color);
}

.site-1 #g-footer p {
    font-family: var(--body-font-family);
    font-variant-caps: normal;
    text-transform: none;
}

/*School*/

.site-2 #g-footer :is(h1,h2,h3,h4,h5,h6,p){
    color: var(--secondary-color);
}

.site-2 #g-footer p {
    font-family: var(--body-font-family);
    font-variant-caps: normal;
    text-transform: none;
}

@media only screen and (min-width: 50.99rem) {
    .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-logo .g-logo {
        padding: 2vw;
    }
    .footer-logo img {
        width: 5vw;
        height: auto;
    }

    #g-footer > .g-container > .g-grid > .g-block:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 50.99rem) { 
	.footer-logo img {
        width: 30vw;
        height: auto;
		padding: 2vw;
    }
}

/*************** 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);
} 

#g-aside .g-content-array {margin-left: 0;}
#g-aside .platform-content, .moduletable, .widget {padding: 0.25rem 0;}


/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/

/* center teachers images */

.teacher .g-array-item-image {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 50.99rem) {
    .ascension-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .ascension-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .ascension-wrapper .ascension-logo {
        order: 1;
        text-align: center;
    }
    .ascension-wrapper .ascension-content {
        order: 3;
    }
    .ascension-wrapper .ascension-logo img {
        max-width: 60%;
    }
    .ascension-wrapper .ascension-content p {
        color: grey;
        font-size: 2vw;
        line-height: 1.4;
        font-weight: 700;
    }
    .ascension-wrapper .ascension-content .strong-text {
        margin: 0;
    }
    .ascension-wrapper .ascension-content li {
        font-size: 1.5vw;
    }
    .ascension-wrapper .ascension-button {
        order: 5;
    }
    .ascension-wrapper .ascension-button .button {
        width: 100%;
        background: var(--secondary-color);
        color: var(--default-white);
        font-size: 1.5vw;
        padding: 1vw;
    }
    .ascension-wrapper .ascension-button .button:hover {
        transform: scale(1.05);
    }
    .ascension-wrapper:before {
        content: '';
        order: 2;
        border-bottom: 2px solid grey;
    }
    .ascension-wrapper:after {
        content: '';
        order: 4;
        border-bottom: 2px solid grey;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ascension-container .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .ascension-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .ascension-wrapper .ascension-logo {
        order: 1;
        text-align: center;
    }
    .ascension-wrapper .ascension-content {
        order: 3;
    }
    .ascension-wrapper .ascension-logo img {
        max-width: 60%;
    }
    .ascension-wrapper .ascension-content p {
        color: grey;
        font-size: 4vw;
        line-height: 1.4;
        font-weight: 700;
    }
    .ascension-wrapper .ascension-content .strong-text {
        margin: 0;
    }
    .ascension-wrapper .ascension-content li {
        font-size: 4vw;
    }
    .ascension-wrapper .ascension-button {
        order: 5;
    }
    .ascension-wrapper .ascension-button .button {
        width: 100%;
        background: var(--secondary-color);
        color: var(--default-white);
        font-size: 4vw;
        padding: 1rem;
    }
    .ascension-wrapper .ascension-button .button:hover {
        transform: scale(1.05);
    }
    .ascension-wrapper:before {
        content: '';
        order: 2;
        border-bottom: 2px solid grey;
    }
    .ascension-wrapper:after {
        content: '';
        order: 4;
        border-bottom: 2px solid grey;
    }
}