#pageHeader h1 {
	font-size: 34px;
	line-height: 1.1;text-indent: -2px;
}

@media screen and (max-width:1224px) {
#pageHeader h1 {font-size: 33px;}
}

@media screen and (max-width:1024px) {
#pageHeader h1 {font-size: 32px;}
}

@media screen and (max-width:900px) {
#pageHeader h1 {font-size: 30px;}
}

@media screen and (max-width:768px) {
#pageHeader h1 {font-size: 28px;text-indent: -1px;}
}

@media screen and (max-width:600px) {
#pageHeader h1 {font-size: 26px;}
}

@media screen and (max-width: 480px) {
#pageHeader h1 {font-size: 24px;}
}
