@import url('//fonts.googleapis.com/css2?family=Beau+Rivage&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  ************
Dimensions: Rotator - Superwide, Blog/Ministry/Grid - Standard Wide, Events/QL - Square
Fonts: Beau Rivage Regular, Montserrat
Colors:
Black
White
Lightest Grey: #f1f2f2; rgba(241,242,242,1)
Lightest Blue: #e6f2f2; rgba(230,242,242,1)
Blue: #809eaa; rgba(128,158,170,1) - not really used on approved design, but it was on another design. 
---------------------------

************/

.site-1 {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --third-color: #f1f2f2;
    --fourth-color: #e6f2f2;
    --fifth-color: #809eaa; /*Unused in approved mockup*/

    --primary-rgb: 0,0,0;
    --secondary-rgb: 255,255,255;
    --third-rgb: 241,242,242;
    --fourth-rgb: 230,242,242;
    --fifth-rgb: 128,158,170; /*Unused in approved mockup*/

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Beau Rivage', cursive;
    --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);

    --ql-title-color: var(--default-white);
	--hero-opacity: 0.5;
	--ql-font-size-desktop: 2.5vw;
	
	--ph-title-font-size-mobile: 3vw;
	
}

a {
    color: var(--fifth-color);
}
h2 {font-variant: normal;}
h3 {border-bottom: none;}
h6 {color: var(--fifth-color) !important;}


/************ SUB PAGES  ************/

h1.pagetitle { margin-bottom: 0px; z-index: 1; position: relative; }
h6.pagetitle { 
	line-height: .01;
    margin-top: -2px;
    color: var(--third-color);
    font-size: 1.7rem;
	font-family: var(--title-font-family);
    z-index: -3;
	text-transform: none;
}

p.csscode {background-color: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.938rem; margin: 0 0 1.5rem;
	border-radius: 0.1875rem;
	font-family: "Menlo", "Monaco", monospace;
	clear: both;
} 


hr.short { padding: 0; margin: 0 auto; width: 100px;}

@media only screen and (min-width: 50.99rem) {
	hr.short { margin: 0 30%; }
}

hr.crest {  
	background: url(../images/template/hr-crest.png) 50% 50% no-repeat;
    background-size: contain;
	width: 100%;
	height: 40px;
	border: none;
	margin: .5rem 0;
}
hr.crestw {  
	background: url(../images/template/hr-crest-white.png) 50% 50% no-repeat;
    background-size: contain;
	width: 100%;
	height: 40px;
	border: none;
	margin: .5rem 0;
}

img.fullwidth { width: 100%;}


.item-image {
    display: none;
}

.site-1 .ph-sq-rows {
    --ph-width: 27vw;
    --ph-text-color: var(--primary-color);
    --ph-background-color: rgba(255,255,255,.8);
    --ph-title-text-transform: none;
    --ph-title-font: var(--body-font-family);
    --ph-title-weight: 700;
}

.site-1 .ph-columns-2 {
    --ph-title-font: var(--body-font-family);
    --ph-title-weight: 700;
    --ph-text-font-size-desktop: 1vw;
}

.site-1 .circle-links {
    --ql-background-color: rgba(0,0,0,.2);
    --ql-background-hover: rgba(0,0,0,.4);
    --ql-font-size-desktop: 3.4vw;
}

.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: 'Montserrat', sans-serif;
} 

