h1.typography-hero-headline.section-hero-headline-format {
	line-height: 1.4;
}

.page-programs .section-great-teachers .image-container .quote-container .quote {
    width: 450px;
}

@media only screen and (max-width: 1068px) {
    .page-programs .section-great-teachers .image-container .quote-container .quote {
        width: 380px
    }
}

@media only screen and (max-width: 735px) {
    .page-programs .section-great-teachers .image-container .quote-container .quote {
        width: 100%
    }
    
   h1.typography-hero-headline.section-hero-headline-format { line-height: 1.5;}
}

.quote-copy>:last-child:before {visibility: hidden;}
.quote-copy>:last-child:after {visibility: hidden;}



/*Fixed firefox tone mark issue*/
.typography-hero-headline,
.typography-section-headline,
#ac-globalfooter .ac-gf-directory-column-section-title,
.quote-copy,
.nextrouter-sentence
 {
    letter-spacing: 0em;
}

@-moz-document url-prefix() { 
	.typography-intro
	 {
		letter-spacing: 0em;
	}

}