#banner-section.parent-schools {
    background: url('../assets/images/schools/blue-banner.jpg') scroll repeat-x center center #2268A7;
}

/********* BEGIN - CULTURE BANNER SECTION *********/

#culture-banner-section {
	background: url('../assets/images/schools/culture-banner.jpg') scroll no-repeat center center transparent;
	height: 451px;
}

#culture-banner-section .container-fluid {
	padding: 0;
}

#culture-banner-section .container-fluid .span12 {
	position: relative;
}

    #culture-banner-section .container-fluid .col-md-12 {
        position: relative;
    }

#culture-banner-section a {
	margin: 400px 0 0 0;
}

#culture-banner-section .span12 > div:nth-child(1) {
	position: absolute;
	right: 0;
	top: 116px;
}

    #culture-banner-section .span12 > div:nth-child(1) > div.blue-fading-bar {
        background: url('../assets/images/schools/blue-fading-bar.png') scroll no-repeat right center transparent;
        height: 140px;
        float: left;
        width: 810px;
    }

#culture-banner-section .span12 > div:nth-child(1) > span:nth-child(2) {
	display: inline-block;
	height: 141px;
	width: 241px;
	float: right;
	background-color: #00529C;
}

#culture-banner-section .span12 > div:nth-child(1) > div.blue-fading-bar span {
	font-size: 40px;
	font-family: 'PFDinTextStd-Regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
	display: block;
	color: #FFFFFF;
	width: 400px;
	position: relative;
	line-height: 45px;
	text-align: center;
	top: 20px;
	left: 110px;
}


    #culture-banner-section .col-md-12 > div:nth-child(1) {
        position: absolute;
        right: 0;
        top: 116px;
    }

        #culture-banner-section .col-md-12 > div:nth-child(1) > div.blue-fading-bar {
            background: url('../assets/images/schools/blue-fading-bar.png') scroll no-repeat right center transparent;
            height: 140px;
            float: left;
            width: 810px;
        }

        #culture-banner-section .col-md-12 > div:nth-child(1) > div:nth-child(2) {
            display: inline-block;
            height: 141px;
            width: 241px;
            float: right;
            background-color: #00529C;
        }

        #culture-banner-section .col-md-12 > div:nth-child(1) > div.blue-fading-bar span {
            font-size: 40px;
            font-family: 'PFDinTextStd-Regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
            display: block;
            color: #FFFFFF;
            width: 400px;
            position: relative;
            line-height: 45px;
            text-align: center;
            top: 20px;
            left: 110px;
        }

/********* END - CULTURE BANNER SECTION *********/

/********* BEGIN - TESTIMONIALS SECTION *********/

#testimonials-section .span12 .row-fluid {
	text-align: center;
}

#testimonials-section .col-md-12 .row-fluid {
    text-align: center;
}

#testimonials-section .span6:nth-child(1) {
	width: 450px;
	float: none;
	margin: 0 auto;
	display: inline-block;
}

#testimonials-section .span6:nth-child(1) > p {
	padding-left: 60px;
	position: relative;
	width: 380px;
	font-family: 'PFDinTextStd-regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
	margin: 10px 0 25px 0;
	text-align: left;
	font-size: 18px;
}

#testimonials-section .span6:nth-child(1) > p > span {
	font-size: 170px;
	left: 0;
	position: absolute;
	font-family: 'PFDinTextStd-Regular',sans-serif, Myriad Pro, arial, helvetica;
	top: 55px;
	color: #00519B;
}

#testimonials-section .span6:nth-child(1) > span {
	color: #333333;
	font-size: 18px;
	display: block;
	line-height: 25px;
	font-family: 'PFDinTextStd-Medium','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
	text-align: right;
}

#testimonials-section .span6:nth-child(1) > span:nth-child(2) {
	font-family: 'PFDinTextStd-Bold';
}

#testimonials-section .span6:nth-child(2) {
	width: 450px;
	float: none;
	margin: 0 auto;
	padding-left: 40px;
	vertical-align: top;
	display: inline-block;
}

