.bg-green{
    background: #1bb27c;
}
.bg-blue{
    background: blue;
}


.bg-home{
    background:  #1bb27c;
}
.bg-study{
    background: #7f2982;
}
.bg-parent{
    background: #009fd1;
}
.bg-success-stories{
    background: #ae1d18;
}
.bg-early{
    background: #fdaf17;
}
.bg-news{
    background: #73a534;
}
.bg-about{
    background: #cf6300;
}
.bg-contact{
    background: #1bb27c;
}


html,body, p, div, td, input, textarea{
    font: normal 14px/ 18px 'Raleway', sans-serif;;
}


.top-links .col-xs-12 .logo-link{
    display: block;
    width: 100%;
    text-align: center;
}
.top-links .col-xs-12 .col-lg-2,
.top-links .col-xs-12 .col-lg-2.green-text{

    width: 100%;
    text-align: center;
}
.top-links .col-xs-12 form#searchform {
    height: 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 232px;
}
.top-links .col-xs-12 input#s {
    width: 199px;
}
.top-links .col-xs-12  .col-lg-2 {
    margin-bottom: 8px;
}


.top-links {
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 0;
}
.top-links .col-lg-2{
    padding-left: 5px;
    padding-right: 5px;
}
.top-links .col-lg-4{
    padding-left: 5px;
}
.top-links img {
    position: relative;
    bottom: -15px;
}
.top-links .col-lg-2.green-text {
    color: #01cd88;
    padding: 5px 0;
    font-weight: 600;
}
.top-links .lang{
    color: #bfbfbf;
    border: solid 1px #bfbfbf;
    font-weight: normal;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    height: 29px;
    text-align: center;
    width: 100%;
    max-width: 200px;
}
.top-links .lang.selected{
    color: #fff;
    border: solid 1px #bfbfbf;
    background: #bfbfbf
}

/*.top-links form{
    border: solid 1px #6d6d6d;
}*/
form#searchform {
    height: 30px;
    width: 100%;
}
.top-links input#s{
    border: solid 1px #6d6d6d;
    padding: 4px 15px;
    width: 205px;
    font-size: 12px;
    height: 29px;
}
.top-links input#searchsubmit{
    float: right;
    border: none;
    background: #6d6d6d url(/wp-content/themes/teenparent/img/search.gif) no-repeat;
    width: 32px;
    height: 29px;
}

.brandLogo{
    max-height: 50px;
    max-width: 50px;
}
@media (max-width: 576px) { 
    .top-links .col-xs-12 .logo-link{
        padding-bottom: 15px;
    }
}
@media (min-width: 576px) { 
    .top-links .col-lg-4{
        padding-right: 5px;
    }
    .top-links .col-lg-2 {
        margin-bottom: 10px;
    }
    .top-links img {
        width: 100%;
        max-width: 250px;
        float: left;
    }

}
@media (min-width: 992px) { 
    .top-links .col-lg-4{
        /*padding-right: 16px;*/
    }
    .top-links .col-sm-6  input#s{
        width: 171px;
        font-size: 11px;
    }
    .top-links .col-xs-12 .col-lg-2.green-text{
        text-align: right;
    }
}

@media (min-width: 1200px) { 
    .top-links .col-lg-8  input#s{
        width: 198px;
        font-size: 13px;
    }
    .top-links .col-xs-12 form#searchform {
        max-width: 230px;
    }
}

/* Navbar */
.nav-wrap{
    margin-right: 0;
    padding-left: 0;
}
.bg-light {
    background-color: #1bb27c!important;
}
.navbar-wrapper{
    background: #1bb27c url(/wp-content/themes/teenparent/img/header-bg.jpg) no-repeat;
}
.navbar-light .navbar-toggler {
    color: #ccc;
    background: #fff;
}