/*************** 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 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        font-size: 1.2vw;
    }
    .site-1 #g-navigation .g-toplevel > .g-menu-item {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .site-1 #g-navigation .g-menu-item:hover {
        background: rgba(128,158,170,.2);
    }
    .top-nav-social {
        display: flex;
        justify-content: space-between;
        font-size: 1.2vw;
    }

    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) {
        background: var(--default-black);
        padding: 1vw 2vw;
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(3) {
        background: var(--default-white);
        padding: .5vw 2vw;
    }
    .site-1 #g-navigation .g-main-nav .g-toplevel {
        justify-content: flex-end;
        gap: 1vw;
    }

    .site-1 #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
    }
    .site-1 #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container, .g-main-nav .g-sublevel>li>.g-menu-item-container {
        font-size: 1vw;
    }
    /*.site-1 #g-navigation .g-toplevel > li:last-child {
        display: none;
    }*/
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        max-width: 70%;
        text-align: center;
    }
    .site-1 #g-navigation .g-logo img {
        width: 70%;
    }
}

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .swiper-overlay-container > .g-container {
        position: relative;
        height: 42vw;
        width: 100%;
    }
    .swiper-overlay-container > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
        z-index: 10;
    }
    .swiper-overlay-items {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .swiper-overlay-items :is(h1,h2,h3,h4,h5,h6) {
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 400;
    }
    .swiper-overlay-items :is(h1,h2,h3,h4,h5,h6) span {
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-overlay-container > .g-container {
        position: relative;
        height: 42vw;
        width: 100%;
    }
    .swiper-overlay-container > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
        z-index: 10;
    }
    .swiper-overlay-items {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }
    .swiper-overlay-items :is(h1,h2,h3,h4,h5,h6) {
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: normal;
        font-weight: 400;
        font-size: 1.5rem;
    }
    .swiper-overlay-items :is(h1,h2,h3,h4,h5,h6) span {
        font-family: var(--body-font-family);
    }
    .swiper-overlay-items img {
        width: 60%;
        height: auto;
        display: none;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header > .g-container {
        position: relative;
    }
    .site-1-home #g-header > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
    }
    .site-1-home .bc-img-block-overlay {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .site-1-home .bc-img-block-overlay > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1-home .bc-img-block-overlay img {
        width: 20vw;
        height: auto;
    }
}

@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
    .site-1-home #g-header .g-container {
        width: 100%
    }
}

@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
    .site-1-home #g-header .g-container {
        width: 100%
    }
}