#testimonials-section .span6:nth-child(2) figure {
	text-align: left;
}


#testimonials-section .col-md-6:nth-child(1) {
    width: 450px;
    float: none;
    margin: 0 auto;
    display: inline-block;
}

    #testimonials-section .col-md-6:nth-child(1) > p {
        padding-left: 60px;
        position: relative;
        width: 380px;
        font-family: 'PFDinTextStd-regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
        margin: 10px 0 25px 0;
        text-align: left;
        font-size: 18px;
    }

        #testimonials-section .col-md-6:nth-child(1) > p > span {
            font-size: 170px;
            left: 0;
            position: absolute;
            font-family: 'PFDinTextStd-Regular',sans-serif, Myriad Pro, arial, helvetica;
            top: 55px;
            color: #00519B;
        }

    #testimonials-section .col-md-6:nth-child(1) > span {
        color: #333333;
        font-size: 18px;
        display: block;
        line-height: 25px;
        font-family: 'PFDinTextStd-Medium','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
        text-align: right;
    }

        #testimonials-section .col-md-6:nth-child(1) > span:nth-child(2) {
            font-family: 'PFDinTextStd-Bold';
        }

#testimonials-section .col-md-6:nth-child(2) {
    width: 450px;
    float: none;
    margin: 0 auto;
    padding-left: 40px;
    vertical-align: top;
    display: inline-block;
}

    #testimonials-section .col-md-6:nth-child(2) figure {
        text-align: left;
    }

/********* END - TESTIMONIALS SECTION *********/

/********* START - SPREADING THE WORD SECTION **********/

#spreading-the-word-section {
	background-color: #E0EBF5;
}

#spreading-the-word-section .col-md-6:nth-child(1) {
	width: 450px;
	float: none;
	padding-left: 40px;
	vertical-align: top;
	display: inline-block;
}
#spreading-the-word-section .col-md-6:nth-child(1) a {
	display: block;
	position: relative;
}

    #spreading-the-word-section .col-md-6:nth-child(1) span {
        position: absolute;
        left: 150px;
        width: 100px;
        height: 100px;
        background: url('../assets/images/schools/play-bt.png') scroll no-repeat 0 -100px transparent;
        top: 90px;
    }

    #spreading-the-word-section .col-md-6:nth-child(1) a:hover span {
        background: url('../assets/images/schools/play-bt.png') scroll no-repeat 0 0 transparent;
    }


#spreading-the-word-section .col-md-12 .row-fluid {
	text-align: center;
}

#spreading-the-word-section .col-md-6:nth-child(2) {
	width: 450px;
	float: none;
	margin: 0 0 0 15px;
	display: inline-block;
}

#spreading-the-word-section .col-md-6:nth-child(2) > p {
	position: relative;
	width: 365px;
	font-family: 'PFDinTextStd-regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
	text-align: left;
	font-size: 18px;
}

/********* END - SPREADING THE WORD SECTION **********/

/********* START - IMPLEMENTATION SECTION **********/

#implementation-section .col-md-12 .row-fluid {
	text-align: center;
}

#implementation-section .col-md-6:nth-child(1) {
	width: 420px;
	float: none;
	margin: 0 auto;
	display: inline-block;
}



#implementation-section .col-md-6:nth-child(1) > p {
	padding-left: 60px;
	position: relative;
	width: 340px;
	font-family: 'PFDinTextStd-regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
	margin: 10px 0 25px 0;
	text-align: left;
	font-size: 18px;
}

#implementation-section .col-md-6:nth-child(2) {
    width: 450px;
    float: none;
    margin: 0 auto;
    padding-left: 15px;
    vertical-align: top;
    display: inline-block;
}

    #implementation-section .col-md-6:nth-child(2) figure {
        text-align: left;
    }

#implementation-section a.blue-button {
	margin-top: 0;
}

/********* END - IMPLEMENTATION SECTION **********/

/********* BEGIN - TESTIMONIALS CONTENT SECTION **********/

