/* iPads (portrait and landscape) ----------- */
@media screen and (device-aspect-ratio: 3/4)
{
	.information-lists {position: static;}
	.information-wrapper {position: static;}
	.navsecondary {display: none;}
	
}



/* iPhones ----------- */
@media
screen and (device-aspect-ratio: 40/71),
screen and (device-aspect-ratio: 2/3),
screen and (max-device-width: 960)
	
	{
	#front h1, .front-subtitle {font: 400 36px/1.3em "lft-etica", sans-serif;}

	.information-lead {font-size: 18px;}
	.information-wrapper {width: 100%;}
	.information-lists {position: static;}
	.information-wrapper {position: static;}
	.navsecondary {display: none;}
	.navhide {display: none;}
	
	.news dt span {display: none;}
	
	.article-teaser {width: 100%;float: none;}
	
	
	.article {position: static;width: 90%;}
	.article-lead {font-size: 18px;}
	.article-wrapper {position: static;width: 100%;}
	.article-footer-innerwrapper,.article-header,.article-fullmeta,.article-content, .article-social, .article-related, .article-footer h2, .article-related li {width: 100%;left: 0;position: static;}
	.article-header-innerwrapper {width: 100%;position: static;margin: 0;top: 0;left: 0;}
	.article figure {margin: 0;}
	.article-content p {text-align: left;}
	.article-header h2 {font: 600 25px/1.5em "lft-etica", sans-serif;padding-top: 15%;}
	blockquote {float: none;margin-left: 0;width: 100%;}	
}