﻿/* transition: [property], [duration], [timingFunction], [delay] */


/* WRAPPER OVERRIDES */
body {
    /* with Title
        padding-top: 179px;*/
    padding-top: 123px;
}

@media (max-width : 767px) {

    body {
        padding-top: 125px;
    }
}
@media (max-width : 575px) {

    body {
        padding-top: 111px;
    }
}

.juf-navbar-secondary {
    background-color: #FFFFFF;
}



/* 2nd TIER NAV OVERRIDES */
/* Bootstrap Overrides */
.nav-link {
    padding: 0;
    margin: .25rem 1rem;
    /* this replaces padding so bottom border not affecting height of nav list */
}

/* juf-global-secondary-nav.css Overrides */
.juf-navbar-secondary-nav-menuitems {
    margin-top: .5em;
    margin-bottom: .5em;
}

    .juf-navbar-secondary-nav-menuitems a.nav-link {
        color: rgba(0,0,0,.3);
        letter-spacing: 0;
    }
   
    @media (min-width: 768px) {
        .juf-navbar-secondary-nav-menuitems li.nav-item:first-child a.nav-link {
            margin-left: 0;
        }
    }
    
    .active-nav,
    .juf-navbar-secondary-nav-menuitems a.nav-link:hover,
    .juf-navbar-secondary-nav-menuitems a.nav-link:active,
    .juf-navbar-secondary-nav-menuitems a.nav-link:focus {
        color: rgba(0,0,0,.4);
        background-color: transparent;
    }
.active-nav {
    border-bottom: .15rem solid rgba(0,0,0,.3);
}

@media (max-width: 767px) {
    .juf-navbar-secondary-nav-menuitems li.nav-item {
        padding-top: .5em;
    }
    .juf-navbar-secondary-nav-menuitems a.nav-link {
        display: inline-block;
    }
}




/* ********** HYPERLINKS ********** */

a:hover,
a:focus {
    color: #4d4d4d;
}

.ecContentWrapper a:not(.btn):not(.list-group-item),
.ecContentWrapper a:not(.btn):not(.list-group-item):link {
    color: #1DC9D3;
    opacity: .9;
    text-decoration: underline;
}
    .ecContentWrapper a:not(.btn):not(.list-group-item):hover,
    .ecContentWrapper a:not(.btn):not(.list-group-item):active,
    .ecContentWrapper a:not(.btn):not(.list-group-item):focus {
        color: #DAC6E5;
        opacity: 1;
        transition: all .5s ease;
    }
    .ecContentWrapper a:not(.btn):not(.list-group-item):visited {
        text-decoration: none;
    }



/* ********** BUTTONS ********** */

.ecButton {
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 38px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-decoration: none;
}
.ecButton-small {
    height: unset;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
}
    .ecButton:active,
    .ecButton-small:active,
    .ecButton:focus,
    ecButton-small:focus {
        box-shadow: none;
    }

/* Banner Form Search Button */

.btnPrimary {
    color: #fff;
    background-color: #1DC9D3;
    transition: background-color .4s ease;
}

    .btnPrimary:hover {
        color: #fff;
        background-color: #84d9de;
    }

    .btnPrimary:active,
    .btnPrimary:focus {
        color: #fff;
        background-color: #00a0af;
    }

/* CTA Buttons */

.btnCTA {
    color: #4d4d4d;
    background-color: #FFF;
    outline: 2px solid #4d4d4d;
}

    .btnCTA:hover {
        background-color: #f6f6f6;
    }

    .btnCTA:active,
    .btnCTA:focus,
    .btnCTA.focus {
        background-color: #eeece9;
        outline: 2px solid #eeece9;
        box-shadow: none;
    }


/* Modal/Collapse Close Button */

.ecCloseButton {
    background-color: #1DC9D3;
    padding: 6px 11px;
    border: none;
    border-radius: 20px;
    line-height: 1;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    transition: background-color .4s ease, color .4s ease;
}

    .ecCloseButton:hover,
    .ecCloseButton:active,
    .ecCloseButton:focus {
        background-color: white;
        color: #1DC9D3;
    }





/* ********** TYPOGRAPHY ********** */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4D4D4D;
}