nav li a hr{
    border-top: 1px dotted #fff;
    border-bottom: none;
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-nav .nav-item a.nav-link {
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-weight: 600;
    font-size: 12px;
}
.navbar-nav .nav-item a.nav-link:hover {
    opacity: 0.5;
    text-decoration: none;
    color: #fff;
}
.navbar-nav .nav-item a.nav-link strong {
    font-weight: bold;
    font-size: 14px;
}

.navbar-nav .nav-item.active a.nav-link {
    color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 9px;
}
.navbar-nav .nav-item.active a.nav-link hr{
    border-top: 1px dotted #000;
}

.navbar-nav .nav-item.active {
    background: #fff;
}
@media (min-width: 576px) { 

}
@media (min-width: 992px) { 
     
    .navbar{ padding: 0;
        background: #1bb27c;
    }
    .nav-wrap{
        padding-left: 0;
        /*padding-right: 0;*/
    }
    .navbar-expand-lg .navbar-nav {
        width: 100%;
    }
    .navbar-nav .nav-item {
        width: 12.5%;
    }
}
/** end navbar **/
/** breadcrumbs **/
.breadcrumbs {
    margin: 0;
    padding: 15px 0 15px;
}
.breadcrumbs li{
    display: inline-block;
}
.breadcrumbs li span{
    font-weight: bold;
}
/** end breadcrumbs **/


/*** carousel **/
.carouse-wrapper{
    overflow: hidden;
    width: 100%;
    height: 455px;
}
.carousel-wrapper img{
    min-height: 100%;
    min-width: 100%;
    
}

.carousel-cols .copy-wrapper{
    background: #018f5f;
    margin-left: 0;
    margin-right: 0;
}
.carousel-cols  .copy-wrapper h3, .carousel-cols  .copy-wrapper p{
    color: #fff;
}
.carousel-cols  .copy-wrapper h3{
    margin-top: 18px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.carousel-cols  .copy-wrapper p{
    line-height: 20px;
    font-size: 14px;
    font-weight: 600; 
}
/** end carousel **/

/** generic styles **/

a.banner-read-more{
    color: #212529;
    font-weight: 600;
    background: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 11px 16px;
    display: inline-block;
    top: 0px;
    position: relative;
    margin-bottom: 20px;
}
a.banner-read-more:hover{
    color: #fff;
    background: #2c2a37;
    border: 1px solid #2c2a37;
    text-decoration: none;
}
button.content-read-more{
    color: #fff;
    font-weight: 600;
    background: #018f5f;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 11px 16px;
    display: inline-block;
    top: 0px;
    position: relative;
    margin-bottom: 20px;
}
button.content-read-more:hover{
    color: #fff;
    background: #2c2a37;
    border: 1px solid #2c2a37;
    text-decoration: none;
}

.toggleSideNav{
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    text-decoration: none;
    display: block;
}
.toggleSideNav:hover{
    color: #018f5f;
    text-decoration: none;
}


@media (min-width: 767px) { 
    a.banner-read-more{
        float: right;
        top: 50px;
        position: relative;
        margin-bottom: 0px;
    }
}


/** end generic styles **/

/** quick links **/

.quick-links{
    background: #cfe9e0;
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.quick-links h1, .quick-links h2{
    color: #058e60;
}
.quick-links h1{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 2px;
}
.quick-links h2{
    font-size: 35px;
    line-height: 35px
}
.quick-links a{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    margin: 16px 0;
    font-weight: bold;
    font-size: 15px;
    transition: opacity 0.25s;
}
.quick-links a:hover{
    text-decoration: none;
    opacity: 0.5;
}

/** end quick links **/

/** home-welcome **/
.home-welcome{
    margin-top: 0px;
    padding-top: 0px;
    background: transparent;
    background-size: 50% 100px !important;
}

.home-welcome .first-col {
    padding-left: 15px;
}

@media (min-width: 576px) { 
    .home-welcome .first-col{
        padding-left: 0px;
    }
}



.home-welcome .first-col h1, .home-welcome .first-col h2{
    color: #058e60;
}
.home-welcome .first-col h1{
    font-size: 36px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 18px;
}
.home-welcome .first-col h2{
    font-size: 36px;
    font-weight: normal;
    line-height: 35px;
    margin: 0 0 25px;
}
.home-welcome .first-col h3{
    margin-bottom: 18px;
    font-weight: bold;
}
.home-welcome .first-col p{
    padding: 15px 0 15px 25px;
    border-left: 3px solid #018f5f;
    line-height: 20px;
}





@media (min-width: 767px) { 
    .home-welcome{
        background: transparent url(/wp-content/themes/teenparent/img/home-green-fade.png) no-repeat left bottom;
        background-size: 50% 100px !important;
    }
}



/** end home-welcome **/

/** success-stories-links **/

.success-stories-links{
    margin-top: 10px;
    padding-top: 35px;
    padding-bottom: 35px;    
}
.success-stories-links .col-md-6 {
    margin-bottom: 30px;

}
.success-stories-links .fi-first-col h1, .success-stories-links .fi-first-col h2{
    color: #058e60;
}
.success-stories-links .fi-first-col h1{
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 2px;
}
.success-stories-links .fi-first-col h2{
    font-size: 36px;
    font-weight: normal;
    line-height: 35px;
    margin: 0 0 35px;
}
.success-stories-links .success-image-wrapper{
    overflow: hidden;
    max-height: 375px;
    width: 100%;
    border-bottom: 3px solid #ae1d18;
}
.success-stories-links img{
    width: 100%;
    height: auto;
}

.success-stories-links h2{
    color: #ae1d18;
    font-weight: bold;
    margin: 16px 0 2px 0;
}
.success-stories-links p{
    font: normal 15px/23px arial;
}

.success-stories-links a.link-black{
    display: inline-block;
    color: #fff;
    background: #2c2a37;
    border: 1px solid #2c2a37;
    text-decoration: none;
    padding: 11px 17px;
    font-weight: 600;
}
.success-stories-links a.link-black:hover{
    color: #2c2a37;
    background: #fff;
    border: 1px solid #2c2a37;
    text-decoration: none;
}



@media (min-width: 767px) { 
    .success-stories-links .success-image-wrapper{
        max-height: 190px;
    }
}
@media (min-width: 992px) { 
    .success-stories-links .col-md-6 {
        margin-bottom: 0px;

    }
}
/** end success-stories-links **/

/** content **/

.first-col h1, .first-col h2{
    color: #058e60;
}
.first-col h1{
    font-size: 36px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 18px;
}
.first-col h2{
    font-size: 36px;
    font-weight: normal;
    line-height: 35px;
    margin: 0 0 25px;
} 
.first-col h3{
    margin-bottom: 18px;
    font-weight: bold;
}
.first-col ul.sidenav {
    width: 100%;
    margin: 0px 0 15px 0;
    padding: 0 0 0 21px;
}
    

@media (min-width: 992px) { 
    .first-col ul.sidenav {
        margin: 28px 0 37px 0;
    }
}
.first-col ul.sidenav li{
    display: block;
    margin: 0;
    padding: 0;
}
.first-col ul.sidenav li a{
    line-height: 28px;
    color: #000;
    display: block;
}
.first-col ul.sidenav li a.current{
    font-weight: bold;
}

.content-wrapper{
    padding-top: 37px;
    margin-left: 0;
    margin-right: 0;
}
.content-wrapper h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color:  #000;
}
.content-wrapper h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    color:  #000;
}
.content-wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color:  #000;
}
.content-wrapper h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color:  #000;
}
.content-wrapper h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color:  #000;
}
.content-wrapper h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color:  #000;
}

