@media screen and (min-width: 1024px){
	.masthead .micrositeMastLogo {
		padding: 20px 0 20px !important;
	}
}
@media screen and (max-width: 1024px){
	.masthead .micrositeMastLogo {
		padding-top:10px;
		padding-bottom:10px;
	}
}