html {
	background-color: #939598
}
body {
	color: black;
	background-color: white;
	line-height: 1.4;
	font-family: 'PT Sans', sans-serif
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
body.mobile-menu-displayed {
	overflow: hidden
}
}
main {
	position: relative;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 60px;
	color: black;
	background-color: white
}
main.dynamic {
	position: relative
}
main.dynamic>.wrap>div>div.page-content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
main.dynamic>.wrap>div>div.page-nav {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-ms-flex-preferred-size: inherit;
	flex-basis: inherit;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	padding: 0
}
main>.wrap>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -30px
}
main>.wrap>div>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 30px
}
main>.wrap>div>div.page-content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 66.66%;
	flex: 0 1 66.66%
}
main>.wrap>div>div.page-nav {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-ms-flex-preferred-size: 0 1 33.33%;
	flex-basis: 0 1 33.33%
}
main a {
	color: #1B9590;
	text-decoration: underline
}
main a:hover, main a:focus {
	color: #1B9590;
	text-decoration: none
}

main a img:hover {
	opacity: 0.8;
	transition: opacity .3s ease-in-out;
  	-moz-transition: opacity .3s ease-in-out;
  	-webkit-transition: opacity .3s ease-in-out;
}

.img-link-hover {
	background-color: #000;
}

main button, main .button-link {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	min-width: 155px;
	margin: 20px 30px 20px 0;
	padding: 10px 30px;
	min-height: 50px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	color: white;
	background: #1B9590;
	font-weight: 600;
	border: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
main button:hover, main .button-link:hover, main button:focus, main .button-link:focus {
	text-decoration: none;
	color: white;
	background-color: #177f7b
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
main button, main .button-link {
	display: block;
	min-width: none;
	width: 100%;
	margin: 20px 0
}
}
main ul, main ol {
	padding: 0 0 0 20px
}
main ul li, main ol li {
	margin-bottom: 10px
}
main ul li ul, main ul li ol, main ol li ul, main ol li ol {
	margin-top: 10px
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
main {
	padding-bottom: 0
}
main>.wrap {
	padding: 0
}
main>.wrap>div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0
}
main>.wrap>div>div.page-content {
	padding-bottom: 0
}
}
h1 {
	margin: 0 0 20px;
	font-size: 6rem;
	font-weight: 600;
	color: #1B9590;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
h1 {
	font-size: 4.4rem;
	margin: 20px 0;
}
}
h2 {
	margin: 30px 0 20px;
	font-size: 4.2rem;
	font-weight: 600;
	color: #00283E;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
h2 {
	font-size: 3.6rem
}
}
h3 {
	margin: 20px 0 10px;
	font-size: 2.5rem;
	font-weight: 600;
	color: #58595B;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
h3 {
	font-size: 2.4rem
}
}
h4 {
	margin: 10px 0 10px;
	font-size: 2.2rem;
	font-weight: 600;
	color: #58595B;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
h4 {
	font-size: 1.8rem
}
}
h5 {
	margin: 10px 0 10px;
	font-size: 2rem;
	font-weight: 600;
	color: #58595B;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
h5 {
	font-size: 1.6rem
}
}
h6 {
	margin: 10px 0 10px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #58595B;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
h6 {
	font-size: 1.2rem
}
}
blockquote {
	position: relative;
	text-align: center;
	margin: 40px 0;
	padding: 40px 0;
	border: none;
	font-size: 2.5rem
}
blockquote:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 200px;
	height: 5px;
	background: #C973AF
}
blockquote:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 200px;
	height: 5px;
	background: #C973AF
}
blockquote>p {
	font-size: inherit
}
blockquote>cite {
	font-size: inherit
}
blockquote>cite:before {
	content: '\2014';
	display: inline-block;
	margin-right: 10px
}