.content-wrapper p {
    font-size: 14px;
    margin: 4px 0 10px;
    line-height: 21px;
}

.sh-link a{
    display: inline-block;
    padding: 20px 40px;
    text-align: center;
    color: #fff;
    margin: 16px 0;
    font-weight: bold;
    font-size: 15px;
    transition: opacity 0.25s;
    background: #028f5f;
    border: 1px solid #028f5f;
}
.sh-link a span{
    font-weight: bold;
}
.sh-link a:hover{
    color: #2c2a37;
    background: #fff;
    border: 1px solid #2c2a37;
    text-decoration: none;
}


/** grid**/
.grid img{
    width: 100%;
    height: auto;
}

.grid h2{
    color: #ae1d18;
    font-weight: bold;
    margin: 16px 0 2px 0;
}
.grid p{
    font: normal 15px/23px arial;
}

.grid a.link-black{
    display: inline-block;
    color: #fff;
    background: #2c2a37;
    border: 1px solid #2c2a37;
    text-decoration: none;
    padding: 11px 17px;
    font-weight: 600;
}
.grid a.link-black:hover{
    color: #2c2a37;
    background: #fff;
    border: 1px solid #2c2a37;
    text-decoration: none;
}


a.sidebarLink{
    display: inline-block;
    color: #2c2a37;
    background: #fff;
    border: 1px solid #2c2a37;
    text-decoration: none;
    padding: 11px 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
a.sidebarLink:hover{
    color: #fff;
    background: #2c2a37;
    border: 1px solid #2c2a37;
    text-decoration: none;
}

.first-col .contactDetails {
    width: 100%;
    margin: 37px 0 37px 0;
    padding: 0 0 0 21px;
}

.first-col .schoolContact,
.first-col .schoolContact a{
    color: #009fd1;
    font-weight: 600;
}
.first-col .contactLinks a,
.first-col .schoolAddress{
    color: #000;
    font-weight: 600;
    display: block;
}
.first-col a.successLink{
    display: inline-block;
    color: #fff;
    background: #058e60;
    border: 1px solid #058e60;
    text-decoration: none;
    padding: 11px 17px;
    font-weight: 600;    
}
.first-col a.successLink:hover{
    color: #fff;
    background: #2c2a37;
    border: 1px solid #2c2a37;
    text-decoration: none;
}
.grid h4{
    font-weight: bold;
}

#studying .carousel-cols .copy-wrapper {
    background: #7f2982;
}
#studying  .breadcrumbs li span,
#studying .first-col ul.sidenav li a.current{
    color: #7f2982;
}