body.parent-schools.child-testimonials #banner-section h1 {
	width: 850px;
}

#testimonials-content-section .container-fluid {
	padding: 0;
}

#testimonials-content-section .testimonials-container {
	text-align: center;
}

#testimonials-content-section h3 {
	color: #00519B;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}

#testimonials-content-section h3.grey {
	margin: 0;
	background-color: #E0EBF5;
	padding: 15px 0 0 0;
}
	/********* BEGIN - WHITE *********/

	#testimonials-content-section .testimonial-item:nth-child(2) {
		padding: 0 0 80px;
	}

	#testimonials-content-section .testimonial-item:nth-child(3) {
		padding: 20px 0 40px 0;
	}

	#testimonials-content-section .testimonial-item:nth-child(4) {
		margin: 40px 0;
	}

	#testimonials-content-section .testimonial-item:nth-child(5) {
		margin: 40px 0;
	}

	#testimonials-content-section .testimonial-item:nth-child(7) {
		margin: 35px 0 40px;
	}

	#testimonials-content-section .testimonial-item:nth-child(8) > div:nth-child(2) > p {
		width: 365px !important;
		margin-bottom: 55px !important;
	}

	#testimonials-content-section .testimonial-item.white > div:nth-child(1) {
		width: 460px;
		float: none;
		margin: 0 auto;
		display: inline-block;
	}

	#mindset-implementation-section .carousel-inner .item > div:nth-child(2) ul {
		margin-left: 60px;
	}

	#testimonials-content-section .testimonial-item.white > div:nth-child(1) > p {
		padding-left: 60px;
		position: relative;
		width: 380px;
		font-family: 'PFDinTextStd-regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
		margin: 10px 0 25px 0;
		text-align: left;
		font-size: 18px;
	}

	#testimonials-content-section .testimonial-item.white > div:nth-child(1) > p > span {
		font-size: 170px;
		left: 0;
		position: absolute;
		font-family: 'PFDinTextStd-Regular',sans-serif, Myriad Pro, arial, helvetica;
		top: 55px;
		color: #00519B;
	}

	#testimonials-content-section .testimonial-item.white > div:nth-child(1) > span {
		color: #333333;
		font-size: 18px;
		display: block;
		line-height: 25px;
		font-family: 'PFDinTextStd-Medium','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
		text-align: right;
	}

	#testimonials-content-section .testimonial-item.white > div:nth-child(1) > span:nth-child(2) {
		font-family: 'PFDinTextStd-Bold';
	}

	#testimonials-content-section .testimonial-item.white > div:nth-child(2) {
		width: 250px;
		float: none;
		margin: 0 auto;
		padding-left: 30px;
		vertical-align: top;
		display: inline-block;
	}

	#testimonials-content-section .testimonial-item.white > div:nth-child(2) figure {
		text-align: left;
	}

	/********* END - WHITE *********/

	/********* BEGIN - GREY *********/

	#testimonials-content-section .testimonial-item.grey {
		background-color: #E0EBF5;
		padding: 15px 0 40px 0;
	}

	#testimonials-content-section .testimonial-item.grey > div:nth-child(2) {
		width: 480px;
		float: none;
		margin: 0 auto;
		display: inline-block;
	}

	#testimonials-content-section .testimonial-item.grey > div:nth-child(2) > p {
		padding-left: 60px;
		position: relative;
		width: 380px;
		font-family: 'PFDinTextStd-regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
		margin: 10px 0 25px 0;
		text-align: left;
		font-size: 18px;
	}

	#testimonials-content-section .testimonial-item.grey > div:nth-child(2) > p > span {
		font-size: 170px;
		left: 0;
		position: absolute;
		font-family: 'PFDinTextStd-Regular',sans-serif, Myriad Pro, arial, helvetica;
		top: 55px;
		color: #00519B;
	}

	#testimonials-content-section .testimonial-item.grey > div:nth-child(2) > span {
		color: #333333;
		font-size: 18px;
		display: block;
		line-height: 25px;
		font-family: 'PFDinTextStd-Medium','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
		text-align: right;
	}

	#testimonials-content-section .testimonial-item.grey > div:nth-child(2) > span:nth-child(2) {
		font-family: 'PFDinTextStd-Bold';
	}

	#testimonials-content-section .testimonial-item.grey > div:nth-child(1) {
		width: 255px;
		float: none;
		margin: 0 auto;
		padding: 20px 35px 0 0;
		vertical-align: top;
		display: inline-block;
	}

	#testimonials-content-section .testimonial-item.grey > div:nth-child(1) figure {
		text-align: right;
	}

	/********* END - GREY *********/

	#testimonials-content-section .page-header > p {
		width: 580px;
	}

	.students-testimonials {
		width: 730px;
		margin: 0 auto;
	}

	.students-testimonials p {
		color: #333333;
		font-size: 18px;
	}

	.students-testimonials p:last-child {
		text-align: right;
		font-family: 'PFDinTextStd-Bold';
	}

	.students-testimonials .testimonial-text:nth-child(1) p:first-child {
		width: 750px;
	}

	.students-testimonials .testimonial-text:nth-child(2) p:first-child {
		width: 730px;
	}

	.students-testimonials .testimonial-text:nth-child(3) p:first-child {
		width: 730px;
	}

	#testimonials-content-section .students-testimonials p {
		position: relative;
		margin-bottom: 45px;
	}

	#testimonials-content-section .students-testimonials span.quote {
		font-size: 170px;
		left: -65px;
		position: absolute;
		font-family: 'PFDinTextStd-Regular',sans-serif, Myriad Pro, arial, helvetica;
		top: 55px;
		color: #00519B;
	}

