/*general*/

*{
    letter-spacing: 1px;
}
a, span {
    color:inherit;
}
.btn {
    font-family: 'Fredoka One', cursive;
    text-transform: uppercase;
    border-radius: .4rem;
}
.btn.btn-lg {
    font-size:1.5rem;
    padding:.5rem .75rem;
}
.btn-info {
    background: linear-gradient(to right, #FFE600, #FFD74E);
    color:#564B89;
    border: 3px solid #FFD74E;
    margin-bottom:2rem;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    color:#23408B;
    border: 3px solid #FFE600;
    background: linear-gradient(to right, #FFE600, #FFD74E);
}
h1, h2, h3, h4{
    font-family: 'Fredoka One', cursive;
}
h3 {
    text-align: center;
    font-size:1.4rem;
}
h5{
    font-family: 'Nunito Sans', sans-serif;
}
h6{
    font-size:.8rem;
    color:#444;
    font-family: 'Nunito Sans', sans-serif;
}
p {
    font-size:20px;
    font-family: 'Nunito Sans', sans-serif;
    text-align: justify;
}
.section-title {
    padding-bottom: 2rem;
    padding-right:0;
    padding-left:0;
}
.section-anchor {
    position: relative;
    top: -6rem;
}
@media (max-width:767px) {
    .btn.btn-lg {
        font-size: 1.25rem;
    }
}
/*master nav*/
.fixed-top{
    top:50px;
}
.master-nav{
    z-index:99;
}
.master-nav .navbar-nav{
    flex-direction: row;
}
.master-nav .navbar-nav a{
    display: inline-block;
}
/*callout bar*/
.callout-bar{
    background-color: #fff;
    color: #23408B;
    padding: .5rem 0;
    display: none;
}
.callout-bar h3{
    margin:0;
    font-size:1.2rem;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
}
.callout-bar a{
    text-decoration: underline;
    color:#564B89;
}
.callout-bar a:hover{
    color:#564B89;
}
/*navbar*/

.navbar{
    height:100px;
    background: linear-gradient(to bottom, #23408F, rgba(0,0,0,0) );
}
.navbar-brand{
    position:relative;
    top:0px;
}
.navbar-brand.scroll-100{
    top:0;
}
.navbar-brand img{
    width:175px;
    /*background:radial-gradient(rgba(255,255,255,.8) 0%, transparent 60%);*/
}
.navbar-brand img.scroll-100{
    width:175px;
}
.nav-link{
    font-family: 'Fredoka One', cursive;
    color:#fff!important;
    text-transform: uppercase;

}
.nav-link.btn-info{
    border-width:2px;
    color:#564B89!important;
    margin-bottom:0;
    margin-left:.7rem;
}
.navbar-dark .navbar-toggler{
    color:#fff;
    border-color:#fff;
    position: relative;
    align-self: baseline;
    top: 10px;
}
.navbar-open{
    background-color:#23408F!important;
    padding-bottom: 1rem;
}
@media (min-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right:.7rem;
        padding-left:.7rem;
    }
}
@media (max-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right:.4rem;
        padding-left:.4rem;
        font-size:.85rem;
    }
    .nav-link.btn-info{
        margin-left:.4rem;
    }
    .navbar-brand{
        top:0px;
    }
    .navbar-brand.scroll-100{
        top:0;
    }
    .navbar-brand img{
        width:175px;
    }
    .navbar-brand img.scroll-100{
        width:175px;
    }
}
@media (max-width:767px) {
    .navbar{
        height:auto;
    }
    .navbar-brand{
        top:0;
    }
    .navbar-brand img{
        width:175px;
        background:radial-gradient(rgba(255,255,255,.8) 0%, transparent 60%);
    }
    .navbar-brand img.scroll-100{
        width:165px;
    }
    .nav-link.btn-info{
        display: inline-block;
        margin-top: .4rem;
        padding-left: .7rem!important;
        padding-right: .7rem!important;
    }
}

/*hero-section*/

.hero-section{
    background-image: url("/img/background-hero-1.jpg");
    background-size:cover;
    background-position: bottom center;
    position: relative;
    max-height:110vh;
    overflow: hidden;
}
.hero-section-inner{
    height:95%;
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.hero-content{
    position: absolute;
    margin-top:auto;
    padding-left:0;
    bottom:150px;
}
.hero-words {
    color: #fff;
    font-size: 2.75rem;
    position: relative;
    padding-left: 0;
    text-shadow: 0px 0px 10px #333;
}
.hero-words span{
    display: inline-block;
    padding-bottom: .5rem;
    color:#FFE600;
}
.hero-kids{
    mix-blend-mode: overlay;
}
.squiggle{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:auto;
    z-index:50;
}
@media (min-width:1200px) {
    .hero-words{
        font-size:3.25rem;
    }
}
@media (max-width:1199px) {
    .hero-section {
        background-image: url("/img/background-hero-medium.jpg");
    }
    .hero-content{
        bottom:100px;
    }
}
@media (max-width:991px) {
    .hero-section{
        background-image: url("/img/background-hero-small.jpg");
    }
    .hero-content{
        bottom:40px;
    }
    .hero-words{
        text-shadow: 0px 0px 9px #534a89;
    }
}
@media (max-width: 767px) {
    .hero-section{
        background-image: url("/img/background-hero-extra-small.jpg");
        background-position: 30% 100%;
        height: 500px;
    }
    .hero-section video{
        height:100%;
        width:auto;
    }
    .hero-content{
        bottom:10px;
    }
    .hero-words{
        font-size:2.25rem;

    }


}
@media (max-width:575px) {
    .hero-content{
        bottom:20px;
    }
    .hero-words{
        text-shadow: none;
    }
    .hero-words span{
        display: none;
    }
}
/*why little star*/
.why-icon{
    padding:2rem 0 1rem;
}
.why-icons-outer{
    padding-bottom:1rem;
}
.why-icons-outer h3{
    color:#564B89;
    padding-bottom: 1rem;
}
.why-icons-outer p{
    font-size:15px;
    padding-right:.5rem;
    padding-left:.5rem;
}
/*nurturing our children*/

.nurture-section{
    background-image: url("/img/background-nurture.jpg");
    background-size:100% 100%;
    background-position:top center;
}
.nurture-section-inner{
    min-height:95vh;
    position: relative;
}
.nurture-section .section-title{
    padding-top:4rem;
}
.nurture-icons-outer h3{
    color:#564B89;
    text-transform: uppercase;
    font-size:1.15rem;
}
.nurture-section .btn-info{
    margin-top:4rem;
    margin-bottom:8rem;
}
.butterflies{
    mix-blend-mode: soft-light;
    padding-top:15rem;
}
.modal-dialog{
    max-width:90vw;
    height:90vh;
}
.modal-dialog iframe{
    height:85vh;
}
.modal-header{
    border-bottom:none;
}
/*center-based education*/
.center-education-outer{
    padding-bottom:1rem;
}
.center-education h3{
    color:#23408B;
    margin-bottom: 0;
}
.center-education .section-title{
    padding-bottom:1rem;
    padding-left:0;
    padding-right:0;
}
.center-education .education-feedback{
    padding-bottom:2rem;
    font-weight:bold;
    font-size:18px;
}
.center-education-outer img{
    padding-top:4rem;
    padding-bottom:3rem;
}
.center-education-type{
    position: relative;
    overflow: hidden;
}
.center-read-info, .center-read-info:focus, .center-read-info:active, .center-read-info:hover{
    outline:none;
    background:none;
}
.center-read-info{
    color:#444;
    padding-bottom:2rem;
    text-align: center;
    font-size:.9rem;
}
.center-read-info:focus, .center-read-info:active, .center-read-info:hover{
    color:#000;
}
.center-read-info:focus + .center-info{
    bottom:0;
}
.center-info{
    position: absolute;
    bottom: -100%;
    height: 100%;
    transition: bottom 0.5s ease;
    -webkit-transition: bottom 0.5s ease;
    background-color: white;
    padding: 20px 40px;
    width: calc(100% - 30px);
}
.center-info h3{
    margin-bottom: .5rem;
}
.center-info p{
    font-size:1rem;
    text-align:justify;
}
@media (min-width:992px) and (max-width: 1199px) {
    .center-info p{
        letter-spacing: .5px;
        line-height: 1.4;
        font-size:.9rem;
    }
}
@media(max-width:991px) {
    .nurture-section{
        background-image: url("/img/background-nurture-mobile.jpg");
    }
    .butterflies{
        padding-top:0;
        padding-bottom: 8rem;
    }
    .nurture-section .btn-info{
        margin-bottom: 4rem;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .center-info{
        padding: 0px;
    }
    .center-info h3{
        font-size:1.2rem;
        margin-bottom: .25rem;
    }
    .center-info p{
        font-size:.9rem;
        letter-spacing: .5px;
        line-height: 1.25;
    }
}
@media (max-width:575px) {
    .center-info{
        padding: 0px;
    }
    .center-info h3{
        font-size:1.2rem;
        margin-bottom: .25rem;
    }
    .center-info p{
        font-size:.9rem;
        letter-spacing: .5px;
        line-height: 1.25;
    }
}
/*testimonials*/

.testimonials-section{
    background-image: url("/img/background-nurture.jpg");
    background-size:100% 100%;
    background-position:top center;
}
.testimonials-section-inner{
    min-height:95vh;
    position: relative;
}
.testimonials-section .section-title{
    padding-top:6rem;
}
.testimonials-section .btn-info{
    margin-top:1rem;
    margin-bottom:8rem;
}
.testimonials-section .speech-bubbles{
    mix-blend-mode: soft-light;
    padding-top:8rem;
}
.testimonials-section .video-thumbs-outer h5{
    font-size:1.1rem;
    font-weight: bold;
    text-align: center;
    padding-bottom:2rem;
    padding-top:.5rem;
}
.testimonials-section .video-thumb{
    padding-left:7px;
    padding-right:7px;
}
.testimonials-section .video-thumb .fa-play{
    position: absolute;
    z-index: 15;
    color: #fff;
    text-align: center;
    left: 42%;
    padding-top: 18%;
    cursor: pointer;
    text-shadow: 2px 2px 2px #333;
}
.testimonials-section .video-thumb a{
    width:100%;
    height:auto;
}
.testimonials-section .video-thumb img{
    border-radius: 10px;
    cursor: pointer;
}
#carousel-testimonials{
    min-height:425px;
}
#carousel-testimonials .carousel-caption{
    position:static;
    color:#212529;
}
#carousel-testimonials h5{
    font-size:1.4rem;
    text-align: justify;
    line-height: 1.3;
    font-family:'Nunito Sans', sans-serif;
}
#carousel-testimonials p{
    font-size:1rem;
    text-align: center;
}
#carousel-testimonials .carousel-control-next{
    right:-15%;
}
#carousel-testimonials .carousel-control-prev{
    left:-15%;
}
#carousel-testimonials .carousel-control-prev-icon{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
#carousel-testimonials .carousel-control-next-icon{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

