@media only screen and (min-width: 1200px) {
	.subhead {font-size: 1.5em}
	.headline {font-size:3.6em}
	.topright-m {display: none}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.headline {font-size:3em}
	.topright-m {display: none}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.headline {font-size:2.8em}
	p {padding-left: 10px; padding-right: 10px}
	.topright {display: none}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.headline {font-size:2.2em}
	p {padding-left: 10px; padding-right: 10px}
	.topright {display: none}
}

@media screen and (max-width: 575px) {
	.headline {font-size:2em}
	p {padding-left: 10px; padding-right: 10px}
	.topright {display: none}
}