/********* END - TESTIMONIALS CONTENT SECTION **********/

/********* BEGIN - TESTIMONIALS CONTENT SECTION **********/

#testimonial-video-section {

}

#testimonial-video-section .span12 {
	text-align: center;
}

#testimonial-video-section p {
	color: #333333;
	font-size: 30px;
	font-family: 'PFDinTextStd-Medium','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
}

#testimonial-video-section div:nth-child(2) {
	position: relative;
	display: inline-block;
	margin: 35px 0 15px 0;
}


#parentdiv  span {
	background: url('../assets/images/schools/testimonials/play-bt.png') scroll no-repeat 0 -100px transparent;
	position: absolute;
	height: 100px;
	width: 100px;
	left: 195px;
	top: 130px;
	cursor: pointer;
}

#testimonial-video-section div:nth-child(2) span:hover {
	background-position: 0 0;
}

#testimonial-video-section div:nth-child(2) figure {
	text-align: center;
}

/********* END - TESTIMONIALS CONTENT SECTION **********/


/********* BEGIN - SPREADING-THE-WORD-CONTENT-SECTION ********/

.child-spreading-the-word #banner-section h1 {
	width: 925px;
}

#spreading-the-word-content-section .col-md-6:nth-child(2) a {
	display: inline-block;
	position: relative;
}

#spreading-the-word-content-section .col-md-6:nth-child(2) span {
    position: absolute;
    left: 150px;
    width: 100px;
    height: 100px;
    background: url('../assets/images/schools/play-bt.png') scroll no-repeat 0 -100px transparent;
    top: 90px;
}

#spreading-the-word-content-section .col-md-6:nth-child(2) a:hover span {
    background: url('../assets/images/schools/play-bt.png') scroll no-repeat 0 0 transparent;
}

#spreading-the-word-content-section .col-md-12 .row-fluid {
	text-align: center;
}

    #spreading-the-word-content-section .col-md-12 .row-fluid .col-md-6:nth-child(1) {
        text-align: left;
    }

#spreading-the-word-content-section .col-md-12 .row-fluid .col-md-6:nth-child(1) p {
    width: 385px;
    margin: 0 0 30px 0;
    float: right;
}

    #spreading-the-word-content-section .col-md-12 .row-fluid .col-md-6:nth-child(1) p:last-child {
        margin: 0;
    }

#spreading-the-word-content-section .col-md-12 .row-fluid .col-md-6:nth-child(2) {
    text-align: left;
}