@media(max-width:991px) {
    .testimonials-section{
        background-image: url("/img/background-nurture-mobile.jpg");
    }
    .testimonials-section .speech-bubbles{
        padding-top:0;
        padding-bottom:6rem;
    }
}
@media (max-width:575px){
    #carousel-testimonials h5{
        font-size:1.2rem;
    }
}
/*staff*/
.staff-outer{
    padding-bottom: 3rem;
}
.staff-outer h3{
    color:#23408B;
    padding-bottom:2rem;
}
.staff-member{
    overflow:hidden;
    margin-top:4rem;
    padding-left:0;
    border-radius: 15px;
}
.staff-member-angle{
    width:200%;
    /*overflow: hidden;*/
    transform: rotate(10deg) translate(-13%, 10%);
}
.staff-member-image{
    transform: rotate(-10deg) translate(-18%, -14%);
    position: relative;
    margin: 0 auto;
    width: 51%;
}
.staff-member-image img{
    width:100%;
}
.staff-member-label{
    position: absolute;
    bottom: -.5rem;
    left: 10%;
    right: 10%;
    width:80%;
    background-color: #fff;
    color: #343434;
    padding: 15px 15px 20px 15px;
    text-align: center;
    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.staff-member-label h4{
    margin-bottom:0;
    font-size:1.25em;
}
.staff-member-gradient{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 150%;
    background: transparent;
    background: -webkit-linear-gradient(left, rgba(255, 215, 78, 0) 0, rgba(255, 215, 78, 1) 40%);
    background: -o-linear-gradient(right, rgba(255, 215, 78, 0) 0, rgba(255, 215, 78, 1) 100%);
    background: -moz-linear-gradient(right, rgba(255, 215, 78, 0) 0, rgba(255, 215, 78, 1) 100%);
    background: linear-gradient(to right, rgba(255, 215, 78, 0) 0, rgba(255, 215, 78, 1) 40%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.staff-member:hover .staff-member-label {
    background-color: #ffd74e;
    -webkit-transform: background-color(#ffd74e);
    -moz-transform: background-color(#ffd74e);
    -o-transform: background-color(#ffd74e);
    -ms-transform: background-color(#ffd74e);
    transform: background-color(#ffd74e);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.staff-member:hover .staff-member-gradient{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.staff-member-bio{
    padding-top:7rem;
    display: table;
    height:100%;
}
.staff-member-bio-inner{
    display:table-cell;
    vertical-align: middle;
}
.staff-member-bio h4{
    color:#23408B;
}
.staff-member-bio p{
    font-size:16px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .staff-member-label{
        padding: 10px 12px 15px 12px;
    }
    .staff-member-label h4{
        font-size:1em;
    }
}
@media (max-width:767px) {
    .staff-member-bio{
        padding-top:2rem;
    }
}
/*faqs*/
.faq-section{
    background-image: url("/img/background-nurture.jpg");
    background-size:100% 100%;
    background-position:top center;
}
.faq-section-inner{
    min-height:95vh;
    position: relative;
}
.faq-section .section-title{
    padding-top:6rem;
}
.faq-section .btn-info{
    margin-top:4rem;
    margin-bottom:8rem;
}
.faq-section .speech-bubbles{
    mix-blend-mode: soft-light;
    padding-top:8rem;
}
.faq-section .card, .faq-section .card-header{
    background-color:transparent;
    border:none;
}
.faq-section h5{
    text-align: center;
}
.faq-section .card-block{
    text-align: justify;
}
.faq-section .card-header a:before {
    content: '\f068';
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 19px;
    font-size: 12px;
    font-weight:bold;
}
.faq-section .card-header a.collapsed:before {
    content: '\f067';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 19px;
    -webkit-transition: all 0.5s ease;
    -webkit-transform: scale(1);
    transition: all 0.5s ease;
    transform: scale(1);
    font-size: 12px;
}
.faq-section a:hover,
.faq-section a:focus,
.faq-section a:active{
    text-decoration: none;
    color:inherit;
}

@media(max-width:991px) {
    .faq-section{
        background-image: url("/img/background-nurture-mobile.jpg");
    }
    .faq-section .speech-bubbles{
        padding-top:0;
        padding-bottom:2rem;
    }
}
@media (min-width:576px) and (max-width: 991px) {
    .faq-section .btn-info{
        margin-top:4rem;
        margin-bottom:2rem;
    }
}
/*gallery*/

.gallery .section-title{
    padding-top:2rem;
}
.powr-media-gallery{
    padding-left:15px;
}

@media (max-width:767px) {
    .gallery h2{
        margin-top: 1rem;
    }
}
/*contact info*/

.contact-section{
    background-image: url("/img/background-nurture.jpg");
    background-size:100% 100%;
    background-position:top center;
}
.contact-section-inner{
    min-height:95vh;
    position: relative;
}
.contact-section .section-title{
    padding-top:6rem;
}
.contact-section .btn-info{
    margin-top: 1rem;
    margin-bottom: 4rem;
}
.contact-section .speech-bubbles{
    mix-blend-mode: soft-light;
    padding-top:8rem;
}

.contact .section-title{
    padding-bottom:1rem;
    padding-left:0;
    padding-right:0;
}
.contact-outer h3{
    text-align: left;
    padding-bottom:1rem;
    text-transform: uppercase;
    padding-top:1rem;
    color:#23408B;
}
.contact-map{
    padding-left:0;
    padding-bottom:5rem;
}

@media(max-width:991px) {
    .contact-section{
        background-image: url("/img/background-nurture-mobile.jpg");
    }
    .contact-section .speech-bubbles{
        padding-top:0;
        padding-bottom:5rem;
    }
    .contact-map{
        padding-bottom: 1rem;
    }
}

/*all sections media queries*/
@media (min-width:992px) {
    .nurture-section hr, .faq-section hr, .testimonials-section hr, .contact-section hr {
        display: none;
    }
}
@media (max-width:991px) {
    .nurture-section hr, .faq-section hr, .testimonials-section hr, .contact-section hr {
        transform: skewY(6deg);
        margin: 3rem -15px 0;
    }
    .nurture-section .section-title, .faq-section .section-title, .testimonials-section .section-title, .contact-section .section-title{
        padding-top:4rem;
    }
}

/*footer*/
footer ul{
    padding-left:0;
    margin-bottom:0;
}
footer li{
    list-style-type:none;
}
footer p{
    font-size:16px;
}
footer p a{
    color:#23408B;
    text-decoration: underline;
}
.footer-social li{
    float:left;
    padding-right:.5rem;
    margin-top:.5rem;
}
footer h5{
    font-size:1.1rem;
    color:#23408B;
}

/*oorah*/

.oorah-outer{
    background-image: url(../img/background-nurture-mobile.jpg);
    background-position: bottom;
    padding-bottom: 23rem;
    background-size: 100% 70%;
    background-repeat: no-repeat;
}

.oorah{
    padding-top:6rem;
}
.oorah h1{
    padding-top:2rem;
}

.oorah h2{
    padding-top:2rem;
    color:#23408B;
    text-align: center;
}
.oorah .btn-info{
    margin-top:2rem;
}
@media (max-width:991px){
    .oorah-outer{
        background-size: 100% 55%;
    }
}
@media (max-width:767px){
    .oorah h1{
        padding-top:4rem;
    }
    .oorah .section-title{
        padding-bottom:0;
    }
    .oorah-outer{
        background-size: 100% 40%;
    }
}

/*apply*/

.application-outer{
    background-image: url(../img/background-nurture-mobile.jpg);
    background-position: bottom;
    padding-bottom: 26rem;
    background-size: 100% 70%;
    background-repeat: no-repeat;
}
.application{
    padding-top:6rem;
}
.application h1{
    padding-top: 2rem;
    color: #23408B;
    text-align: center;
}
label {
    font-weight:normal;
}
.tab-pane h3 {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin:1rem 0 2rem;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.tab-pane h4 {
    margin: 20px 0;
    color: #9C9C9C;
    font-size:16px;
    text-transform: uppercase;
}
#rootwizard .nav-tabs i {
    float:right;
    padding-top: 4px;
}
.nav-tabs a i{
    display: none;
}
.nav-tabs a.active i{
    display: inline;
}
.tab-content {
    overflow: hidden;
    border-left: 1px solid #ddd;
}
.nav-tabs {
    border-bottom:none;
}
.nav-tabs li{
    width:100%;
}
.nav-tabs>li>a:hover {
    background-color: transparent;
    border-color:transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border:1px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    cursor:pointer;
    text-decoration: none;
    background-color: transparent;
}

.has-feedback label~.form-control-feedback {
    top: 34px;
    text-align: left;
    width: 38px;
}
.form-control-feedback{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.nav-tabs>li>a.active {
    background-color: #F5F5F5;
}
.nav-tabs>li>a {
    border-radius: 5px;
    color:#337ab7;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.progress{
    margin:0 0 2rem;
}
.previous, .next{
    letter-spacing: 1.5px;
}
.has-error .form-control{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .help-block, .has-error .form-control-feedback{
    color: #a94442;
}
.has-success .form-control{
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .help-block, .has-success .form-control-feedback{
    color: #3c763d;
}
@media (max-width:991px){
    .application-outer{
        background-size: 100% 55%;
    }
}
@media (max-width:767px){
    .application h1{
        padding-top:4rem;
    }
    .application-outer{
        background-size: 100% 40%;
    }
    .progress{
        margin:2rem 0;
    }
    .tab-content{
        border: none;
    }
}

/*forms and info*/

.parents{
    padding-left:1.5rem;
}
.parents li{
    padding-top:.5rem;
}

@media (max-width:767px) {
    .forms h2, .forms p {
        text-align: left!important;
    }
}

/*thank you and error pages*/
.thank-outer, .error-outer{
    padding-bottom:15rem;
}
.grecaptcha-badge { opacity:0;}