:root { -webkit-print-color-adjust:exact; }
.printOnly { display:block; }
.noPrint { display:none !important; }
.printLink { display:block; color:#03C; }

#headerLogo,
#headerBlock { position: relative !important; top: 0 !important; left: 0 !important; }
#headerLogo { margin-bottom: 20px !important; height: 87px !important; }

#pageColumn,
#pageContainer,
#stdContent { display: inline; }

#pageBody { margin-top: 0; }

#headerMenu,
#headerSVG,
#headerScene,
#breadCrumb,
#stdContent #sideColumn,
#stdContent div.cmsTagsBar,
#mobileTOC,
#footerShareBar,
#footerRichBar div.fCols > div:first-of-type,
#footerRichBar div.fCols > div:last-of-type,
#mobileMenu,
#mainMenu,
#dtMenuMask,
div.BTTLnk { display:none !important; }

#pageContainer { padding-bottom: 20px; }

#footerRichBar {
  background-color: inherit;
  color: #000;
  width: 100%;
  display: inline;
}

#footerRichBar a { color: #000; }

#footerRichBar div.fCols {
  display: block;
  border-top: #EEE 5px solid;
}
#footerRichBar div.fCols > div { padding: 0; }

#footerRichBar div.fCols div.contactDetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footerRichBar div.fCols div.contactDetails > strong {
  color: #FFF;
  flex-basis: 100%;
}

#footerRichBar div.fCols div.contactDetails > strong::before {
  content: 'Regional Development Australia - Northern Inland';
  color: #000;
  text-transform: none;
}

#footerRichBar div.fCols div.contactDetails > table,
#footerRichBar div.fCols div.contactDetails > div {
  flex-grow: 1;
  flex-shrink: 0;
}

#footerRichBar div.fCols div.contactDetails > div { padding-left: 4em; }

#footerRichBar div.fCols div.contactDetails > div.maps { display: none; }

#footerRichBar div.tncs div:first-of-type {
  width: 100%;
  text-align: center;
}

#footerRichBar div.tncs ul { display: none; }

#footerLogoBar img { width: 280px; }

#pageColumn div.cmsFeatureBlock {
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  transform: none;
  border: #EEE 1px solid;
}