#about .carousel-cols .copy-wrapper {
    background: #cf6300;
}
#about  .breadcrumbs li span,
#about .first-col ul.sidenav li a.current{
    color: #cf6300;
}

.blog .carousel-cols .copy-wrapper,
.single-post .carousel-cols .copy-wrapper{
    background: #73a534;
}
.blog  .breadcrumbs li span,
.blog .first-col ul.sidenav li a.current,
.blog .grid h2,
.single-post  .breadcrumbs li span,
.single-post .first-col ul.sidenav li a.current,
.single-post .grid h2{
    color: #73a534;
}
.blog .success-image-wrapper{
    border-bottom: solid 3px #73a534;
    max-height: 192px;
    overflow: hidden;
}
.grid .col-sm-12 {
    margin-bottom: 38px;
}

#contact .carousel-cols .copy-wrapper{
    background: #1bb27c;
}
#contact  .breadcrumbs li span,
#contact .first-col ul.sidenav li a.current,
#contact .contactName{
    color: #1bb27c;
}
#contact .contactName,
#contact .contactTitles strong{
    font-weight: bold;
    margin-bottom: 0;
}
#contact  .contactTitles strong{
    font-size: 20px;
}
#contact .contactTitles{
    margin-bottom: 15px;
}
#contact  a.contactLinks {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 22px;
}
.contactRow{
    margin-bottom: 30px;
}

.first-col{
    padding-bottom: 10px;
    margin: 0px 0 15px 0;
}
@media (min-width: 992px) { 
    .first-col{
        padding-left: 0;
    }
}
.single-our-success-stories .first-col ul.sidenav li a.current,
.page-id-16 .first-col ul.sidenav li a.current,
.single-our-success-stories .grid h2,
.page-id-16 .grid h2,
.single-our-success-stories .breadcrumbs li span,
.page-id-16 .breadcrumbs li span{
    color: #ae1d18;
}
.single-our-success-stories .success-image-wrapper,
.page-id-16 .success-image-wrapper{
    border-bottom: solid 3px #ae1d18;
}
.single-our-success-stories .carousel-cols .copy-wrapper,
.page-id-16 .carousel-cols .copy-wrapper {
    background: #ae1d18;
}

/*tax-region*/
.single-schools .first-col ul.sidenav li a.current,
.page-id-14 .first-col ul.sidenav li a.current,
.tax-region .first-col ul.sidenav li a.current,
.single-schools .grid h2,
.page-id-14 .grid h2,
.tax-region .grid h2,
.single-schools .first-col h3,
/*.page-id-14 .first-col h3,*/
.tax-region .first-col h3,
.single-schools .breadcrumbs li span,
.page-id-14 .breadcrumbs li span,
.tax-region .breadcrumbs li span{
    color: #009fd1;
}
.single-schools .first-col h3 span,
.single-schools .first-col h3 span,
.page-id-14 .first-col h3 span,
.tax-region .first-col h3 span{
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 1.75rem;
    color: #000;
    display: block;
    margin-top: 11px;
}

.single-schools .success-image-wrapper,
.page-id-14 .success-image-wrapper,
.tax-region .success-image-wrapper{
    border-bottom: solid 3px #009fd1;
}
.single-schools .carousel-cols .copy-wrapper,
.page-id-14 .carousel-cols .copy-wrapper,
.tax-region .carousel-cols .copy-wrapper {
    background: #009fd1;
}


