@media only screen and (min-width:1024px){
	/**/
}


@media only screen and (max-width:1023px){
	/**/
}


@media only screen and (min-width:960px){
	/**/
}


@media only screen and (min-width:0) and (max-width:768px){
	/**/
}


@media only screen and (min-width:0) and (max-width:767px){
	/**/
}


@media only screen and (min-width:480px) and (max-width:767px){
	/**/
}


@media only screen and (min-width:0) and (max-width:480px){
	/**/
}


@media only screen and (min-width:0) and (max-width:479px){
	/**/
}


@media only screen and (min-width:0) and (max-width:320px){
	/**/
}


@media only print{
	.moodWrapper,
	.tabbedFormBox,
	.mainMenuWrapper,
	.mobileMenuWrapper{
		display:none;
	}
	
	
	.no-print{
		display:none !important;
	}
	
	
	/* .page-header .logo{} */
	.menuContactWrapper{
		/* width:300px; */
		width:auto;
	}
	.headerContactInfoWrapper .apgq{
		margin-left:0; margin-right:0;
		float:none;
	}
	.headerContactInfo{
		padding:0;
		width:auto;
		float:none;
	}
	
	
	.contactInfo .item{
		margin-right:0;
		width:auto;
		float:none;
	}
	.contactInfo .item > .itemIcon{
		display:none;
		/* width:auto; */
	}
	.contactInfo .item > .content{
		margin:0;
		float:none;
		width:auto;
	}
	
	
	.roundedBox{
		overflow:visible;
		padding-right:0;
		height:auto;
		border-radius:0;
	}
	.roundedBox > .since2002{
		display:none;
	}
	.roundedBox > .content{
		padding:0;
		width:auto;
		float:none;
	}
}