@media only screen and (min-width: 769px) and (max-width: 1136px) {
blockquote {
	min-height: 0 !important;
	padding: 60px 0
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
blockquote {
	padding: 60px 0;
	min-height: 0 !important
}
}
hr {
	border: none;
	height: 1px;
	background: #58595B
}
#old {
	position: fixed;
	z-index: 20;
	top: 0;
	width: 100%;
	padding: 1em;
	color: black;
	background-color: #C973AF;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
#old p {
	margin: 0;
	padding: 10px
}
#old a {
	text-decoration: underline
}
.skiplink {
	position: absolute;
	z-index: 20;
	top: -2.2em;
	left: 0;
	right: 0;
	line-height: 2.2;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: white;
	background-color: #005677;
	font-weight: 200;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.skiplink:focus {
	top: 0;
	outline: none;
	text-decoration: none;
	color: white
}
.wrap {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 70px
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.wrap {
	padding: 0 12px
}
}
.col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px
}
.col.col-align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}
.col>div {
	padding: 0 15px
}
.col>.col-full {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%
}
.col>.col-half, .col>.col-one-half {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}
.col>.col-third, .col>.col-one-third {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%
}


.col>.col-fourth, .col>.col-one-fourth {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%
}

.col>.col-quarter, .col>.col-one-quarter {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%
}
.col>.col-two-thirds {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 66.666%;
	flex: 0 1 66.666%
}
.col>.col-three-quarters {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%
}

@media only screen and (min-width: 769px) and (max-width: 1136px) {
.col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0
}
.col>div {
	padding: 0
}
.col>.col-full, .col>.col-half, .col>.col-one-half, .col>.col-third, .col>.col-one-third, .col>.col-quarter, .col>.col-one-quarter, .col>.col-two-thirds, .col>.col-three-quarters {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0
}
.col>div {
	padding: 0
}
.col>.col-full, .col>.col-half, .col>.col-one-half, .col>.col-third, .col>.col-one-third, .col>.col-quarter, .col>.col-one-quarter, .col>.col-two-thirds, .col>.col-three-quarters {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}
	.col-two-thirds {
		width: 100%;
	}
}
.columns-2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.columns-2 {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1
}
}
.space-large {
	margin-top: 40px;
	margin-bottom: 40px
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.space-large {
	margin: 0
}
}
#header {
	position: fixed;
	z-index: 15;
	left: 0;
	right: 0;
	top: 0
}
#header.scroll #navbar_header strong.h1 {
	font-size: 2rem
}
#header.scroll #crest {
	width: 260px;
	height: 42px
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#header.scroll #navbar_header strong.h1 {
	font-size: 1.8rem
}
#header #navbar_header strong.h1 {
	font-size: 1.8rem
}
#header #crest {
	margin-bottom: 10px
}
}
#navbar_header {
	position: relative;
	z-index: 2;
	color: white;
	background: #00283E
}
#navbar_header>.wrap>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 120px;
	min-height: 60px;
	max-height: 120px;
	margin: 0 -30px
}
#navbar_header>.wrap>div>div {
	padding: 0 30px
}
#navbar_header strong.h1 {
	margin: 0;
	padding: 4px 0;
	font-size: 3.5rem;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: 0.15s;
	transition: 0.15s
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#navbar_header {
	height: auto;
	overflow: hidden
}
#navbar_header>.wrap>div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	height: 100px;
	min-height: 54px;
	max-height: 100px;
	margin: auto;
	text-align: center
}
#navbar_header>.wrap>div>div {
	padding: 0
}
#navbar_header>.wrap>div>div:nth-child(2) {
	padding: 0 0 15px
}
}
#crest {
	display: block;
	width: 414px;
	height: auto;
	height: 68px;
	background: url(../img/crest-2x.png) no-repeat;
	background-size: contain;
	-webkit-transition: 0.15s;
	transition: 0.15s
}
#crest>img {
	display: none
}
#crest span {
	font-size: 0
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#crest {
	max-width: 100%;
	width: 260px;
	height: 42px;
	margin: auto;
	margin-top: 6px
}
}
#utils {
	position: relative;
	z-index: 2;
	display: none
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#utils {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
}
#nav_toggle {
	font-size: 0
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#nav_toggle {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	-ms-flex-preferred-size: 42px;
	flex-basis: 42px;
	height: 42px;
	background-color: #005677;
	outline: none
}
#nav_toggle.open:before, #nav_toggle.open:after {
	left: 50%;
	right: 50%
}
#nav_toggle.open>span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
#nav_toggle.open>span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#nav_toggle:before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: white;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
#nav_toggle:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 12px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: white;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
#nav_toggle>span {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	right: 10px;
	height: 2px;
	margin: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s
}
#nav_toggle>span:before, #nav_toggle>span:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
}
#toc_toggle>span {
	font-size: 0
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#toc_toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-right: 42px;
	border: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 42px;
	color: white;
	background-color: #1B9590;
	outline: none
}
#toc_toggle.open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#toc_toggle:before, #toc_toggle:after {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	right: 9px;
	margin-top: -1px;
	margin-left: -8px;
	background: white;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}