#spreading-the-word-content-section .resources-container {
	width: 800px;
	margin: 45px auto 0;
}

#spreading-the-word-content-section .resources-container .resources-item {
	margin-bottom: 40px;
}

#spreading-the-word-content-section .resources-container .resources-item h3 {
	color: #333333;
	font-size: 20px;
	line-height: 0;
	margin-bottom: 15px;
}

#spreading-the-word-content-section .resources-container .resources-item p {
	color: #333333;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 5px;
}

#spreading-the-word-content-section .resources-container a {
	font-size: 16px;
	margin: 0;
	display: inline-block;
}

#spreading-the-word-content-section .resources-container ul {
	list-style-type: none;
	margin: 25px 0 20px 0;
}

#spreading-the-word-content-section .resources-container ul > li {
	line-height: 25px;
}

/********* END - SPREADING-THE-WORD-CONTENT-SECTION ********/

/********* BEGIN - SPREADING-THE-WORD-CONTENT-SECTION ********/

body.child-getting-started #banner-section {
	background: url('../assets/images/schools/blue-banner.jpg') scroll repeat-x center center #2268A7;
	height: 199px;
}

#getting-started-content-section {

}

    #getting-started-content-section .col-md-12 .row-fluid .col-md-6:nth-child(1) {
        text-align: left;
    }

    #getting-started-content-section .col-md-12 .row-fluid .col-md-6:nth-child(1) p {
        width: 385px;
        margin: 0 0 30px 0;
        float: right;
    }

        #getting-started-content-section .col-md-12 .row-fluid .col-md-6:nth-child(1) p a {
            text-decoration: underline;
        }

    #getting-started-content-section .col-md-12 .row-fluid .col-md-6:nth-child(1) p:last-child {
        margin: 0;
    }

    #getting-started-content-section .col-md-12 .row-fluid .col-md-6:nth-child(2) {
        text-align: left;
    }

#mindset-implementation-section {

}

#mindset-implementation-section .implementation-box {
	text-align: center;
	padding-bottom: 30px;
}

#mindset-implementation-section .implementation-box .implementation-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

#mindset-implementation-section .implementation-box .implementation-item > div:nth-child(1) {
	background-color: #808080;
	opacity: 0.4;
	position: absolute;
	height: 100%;
	width: 100%;
}

#mindset-implementation-section .implementation-box .implementation-item.active > div:nth-child(2) {
	background: url('../assets/images/schools/getting-started/arrow-top.png') scroll no-repeat center 0 transparent;
	position: absolute;
	width: 100%;
	height: 18px;
	top: 50px;
}

#mindset-implementation-section .implementation-box .implementation-item.active > div:nth-child(5) {
	background: url('../assets/images/schools/getting-started/arrow-bottom.png') scroll no-repeat center 0 transparent;
	position: absolute;
	width: 100%;
	height: 18px;
	bottom: -18px;
}

#mindset-implementation-section .implementation-box .implementation-item.active > div:nth-child(1) {
	display: none;
}

#mindset-implementation-section .implementation-box .implementation-item span {
	background: #003F78;
	font-size: 22px;
	color: #6599CB;
	display: block;
	text-align: center;
	padding: 15px 0;
	border-left: 1px solid #6599CB;
	border-right: 1px solid #6599CB;
	font-family: PFDinTextStd-Medium, 'Open Sans', sans-serif, Myriad Pro, arial, helvetica;
}

#mindset-implementation-section .implementation-box .implementation-item:nth-child(1) span,
#mindset-implementation-section .implementation-box .implementation-item:nth-child(3) span {
	border: none;
}

#mindset-implementation-section .implementation-box .implementation-item figure {
	background: url('../assets/images/schools/getting-started/blue-background.png') scroll no-repeat center center transparent;
	padding: 20px 18px 16px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#mindset-implementation-section .implementation-box .implementation-item:nth-child(1) figure {
	border-right: none;
}

#mindset-implementation-section .implementation-box .implementation-item:nth-child(3) figure {
	border-left: none;
}

