/*********

Project: 17-WP-Brand-00670-358 Chasing Better (KA Practice) Landing Page
Program: SAT & PSAT/NMSQT Assess Prgrms
Producer: Alejandro Leal
Sponsor: Ella Leitner
Copyright: 2017 The College Board
URL: https://cb.collegeboard.org/sat/chasing-better 

**********/




/*** Branding ***/



/* CSS code to add a hero image on desktop */ 

/* 
.cb-hero.cb-hero-standard.cb-hero-right {
	background-image:url('../images/hero-desktop.jpg');
}

*/
 

/*** Local overrides ***/
 

/*** Responsive Styles ***/

@media (max-width: 480px) {
 

}


@media (min-width: 481px) and (max-width:767px) {

 
}

@media (max-width: 767px) {
 
}



@media (min-width: 768px) and (max-width:991px) {

 
}

@media (min-width: 768px) {
 
}

@media (min-width: 992px) and (max-width:1199px) {

 
}

@media (min-width: 1200px) {

 
}