#toc_toggle:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
}
#site_nav {
	background-color: #005677
}
#site_nav .h1 {
	display: none
}

@media only screen and (min-width: 1137px) {
#site_nav {
	margin-top: 0 !important
}
}

@media only screen and (min-width: 769px) and (max-width: 1136px) {
#site_nav {
	margin-top: 0 !important
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#site_nav {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto
}
#site_nav.open {
	display: block
}
#site_nav .h1 {
	display: block;
	color: white;
	font-weight: 300;
	font-size: 2rem;
	padding: 12px;
	margin: 0
}
}
#primary_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: center;
	align-content: center;
	list-style: none;
	margin: 0;
	padding: 0
}
#primary_nav ul>li {
	-ms-flex-preferred-size: 162px;
	flex-basis: 162px
}
#primary_nav ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%;
	padding: 8px 10px;
	white-space: nowrap;
	font-weight: 400;
	font-size: 2rem;
	color: white;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
#primary_nav ul>li>a.active {
	color: #005677;
	background-color: white
}
#primary_nav ul>li>a:hover, #primary_nav ul>li>a:focus {
	text-decoration: none;
	color: #005677;
	background-color: white
}
#primary_nav ul>li>a>span {
	display: block
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#primary_nav {
	overflow: auto
}
#primary_nav>.wrap {
	padding: 0
}
#primary_nav ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center
}
#primary_nav ul>li {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
#primary_nav ul>li>a {
	min-height: inherit
}
}
#footer {
	color: white;
	background-color: #00283E;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
#footer>.wrap {
	padding-top: 70px;
	padding-bottom: 70px;
	max-width: 1130px
}
#footer>.wrap>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px
}
#footer>.wrap>div>div {
	padding: 0 15px
}
#footer>.wrap>div>div:nth-child(1) {
	-webkit-box-flex: 5;
	-ms-flex: 5 1;
	flex: 5 1
}
#footer>.wrap>div>div:nth-child(1)>p {
	max-width: 440px
}
#footer>.wrap>div>div:nth-child(2) {
	-webkit-box-flex: 2;
	-ms-flex: 2 1;
	flex: 2 1
}
#footer>.wrap>div>div:nth-child(3) {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}
#footer ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0
}
#footer ul.quick-links>li {
	margin: 0 0 10px
}
#footer ul.share-links>li {
	margin: 0 0 5px
}
#footer ul.share-links>li>a.link-email:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 2px;
	width: 27px;
	height: 18px;
	margin-right: 12px;
	background: url(https://archive.industry.gov.au/assets/img/mail-icon.svg) no-repeat;
	background-size: contain
}
#footer ul.share-links>li>a.link-facebook:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	width: 27px;
	height: 18px;
	margin: 0 8px 0 4px;
	background: url(https://archive.industry.gov.au/assets/img/facebook-icon.svg) no-repeat;
	background-size: contain
}
#footer ul.share-links>li>a.link-linkedin:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	width: 27px;
	height: 18px;
	margin: 0 8px 0 4px;
	background: url(https://archive.industry.gov.au/assets/img/linkedin-icon.svg) no-repeat;
	background-size: contain
}
#footer ul>li {
	display: block
}
#footer ul>li>a {
	display: inline-block
}
#footer h2 {
	margin: 0 0 20px;
	font-size: 4.2rem;
	color: inherit
}
#footer a {
	color: white;
	text-decoration: none
}
#footer a:hover, #footer a:focus {
	color: white;
	text-decoration: underline
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#footer>.wrap {
	padding-top: 20px;
	padding-bottom: 40px
}
#footer>.wrap>div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0
}
#footer>.wrap>div>div {
	padding: 0
}
#footer>.wrap>div>div:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}
#footer>.wrap>div>div:nth-child(1)>p {
	max-width: none
}
#footer>.wrap>div>div:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}
#footer>.wrap>div>div:nth-child(3) {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}
#footer h2 {
	font-size: 3.6rem;
	margin-top: 15px
}
}
#sub_footer {
	color: white;
	background: #939598;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