.ecTitle {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
}
.ecTitle-h1 {
    font-size: 52pt;
    line-height: 1;
}
.ecTitle-h2--23pt {
    font-size: 23pt;
}
.ecTitle-h3--18pt {
    font-size: 18pt;
}
.ecTitle-h3--16pt {
    font-size: 16pt;
}

.ecText {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.ecText-h4--14pt {
    font-size: 14pt;
    line-height: 1.5;
}
.ecText-h5--11pt {
    font-size: 11pt;
    line-height: 1.75;
}
.ecText-p--11pt {
    font-size: 11pt;
    line-height: 1.6;
}
.ecText-p--10pt {
    font-size: 10pt;
    line-height: 1.5;
}
.ecText-p--9pt {
    font-size: 9pt;
    line-height: 1.5;
}
.ecLocation-h6 {
    font-size: 10pt;
    line-height: 1;
    font-weight: 700;
    color: #BBB;
    text-transform: uppercase;
}

/* ************* BANNERTRON IMAGES************* */
.bannerTron {
    position: relative;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
}

/* Mobile Backgrounds */
.home {
    background-image: url(../img/Home_Header_Image_Mobile.jpg);
}
.about {
    background-image: url(../img/About_Header_Image_Mobile.jpg);
}
.finder {
    background-image: url(../img/Finder_Header_Image_Mobile.jpg);
}
.tuition {
    background-image: url(../img/Tuition_Header_Image_Mobile.jpg);
}
.faq {
    background-image: url(../img/FAQ_Header_Image_Mobile.jpg);
}

/* Desktop Backgrounds */
@media (min-width: 768px) {

    .bannerTron {
        min-height: 500px;
        margin-bottom: 0;
    }

    .home {
        background-image: url(../img/Home_Header_Image.jpg);
    }
    .about {
        background-image: url(../img/About_Header_Image.jpg);
    }

    .finder {
        background-image: url(../img/Finder_Header_Image.jpg);
    }

    .tuition {
        background-image: url(../img/Tuition_Header_Image.jpg);
    }

    .faq {
        background-image: url(../img/FAQ_Header_Image.jpg);
    }
}

/* Desktop Background Height Increase */
@media (min-width: 1200px) {

    .bannerTron {
        min-height: 650px;
    }
}



/* ********** BANNER CONTENT WRAPPERS ********** */

/* (MOBILE, XS-SM) */

.bannerTron-content-wrapper-mobile {
    position: relative;
    left: 0;
    top: -50px;
    margin: 0 1.5rem;
}

/* (DESKTOP, LG--MD-XL) */

.bannerTron-content-wrapper-desktop {
    position: absolute;
    margin: 0;
    left: 5%;
}
@media (min-width: 768px) {

    .home .bannerTron-content-wrapper-desktop { top: 40%; }
    .about .bannerTron-content-wrapper-desktop { top: 22%; }
    .finder .bannerTron-content-wrapper-desktop { top: 38%; }
    .tuition .bannerTron-content-wrapper-desktop { top: 50%; }
    .faq .bannerTron-content-wrapper-desktop { top: 58%; }
}
@media (min-width: 992px) {

    .home .bannerTron-content-wrapper-desktop { top: 35%; }
    .about .bannerTron-content-wrapper-desktop { top: 12%; }
    .finder .bannerTron-content-wrapper-desktop { top: 30%; }
    .tuition .bannerTron-content-wrapper-desktop { top: 42%; }
    .faq .bannerTron-content-wrapper-desktop { top: 50%; }
}
@media (min-width: 1200px) {

    .home .bannerTron-content-wrapper-desktop { top: 40%; }
    .about .bannerTron-content-wrapper-desktop { top: 22%; }
    .finder .bannerTron-content-wrapper-desktop { top: 39%; }
    .tuition .bannerTron-content-wrapper-desktop { top: 50%; }
    .faq .bannerTron-content-wrapper-desktop { top: 58%; }
}



/* Banner Shape Wrapper */

.bannerTron-shape-wrapper-desktop,
.bannerTron-shape-wrapper-mobile {
    z-index: 1;
}


/* Banner Text Wrapper Desktop */

/* MOBILE (XS, SM) */
.bannerTron-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 1em 1em;
}
@media (min-width: 576px) {
    .bannerTron-text-wrapper {
        padding: 2em 2em;
    }
    .faq .bannerTron-text-wrapper {
        padding: 0 1em;
    }
}

