@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:1200px) {
	.breadcrumb-row,
	.main-content {
		width:1200px;
		margin:auto;
	}
	.subpage-banner.food-security {
		background-size: 130% auto;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.breadcrumb-row,
	.main-content {
		width:992px;
		margin:auto;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-row,
	.main-content {
		width:768px;
		margin:auto;
	}
	.med-hide {
		display:none;
	}
	}

@media screen and (max-width:767px) {
	.breadcrumb-row {
		display:none;
	}

	.sidebar-navigation {
		display:none;
	}
	.sm2-hide {
		display:none !important;
		visibility:hidden !important;
		border:none !important;
	}
	.subpage-banner {
		margin-top:20px;
	}
	h1 {
		margin-top:20px;
	}
}
 @media screen and (max-width:480px) {
 	.subpage-header {
		width:100%;
	}
	.jumbotron-header {
		height:auto;
	}
	.sm-hide {
		display:none;
	}
 }