.single-early-childhood .first-col ul.sidenav li a.current,
.page-id-18 .first-col ul.sidenav li a.current,
.tax-ecregion .first-col ul.sidenav li a.current,
.single-early-childhood .grid h2,
.page-id-18 .grid h2,
.tax-ecregion .grid h2,
.single-early-childhood .first-col h3,
/*.page-id-18 .first-col h3,*/
.tax-ecregion .first-col h3,
.single-early-childhood .breadcrumbs li span,
.page-id-18 .breadcrumbs li span,
.tax-ecregion .breadcrumbs li span,
.single-early-childhood .first-col .schoolContact, .first-col .schoolContact a {
    color: #fdaf17;
}
.page-id-18 .first-col h3{
   /* color: #058e60;*/
}
.page-id-18 .d-lg-block#collapseSideNav{
    display: none !important;
}
.tempChildhood h2{
    font-size: 1.75rem;
    margin-bottom: 18px;
}
.tempChildhood a, .tempChildhood span{
    color: #fdaf17;
    font-weight: 600;
}
.tempChildhood .tpuLinks a.tpulink{
    color: #212529;
    font-weight: 300 !important;
}
.grid .contactLinks {
    margin-bottom: 25px;
}
.grid .contactLinks p {
    font: normal 15px/21px arial;
}
.grid .contactAddress {
    margin-bottom: 22px;
}


.single-early-childhood .first-col h3 span,
.page-id-18 .first-col h3 span,
.tax-ecregion .first-col h3 span{
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 1.75rem;
    color: #000;
    display: inline-block;
    margin-top: 11px;
}

.single-early-childhood .success-image-wrapper,
.page-id-18 .success-image-wrapper,
.tax-ecregion .success-image-wrapper{
    border-bottom: solid 3px #fdaf17;
}
.single-early-childhood .carousel-cols .copy-wrapper,
.page-id-18 .carousel-cols .copy-wrapper,
.tax-ecregion .carousel-cols .copy-wrapper {
    background: #fdaf17;
}
.carousel-control-next, .carousel-control-prev {
    width: 6%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 28px;
    height: 28px;
}

/** end content **/

/** footer intros **/
.footer-intros{
    background: #1bb27c;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 45px;
   
}
.footer-intros h1{
    font-size: 35px;
    font-weight: 900;
    line-height: 38px;
}
.footer-intros h2{
    font-size: 21px;
    font-weight: 900;
}
.footer-intros  p{
    font: normal 15px/23px arial;
}
.green-link-wrap{
    width: 100%;
    margin-top: 7px;
}
.footer-intros .col-sm-12{
    margin-bottom: 30px;
    
}
.green-link-wrap a{
    color: #fff;
    text-decoration: underline;
    padding-top: 3px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}
.green-link-wrap a:hover{
    color: #2c2a37;
}

.footer-intros span.d-none.d-xl-block {
    padding: 0;
    margin: 0;
    line-height: 0;
}
@media (min-width: 992px) { 
    .footer-intros{
        background: #1bb27c url(/wp-content/themes/teenparent/img/header-bg.jpg) no-repeat;
        background-size: auto 100% !important;
    }
    .footer-intros .col-sm-12{
        margin-bottom: 0px;
    }
}
/** end footer intros **/
/** footer */
.footer-links{
    margin: 50px auto 30px;
}
.footer-links p{
    text-align: center;
}
.footer-links p,.footer-links p span, .footer-links p a{
    font-size: 12px;
    
}
.footer-links p span, .footer-links p a{
    color: #01cd88;
    font-weight: 600;
}




.footer-logo-link{
    display: block;
}
.footer-logo-link img{
    width: 100%;
    height: auto;
    max-width: 200px;
    position: relative;
    top: 0px;
    margin-bottom: 15px;
}

@media (min-width: 767px) { 
    .footer-logo-link img {
        margin-bottom: 0px;
    }
}
@media (min-width: 992px) { 
    .footer-logo-link img{
        top: -20px;
    }
	.center-217 .schoolEmail{
		font-size:11px
	}
}
@media (min-width: 1200px) { 

	.center-217 .schoolEmail{
		font-size:13px
	}
}

/** end footer */


video,.mejs-container{
    max-height: 680px !important;
    width: auto;
    margin: 30px 0;
}