#sub_footer>.wrap {
	padding-top: 15px;
	padding-bottom: 15px
}
#sub_footer>.wrap>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}
#sub_footer ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: auto;
	padding: 0;
	line-height: 1.2
}
#sub_footer ul>li {
	display: inline-block
}
#sub_footer ul>li>a {
	display: inline-block
}
#sub_footer ul>li ~ li:before {
	content: '|';
	display: inline-block;
	margin: 0 5px
}
#sub_footer a {
	color: white
}
#sub_footer a:hover, #sub_footer a:focus {
	color: white;
	text-decoration: underline
}
.side-nav {
	position: relative;
	z-index: 5;
	font-size: 1.6rem;
	font-weight: 300;
	color: white;
	background-color: #58595B
}
.side-nav.absolute {
	position: absolute;
	bottom: 0
}
.side-nav.fixed {
	position: fixed;
	top: 0
}
.side-nav a {
	display: block;
	color: inherit;
	text-decoration: none
}
.side-nav a:hover, .side-nav a:focus {
	color: white
}
.side-nav h2 {
	margin: 0;
	padding: 14px 30px;
	font-size: 2rem;
	font-weight: inherit;
	color: inherit;
	background: url(https://archive.industry.gov.au/assets/img/side-nav-icon.svg) no-repeat #1B9590;
	background-position: top 50% right 10px;
	background-size: 22px 16px
}
.side-nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}
.side-nav ul>li>a {
	margin: 0;
	padding: 14px 40px 14px 30px
}
.side-nav>ul>li {
	margin: 0
}
.side-nav>ul>li.active {
	background-color: #005677
}
.side-nav>ul>li ~ li>a {
	border-top: 1px solid white
}
.side-nav>ul>li a {
	background-color: transparent;
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}
.side-nav>ul>li a.active {
	color: white;
	background-color: #00283E
}
.side-nav>ul>li ul {
	margin: 0
}
.side-nav>ul>li ul>li {
	margin: 0
}
.side-nav>ul>li ul>li a {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
.side-nav>ul>li ul>li>a {
	border-top: 1px solid #1B9590
}
.side-nav>ul>li ul>li>a.active {
	color: white;
	background-color: #00283E
}
main.dynamic .side-nav {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	margin-top: -105px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
main.dynamic .side-nav.fixed {
	position: fixed;
	top: 0
}
main.dynamic .side-nav.dynamic-open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}
main.dynamic .side-nav h2 {
	margin-right: -65px;
	background-position: top 50% right 15px;
	border-radius: 0 25px 25px 0;
	cursor: pointer
}

@media only screen and (min-width: 1137px) {
.side-nav {
	margin-top: 0 !important
}
main.dynamic .side-nav {
	width: 426px !important;
	margin-top: -105px !important
}
}

@media only screen and (min-width: 769px) and (max-width: 1136px) {
.side-nav {
	margin-top: 0 !important
}
main.dynamic .side-nav {
	width: 426px !important;
	margin-top: -105px !important
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.side-nav {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto !important;
	overflow: auto
}
.side-nav.absolute, .side-nav.fixed {
	position: fixed;
	top: 0;
	bottom: auto
}
.side-nav.open {
	display: block;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}
main.dynamic .side-nav {
	position: fixed;
	margin: 0;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}
.side-nav h2 {
	display: none
}
.side-nav ul>li>a {
	padding-left: 10px
}
}
#banner {
	position: relative;
	z-index: 1;
	height: 400px;
	margin-top: 120px; /*164px if menu needed */
	margin-bottom: 60px;
	overflow: hidden;
	color: #58595B;
	background-color: #F1F2F2;
	overflow: hidden
}

#banner>.wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	z-index: 2;
	max-width: 1366px;
	padding: 40px 20px;
	text-align: center
}
#banner img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
#banner {
	margin-top: 90px; /* originally 140px */
	margin-bottom: 0
}
#banner>.wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
#banner>.wrap img {
	margin-bottom: 30px;
	margin-right: 0
}
}
figure>img {
	max-width: 100%;
	width: auto;
	height: auto
}
figure figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	line-height: 1;
	padding: 12px 10px;
	color: white;
	background-color: #00283E
}
figure figcaption span:nth-child(1) {
	font-weight: 400
}
figure figcaption span:nth-child(2) {
	position: relative;
	font-weight: 200;
	font-style: italic;
	-webkit-font-smoothing: antialiased
}
figure figcaption span:nth-child(2):before {
	content: '|';
	display: inline-block;
	margin: 0 5px
}
.image-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 900px;
	margin: 40px auto 20px
}
.image-grid>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 33.33;
	flex-basis: 33.33
}
.image-grid>div:nth-child(1) figcaption {
	background-color: #00283E
}
.image-grid>div:nth-child(2) figcaption {
	background-color: #005677
}
.image-grid img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%
}

