/*Hide Mobile Header and Side Bar*/
#mobile-SideContent, #mobileHeaderRow { display: none !important;}
/*Hide various components in the page header*/
.wpthemeMainContent .wpthemeInner, .hiddenWidgetsDiv, .wpthemeHeader, #headerRow, #logoRow, #USDALogoContainer, #USDALogoMobile, #FSISHeaderMobile, #USDAHeaderMobile, #mainTabsColumns, #headerLinkList, #desktop-SearchContainer, #desktop-headerLinkListContainer, #interior-stay-connected-container
{
	display: none !important;
}
/*Hide Social Media Tabs*/
#interior-stay-connected-container
{
	display: none !important;
}
/*Hide the Side Nav*/
#bodyRow>div.small-12.columns>div.row>div.large-3
{
	display: none !important;
}
/*Hide Spotlights and Related Containers*/
#related-spotlights-container
{
	display: none !important;
}

/*Expand the page content to fill the width of the page*/
#bodyRow>div.small-12.columns>div.row>div.large-9
{
	width: 100% !important;
}

/*Hide Tablet-Specific Components near Footer*/
#tablet-stay-connected-container, #tablet-SearchContainer, #headerLinkListTabletRow
{
	display: none !important;
}

/*Hide IBM-Specific Components*/
header[role=banner] { display: none !important; }
.asa.portlet.id { display: none !important; }
.component-container>.component-control>section.ibmPortalControl>div>span { display:none !important; }
#portletState { display:none !important; }

#interior-page-title
{
	margin: 10px 0px 0px 0px !important;
}
#interior-SharePrintContainer
{
	margin: 0px !important;
}
#footerRow
{
	display: none !important;
}
#mainContent, body
{
	background-image: none !important;
	background-color: white !important;
}
.pageBodyColumns { border: none !important; }
#layoutContainers { box-shadow: none !important; border: none !important; }
.interior-content-link-container { border-color: black !important; background-image: none !important; }
.breadcrumb{ display: none !important; visibility: hidden;}