#mindset-implementation-section .implementation-box .implementation-item.active span {
	color: #FFFFFF;
}

#mindset-implementation-section .implementation-box .implementation-item.active figure {

}

#mindset-implementation-section .carousel {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	display: none;
}

#mindset-implementation-section .carousel.active {
	display: block;
}

#mindset-implementation-section .carousel-inner {

}

#mindset-implementation-section .carousel-inner .item {
	min-height: 325px;
}

#mindset-implementation-section .carousel-inner .item > div {
	display: inline-block;
	vertical-align: top;
}

#mindset-implementation-section .carousel-inner .item > div:nth-child(1) {
	width: 320px;
	padding-top: 10px;
}

#mindset-implementation-section .carousel-inner .item > div:nth-child(1) figure {
	margin-bottom: 10px;
}

#mindset-implementation-section .carousel-inner .item > div:nth-child(1) a {
	font-size: 18px;
}

#mindset-implementation-section .carousel-inner .item > div:nth-child(2) {
	width: 485px;
	text-align: left;
}

#mindset-implementation-section .carousel-inner .item > div:nth-child(2) h3 {
	font-size: 20px;
	margin: 0;
}

#mindset-implementation-section .carousel-inner .item > div:nth-child(2) p {
	font-size: 16px;
}

#mindset-implementation-section .carousel-control {
	color: #A3C2E0;
	width: 33px;
	height: 47px;
}

#mindset-implementation-section .carousel-control.left {
	background: url('../assets/images/schools/getting-started/arrow-left.png') scroll no-repeat 0 0 transparent;
}

#mindset-implementation-section .carousel-control.right {
	background: url('../assets/images/schools/getting-started/arrow-right.png') scroll no-repeat 0 0 transparent;
}

#mindset-implementation-section .carousel-indicators {
	position: inherit;
	margin: 0 auto;
	top: inherit;
	right: inherit;
	overflow: hidden;
	margin-top: 15px;
	display: inline-block;
}

#mindset-implementation-section .carousel-indicators li {
	background-color: #E0EBF5;
	width: 30px;
	height: 30px;
	border-radius: 0;
}

#mindset-implementation-section .carousel-indicators li.active {
	background-color: #A3C2E0;
}

#mindset-implementation-section .blue-button {
	margin: 30px 0;
}

/********* END - SPREADING-THE-WORD-CONTENT-SECTION ********/

/********* START -  **********/

body.parent-schools .modal-header {
	padding: 0;
	border: none;
	position: relative;
}

body.parent-schools .modal-body {
	padding: 0;
	overflow: hidden;
}

body.parent-schools .modal-header a {
	margin: 0 !important;
	width: 31px;
	height: 31px;
	right: -15px;
	background: url('../assets/images/modal-close-bt2.png') scroll no-repeat 0 0 transparent;
	opacity: inherit;
	position: absolute;
	top: -15px;
	z-index: 200;
}

/********* END -  **********/

.child-culture.students-part {
	padding: 30px 0;
}

.parallax-window.first-background {

}

.parallax-window.first-background p {
	font-size: 36px;
	color: #ffffff;
	width: 830px;
	margin: 35px auto;
	line-height: 45px;
	font-family: 'PFDinTextStd-Medium','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
}

.parallax-window.first-background a {
	 font-size: 20px;
}

.parallax-window.first-background span {
	background: url('/assets/images/schools/culture/arrow-down.png') scroll no-repeat 0 0 transparent;
	width: 55px;
	display: inline-block;
	height: 55px;
	margin-top: 30px;
	cursor: pointer;
}

.child-culture.text-part {
	padding: 30px 0;
	border-bottom: 5px solid #666666;
}