@media only screen and (min-width: 769px) and (max-width: 1136px) {
.image-grid {
	display: block;
	max-width: none
}
.image-grid>div {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.image-grid>div ~ div {
	margin-top: 40px
}
.image-grid img {
	width: 100%
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.image-grid {
	display: block;
	max-width: none
}
.image-grid>div {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.image-grid>div ~ div {
	margin-top: 40px
}
.image-grid img {
	width: 100%
}
}
.highlight {
	border-bottom: 20px solid #9CD9E0
}
figure.highlight>img {
	display: block;
	width: 100%;
	height: auto
}

@media only screen and (min-width: 769px) and (max-width: 1136px) {
figure.highlight {
	margin-bottom: 40px
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
figure.highlight {
	margin-bottom: 40px
}
}
blockquote.highlight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 40px 45px;
	font-size: 2.5rem;
	text-align: left;
	color: white;
	background: #005677;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
blockquote.highlight:before, blockquote.highlight:after {
	display: none
}

@media only screen and (min-width: 769px) and (max-width: 1136px) {
blockquote.highlight {
	margin-bottom: 40px
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
blockquote.highlight {
	margin-bottom: 40px
}
}
.top-link {
	display: block;
	font-weight: 500;
	color: #1B9590;
	text-decoration: none
}
.top-link:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(https://archive.industry.gov.au/assets/img/to-top-up-arrow-icon.svg) no-repeat;
	background-size: contain
}
.top-link:hover, .top-link:focus {
	text-decoration: underline
}
section {
	margin: 0 0 40px;
	border-bottom: 1px solid #58595B
}
section>header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
section>header>h2 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
section>header>img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
section>.wrap {
	margin: 40px 0;
	padding: 40px 0
}
section>footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 50px 0 10px
}
.video {
	position: relative;
	max-width: 736px;
	padding: 50px 0;
	margin: 40px auto 0
}
.video:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 200px;
	height: 5px;
	background: #C973AF
}
.video:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 200px;
	height: 5px;
	background: #C973AF
}
.video>div {
	position: relative;
	z-index: 1;
	height: 0;
	padding-bottom: 56.25%;
	color: #58595B;
	background-color: #F1F2F2;
	background-image: url(https://archive.industry.gov.au/assets/img/play-video-icon.svg);
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: 50% 50%
}
.video iframe {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.video {
	margin: 40px 0
}
}
.map {
	width: 100%;
	height: 400px;
	margin: 40px auto 20px;
	color: #58595B;
	background-color: #F1F2F2
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.map {
	height: 320px
}
}
table {
	width: 100%;
	margin: 50px 0;
	font-weight: 200;
	border-bottom: 2px solid #00283E
}
table caption {
	padding: 15px 20px;
	font-size: 2rem;
	text-align: left;
	color: #00283E;
	background-color: #F1F2F2;
	border-top: 2px solid #00283E
}
table thead tr {
	color: #58595B;
	background: white;
	border-top: 1px solid #939598
}
table thead th {
	padding: 15px 20px;
	font-weight: 300;
	text-align: left;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
table tbody td {
	font-weight: 200;
	text-align: left
}
table tbody img {
	width: 24px;
	height: 24px;
	max-width: none
}
table th, table td {
	padding: 8px 20px
}
table tr {
	vertical-align: top;
	border-bottom: 1px solid #939598
}
table tr.stripe {
	background-color: #F1F2F2
}
table img {
	display: block;
	margin: auto;
	margin-top: 5px
}
table ul {
	margin: 0
}
table ul li {
	margin: 0
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
table, table caption, table thead, table tbody, table th, table td, table tr {
	display: block
}
table caption {
	padding: 10px 10px
}
table caption>div {
	text-align: left
}
table caption>div>div {
	display: block
}
table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px
}
table tbody tr {
	padding-bottom: 20px
}
table tbody td {
	padding: 10px 10px 0
}
table td {
	position: relative;
	border: none;
	padding-left: 50%;
	padding: 10px 0 0
}
table td.nocontent {
	display: none
}
table td:before {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px 0 5px;
	font-weight: 300;
	white-space: nowrap;
	color: black;
	font-weight: 400
}
table td[data-celltitle]:before {
	content: attr(data-celltitle);
	display: block;
	color: #939598
}
table img {
	display: inline-block;
	margin: 5px auto 0 0
}
}


@media only screen and (min-device-width: 360px) and (orientation: portrait) {
	  
	  .col-align-middle .col-two-thirds {
		  width: 100%;
		  text-align: center;
	  }
	
	.col {
		display: block;
	}
	
	.col-two-thirds p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1136px) {
	
	  .col-align-middle .col-two-thirds {
		  width: 100%;
		  text-align: center;
	}
	
	.col {
		display: block;
	}
	
	.col-two-thirds p, .col-one-half ul li a {
		font-size: 26px;
	}
	

}



.page-content form fieldset {
	margin: 0;
	margin: 10px 0 0;
	padding: 0;
	border: 0
}
.page-content form fieldset legend {
	margin: 0;
	padding: 0
}
.page-content form fieldset ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}
.page-content form fieldset ul>li {
	display: block;
	margin: 10px 0
}
.page-content form .field label, .page-content form .field legend {
	display: block;
	margin-bottom: 5px
}
.page-content form label {
	font-weight: 300;
	display: block;
	margin: 10px 0 0
}
.page-content form label.required {
	position: relative
}
.page-content form label.required:before {
	content: '*';
	position: absolute;
	display: block;
	right: 100%;
	margin-right: 5px;
	color: red
}
.page-content form input[type="text"], .page-content form input[type="search"], .page-content form input[type="email"], .page-content form input[type="image"], .page-content form input[type="file"], .page-content form input.text, .page-content form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 5px 10px;
*padding-left:0;
*padding-right:0;
	background: white;
	border: none;
	font-weight: 300;
	outline: none;
	background-color: #F1F2F2;
	border-radius: 0;
	border: 1px solid #939598;
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}
.page-content form input[type="text"]:hover, .page-content form input[type="text"]:focus, .page-content form input[type="search"]:hover, .page-content form input[type="search"]:focus, .page-content form input[type="email"]:hover, .page-content form input[type="email"]:focus, .page-content form input[type="image"]:hover, .page-content form input[type="image"]:focus, .page-content form input[type="file"]:hover, .page-content form input[type="file"]:focus, .page-content form input.text:hover, .page-content form input.text:focus, .page-content form textarea:hover, .page-content form textarea:focus {
	background-color: white
}
.page-content form input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 10px;
	background-color: #F1F2F2;
	border-radius: 0;
	border: 1px solid #939598;
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}
.page-content form textarea {
	padding-top: 5px;
	padding-bottom: 5px
}
.page-content form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 5px 10px;
	padding-right: 30px;
	font-weight: 300;
	outline: none;
	background-color: #F1F2F2;
	border: 1px solid #939598;
	background: url(https://archive.industry.gov.au/assets/img/icon-sprite-select.svg) 100% 0 no-repeat #F1F2F2;
	background-size: auto 200%;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}