/* DESKTOP (MD, LG, XL) */
@media (min-width: 768px) {
    .bannerTron-text-wrapper {
        padding: 2em 3em;
    }
    .faq .bannerTron-text-wrapper {
        padding: 1.5em 4em;
    }
}
@media (min-width: 992px) {
    .bannerTron-text-wrapper {
        padding: 2em 3em;
    }
    .faq .bannerTron-text-wrapper {
        padding: 1.5em 4em;
    }
}
@media (min-width: 1200px) {
    .bannerTron-text-wrapper {
        padding: 3em 4em;
    }
    .faq .bannerTron-text-wrapper {
        padding: 2em 4em;
    }
}



/* Banner Text Title */

.bannerTron-text-title {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    /* variable */
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
}

@media (min-width: 370px) {
    .bannerTron-text-title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 613px) {
    .bannerTron-text-title {
        font-size: 54px;
        line-height: 66px;
        letter-spacing: 0;
    }
}

@media (min-width: 768px) {
    .bannerTron-text-title {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: -2px;
        margin-bottom: .75rem;
    }
}

@media (min-width: 992px) {
    .bannerTron-text-title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    .bannerTron-text-title {
        font-size: 38px;
        line-height: 42px;
        width: 80%;
    }
    .about .bannerTron-text-title {
        width: 90%;
    }
}


/* Banner Text Body */

.bannerTron-text-body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    .bannerTron-text-body {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 992px) {
    .bannerTron-text-body {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .bannerTron-text-body {
        font-size: 18px;
        line-height: 24px;
    }
}



/* ********** FORM CONTROLS ********** */

.form-control.ecTextBox {
    width: 100%;
    min-height: 50px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 576px) {
    #pnlConciergeForm .form-control.ecTextBox {
        min-height: 35px;
    }
}

    .form-control.ecTextBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #AAA;
        font-size: 12px;
    }
    .form-control.ecTextBox::-moz-placeholder { /* Firefox 19+ */
        color: #AAA;
        font-size: 12px;
    }
    .form-control.ecTextBox:-ms-input-placeholder { /* IE 10+ */
        color: #AAA;
        font-size: 12px;
    }
    .form-control.ecTextBox:-moz-placeholder /* Firefox 18- */ {
        color: #AAA;
        font-size: 12px;
    }

.dynamicErrors {
    color: red;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 25px;
    bottom: 5px;
}

.charsRemaining {
    color: #666;
    font-size: 10px;
    font-style: normal;
    display: block;
    position: absolute;
    left: 28px;
    bottom: -18px;
}
    .charsRemaining span {
        color: #1DC9D3;
    }




/* ********** CONCIERGE ********** */

.fixed-bottom.fbRight {
    left: unset;
}

.ecChatBubbles {
    width: 50px;
}

.ecConcierge-wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 372px;
    background-color: #C5ECEE;
    border: none;
    border-radius: 0;
    z-index: 1020;
}

    .ecConcierge-wrapper .ecCloseButton {
        position: absolute;
        left: -16px;
        top: -18px;
    }


#pnlConcierge {
    transition: height 1s ease-in-out;
}

/* Google Recaptcha Width Fix */

#rc-imageselect, .g-recaptcha {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media (max-width: 370px) {
    .ecConcierge-wrapper {
        width: 100%;
        padding-top: 1em;
    }

        .ecConcierge-wrapper .ecCloseButton {
            left: unset;
            right: 5px;
            top: 5px;
        }

    #btnConcierge {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: 100%;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(.9);
        -webkit-transform: scale(.9);
    }

}

.ecConcierge-title {
    font-size: .85em;
    text-transform: uppercase;
}





/* ********** CAROUSEL ********** */

.ecCarousel-bg {
    background-color: #F6F6F6;
}

.carousel-item .order-last {
    min-height: 150px;
}

