.homepage-slider-wrap {
    background-color: #f1f1f1;
    margin-bottom: 5rem;
    border-bottom: 4px solid #fbad18;
}
#main-content.homepage {
    padding-top: 0;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 10px;
    height: 100%;
    background-color: #fff;
}
html.html-gobig {
    font-size: 12px;
}
html.html-gosmall {
    font-size: 8px;
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: Arial, sans-serif;
}
body > div {
    font-size: 14px;
    font-size: 1.4rem;
}

.external-link {
  background: transparent url("http://www.ga.gov.au/__data/assets/image/0020/22682/external.png") no-repeat 100% 50%;
  padding-right: 12px;
}
 .external-link:hover,
 .external-link:focus {
   border-bottom: solid 1px #5C9CE8;
   text-decoration: none;
 }

h1, .h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    line-height: 1.2;
}
h2, .h2 {
    font-size: 38px;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    line-height: 1.2;
}
h3, .h3 {
    font-size: 28px;
    font-size: 2.2rem;
    font-weight: 300;
}
h4, .h4 {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
}
p, li {
    font-size: 15px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 300;
}
p {
    margin-bottom: 15px;
    margin-top: 15px;
}
p.home {
    margin-bottom: 30px;
    min-height: 72px;
    max-height: 72px;
}
p.home__related {
    margin-bottom: 30px;
    min-height: 108px;
    max-height: 108px;
}
a {
    text-decoration: none;
    color: #5C9CE8;
}
a:hover, a:focus {
    text-decoration: underline;
}
.footer__links {
    margin-top: 50px;
}
a.footer__small {
    color: #555;
    font-size: 1.2rem;
    margin-right: 25px;
}
li {
    list-style-image: url("https://www.geoscience.gov.au/ausgindesign/css/styles.css/bullet.png");
    margin-bottom: 15px;
    padding-left: 10px;
}
header {
    font-size: inherit;
}
a.skip-main {
    position: absolute;
    top: -9999em;
    color: #2b2a2a;
    z-index: 600;
}
a.skip-main:focus, a.skip-main:active {
    top: 10px;
    left: 15px;
}
.header {
    background-color: #2b2a2a;
    position: relative;
    height: 115px;
    color: #fff;
}
.header__left {
    float: left;
}
.header__right {
    float: right;
}
.header button {
    float: left;
    margin: 0 16px;
}
.header .hambuger {
    margin-top: 5px;
}
.header a {
    color: #fff;
}
.header .header__sitelogo img {
    padding-top: 30px;
}
.header .header__right ul {
    margin: 0;
    padding: 0;
}
.header .header__right ul li {
    margin: 0;
    padding: 0 10px 0 0;
    list-style-type: none;
    display: inline;
}
.header .header__right ul li:last-child {
    padding: 0 0 0 0;
}
.header .header__right ul li a {
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    padding-top: 5px;
}
.header .header__right ul li a:hover {
    text-decoration: underline;
}
.header .header__right ul li a.header__textsize-small {
    font-size: 8px;
}
.nav__main {
    background-color: #fbad18;
    border: 1px solid #a5a5a5;
}
.nav__main ul {
    padding: 0;
    margin: 0;
}
.nav__main ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
    float: left;
}
.nav__main ul li:last-child a {
    border-right: 1px solid #a5a5a5;
}
.nav__main ul a {
    background-color: #fbad18;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    padding: 0 14px;
    line-height: 40px;
    border-left: 1px solid #a5a5a5;
    transition: all 0.2s ease;
}
.nav__main ul a:hover {
    color: #fff;
    background-color: #2b2a2a;
}
.nav__main ul a.navigation__home, .navigation__desktop li:first-child a {
    background-image: url("https://www.geoscience.gov.au/ausgindesign/css/styles.css/ico-home.png");
    background-repeat: no-repeat;
    background-position: 50% 12px;
    text-indent: -9999px;
    padding: 0 20px;
}
.nav__main ul a.navigation__home:hover, .navigation__desktop li:first-child a:hover {
    background-position: 50% -136px;
}
.nav__main ul.navigation__desktop {
    display: block;
}
.nav__main ul.navigation__mobile {
    display: none;
}
.nav__main .navigation__mobile-menu-open {
    display: block !important;
}
footer {
    font-size: inherit;
    border-top: 1px solid #ccc;
    box-shadow: 0px -2px 17px 0px rgba(0, 0, 0, 0.38);
}
.container.footer {
    padding: 20px 0 70px 0;
    text-align: center;
}
.footer img {
    padding: 20px;
}
.sidebar {
    padding-top: 20px;
    padding-top: 2rem;
}
.sidebar img {
    margin-bottom: 44px;
    margin-bottom: 4.4rem;
}
#main-content {
    padding: 50px 0;
    padding: 1rem 0 5rem 0;
    position: relative;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.home__sections.container {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.home__tile {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    overflow: hidden;
    clear: both;
}
.home__tile-image {
    max-width: 100%;
}
.home__tile-image img {
    max-width: 100%;
}
.home__tile-text {
    padding: 0 10px;
    padding: 0 1rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #2b2a2a;
}
.home__tile-text h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}
.home__tile-calltoaction {
    border-bottom: 1px solid #a5a5a5;
    position: relative;
}
.home__tile-calltoaction-hover:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;/*    border-bottom: 5px solid #fbad18 !important;
*/}
.home__tile-calltoaction-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 68px 10px 20px;
    padding: 1rem 6.8rem 1rem 2rem;
    margin: 0 0 20px 10px;
    margin: 0 0 2rem 1rem;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.home__tile-calltoaction-btn:hover {
    text-decoration: none;
    background: #74787B;
}
.home__tile-more-info {
    display: inline-block;
    position: absolute;
    right: -13px;
    top: 5px;
    background: url("https://www.geoscience.gov.au/ausgindesign/css/styles.css/ico-calltoaction.png") no-repeat 0 0;
    width: 26px;
    height: 26px;
}
.home__relatedsites.container {
    clear: both;
    position: relative;
    border-top: 1px solid #fbad18;
    padding-top: 6.5rem;
}
.home__relatedsites.container h2 {
    display: inline-block;
    padding: 3px 20px;
    padding: 0.3rem 2rem;
    border: 1px solid #fbad18;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff;
    position: absolute;
    top: -20px;
/*    left: 40%;
*/    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
}
button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.button {
    box-sizing: border-box;
    padding: 16px 50px;
    padding: 1.6rem 5rem;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-family: "nimbus-sans", Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    border-radius: 5px;
    background: #FF3366;
    transition: background 200ms ease-out;
}
.button:hover, .button:focus, .button:active {
    background-color: #cc2952;
    color: #fff;
}
.button.btn--disabled, .button[disabled] {
    cursor: not-allowed;
    opacity: .6;
}
.button--primary {
    background-color: #2b2a2a;
}
.button--primary:hover, .button--primary:focus, .button--primary:active {
    background-color: #252424;
}
.button--secondary {
    background-color: #fbad18;
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
    background-color: #d59314;
}
.button--tertiary {
    background-color: #585757;
}
.button--tertiary:hover, .button--tertiary:focus, .button--tertiary:active {
    background-color: #4b4a4a;


}
.hamburger {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
    outline: 0;
}
.hamburger .patties {
    position: relative;
    width: 25px;
    height: 3.125px;
    background: #000;
}
.hamburger .patties:before, .hamburger .patties:after {
    width: 25px;
    height: 3.125px;
    background: #000;
    position: absolute;
    left: 0;
    content: "";
    transition: all 0.3s;
}
.hamburger .patties:before {
    top: 8.33333px;
}
.hamburger .patties:after {
    top: -8.33333px;
}
.menu--open .hamburger .patties {
    background: none !important;
}
.menu--open .hamburger .patties:before {
    top: 0 !important;
    background: #000 !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu--open .hamburger .patties:after {
    top: 0 !important;
    background: #000 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-field {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
label {
    display: block;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 2px;
}
label .required {
    color: red;
}
input[type="text"], textarea, input[type="select"], select {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
    padding: 0 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #2b2a2a;
    width: 100%;
}
input[type="text"] {
    height: 40px;
}
textarea {
    min-height: 200px;
    padding: 10px;
    padding: 1rem;
}
select {
    background: transparent url("https://www.geoscience.gov.au/ausgindesign/css/styles.css/select-arrow.jpg") no-repeat 95% 50%;
    line-height: 1;
    height: 40px;
    height: 4rem;
    -webkit-appearance: none;
}
input[type="submit"] {
    text-transform: uppercase;
    padding: 10px 50px;
    background-color: #fbad18;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    transition: all 0.5s ease;
}
input[type="submit"]:hover {
    background-color: #dd9204;
}
form abbr[title] {
    border: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #dd9204;
}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    padding: 0 10px;
}
.row {
    list-style: none;
    margin-left: -20px;
}
.col--12-of-12 {
    width: 100%;
}
.col--6-of-12 {
    width: 50%;
}
.col--4-of-12 {
    width: 33.33333%;
}
.col--8-of-12 {
    width: 66.66667%;
}
.col--3-of-12 {
    width: 25%;
}
.col--9-of-12 {
    width: 75%;
}
.col--push-12-of-12 {
    margin-left: 100%;
}
.col--push-6-of-12 {
    margin-left: 50%;
}
.col--push-4-of-12 {
    margin-left: 33.33333%;
}
.col--push-8-of-12 {
    margin-left: 66.66667%;
}
.col--push-3-of-12 {
    margin-left: 25%;
}
.col--push-9-of-12 {
    margin-left: 75%;
}
.col--pull-12-of-12 {
    margin-left: -100%;
}
.col--pull-6-of-12 {
    margin-left: -50%;
}
.col--pull-4-of-12 {
    margin-left: -33.33333%;
}
.col--pull-8-of-12 {
    margin-left: -66.66667%;
}
.col--pull-3-of-12 {
    margin-left: -25%;
}
.col--pull-9-of-12 {
    margin-left: -75%;
}
.col--1-of-12 {
    width: 8.33333%;
}
.col--push-1-of-12 {
    margin-left: 8.33333%;
}
.col--pull-1-of-12 {
    margin-left: -8.33333%;
}
.col--2-of-12 {
    width: 16.66667%;
}
.col--push-2-of-12 {
    margin-left: 16.66667%;
}
.col--pull-2-of-12 {
    margin-left: -16.66667%;
}
.col--5-of-12 {
    width: 41.66667%;
}
.col--push-5-of-12 {
    margin-left: 41.66667%;
}
.col--pull-5-of-12 {
    margin-left: -41.66667%;
}
.col--7-of-12 {
    width: 58.33333%;
}
.col--push-7-of-12 {
    margin-left: 58.33333%;
}
.col--pull-7-of-12 {
    margin-left: -58.33333%;
}
.col--10-of-12 {
    width: 83.33333%;
}
.col--push-10-of-12 {
    margin-left: 83.33333%;
}
.col--pull-10-of-12 {
    margin-left: -83.33333%;
}
.col--11-of-12 {
    width: 91.66667%;
}
.col--push-11-of-12 {
    margin-left: 91.66667%;
}
.col--pull-11-of-12 {
    margin-left: -91.66667%;
}
.col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}
.col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col--d-first {
    float: left;
}
.col--d-last {
    float: right;
}
.row--no-gutter {
    margin-left: 0;
    width: 100%;
}
.row--no-gutter .col {
    padding-left: 0;
}
.row--no-gutter .col--span-all {
    margin-left: 0;
    width: 100%;
}
.col--ab {
    vertical-align: bottom;
}
.col--am {
    vertical-align: middle;
}
@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon/icomoon.eot");
    src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.u-align--left {
    text-align: left !important;
}
.u-align--center {
    text-align: center !important;
}
.u-align--right {
    text-align: right !important;
}
.u-align--justify {
    text-align: justify !important;
}
.u-link--clean, .u-link--clean:hover, .u-link--clean:focus, .u-link--clean:active {
    text-decoration: none !important;
}
.u-non-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.u-text--break {
    word-wrap: break-word !important;
}
.u-text--kern {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}
.u-text--no-wrap {
    white-space: nowrap !important;
}
.u-text--truncate {
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
}
.u-text--primary {
    color: #2b2a2a;
}
.u-text--secondary {
    color: #fbad18;
}
.u-text--tertiary {
    color: #585757;
}
.u-text--white {
    color: #fff;
}
.u-text--black {
    color: #000;
}
.u-bg--primary {
    background-color: #2b2a2a !important;
}
.u-bg--secondary {
    background-color: #fbad18 !important;
}
.u-bg--tertiary {
    background-color: #585757 !important;
}
.u-bg--white {
    background-color: #fff !important;
}
.u-bg--black {
    background-color: #000 !important;
}
.u-clearfix {
 *zoom: 1;
}
.u-clearfix:before, .u-clearfix:after {
    content: " ";
    display: table;
}
.u-clearfix:after {
    clear: both;
}
.u-reset-space {
    margin: 0;
    padding: 0;
}
.u-float--left {
    float: left !important;
}
.u-float--right {
    float: right !important;
}
.u-table {
    display: table !important;
}
.u-table-cell {
    display: table-cell !important;
}
.u-table-row {
    display: table-row !important;
}
.u-pos-absolute {
    position: absolute !important;
}
.u-pos-absolute--center {
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
.u-pos-fixed {
    position: fixed !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.u-pos-relative {
    position: relative !important;
}
.u-pos-static {
    position: static !important;
}
.u-align--baseline {
    vertical-align: baseline !important;
}
.u-align--bottom {
    vertical-align: bottom !important;
}
.u-align--middle {
    vertical-align: middle !important;
}
.u-align--top {
    vertical-align: top !important;
}
.u-block {
    display: block !important;
}
.u-block--inline, .button, .hamburger, .hamburger .patties, .hamburger .patties:before, .hamburger .patties:after {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
 *display: inline;
}
.u-block--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.u-hide-text {
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.u-hidden {
    display: none !important;
}
.u-hidden--visually {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}
.u-inline {
    display: inline !important;
}

@media (max-width: 860px) and (min-width: 480px) {
.col[class*="col--m-"] {
    display: inline-block;
    margin-right: -.24em;
}
.col.col--m-1-of-2, .col.col--m-2-of-4 {
    width: 50%;
}
.col.col--m-1-of-3 {
    width: 33.33333%;
}
.col.col--m-2-of-3 {
    width: 66.66667%;
}
.col.col--m-1-of-4 {
    width: 25%;
}
.col.col--m-3-of-4 {
    width: 75%;
}

.home__tile-text {
    padding: 0 10px;
    padding: 0 1rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #2b2a2a;
    max-width:305px;
}

}

@media (min-width: 990px) {
.home__relatedsites.container .home__tile {
    margin-bottom: 0px;
}
.hamburger {
    display: none;
}
}

@media (max-width: 959px) {
.nav__main ul a {
    padding: 0 10px;
}
}


@media (max-width: 600px) {
p.home__related {
    margin-bottom: 30px;
    max-height: 0%;
    min-height: 0%;
}
}


@media (max-width: 860px) {
.col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
}


@media (max-width: 990px) {
    .nav__main ul.navigation__desktop {
    display: none;
    }
    .nav__main {
    border: 0;
}
.nav__main ul li {
    display: block;
    float: none;
    width: 100%;
}
.nav__main ul li:last-child a {
    border: 0;
}
.nav__main ul a {
    display: block;
    float: none;
    width: 100%;
    z-index: 50;
    border-left: 0;
    border-bottom: 1px solid #a5a5a5;
}
.nav__main ul a.navigation__home:hover, .navigation__desktop li:first-child a:hover {
    color: #fff;
    background-color: #2b2a2a;
}
.nav__main ul a.navigation__home, .navigation__desktop li:first-child a:hover {
    background: none;
    text-indent: 0;
    padding: 0 10px;
}
}



@media (max-width: 859px) {
h1, .h1 {
    font-size: 3rem;
    margin-top: 0;
}
h2, .h2 {
    font-size: 28px;
    font-size: 2rem;
    margin-bottom: 0;
}
h3, .h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
}
p {
    margin-bottom: 10px;
}
.header .header__sitelogo img {
    max-width: 90%;
}
.header .header__right ul {
    padding-top: 10px;
    display: none;
}

.sidebar img {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    display: block;
}
#main-content {
    padding: 20px 0;
    padding: 2rem 0;
}
.home__relatedsites.container h2 {
    left: 20px;
}
}

@media (max-width: 480px) {
.col[class*="col--s-"] {
    display: inline-block;
    margin-right: -.24em;
}
.col.col--s-1-of-2, .col.col--s-2-of-4 {
    width: 50%;
}
.col.col--s-1-of-3 {
    width: 33.33333%;
}
.col.col--s-2-of-3 {
    width: 66.66667%;
}
.col.col--s-1-of-4 {
    width: 25%;
}
.col.col--s-3-of-4 {
    width: 75%;
}
}
label.error {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}
input.error, textarea.error {
    background: rgba(255,0,0,0.25);
}

@media (min-width: 990px) {
.nav__main .navigation__mobile-menu-open {
    display: none !important;
}
}
/* Tables */

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #a5a5a5;
    font-size: .9em;
}
th, td {
    padding: 10px;
    border-bottom: 1px solid #a5a5a5;
}
th {
    text-align: left;
    background: #fbad18;
    color: #000;
}
.odd {
    background: #efefef;
}
table tr th:nth-child(1) {
    width: 20%;
}
table tr th:nth-child(2) {
    width: 15%;
}