.page-content form select:focus {
	background-color: white
}
.page-content form fieldset.radiobuttons.vertical legend, .page-content form fieldset.radiobuttons.vertical li, .page-content form fieldset.checkbox.vertical legend, .page-content form fieldset.checkbox.vertical li {
	display: block;
	float: none
}
.page-content form fieldset.radiobuttons legend, .page-content form fieldset.checkbox legend {
	display: inline-block;
	margin: 0 10px 0 0
}
.page-content form fieldset.radiobuttons label, .page-content form fieldset.checkbox label {
	display: inline;
	vertical-align: top;
	margin-right: 3px;
	padding: 0 11px 0 3px
}
.page-content form fieldset.radiobuttons label:first-child, .page-content form fieldset.checkbox label:first-child {
	margin-right: 0
}
.page-content form fieldset.radiobuttons label span, .page-content form fieldset.checkbox label span {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	margin-top: 3px
}
.page-content form fieldset.radiobuttons input, .page-content form fieldset.checkbox input {
	z-index: -1;
	position: absolute
}
.page-content form fieldset.radiobuttons input:focus+label, .page-content form fieldset.radiobuttons input:hover+label, .page-content form fieldset.radiobuttons input:active+label, .page-content form fieldset.checkbox input:focus+label, .page-content form fieldset.checkbox input:hover+label, .page-content form fieldset.checkbox input:active+label {
	background-color: #F1F2F2;
	background-position: -14px 0
}
.page-content form fieldset.radiobuttons input:focus+label span, .page-content form fieldset.radiobuttons input:hover+label span, .page-content form fieldset.radiobuttons input:active+label span, .page-content form fieldset.checkbox input:focus+label span, .page-content form fieldset.checkbox input:hover+label span, .page-content form fieldset.checkbox input:active+label span {
	background-position-y: -14px
}
.page-content form fieldset.radiobuttons :checked+label span, .page-content form fieldset.checkbox :checked+label span {
	background-position-x: -14px
}
.page-content form fieldset.radiobuttons label {
	border-radius: 10px
}
.page-content form fieldset.radiobuttons label span {
	background-image: url(https://archive.industry.gov.au/assets/img/icon-sprite-radiobuttons.svg);
	background-repeat: no-repeat
}
.page-content form fieldset.checkbox label span {
	background-image: url(https://archive.industry.gov.au/assets/img/icon-sprite-checkbox.svg);
	background-repeat: no-repeat
}
.page-content form button, .page-content form main .button-link, main .page-content form .button-link, .page-content form input[type="reset"], .page-content form input[type="button"], .page-content form input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	min-width: 155px;
	margin: 20px 0 20px auto;
	padding: 10px 30px;
	min-height: 50px;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	color: white;
	background: #1B9590;
	font-weight: 600;
	border: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.page-content form button:hover, .page-content form main .button-link:hover, main .page-content form .button-link:hover, .page-content form button:focus, .page-content form main .button-link:focus, main .page-content form .button-link:focus, .page-content form input[type="reset"]:hover, .page-content form input[type="reset"]:focus, .page-content form input[type="button"]:hover, .page-content form input[type="button"]:focus, .page-content form input[type="submit"]:hover, .page-content form input[type="submit"]:focus {
	text-decoration: none;
	color: white;
	background-color: #177f7b
}
.page-content form .form-controls {
	text-align: right;
	margin-top: 10px
}
.page-content form .form-controls button, .page-content form .form-controls main .button-link, main .page-content form .form-controls .button-link, .page-content form .form-controls input {
	margin-left: 5px;
	display: inline-block
}
.page-content form .with-placeholder {
	color: #58595B
}
.page-content form .select-wrap {
	display: inline-block;
	position: relative;
	border: 1px solid #939598
}
.page-content form .select-wrap select {
	width: auto;
	min-width: 100px;
	margin: 0;
	margin-right: 25px;
	font-size: .85em;
	font-weight: 300;
	background-color: white
}
.page-content form .select-wrap button, .page-content form .select-wrap main .button-link, main .page-content form .select-wrap .button-link, .page-content form .select-wrap input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0
}
.ui-collapsible.ui-collapsible-open [data-collapse="content"] {
	display: block
}
.ui-collapsible.ui-collapsible-close>[data-collapse="content"] {
	display: none
}
.ui-collapsible[data-discrete] [data-collapse="control"] {
	display: block;
	position: relative
}
.ui-collapsible[data-discrete] [data-collapse="control"].ui-collapsible-header-open>.ui-collapse-discrete[aria-controls]:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.ui-collapsible[data-discrete] .ui-collapse-discrete[aria-controls] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
	outline: none;
	cursor: pointer
}
.ui-collapsible[data-discrete] .ui-collapse-discrete[aria-controls]:before, .ui-collapsible[data-discrete] .ui-collapse-discrete[aria-controls]:after {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	background: white;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}
.ui-collapsible[data-discrete] .ui-collapse-discrete[aria-controls]:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.ui-collapsible[data-discrete] .ui-collapse-discrete[aria-controls]:hover, .ui-collapsible[data-discrete] .ui-collapse-discrete[aria-controls]:focus {
	text-decoration: none
}

/*# sourceMappingURL=style.css.map */