@media only screen and (min-width: 50.99rem) {
    .bc-img-block {
        margin: 0;
        padding: 0;
    }
    .bc-img-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .bc-img-block > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .bc-img-block .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .bc-img-block .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    /*.bc-img-block .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
    }*/
    .bc-img-block .g-blockcontent-subcontent-block-content {
        /*margin: 0;
        padding: 0;*/
        display: flex;
        flex-direction: row;
        position: relative;
    }
    .bc-img-block .g-blockcontent-subcontent-img {
        flex: 1;
        width: 50%;
        object-position: center;
        object-fit: cover;
        border-radius: 0;
        aspect-ratio: 4/3;
    }
    .bc-img-block .g-blockcontent-subcontent-title {
        flex: 1;
        width: 50%;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bc-img-block .g-blockcontent-subcontent-subtitle {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        margin: 0;
        padding: 0;
    }

    .bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-img {
        order: 1;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-title {
        order: 2;
        background: var(--third-color);
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-title-text {
        font-size: 3vw;
        padding: 0 4vw;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-subtitle {
        color: var(--primary-color);
        right: 6%;
        top: 58%;
        font-size: 1.25vw;
        font-style: italic;
        font-weight: 300;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(even) .g-blockcontent-subcontent-img {
        order: 2;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(even) .g-blockcontent-subcontent-title {
        order: 1;
        background: var(--default-black);
        color: var(--default-white);
        padding: 1rem 2rem;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(even) .g-blockcontent-subcontent-title-text {
        font-size: 2vw;
        font-weight: 400;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(even) .g-blockcontent-subcontent-subtitle {
        color: var(--default-white);
    }

    .bc-img-block .g-blockcontent-subcontent-desc {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 50%;
        top: 65%;
        width: 50%;
        height: 35%;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        justify-content: flex-start;
        align-items: center; 
    }

    .bc-img-block .g-blockcontent-subcontent-desc .button {
        font-size: 1.25vw;
        padding: 1vw 3vw;
        border-radius: 1.5vw / 50%;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header > .g-container {
        position: relative;
    }
    .site-1-home #g-header > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    .site-1-home .bc-img-block-overlay {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .site-1-home .bc-img-block-overlay > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1-home .bc-img-block-overlay img {
        width: 20vw;
        height: auto;
    }

    .bc-img-block {
        margin: 0;
        padding: 0;
    }
    .bc-img-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .bc-img-block > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .bc-img-block .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .bc-img-block .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .bc-img-block .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
    }
    .bc-img-block .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        position: relative;
    }
    .bc-img-block .g-blockcontent-subcontent-img {
        flex: 1;
        width: 50%;
        object-position: center;
        object-fit: cover;
        border-radius: 0;
        aspect-ratio: 1/1;
    }
    .bc-img-block .g-blockcontent-subcontent-title {
        flex: 1;
        width: 50%;
        font-family: var(--title-font-family);
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bc-img-block .g-blockcontent-subcontent-subtitle {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        margin: 0;
        padding: 0;
    }

    .bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-img {
        order: 1;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-title {
        order: 2;
        background: var(--third-color);
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-title-text {
        font-size: 4vw;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-subtitle {
        color: var(--primary-color);
        right: 6%;
        top: 58%;
        font-size: 2.25vw;
        font-style: italic;
        font-weight: 300;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(even) .g-blockcontent-subcontent-img {
        order: 2;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(even) .g-blockcontent-subcontent-title {
        order: 1;
        background: var(--default-black);
        color: var(--default-white);
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(even) .g-blockcontent-subcontent-title-text {
        font-size: 4vw;
        font-weight: 400;
    }
    .bc-img-block .g-blockcontent-subcontent-block:nth-child(even) .g-blockcontent-subcontent-subtitle {
        color: var(--default-white);
    }

    .bc-img-block .g-blockcontent-subcontent-desc {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 50%;
        top: 65%;
        width: 50%;
        height: 35%;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        justify-content: flex-start;
        align-items: center;
    }

    .bc-img-block .g-blockcontent-subcontent-desc .button {
        font-size: 2vw;
        padding: 1vw 3vw;
        border-radius: 1.5vw / 50%;
    }
}

.bc-img-block .g-blockcontent-subcontent-block:nth-child(odd) .g-blockcontent-subcontent-title {
    order: 2;
    background: url('/images/stories/template/signature.png') 0% 0% no-repeat, var(--third-color);
    background-size: 100%;
}

/*************** ABOVE - Latest from the blog ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        padding: 4vw 10%!important;
    }
    .blog-title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        margin-bottom: 1vw;
    }
    .blog-title :is(h1,h2,h3,h4,h5,h6,p,a){
        text-align: center;
    }
    .blog-title :is(h1,h2,h3,h4,h5,h6) {
        font-size: 5vw;
        font-weight: 500;
    }
    .blog-title p {
        font-size: 1vw;
        text-transform: uppercase;
        color: #AEAEAE;
    }
    .blog-title .underline {
        border-top: 2px solid var(--primary-color);
        width: 10vw;
        height: 2px;
        margin-top: -1vw;
        margin-bottom: 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .blog-title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        margin-bottom: 1vw;
        margin-top: 1rem;
    }
    .blog-title :is(h1,h2,h3,h4,h5,h6,p,a){
        text-align: center;
    }
    .blog-title :is(h1,h2,h3,h4,h5,h6) {
        font-size: 8vw;
        font-weight: 500;
    }
    .blog-title p {
        font-size: 1rem;
        text-transform: uppercase;
        color: #AEAEAE;
    }
    .blog-title .underline {
        border-top: 2px solid var(--primary-color);
        width: 20vw;
        height: 2px;
        margin-top: -1vw;
        margin-bottom: 1vw;
    }

    .ph-sidebyside-mobile {
        margin-bottom: 1rem;
    }
}

/*************** FEATURE - Vocations ******************/
@media only screen and (min-width: 50.99rem) {
    .vocation-container-box .g-content-array {
        margin: 0;
        padding: 0;
    }
    .vocation-container-box .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .vocations-container {
        display: flex;
        flex-direction: row;
    }
    .vocations-container > div {
        flex: 1;
    }
    .vocations-container .vocation-text-container {
        background: url('/images/stories/template/vocations.jpg') 0% 0% no-repeat;
        background-size: cover;
        background-position: center;
        padding: 2vw;
    }
    .vocations-container .vocation-text-container .vocation-desc {
        background: rgba(255,255,255,.8);
        width: 100%;
        height: 100%;
        padding: 2vw 5%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .vocations-container .vocation-video-container {
        background: #000000;
        display: flex;
    }
}

@media only screen and (max-width: 50.99rem) {
    .vocation-container-box .g-content-array {
        margin: 0;
        padding: 0;
    }
    .vocation-container-box .g-array-item-text {
        margin: 0;
        padding: 0;
    }

    .vocations-container {
        display: flex;
        flex-direction: column;
    }
    .vocations-container > div {
        flex: 1;
    }
    .vocations-container .vocation-text-container {
        background: url('/images/stories/template/vocations.jpg') 0% 0% no-repeat;
        background-size: cover;
        background-position: center;
        padding: 2vw;
    }
    .vocations-container .vocation-text-container .vocation-desc {
        background: rgba(255,255,255,.8);
        width: 100%;
        height: 100%;
        padding: 2vw 10%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .vocations-container .vocation-video-container {
        background: #000000;
        display: flex;
    }
}


/*************** SHOWCASE - Upcoming Events & Retreats *****************/
.ue-title {
    --block-height-desktop: 18vw;
    --block-height-mobile: 50vw;
}
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-showcase .ph-columns-2 {
        margin-bottom: 4vw;
    }
    .circle-links.ql-height17vw .g-blockcontent-subcontent-block-content {
        box-shadow: var(--default-box-shadow);
    }
    .circle-links .g-blockcontent-subcontent-title {
        font-family: var(--title-font-family);
    }
    .site-1-home #g-showcase {
        padding: 4vw 5%!important;
    }
    .ue-title {
        background: url('/images/template/m.png') 50% 50% no-repeat;
        background-size: auto var(--block-height-desktop);
        height: var(--block-height-desktop);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }
    .ue-title :is(h1,h2,h3,h4,h5,h6,p,a){
        text-align: center;
    }
    .ue-title :is(h1,h2,h3,h4,h5,h6) {
        font-size: 5vw;
        font-weight: 500;
    }
    .ue-title p {
        font-size: 1vw;
        text-transform: uppercase;
        color: #AEAEAE;
    }
    .ue-title .underline {
        border-top: 2px solid var(--primary-color);
        width: 10vw;
        height: 2px;
        margin-top: -1vw;
        margin-bottom: 2vw;
    }
	.ph-columns-2.ph-square .g-array-item {
		grid-template-columns: 12vw calc(100% - 12vw - 1rem)!important;
		grid-template-rows: 40% 50% 10%;
		max-height: 12vw;
}
	
}
@media only screen and (max-width: 50.99rem) {
    .ue-title {
        background: url('/images/template/m.png') 50% 50% no-repeat;
        background-size: auto var(--block-height-mobile);
        height: var(--block-height-mobile);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }
    .ue-title :is(h1,h2,h3,h4,h5,h6,p,a){
        text-align: center;
    }
    .ue-title :is(h1,h2,h3,h4,h5,h6) {
        font-size: 8vw;
        font-weight: 500;
    }
    .ue-title p {
        font-size: 3vw;
        text-transform: uppercase;
        color: #AEAEAE;
    }
    .ue-title .underline {
        border-top: 2px solid var(--primary-color);
        width: 20vw;
        height: 2px;
        margin-top: -1vw;
        margin-bottom: 2vw;
    }
	
	#g-showcase .ql-dm .g-blockcontent-subcontent-block-content img {
		border-radius: 10rem;
		width: 86%;
		left: 8%;
		
	}
	#g-showcase .ql-dm .g-blockcontent-subcontent-block-content {
		height: 40vw;
	}
	#g-showcase .ql-dm .g-blockcontent-subcontent-title {
    position: absolute;
    left: 8%;
    width: 86%;
    border-radius: 10rem;
    text-align: center;}	
	
}

/*************** UTILITY ******************/

/*************** MAIN *********************/
/*************** EXPANDED *****************/ 
/*************** EXTENSION ****************/

.g-blockcontent-subcontent-title-text {font-weight: 400; text-align: center;}

@media only screen and (min-width: 50.99rem) {
    .serve-container-box .g-content-array {
        margin: 0;
        padding: 0;
    }
    .serve-container-box * {
        margin: 0;
        padding: 0;
    }
    .serve-container-box .g-array-item-text {
        margin: 0;
        padding-top: 4vw;
        /*background: #f1f2f2;*/ 
    }
    /*.serve-container-box .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        margin-bottom: 2vw;
    }*/
    .serve-container-box .g-array-item-text p {
        padding-right: 16vw;
    }

    .site-1-home #g-extension {
        position: relative;
    }
    .site-1-home .serve-image {
        position: absolute;
        bottom: -25%;
        right: 6%;
        width: 30vw;
        height: auto;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension {
        position: relative;
    }
    .site-1-home .serve-image {
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: .15;
    }
}
@media only screen and (min-width: 50.99rem) and (max-width: 1216px) {
    .site-1-home .serve-image {
        position: absolute;
        bottom: -25%;
        right: 0;
        width: 30vw;
        height: auto;
    }
}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 
#g-footer a:hover {color: #809eaa;}
#g-footer p {color: var(--default-white);}

@media only screen and (min-width: 50.99rem) {
    .footer-box-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .footer-box-container > div:nth-child(1) {
        flex: 15%;
    }
    .footer-box-container > div:nth-child(2) {
        flex: 35%;
    }
    .footer-box-container > div:nth-child(3) {
        flex: 25%;
    }
    .footer-box-container > div:nth-child(4) {
        flex: 25%;
    }
    .footer-img-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-img-container img {
        width: 10vw;
        height: auto;
    }
    .footer-info-box {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .province-flex {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 4vw;
    }
    .footer-provinces {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-links {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-social-icons a {
        margin-right: .5vw;
    }
}
@media only screen and (max-width: 50.99rem) {
    .footer-box-container {
        padding: 1rem;
    }
    .footer-img-container {
        text-align: center;
        margin-bottom: 1rem;
    }
    .footer-img-container img {
        width: 50%;
    }
    .footer-info-box {
        display: flex;
        flex-direction: row;
    }
    .footer-info-box > div {
        padding: 1rem;
    }
    .footer-provinces {
        padding: 1rem;
    }
    .province-flex {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }
    .footer-links {
        padding: 1rem;
    }
}


/*************** 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 *****************/

/*#g-container-main {background: none; }*/

.minus10, .platform-content .moduletable.minus10  {  margin: 0 calc(-12vw - 20px); }
.plus10, .platform-content .moduletable.plus10 {  margin: 0 10vw; }



.tanback { background: rgba(232,225,219,0.5); padding: 5px 0; margin-top: 0px; margin-bottom: 0px; }
.blackback { background: rgba(0,0,0,1); padding: 5px 0; margin-top: 0px; margin-bottom: 0px; }
.blackback h1, .blackback h2, .blackback h3, .blackback h4, .blackback h5, .blackback h6, .blackback p, .blackback div {
	color: white;}  

.tanback h3, .blackback h3 {margin: 15px 0;}
.tanback h4, .blackback h4 {margin: 0 0 10px 0; line-height: 1.2; font-size: 1.25rem;}


.flexrow > .imageside { flex: 2;}
.flexrow > .moduleside { flex-basis: 35%}
.padright { padding-right: 30px;}
.padleft { padding-left: 30px;}


.vocations-quotes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.vocations-quotes > div {
	padding: 0.5rem;
}
.vocations-quotes img {
	border-radius: 50%;
	height: 15vw;
    width: 15vw;
}


@media only screen and (max-width: 50.99rem) {
	.flexrow > .imageside { flex: 2;}
	/*.flexrow > div { order: 2; }
	.flexrow > div.imageside { order: 1; }*/
	.padright, .padleft { padding-right: 0px; padding-left: 0px;}
	.flexrow {flex-direction: column;}
	
	.vocations-quotes {
	flex-direction: column;
	height: auto;
	}
	
}

/*************** MOBILE *******************/ 

@media only screen and (min-width: 50.99rem){
	.vocationpage  .ph-rec-row.ph-rec-row-3 .g-content-array > .g-grid {
		flex: 33%;
		width: 33%;
	}
	.vocationpage .ph-rec-row .g-content-array > .g-grid > .g-block {
		margin: 0.5rem;
	}
	.vocationpage .ph-rec-row .g-content-array > .g-grid {
		padding: 0;
	}
	.vocationpage .ph-rec-row .g-array-item {
		box-shadow: none;
		background: rgba(232,225,219,0.5);
		min-height: 48vw;
	}
	.ph-rec-row .g-content-array .g-array-item .g-array-item-text {
		overflow: auto;
	}
	.vocationpage .ph-rec-row .g-array-item-image img {
		height: 15vw;
		width: 15vw !important;
		margin: 10% 5vw 2% 5vw !important;
		border-radius: 50%;
	}

    /*.vocationpage .ph-rec-row .g-array-item-image {
        display: flex;
        justify-content: center;
    }*/
	
}


@media only screen and (max-width: 50.99rem){
	.vocationpage .ph-rec-row.ph-rec-row-3 .g-content-array > .g-grid {
		width: 100% !important;
	}
	
	.vocationpage .ph-rec-row .g-content-array > .g-grid > .g-block {
		margin: 0.5rem;
	}
	.vocationpage .ph-rec-row .g-content-array > .g-grid {
		padding: 0;
	}
	.vocationpage .ph-rec-row .g-array-item {
		box-shadow: none;
		background: rgba(232,225,219,0.5);
		min-height: 40vw !important;
	}
		
	.vocationpage .ph-rec-row .g-array-item-image img {
		height: 30vw;
		width: 30vw !important;
		margin: 5% 5% 2% 5% !important;
		border-radius: 50%;
	}
	.vocationpage .ph-sidebyside-mobile .g-content-array > .g-grid {
		box-shadow: none;
		}	
	.vocationpage .ph-sidebyside-mobile .g-array-item-text {
		display: initial;
		content-visibility: initial;
	}	
	.vocationpage .ph-sidebyside-mobile .g-array-item {
		flex-direction: column !important;
	}
	.vocationpage .ph-sidebyside-mobile .g-content-array .g-array-item-image img {
		position: unset;
        box-shadow: none;
	}
	.vocationpage .ph-sidebyside-mobile.ph-wide .g-array-item {
		max-height: fit-content/*calc(110vw * 9/16)*/ !important;
	}
	.vocationpage .ph-sidebyside-mobile.ph-wide .g-content-array .g-array-item-image {
		position: relative;
		max-width: 100%;
		max-height: fit-content/*calc(56vw * 9/16)*/;
		width: 100%;
		height: fit-content/*calc(56vw * 9/16)*/;
        text-align: center;
        display: flex;
        justify-content: center;
        box-shadow: none;
	}
    .vocationpage .ph-sidebyside-mobile.ph-wide .g-content-array .g-array-item-image > a {
        display: flex;
        justify-content: center;
        box-shadow: none;
    }
    .vocationpage .ph-sidebyside-mobile .g-array-item-image:after {
        display: none!important;
    }
    .vocationpage .ph-sidebyside-mobile .g-array-item-text {
        padding: 1rem;
    }
}


@media only screen and (min-width: 50.99rem) {
    img[align="left"], img[style*="float:left"], img[style*="float: left"], .pull-left {
        padding-right: 30px;
    }
}

#g-aside .moduletable .category-module {
	border: 0px solid white;
	padding: 0.25rem;
	
}

#g-aside .moduletable .category-module li {
	padding-bottom: 1rem;
	border-bottom: 0px solid white;
	font-size: 0.9rem;
}
#g-aside .moduletable[class*="title"] .g-title {
	border-bottom: 1px solid black;
}
