/* **********  Tablet Portrait  ********** */@media screen and (max-width: 768px) { 		input.newsletterField { padding: 0 10px; height: 50px; line-height: 50px; margin-bottom: 10px; }		.newsItem { width:47.49%; }}/* **********  Mobile Landscape  ********** */@media screen and (max-width:568px)  { 				.newsItem { float:none; width:auto; }	#workNav a.previous, #workNav a.next { background:none !important; padding:0 !important; }		a.serviceLink { padding:5px 30px 5px 0; text-align:left; background-image:url(../Resources/concertina-mobile-open.png); }	a.serviceLink.active { background-image:url(../Resources/concertina-mobile-close.png); }		h1, h1 { line-height:1.4; }	}/* **********  Mobile Landscape and Retina  ********** */@media screen and (max-width:568px) and (-webkit-min-device-pixel-ratio:1.3), screen and (max-width:568px) and (-o-min-device-pixel-ratio:13/10), screen and (max-width:568px) and (min-resolution:125dpi){	a.serviceLink { background-image:url(../Resources/concertina-mobile-open@2x.png); background-size: 23px 23px; }	a.serviceLink.active { background-image:url(../Resources/concertina-mobile-close@2x.png); }}/* **********  Mobile Landscape  Narrow ********** */@media screen and (max-width:480px)  { 			}