.child-culture.text-part .row-fluid {
	text-align: center;
}

    .child-culture.text-part.default .col-md-6:nth-child(1) {
        width: 300px;
        display: inline-block;
        float: none;
        vertical-align: top;
        padding-top: 25px;
    }

    .child-culture.text-part.default .col-md-6:nth-child(2) {
        width: 490px;
        display: inline-block;
        float: none;
        text-align: left;
    }

    .child-culture.text-part.default .col-md-6:nth-child(1) > span {
        margin-bottom: 15px;
        display: inline-block;
        background: url('/assets/images/schools/culture/img1.png') scroll no-repeat 0 0 transparent;
        width: 301px;
        height: 310px;
    }

        .child-culture.text-part.default .col-md-6:nth-child(1) > span:hover {
            background-position-y: -311px;
        }

#leader-part.child-culture.text-part.default .col-md-6:nth-child(1) > span {
    margin-bottom: 15px;
    display: inline-block;
    background: url('/assets/images/schools/culture/img3.png') scroll no-repeat 0 0 transparent;
    width: 301px;
    height: 310px;
}

    #leader-part.child-culture.text-part.default .col-md-6:nth-child(1) > span:hover {
        background-position-y: -311px;
    }

.child-culture.text-part.default .col-md-6:nth-child(1) a {
    color: #00519B;
    font-size: 20px;
}

.child-culture.text-part.default .col-md-6:nth-child(2) h2 {
    font-size: 28px;
}

.child-culture.text-part.default .col-md-6:nth-child(2) p {
    font-family: 'PFDinTextStd-regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
}

.child-culture.text-part.default .col-md-6:nth-child(2) figure {
    width: 210px;
    margin: 15px 0;
}

.child-culture.text-part.default .col-md-6:nth-child(2) p:nth-child(4) {
    font-family: 'PFDinTextStd-Medium','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
    font-size: 20px;
}

    .child-culture.text-part.default .col-md-6:nth-child(2) p:nth-child(4) a {
        color: #00519B;
        font-size: 17px;
        font-family: 'Open Sans', sans-serif, Myriad Pro, arial, helvetica;
    }

.child-culture.text-part.teachers .col-md-6:nth-child(2) {
    width: 315px;
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-top: 25px;
}

.child-culture.text-part.teachers .col-md-6:nth-child(1) {
    width: 490px;
    display: inline-block;
    float: none;
    text-align: left;
}

.child-culture.text-part.teachers .col-md-6:nth-child(2) > span {
    margin-bottom: 15px;
    display: inline-block;
    background: url('/assets/images/schools/culture/img2.png') scroll no-repeat 0 0 transparent;
    width: 301px;
    height: 310px;
}

    .child-culture.text-part.teachers .col-md-6:nth-child(2) > span:hover {
        background-position-y: -311px;
    }

.child-culture.text-part.teachers .col-md-6:nth-child(2) a {
    color: #00519B;
    font-size: 20px;
}

.child-culture.text-part.teachers .col-md-6:nth-child(1) h2 {
    font-size: 28px;
}

.child-culture.text-part.teachers .col-md-6:nth-child(1) p {
    font-family: 'PFDinTextStd-regular','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
}

.child-culture.text-part.teachers .col-md-6:nth-child(1) figure {
    margin: 15px 0;
}

.child-culture.text-part.teachers .col-md-6:nth-child(1) p:nth-child(4) {
    font-family: 'PFDinTextStd-Medium','Open Sans', sans-serif, Myriad Pro, arial, helvetica;
    font-size: 20px;
}

    .child-culture.text-part.teachers .col-md-6:nth-child(1) p:nth-child(4) a {
        color: #00519B;
        font-size: 20px;
    }

.parallax-window.forth-background a {
	margin: 440px 0 0 0;
	padding: 5px 30px;
}

.parallax-window.first-background {
	min-height: 900px;
	background: transparent;
}

.parallax-window.second-background {
	min-height: 320px;
	background: transparent;
}

.parallax-window.third-background {
	min-height: 320px;
	background: transparent;
}

.parallax-window.forth-background {
	min-height: 500px;
	background: transparent;
}

#parent-schools-modal-window.mindset-modal {
	width: auto;
	left: 50%;
}

#parent-schools-modal-window.mindset-modal .modal-body {
	max-height: 400px;
}