/* Firefox fixed */
@-moz-document url-prefix() {
	.typography-product-elevated,
	.typography-subsection-headline,
	.typography-hero-headline,
	.typography-section-headline,
	.typography-subsection-subhead,
	.typography-section-headling,
	.nextrouter-sentence,
	.typography-product-elevated,
	.typography-intro,
	.quote-copy,
	 #ac-globalfooter .ac-gf-buystrip-info-title, 
	 #ac-globalfooter .ac-gf-sosumi p, 
	 #ac-globalfooter .ac-gf-sosumi li,
	 #ac-globalfooter .ac-gf-buystrip-info-title, 
	 #ac-globalfooter .ac-gf-directory-column-section-title  
	 {
		 letter-spacing: 0px;
	}
}

/* ++++++++++++ Font-size fixed ++++++++++++++++++*/

/*large*/
@media only screen and (min-width: 1069px) {
	.typography-product-elevated {
    	font-size: 50px;
	}
	
	.typography-subsection-headline {
   	   font-size: 29px;
	}
	
	.typography-hero-headline{
	  font-size: 43px;
	}
	
	.typography-section-headline{
	  font-size: 36px;
	}
	
	.typography-subsection-subhead{
	  font-size: 29px;
	}
	

	
	.nextrouter-sentence{
		font-size: 29px;
	}
}


/*medium*/
@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.typography-product-elevated {
		font-size: 43px;
    }
    
    .typography-subsection-headline {
    	font-size: 25px;
    }
    
    .typography-hero-headline{
    	font-size: 36px;
    }
    
    .typography-section-headline{
    	font-size: 31px;
    }
    
    .typography-subsection-subhead{
    	font-size: 25px;
    }
    

    .nextrouter-sentence{
    	font-size: 25px;
    }
}

/*Small*/
@media only screen and (max-width: 735px) {
	.typography-product-elevated {
		font-size: 34px;
    }
    
    
    .typography-hero-headline{
    	font-size: 28px;
    }
    
    .typography-section-headline{
    	font-size: 25px;
    }
    
    .typography-subsection-subhead{
    	font-size: 22px;
    }
    

    
    .nextrouter-sentence{
    	font-size: 22px;
    }
}

.apple-distinguished-schools .section-explore-ads {
    padding-bottom: 70px
}