/* ----------------------------- MOBILE DEVICES BEGIN -----------------------------*/

.container {
    max-width: 100% !important;
    width: 100% !important;
}


/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){

	#subPageBanner {
    		min-height: 100px !important;
    		max-height: 100px !important;
		height: 100px !important;
	}
	h1 {
    		font-size: 27px !important;
	}
	#leftSpaceHome {
    		margin-left: 0px !important;
	}
	#leftSpace {
		display: none !important;
	}
	#leftNavBox {
		display: none !important;
	}
	#transpContentBlock {
		display: none !important;
	}
	article {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	#primary {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	.content {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	#agenda {
	   display: none !important;
	}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){

}

/* #### iPhone 4+ Portrait #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){

	#subPageBanner {
    		min-height: 100px !important;
    		max-height: 100px !important;
		height: 100px !important;
	}
	h1 {
    		font-size: 27px !important;
	}
	#leftSpace {
		display: none !important;
	}
	#leftSpaceHome {
    		margin-left: 0px !important;
	}
	#leftNavBox {
		display: none !important;
	}
	#transpContentBlock {
		display: none !important;
	}
	article {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	#primary {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	.content {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	#agenda {
	   display: none !important;
	}

}

/* #### iPhone 4+ Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){

	#subPageBanner {
    		min-height: 100px !important;
    		max-height: 100px !important;
		height: 100px !important;
	}
	h1 {
    		font-size: 27px !important;
	}
	#leftSpace {
		display: none !important;
	}
	#leftSpaceHome {
    		margin-left: 0px !important;
	}
	#leftNavBox {
		display: none !important;
	}
	#transpContentBlock {
		display: none !important;
	}
	article {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	#primary {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	.content {
	   width: 100% !important;
	   max-width: 100% !important;
	}
	#agenda {
	   display: none !important;
	}

}

/* #### Tablets Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){

}

/* #### Tablets Portrait #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/* ----------------------------- MOBILE DEVICES END -----------------------------*/