.ecCarouselControlWrapper {
    position: relative;
}
@media (min-width: 768px) {
    .ecCarouselControlWrapper {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media (min-width: 992px) {
    .ecCarouselControlWrapper {
        bottom: 2em;
    }
}

/* Controls */

.ecCarousel-control-next,
.ecCarousel-control-prev {
    position: relative;
    top: unset;
    bottom: unset;
    z-index: 1;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-align: unset;
    align-items: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: 15%;
    color: indianred;
    text-align: unset;
    opacity: .75;
    transition: opacity .15s ease;
    margin: 0;
    padding: 0;
    line-height: .9;
    display: inline-block;
    color: #C9E4A2 !important;
}

/* Indicators */

ol.ecCarousel-indicators {
    margin-top: 0;
    margin-bottom: 0;
}
.ecCarousel-indicators {
    position: relative;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

    .ecCarousel-indicators li {
        width: 12px;
        height: 12px;
        margin-right: 10px;
        margin-left: 10px;
        border: 2px solid #C9E4A2;
        background-color: transparent;
        opacity: 1;
        transition: none;
        border-radius: 12px;
        list-style: none;
    }

        .ecCarousel-indicators li.active {
            background-color: #C9E4A2;
        }


/* Content */

.ecCarousel-testimonial {
    font-family: 'Maven Pro', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.2;
}
.ecCarousel-author {
    font-size: .9rem;
    text-transform: uppercase;
}
    .ecCarousel-author:before {
        content: "\2014\00a0";/*emdash-nbsp*/
    }

@media (min-width: 992px) {
    .ecCarousel-testimonial {
        font-size: 1rem;
        line-height: 1.3;
    }
    .ecCarousel-author {
        font-size: 1rem;
    }
}





/* ********** FEATURE ROW (Home Page) ********** */


.featureRow-topic-wrapper {
    position: absolute;
    top: -.5rem;
    left: 0;
}


/* Feature Row TITLE */

.featureRow-title {
    font-family: 'Maven Pro', sans-serif;
    font-size: 23pt;
    font-weight: 400;
}

/* Feature Row TOPIC TITLE */

.featureRow-topic-title {
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

/* Feature Row TOPIC TEXT */

.featureRow-topic-text {
    font-size: .9rem;
    line-height: 1.75;
}

/* Feature Row media queries */

@media (min-width: 768px) {
    .featureRow-topic-text {
        font-size: 10pt;
    }
}

@media (min-width: 992px) {
    .featureRow-topic-title {
        font-size: 1.3rem;
    }

    .featureRow-topic-text {
        font-size: 11pt;
    }
}

@media (min-width: 1200px) {
    .featureRow-topic-title {
        font-size: 1.4rem;
    }
    /* HOME */
    .home .featureRow-topic-text {
        padding-left: 4em !important;
        padding-right: 4em !important;
    }
}





/* ********** FEATURE ROW #1 (About Page) ********** */

.featureRow-topic-title-emphasis {
    font-size: 1.5rem;
}

.featureRow-topImage-wrapper--curriculum {
    position: absolute;
    top: -22px;
    left: 61px;
    max-width: 100%;
}
.featureRow-topImage-image--curriculum {
    width: 88%;
}

.featureRow-topImage-wrapper--community {
    position: absolute;
    top: 8px;
    left: -42px;
    max-width: 100%;
}
.featureRow-topImage-image--community {
    width: 145%;
}

.featureRow-topImage-wrapper--culture {
    position: absolute;
    top: 19px;
    left: -42px;
    width: 100%;
}
.featureRow-topImage-image--culture {
    width: 128%;
}

@media (min-width: 1400px) {

    .featureRow-topImage-wrapper--curriculum {
        top: -25px;
        left: 85px;
        width: 55%;
    }

    /*.featureRow-topImage-image--curriculum {
        width: 182%;
    }*/

    .featureRow-topImage-wrapper--community {
        top: 22px;
    }

    .featureRow-topImage-image--community {
        width: 75%;
    }
    
    .featureRow-topImage-wrapper--culture {
        top: 18px;
        left: -80px;
    }
    .featureRow-topImage-image--culture {
        width: 160%;
    }
}



/* ********** FEATURE ROW #2 (About Page) ********** */
/* ********** FEATURE ROW #3 (Tuition Page) ********** */
.ecFeatureImage {
    top: 20px;
    left: 0;
}




/* ********** FEATURE ROW #2 (Tuition Page) ********** */

.ecTuition-signature-wrapper {
    position: absolute;
    left: 42px;
    top: 0;
}
.ecTuition-sibling-wrapper {
    position: absolute;
    left: 42px;
    top: -5px;
}
.ecTuition-voucher-wrapper {
    position: absolute;
    top: 20px;
    left: 0;
}

.ecTuition-signature-icon {
    width: 100%;
}

.ecTuition-sibling-icon {
    width: 100%;
}

@media (min-width: 768px) {

    .ecTuition-signature-icon {
        width: 75%;
    }
    .ecTuition-sibling-icon {
        width: 75%;
    }
}





/* ********** FAQ NUMBERS (FAQ Page) ********** */

/*.ecFAQ-row {
    border-bottom: #EEECE9 1px solid;
}*/
div.row.ecFAQ-row:last-child {
    border-bottom: none;
}
.ecFAQ-shape {
    width: 70%;
}
.ecFAQ-shape-wrapper {
    position: absolute;
    z-index: -1;
}
.ecFAQ-shape-wrapper--1 {
    top: -4px;
    left: 0;
}
.ecFAQ-shape-wrapper--2 {
    top: 22px;
    left: 0;
}
.ecFAQ-shape-wrapper--3 {
    top: -4px;
    left: 0;
}
.ecFAQ-shape-wrapper--4 {
    top: 22px;
    left: 0;
}
.ecFAQ-shape-wrapper--5 {
    top: 8px;
    left: 0;
}
.ecFAQ-shape-wrapper--6 {
    top: -4px;
    left: 0;
}
.ecFAQ-shape-wrapper--7 {
    top: 18px;
    left: 0;
}
.ecFAQ-shape-wrapper--8 {
    top: 2px;
    left: 0;
}





/* ********** FINDER (Finder Page) ********** */


.eyebrowResults {
    border-radius: 0;
    background-color: white;
    border: 2px solid #DAC6E5;
    color: #999999;
    font-weight: bold;
}
.eyebrowResultsBadge {
    background-color: #DAC6E5;
    color: white;
    font-size: 110%;
}

.stickyMap {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    right: 0;
}

.ecFinder-shape {
    width: 80%;
}
.ecFinder-shape-wrapper {
    position: absolute;
    z-index: -1;
}
.ecFinder-shape-wrapper--1 {
    top: 24px;
    left: -70px;
}
.ecFinder-shape-wrapper--2 {
    top: 30px;
    left: -175px;
}
.ecFinder-shape-wrapper--3 {
    top: 24px;
    left: -40px;
}
.ecFinder-shape-wrapper--4 {
    top: 76px;
    left: -200px;
}
.ecFinder-shape-wrapper--5 {
    top: 25px;
    left: -55px;
}



.ec-thumbs-list {

}
    .ec-thumbs-list.list-group-horizontal .list-group-item:first-child {
         border-top-left-radius:  unset; 
         border-bottom-left-radius: unset ; 
         border-top-right-radius: unset; 
    }

    .ec-thumbs-list.list-group-horizontal .list-group-item {
         padding: 0;
         margin-bottom: 0; 
         background-color: none; 
         border: none; 
         margin-right: 1em;
    }

        .ec-thumbs-list.list-group-horizontal .list-group-item.active {
            background-color: none;
            border-color: none;
        }

        .ec-thumbs-list.list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: unset;
            border-top-right-radius: unset;
        }





/*************** GOOGLE MAP MARKER OVERRIDES ******************/

.gm-style .gm-style-iw-c {
    background-color: #1DC9D3;
    border-radius: 35px;
    padding: 18px 25px;
    border: 2px solid white;
    color: white;
    /*box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);*/
    box-shadow: none;
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
    background-color: #1DC9D3;
    padding-right: 25px;
    padding-bottom: 5px;
}

.gm-style .gm-style-iw {
    font-weight: 400;
    font-size: 11px;
}

/* close button */
.gm-ui-hover-effect {
    top: -5px !important;
    right: 30px !important;
    color: white;
}


/*************** GOOGLE MAP MARKER CUSTOM STYLES ******************/

.ecGoogleMaps-marker-schoolInfo-wrapper {

}

.ecGoogleMaps-marker-schoolInfo-btn-moreInfo {
    height: unset;
    border: 1px solid;
    border-radius: 0;
    box-shadow: none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: .25rem;
    text-decoration: none;
    display: inline-block;
}

    .ecGoogleMaps-marker-schoolInfo-btn-moreInfo:hover,
    .ecGoogleMaps-marker-schoolInfo-btn-moreInfo:active,
    .ecGoogleMaps-marker-schoolInfo-btn-moreInfo:focus {
        color: #1DC9D3 !important;
        background-color: white !important;
    }



@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}