/*! PANCAKE v1.2.3 PANCAKE-SASS v2.0.0 */


/*! @gov.au/core v3.0.2 */


/*! @gov.au/accordion v5.0.1 */

@media print {
    .au-accordion {
        border-color: #000 !important;
        color: #000 !important
    }
    .au-accordion__title {
        background: #fff !important;
        color: #000 !important;
        border: 1px !important
    }
    .au-accordion__title:after {
        display: none
    }
    .au-accordion__body-wrapper {
        border-color: #000 !important
    }
    .au-accordion__body {
        height: auto !important;
        display: block !important
    }
}

.au-accordion {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    border: 1px solid #7f7f7f;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131;
    padding: 0
}

* + .au-accordion {
    margin-top: 16px;
    margin-top: 1rem
}

.au-accordion .au-accordion__title {
    background-color: #f5f5f5
}

.au-accordion.au-accordion--dark {
    border-color: #95b7bf;
    color: #fff
}

.au-accordion.au-accordion--dark .au-accordion__title {
    background-color: #104f5f
}

.au-accordion + .au-accordion {
    margin-top: 0;
    border-top: 0
}

.au-body .au-accordion__title,
.au-accordion__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 16px 40px 16px 16px;
    padding: 1rem 2.5rem 1rem 1rem;
    display: block;
    color: #00698f;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    cursor: pointer
}

.au-body .au-accordion__title:hover,
.au-accordion__title:hover {
    text-decoration: none;
    color: #313131
}

.au-body .au-accordion__title:hover:after,
.au-accordion__title:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23313131' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23313131' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")
}

.au-body .au-accordion__title:focus,
.au-accordion__title:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-body .au-accordion__title::-moz-focus-inner,
.au-accordion__title::-moz-focus-inner {
    border: 0
}

.au-body .au-accordion__title:focus,
.au-accordion__title:focus {
    z-index: 100
}

.au-body .au-accordion__title::-webkit-details-marker,
.au-accordion__title::-webkit-details-marker {
    display: none
}

.au-body .au-accordion__title:after,
.au-accordion__title:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-top: -0.5rem;
    right: 16px;
    right: 1rem;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2300698f' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%2300698f' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 101;
    -webkit-transition: -webkit-transform .25s ease-in;
    transition: -webkit-transform .25s ease-in;
    transition: transform .25s ease-in;
    transition: transform .25s ease-in, -webkit-transform .25s ease-in
}

.au-body .au-accordion__title.au-accordion--closed:after,
.au-accordion__title.au-accordion--closed:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ie8 .au-body .au-accordion__title:after,
.lt-ie8 .au-body .au-accordion__title:after,
.ie8 .au-accordion__title:after,
.lt-ie8 .au-accordion__title:after {
    content: " ▼ "
}

.ie8 .au-body .au-accordion__title.au-accordion--open:after,
.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after,
.ie8 .au-accordion__title.au-accordion--open:after,
.lt-ie8 .au-accordion__title.au-accordion--open:after {
    content: " ▲ "
}

.au-body.au-body--dark .au-accordion__title,
.au-accordion.au-accordion--dark .au-accordion__title {
    color: #61daff
}

.au-body.au-body--dark .au-accordion__title:hover,
.au-accordion.au-accordion--dark .au-accordion__title:hover {
    color: #fff
}

.au-body.au-body--dark .au-accordion__title:hover:after,
.au-accordion.au-accordion--dark .au-accordion__title:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23ffffff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23ffffff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")
}

.au-body.au-body--dark .au-accordion__title:focus,
.au-accordion.au-accordion--dark .au-accordion__title:focus {
    outline: 3px solid #c390f9
}

.au-body.au-body--dark .au-accordion__title::-moz-focus-inner,
.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner {
    border: 0
}

.au-body.au-body--dark .au-accordion__title:after,
.au-accordion.au-accordion--dark .au-accordion__title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%2361daff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%2361daff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")
}

.au-accordion__body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    overflow: hidden
}

.js .au-accordion__body.au-accordion--open {
    display: block;
    height: auto
}

.js .au-accordion__body.au-accordion--closed {
    display: none;
    height: 0
}

.au-accordion__body-wrapper {
    padding: 16px;
    padding: 1rem;
    border-top: 1px solid #7f7f7f
}

.au-accordion--dark .au-accordion__body-wrapper {
    border-top: 1px solid #95b7bf
}


/*! @gov.au/body v2.0.10 */

@media print {
    .au-body *,
    .au-body {
        text-shadow: none !important;
        color: #000 !important;
        background: #fff !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-color: #000 !important
    }
    .au-body a,
    .au-body a:visited {
        text-decoration: underline
    }
    .au-body a[href]:after {
        content: " (" attr(href) ")" !important;
        display: inline !important
    }
    .au-body a[href^="javascript:"]:after,
    .au-body a[href^="#"]:after {
        content: "" !important
    }
    .au-body a[rel~=external]:after {
        width: auto !important;
        height: auto !important;
        margin: auto !important;
        background-image: none !important
    }
    .au-body abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .au-body pre,
    .au-body blockquote {
        border: 1px solid #000;
        padding: 6px;
        page-break-inside: avoid
    }
    .au-body thead {
        display: table-header-group
    }
    .au-body tr,
    .au-body img {
        page-break-inside: avoid
    }
    .au-body img {
        max-width: 100% !important
    }
    .au-body p,
    .au-body h2,
    .au-body h3 {
        orphans: 3;
        widows: 3
    }
    .au-body h2,
    .au-body h3 {
        page-break-after: avoid
    }
    .au-body p a {
        word-wrap: break-word
    }
    .au-body select {
        background: #fff !important
    }
}

.au-body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131;
    background-color: #fff
}

.au-body a {
    color: #00698f;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.au-body a[rel~=external]:after {
    content: " ";
    display: inline-block;
    width: .7em;
    height: .85em;
    margin: 0 .1em -0.02em .25em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2300698f' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E%3Cpath fill='%2300698f' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-y: .12em
}

.ie8 .au-body a[rel~=external]:after,
.lt-ie8 .au-body a[rel~=external]:after {
    content: "⇗";
    color: #00698f
}

.au-body a:hover {
    color: #313131;
    text-decoration: none
}

.au-body a:hover[rel~=external]:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23313131' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E%3Cpath fill='%23313131' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E%3C/svg%3E")
}

.ie8 .au-body a:hover[rel~=external]:after,
.lt-ie8 .au-body a:hover[rel~=external]:after {
    content: "⇗";
    color: #313131
}

.au-body a:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-body a::-moz-focus-inner {
    border: 0
}

.au-body [tabindex="0"]:focus,
.au-body:target {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-body mark {
    color: #fff;
    background-color: #00698f
}

.au-body::-moz-selection {
    color: #fff;
    background-color: rgba(0, 105, 143, .99)
}

.au-body::selection {
    color: #fff;
    background-color: rgba(0, 105, 143, .99)
}

.au-body img::-moz-selection,
.au-body video::-moz-selection,
.au-body iframe::-moz-selection {
    background-color: rgba(0, 105, 143, .75)
}

.au-body img::selection,
.au-body video::selection,
.au-body iframe::selection {
    background-color: rgba(0, 105, 143, .75)
}

.au-body p {
    max-width: 42em;
    margin: 0
}

.au-body * + p {
    margin-top: 24px;
    margin-top: 1.5rem
}

.au-body ul:not([class]),
.au-body ol:not([class]),
.au-body dl:not([class]),
.au-body pre {
    margin: 0
}

.au-body * + ul:not([class]),
.au-body * + ol:not([class]),
.au-body * + dl:not([class]),
.au-body * + pre {
    margin-top: 24px;
    margin-top: 1.5rem
}

.au-body ul:not([class]) > li,
.au-body ol:not([class]) > li {
    margin-top: 8px;
    margin-top: 0.5rem
}

.au-body ul:not([class]) > li > ul:not([class]),
.au-body ul:not([class]) > li > ol:not([class]),
.au-body ol:not([class]) > li > ul:not([class]),
.au-body ol:not([class]) > li > ol:not([class]) {
    margin-top: 8px;
    margin-top: 0.5rem
}

.au-body ul:not([class]) > ul:not([class]),
.au-body ol:not([class]) > ul:not([class]) {
    list-style-type: disc
}

.au-body dl:not([class]) > dd {
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-left: 8px;
    padding-left: 0.5rem;
    margin-left: 0;
    border-left: solid 1px
}

.au-body dl:not([class]) > dt {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-weight: bold
}

.au-body dl:not([class]) > dt:first-of-type {
    margin-top: 0
}

.au-body .written-by:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHZpZXdCb3g9IjAgMCA2NTggMTgiPjx0ZXh0IHg9IjEzIiB5PSIxMyIgZm9udC1zaXplPSIxMyI+TWVzc3JzLCBEb20sIFBhZ2V5LCBUcmViLCBQYXQgYW5kIEtsZXBhcyBhcmUgcHJvdWQgdG8gcHJlc2VudCB0aGUgR09MRCBkZXNpZ24gc3lzdGVtLiAtIE1pc2NoaWVmIG1hbmFnZWQ8L3RleHQ+PC9zdmc+");
    color: #bada55
}

.au-body em,
.au-body i {
    font-style: italic
}

.au-body strong,
.au-body b {
    font-weight: bold
}

.au-body small {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286
}

.au-body s,
.au-body del {
    text-decoration: line-through
}

.au-body ins {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.au-body dfn {
    font-style: normal
}

.au-body abbr,
.au-body abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.au-body abbr[title] {
    cursor: help
}

.au-body a abbr {
    padding-bottom: 1px
}

.au-body var {
    padding: 0 1px;
    font-style: italic;
    font-family: serif
}

.au-body var sup,
.au-body var sub {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    padding: 0 1px
}

.au-body sub,
.au-body sup {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    position: relative;
    vertical-align: baseline
}

.au-body sub {
    bottom: -0.25em
}

.au-body sup {
    top: -0.5em
}

.au-body kbd,
.au-body code,
.au-body samp {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    padding: 4px;
    padding: 0.25rem;
    font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
    display: inline-block;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #626262
}

.au-body pre {
    font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace
}

.au-body pre code {
    padding: 8px;
    padding: 0.5rem;
    display: block;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

.au-body hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: none;
    border-top: 1px solid #7f7f7f;
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

.au-body * + hr {
    margin-top: 24px;
    margin-top: 1.5rem
}

.au-body.au-body--alt {
    background: #ebebeb
}

.au-body.au-body--dark {
    background: #135e70;
    color: #fff
}

.au-body.au-body--dark::-moz-selection {
    color: #135e70;
    background-color: rgba(97, 218, 255, .99)
}

.au-body.au-body--dark::selection {
    color: #135e70;
    background-color: rgba(97, 218, 255, .99)
}

.au-body.au-body--dark img::-moz-selection,
.au-body.au-body--dark video::-moz-selection,
.au-body.au-body--dark iframe::-moz-selection {
    background-color: rgba(97, 218, 255, .75)
}

.au-body.au-body--dark img::selection,
.au-body.au-body--dark video::selection,
.au-body.au-body--dark iframe::selection {
    background-color: rgba(97, 218, 255, .75)
}

.au-body.au-body--dark a {
    color: #61daff
}

.au-body.au-body--dark a[rel~=external]:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2361daff' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E%3Cpath fill='%2361daff' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E%3C/svg%3E")
}

.ie8 .au-body.au-body--dark a[rel~=external]:after,
.lt-ie8 .au-body.au-body--dark a[rel~=external]:after {
    color: #61daff
}

.au-body.au-body--dark a:hover {
    color: #fff
}

.au-body.au-body--dark a:hover[rel~=external]:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23ffffff' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E%3Cpath fill='%23ffffff' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E%3C/svg%3E")
}

.ie8 .au-body.au-body--dark a:hover[rel~=external]:after,
.lt-ie8 .au-body.au-body--dark a:hover[rel~=external]:after {
    color: #fff
}

.au-body.au-body--dark a:focus {
    outline: 3px solid #c390f9
}

.au-body.au-body--dark a::-moz-focus-inner {
    border: 0
}

.au-body.au-body--dark [tabindex="0"]:focus,
.au-body.au-body--dark:target {
    outline: 3px solid #c390f9
}

.au-body.au-body--dark mark {
    background-color: #61daff;
    color: #135e70
}

.au-body.au-body--dark kbd {
    background-color: #0a323c
}

.au-body.au-body--dark hr {
    border-top-color: #95b7bf
}

.au-body.au-body--dark code,
.au-body.au-body--dark kbd {
    color: #bdd2d7;
    background-color: #0a323c
}

.au-body.au-body--dark.au-body--alt {
    background: #0d414d
}


/*! @gov.au/link-list v3.0.1 */

.au-link-list {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    list-style-type: none
}

.au-body .au-link-list {
    margin: 0;
    padding: 4px 0;
    padding: 0.25rem 0
}

.au-link-list > li {
    display: block;
    margin: 4px;
    margin: 0.25rem
}

.au-link-list.au-link-list--inline {
    display: inline-block
}

.au-link-list.au-link-list--inline > li {
    display: inline-block
}


/*! @gov.au/breadcrumbs v3.0.1 */

@media print {
    .au-breadcrumbs > .au-link-list > li:after {
        content: ">" !important;
        background-image: none !important
    }
}

.au-breadcrumbs {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    width: 100%;
    margin: 0;
    color: #313131;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}

* + .au-breadcrumbs {
    margin-top: 16px;
    margin-top: 1rem
}

@media(min-width: 768px) {
    .au-breadcrumbs {
        display: inline-block
    }
}

.au-breadcrumbs > .au-link-list > li {
    margin: 0
}

.au-breadcrumbs > .au-link-list > li:after {
    content: " ";
    display: inline-block;
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
    margin: 0 8px;
    margin: 0 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 128 128'%3E%3Cpath fill='%237f7f7f' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%237f7f7f' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat
}

.au-breadcrumbs > .au-link-list > li:last-child:after {
    display: none
}

.ie8 .au-breadcrumbs > .au-link-list > li:after,
.lt-ie8 .au-breadcrumbs > .au-link-list > li:after {
    content: " > ";
    display: inline-block
}

.au-breadcrumbs.au-breadcrumbs--dark {
    color: #fff
}

.au-breadcrumbs.au-breadcrumbs--dark > .au-link-list > li:not(:last-child):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 128 128'%3E%3Cpath fill='%2395b7bf' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%2395b7bf' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")
}


/*! @gov.au/buttons v3.0.3 */

@media print {
    .au-btn {
        background-color: #fff !important;
        border: 2px solid #000 !important;
        color: #000 !important;
        text-decoration: none !important
    }
    .au-btn[disabled] {
        background-color: #ccc !important;
        border: 2px solid #ccc !important
    }
    .au-btn:disabled {
        background-color: #ccc !important;
        border: 2px solid #ccc !important
    }
}

.au-btn,
a.au-btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background-color: #00698f;
    border: 3px solid #00698f;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background .1s ease, border .1s ease, color .1s ease;
    transition: background .1s ease, border .1s ease, color .1s ease
}

.au-body .au-btn,
.au-body a.au-btn {
    color: #fff;
    text-decoration: none
}

.au-btn.au-btn--block + .au-btn.au-btn--block,
.au-btn.au-btn--block + a.au-btn.au-btn--block,
a.au-btn.au-btn--block + .au-btn.au-btn--block,
a.au-btn.au-btn--block + a.au-btn.au-btn--block {
    margin-top: 8px;
    margin-top: 0.5rem
}

.au-btn:focus,
a.au-btn:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-btn::-moz-focus-inner,
a.au-btn::-moz-focus-inner {
    border: 0
}

.au-btn:focus,
a.au-btn:focus {
    border-radius: 0
}

.au-btn[disabled],
a.au-btn[disabled] {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.au-btn:disabled,
a.au-btn:disabled {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.au-btn:hover:not(:disabled),
a.au-btn:hover:not(:disabled) {
    background-color: #313131;
    border-color: #313131;
    text-decoration: underline;
    color: #fff
}

.ie8 .au-btn:hover,
.ie8 a.au-btn:hover {
    background-color: #313131;
    border-color: #313131;
    color: #fff;
    text-decoration: underline
}

.au-btn.au-btn--dark,
a.au-btn.au-btn--dark {
    color: #135e70;
    background-color: #61daff;
    border-color: #61daff
}

.au-body .au-btn.au-btn--dark,
.au-body a.au-btn.au-btn--dark {
    color: #135e70
}

.au-btn.au-btn--dark:hover:not(:disabled),
a.au-btn.au-btn--dark:hover:not(:disabled) {
    color: #135e70;
    border-color: #fff;
    background-color: #fff
}

.ie8 .au-btn.au-btn--dark:hover,
.ie8 a.au-btn.au-btn--dark:hover {
    color: #135e70;
    border-color: #fff;
    background-color: #fff
}

.au-btn.au-btn--dark:focus,
a.au-btn.au-btn--dark:focus {
    outline: 3px solid #c390f9
}

.au-btn.au-btn--dark::-moz-focus-inner,
a.au-btn.au-btn--dark::-moz-focus-inner {
    border: 0
}

.au-btn.au-btn--secondary,
a.au-btn.au-btn--secondary {
    color: #00698f;
    background-color: transparent;
    border-color: #00698f
}

.au-body .au-btn.au-btn--secondary,
.au-body a.au-btn.au-btn--secondary {
    color: #00698f
}

.ie8 .au-body .au-btn.au-btn--secondary:hover,
.ie8 .au-body a.au-btn.au-btn--secondary:hover {
    color: #fff
}

.au-btn.au-btn--secondary:hover:not(:disabled),
a.au-btn.au-btn--secondary:hover:not(:disabled) {
    background-color: transparent;
    border-color: #313131;
    color: #313131
}

.au-btn.au-btn--secondary.au-btn--dark,
a.au-btn.au-btn--secondary.au-btn--dark {
    border-color: #61daff;
    color: #61daff
}

.au-btn.au-btn--secondary.au-btn--dark:hover:not(:disabled),
a.au-btn.au-btn--secondary.au-btn--dark:hover:not(:disabled) {
    border-color: #fff;
    color: #fff
}

.ie8 .au-body .au-btn.au-btn--secondary.au-btn--dark:hover,
.ie8 .au-body a.au-btn.au-btn--secondary.au-btn--dark:hover {
    color: #135e70
}

.au-btn.au-btn--tertiary,
a.au-btn.au-btn--tertiary {
    color: #00698f;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline
}

.au-btn.au-btn--tertiary:hover:not(:disabled),
a.au-btn.au-btn--tertiary:hover:not(:disabled) {
    background-color: transparent;
    color: #313131;
    border-color: transparent;
    text-decoration: none
}

.au-btn.au-btn--tertiary.au-btn--dark,
a.au-btn.au-btn--tertiary.au-btn--dark {
    color: #61daff
}

.au-btn.au-btn--tertiary.au-btn--dark:hover:not(:disabled),
a.au-btn.au-btn--tertiary.au-btn--dark:hover:not(:disabled) {
    color: #fff
}

.au-btn.au-btn--pride,
a.au-btn.au-btn--pride {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.6666666667%, rgba(255, 62, 24, 0.5)), color-stop(16.6666666667%, rgba(252, 154, 0, 0.5)), color-stop(33.3333333333%, rgba(252, 154, 0, 0.52)), color-stop(33.3333333333%, rgba(255, 216, 0, 0.5)), color-stop(33.3333333333%, rgba(255, 216, 0, 0.5)), color-stop(50%, rgba(255, 216, 0, 0.5)), color-stop(50%, rgba(57, 234, 124, 0.5)), color-stop(66.6666666667%, rgba(57, 234, 124, 0.5)), color-stop(66.6666666667%, rgba(11, 178, 255, 0.5)), color-stop(83.3333333333%, rgba(11, 178, 255, 0.5)), color-stop(83.3333333333%, rgba(152, 90, 255, 0.5)));
    background: linear-gradient(to bottom, rgba(255, 62, 24, 0.5) 16.6666666667%, rgba(252, 154, 0, 0.5) 16.6666666667%, rgba(252, 154, 0, 0.52) 33.3333333333%, rgba(255, 216, 0, 0.5) 33.3333333333%, rgba(255, 216, 0, 0.5) 33.3333333333%, rgba(255, 216, 0, 0.5) 50%, rgba(57, 234, 124, 0.5) 50%, rgba(57, 234, 124, 0.5) 66.6666666667%, rgba(11, 178, 255, 0.5) 66.6666666667%, rgba(11, 178, 255, 0.5) 83.3333333333%, rgba(152, 90, 255, 0.5) 83.3333333333%);
    color: #313131
}

.au-btn.au-btn--block,
a.au-btn.au-btn--block {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}


/*! @gov.au/callout v2.0.7 */

@media print {
    .au-callout {
        border-left-width: 16px !important;
        border-left-width: 1rem !important;
        border: 1px solid #000 !important;
        color: #000 !important;
        background-color: transparent !important
    }
}

.au-callout {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 24px;
    padding: 1.5rem;
    border-left: 4px solid #7f7f7f;
    border-left: 0.25rem solid #7f7f7f;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131;
    background-color: #f5f5f5;
    word-wrap: break-word
}

* + .au-callout {
    margin-top: 32px;
    margin-top: 2rem
}

.au-callout.au-callout--dark {
    color: #fff;
    border-color: #95b7bf;
    background-color: #104f5f
}

.au-callout.au-callout--alt {
    background-color: #e0e0e0
}

.au-callout.au-callout--dark.au-callout--alt {
    background-color: #0a323c
}

.au-callout--calendar-event {
    background-color: #f5f5f5
}

.au-callout--calendar-event__lede,
.au-callout--calendar-event__time,
.au-callout--calendar-event__name {
    display: block
}

* + .au-callout--calendar-event__time,
* + .au-callout--calendar-event__name {
    margin-top: 8px;
    margin-top: 0.5rem
}

.au-callout--calendar-event__lede {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1
}

.au-callout--calendar-event__time,
.au-callout--calendar-event__name {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25
}

.au-callout--calendar-event__time {
    font-weight: bold
}


/*! @gov.au/control-input v2.1.5 */

@media print {
    .au-control-input__text {
        color: #000 !important
    }
    .au-control-input__text:before,
    .au-control-input__text:after {
        display: none !important
    }
}

.au-control-input {
    display: inline-block;
    position: relative
}

.au-control-input.au-control-input--block {
    margin-top: 16px;
    margin-top: 1rem;
    display: block
}

.au-control-input.au-control-input--block:before,
.au-control-input.au-control-input--block:after {
    content: " ";
    display: table
}

.au-control-input.au-control-input--block:after {
    clear: both
}

.au-control-input__input {
    position: absolute;
    left: 8px;
    left: 0.5rem;
    top: 8px;
    top: 0.5rem;
    cursor: pointer
}

.au-control-input--small .au-control-input__input {
    left: 0;
    top: 0
}

.au-control-input__input + .au-control-input__text {
    cursor: pointer
}

.au-control-input__input:invalid + .au-control-input__text {
    background-color: #fff7f7
}

.au-control-input__input:invalid + .au-control-input__text:after {
    border-color: #ff635c
}

.au-control-input--invalid .au-control-input__input + .au-control-input__text {
    background-color: #fff7f7
}

.au-control-input--invalid .au-control-input__input + .au-control-input__text:after {
    border-color: #ff635c
}

.au-control-input--dark .au-control-input__input:invalid + .au-control-input__text {
    background-color: #365f6d
}

.au-control-input--dark.au-control-input--invalid .au-control-input__input + .au-control-input__text {
    background-color: #365f6d
}

.au-control-input--alt.au-control-input--invalid .au-control-input__input + .au-control-input__text {
    background-color: #f7dfde
}

.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid + .au-control-input__text {
    background-color: #31464f
}

.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input + .au-control-input__text {
    background-color: #31464f
}

.au-control-input--valid .au-control-input__input + .au-control-input__text {
    background-color: #f3fbf8
}

.au-control-input--valid .au-control-input__input + .au-control-input__text:after {
    border-color: #0cac78
}

.au-control-input--dark.au-control-input--valid .au-control-input__input + .au-control-input__text {
    background-color: #126a71
}

.au-control-input--alt.au-control-input--valid .au-control-input__input + .au-control-input__text {
    background-color: #d2eae2
}

.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input + .au-control-input__text {
    background-color: #0d5153
}

.au-control-input__input:focus + .au-control-input__text:before,
.au-control-input__input:focus + .au-control-input__text:after {
    outline: 3px solid #9263de;
    outline-offset: 2px;
    outline-offset: 2px
}

.au-control-input--dark .au-control-input__input:focus + .au-control-input__text:before,
.au-control-input--dark .au-control-input__input:focus + .au-control-input__text:after {
    outline: 3px solid #c390f9;
    outline-offset: 2px
}

.au-control-input__input[type=radio] + .au-control-input__text:before,
.au-control-input__input[type=radio] + .au-control-input__text:after {
    border-radius: 50%
}

.au-control-input__input[disabled] {
    cursor: not-allowed
}

.au-control-input__input[disabled] + .au-control-input__text {
    cursor: not-allowed
}

.au-control-input__input[disabled] + .au-control-input__text {
    color: #626262
}

.au-control-input__input:disabled {
    cursor: not-allowed
}

.au-control-input__input:disabled + .au-control-input__text {
    cursor: not-allowed
}

.au-control-input__input:disabled + .au-control-input__text {
    color: #626262
}

.au-control-input--dark .au-control-input__input[disabled] + .au-control-input__text {
    color: #bdd2d7
}

.au-control-input--dark .au-control-input__input:disabled + .au-control-input__text {
    color: #bdd2d7
}

.au-control-input__input[type=checkbox] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23ffffff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.au-control-input__input[type=checkbox] + .au-control-input__text:after {
    background-image: none
}

.au-control-input__input[type=checkbox]:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E")
}

.au-control-input--alt .au-control-input__input[type=checkbox] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23ebebeb' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.au-control-input--alt .au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23cecece' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23e0e0e0' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23cecece' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23ebebeb' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.au-control-input__input[type=checkbox]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23cecece' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E")
}

.au-control-input--dark .au-control-input__input[type=checkbox] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23135E70' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.au-control-input--dark .au-control-input__input[type=checkbox]:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E")
}

.au-control-input--dark .au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2340727f' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23104f5f' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.au-control-input--dark .au-control-input__input[type=checkbox]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2340727f' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E")
}

.au-control-input--alt.au-control-input--dark .au-control-input__input[type=checkbox] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%230d414d' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.au-control-input--alt.au-control-input--dark .au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%233d6771' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%230a323c' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E")
}

.au-control-input--alt.au-control-input--dark .au-control-input__input[type=checkbox]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%233d6771' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E")
}

.au-control-input__input[type=radio] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23313131' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23ffffff' cx='16' cy='16' r='14'/%3E%3C/svg%3E")
}

.au-control-input__input[type=radio] + .au-control-input__text:after {
    background-image: none
}

.au-control-input__input[type=radio]:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23313131' cx='16' cy='16' r='11'/%3E%3C/svg%3E")
}

.au-control-input--alt .au-control-input__input[type=radio] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23313131' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23ebebeb' cx='16' cy='16' r='14'/%3E%3C/svg%3E")
}

.au-control-input--alt .au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23cecece' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23e0e0e0' cx='16' cy='16' r='14'/%3E%3C/svg%3E")
}

.au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23cecece' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23ebebeb' cx='16' cy='16' r='14'/%3E%3C/svg%3E")
}

.au-control-input__input[type=radio]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23cecece' cx='16' cy='16' r='11'/%3E%3C/svg%3E")
}

.au-control-input--dark .au-control-input__input[type=radio] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ffffff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23135E70' cx='16' cy='16' r='14'/%3E%3C/svg%3E")
}

.au-control-input--dark .au-control-input__input[type=radio]:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ffffff' cx='16' cy='16' r='11'/%3E%3C/svg%3E")
}

.au-control-input--dark .au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2340727f' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23104f5f' cx='16' cy='16' r='14'/%3E%3C/svg%3E")
}

.au-control-input--dark .au-control-input__input[type=radio]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2340727f' cx='16' cy='16' r='11'/%3E%3C/svg%3E")
}

.au-control-input--alt.au-control-input--dark .au-control-input__input[type=radio] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ffffff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%230d414d' cx='16' cy='16' r='14'/%3E%3C/svg%3E")
}

.au-control-input--alt.au-control-input--dark .au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%233d6771' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%230a323c' cx='16' cy='16' r='14'/%3E%3C/svg%3E")
}

.au-control-input--alt.au-control-input--dark .au-control-input__input[type=radio]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%233d6771' cx='16' cy='16' r='11'/%3E%3C/svg%3E")
}

.au-control-input__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 4px 8px 8px 40px;
    padding: 0.25rem 0.5rem 0.5rem 2.5rem;
    margin-right: 16px;
    margin-right: 1rem;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131
}

.au-control-input__text:before,
.au-control-input__text:after {
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    content: " ";
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    z-index: 100;
    left: -3px;
    top: -3px;
    border: 3px solid transparent
}

.au-control-input--small .au-control-input__text:before,
.au-control-input--small .au-control-input__text:after {
    width: 28px;
    width: 1.75rem;
    height: 28px;
    height: 1.75rem
}

.au-control-input--small .au-control-input__text {
    padding: 3px 8px 0 28px;
    padding: 0.2rem 0.5rem 0 1.75rem;
    margin-right: 16px;
    margin-right: 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1
}

.au-control-input__text:after {
    z-index: 101
}

.au-control-input--dark .au-control-input__text {
    color: #fff
}


/*! @gov.au/cta-link v2.1.3 */

@media print {
    .au-cta-link {
        color: #000 !important
    }
    .au-cta-link:after {
        background-image: none !important;
        content: " > " !important;
        border: none !important;
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important
    }
}

.au-cta-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 16px;
    margin-top: 1rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #00698f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.au-cta-link:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-cta-link::-moz-focus-inner {
    border: 0
}

.au-cta-link:after {
    content: " ";
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin: 0 4px 0 3px;
    margin: 0 0.25rem 0 0.2rem;
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2300698f' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%2300698f' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")
}

.ie8 .au-cta-link:after,
.lt-ie8 .au-cta-link:after {
    content: " > "
}

.au-cta-link:hover {
    color: #313131;
    text-decoration: none
}

.au-cta-link:hover:after {
    margin-left: 6px;
    margin-left: 0.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23313131' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23313131' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")
}

.au-cta-link.au-cta-link--dark {
    color: #61daff
}

.au-cta-link.au-cta-link--dark:focus {
    outline: 3px solid #c390f9
}

.au-cta-link.au-cta-link--dark::-moz-focus-inner {
    border: 0
}

.au-cta-link.au-cta-link--dark:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2361daff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%2361daff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")
}

.au-cta-link.au-cta-link--dark:hover {
    color: #fff
}

.au-cta-link.au-cta-link--dark:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23ffffff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23ffffff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")
}


/*! @gov.au/direction-links v2.1.3 */

@media print {
    .au-direction-link {
        color: #000 !important
    }
    .au-direction-link:after {
        content: "→" !important
    }
    .au-direction-link--left:before {
        content: "←" !important
    }
    .au-direction-link--up:after {
        content: "↑" !important
    }
    .au-direction-link--down:after {
        content: "↓" !important
    }
}

.au-direction-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #00698f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.au-direction-link:hover {
    text-decoration: none;
    color: #313131
}

.au-direction-link:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-direction-link::-moz-focus-inner {
    border: 0
}

.au-direction-link.au-direction-link--dark {
    color: #61daff
}

.au-direction-link.au-direction-link--dark:hover {
    color: #fff
}

.au-direction-link.au-direction-link--dark:focus {
    outline: 3px solid #c390f9
}

.au-direction-link.au-direction-link--dark::-moz-focus-inner {
    border: 0
}

.au-direction-link:after {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin: 0 0 0 4px;
    margin: 0 0 0 0.25rem;
    content: "→";
    display: inline-block;
    width: auto;
    height: auto
}

.au-direction-link--left:after {
    display: none
}

.au-direction-link--left:before {
    content: "←";
    display: inline-block;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin: 0 4px 0 0;
    margin: 0 0.25rem 0 0
}

.au-direction-link--up:after {
    content: "↑"
}

.au-direction-link--down:after {
    content: "↓"
}


/*! @gov.au/footer v2.1.5 */

@media print {
    .au-footer {
        color: #000 !important;
        background: #fff !important;
        border-color: #000 !important
    }
}

.au-footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 48px 0 48px;
    padding: 3rem 0 3rem;
    border-top: 4px solid #7f7f7f;
    border-top: 0.25rem solid #7f7f7f;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131
}

.au-footer p:last-child {
    margin: 0
}

.au-footer.au-footer--alt {
    background-color: #ebebeb
}

.au-footer.au-footer--dark {
    color: #fff;
    border-color: #95b7bf;
    background-color: #135e70
}

.au-footer.au-footer--dark.au-footer--alt {
    background-color: #0d414d
}

.au-footer__navigation .au-link-list > li {
    margin-left: 0
}

.au-footer__navigation + .au-footer__end {
    padding-top: 16px;
    padding-top: 1rem;
    margin-top: 16px;
    margin-top: 1rem;
    border-top: 1px solid #7f7f7f
}

.au-footer--dark .au-footer__navigation + .au-footer__end {
    border-top: 1px solid #95b7bf
}


/*! @gov.au/grid-12 v2.0.7 */

.au-grid .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width: 768px) {
    .au-grid .container {
        width: 744px
    }
}

@media(min-width: 992px) {
    .au-grid .container {
        width: 968px
    }
}

@media(min-width: 1300px) {
    .au-grid .container {
        width: 1176px
    }
}

.au-grid .container,
.au-grid .container-fluid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.au-grid .container:before,
.au-grid .container:after,
.au-grid .container-fluid:before,
.au-grid .container-fluid:after {
    content: " ";
    display: table
}

.au-grid .container:after,
.au-grid .container-fluid:after {
    clear: both
}

.au-grid .row {
    margin-left: -12px;
    margin-right: -12px
}

.au-grid .row:before,
.au-grid .row:after {
    content: " ";
    display: table
}

.au-grid .row:after {
    clear: both
}

.au-grid .col-xs-1,
.au-grid .col-sm-1,
.au-grid .col-md-1,
.au-grid .col-lg-1,
.au-grid .col-xs-2,
.au-grid .col-sm-2,
.au-grid .col-md-2,
.au-grid .col-lg-2,
.au-grid .col-xs-3,
.au-grid .col-sm-3,
.au-grid .col-md-3,
.au-grid .col-lg-3,
.au-grid .col-xs-4,
.au-grid .col-sm-4,
.au-grid .col-md-4,
.au-grid .col-lg-4,
.au-grid .col-xs-5,
.au-grid .col-sm-5,
.au-grid .col-md-5,
.au-grid .col-lg-5,
.au-grid .col-xs-6,
.au-grid .col-sm-6,
.au-grid .col-md-6,
.au-grid .col-lg-6,
.au-grid .col-xs-7,
.au-grid .col-sm-7,
.au-grid .col-md-7,
.au-grid .col-lg-7,
.au-grid .col-xs-8,
.au-grid .col-sm-8,
.au-grid .col-md-8,
.au-grid .col-lg-8,
.au-grid .col-xs-9,
.au-grid .col-sm-9,
.au-grid .col-md-9,
.au-grid .col-lg-9,
.au-grid .col-xs-10,
.au-grid .col-sm-10,
.au-grid .col-md-10,
.au-grid .col-lg-10,
.au-grid .col-xs-11,
.au-grid .col-sm-11,
.au-grid .col-md-11,
.au-grid .col-lg-11,
.au-grid .col-xs-12,
.au-grid .col-sm-12,
.au-grid .col-md-12,
.au-grid .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.au-grid .col-xs-1,
.au-grid .col-xs-2,
.au-grid .col-xs-3,
.au-grid .col-xs-4,
.au-grid .col-xs-5,
.au-grid .col-xs-6,
.au-grid .col-xs-7,
.au-grid .col-xs-8,
.au-grid .col-xs-9,
.au-grid .col-xs-10,
.au-grid .col-xs-11,
.au-grid .col-xs-12 {
    float: left
}

.au-grid .col-xs-1 {
    width: 8.3333333333%
}

.au-grid .col-xs-2 {
    width: 16.6666666667%
}

.au-grid .col-xs-3 {
    width: 25%
}

.au-grid .col-xs-4 {
    width: 33.3333333333%
}

.au-grid .col-xs-5 {
    width: 41.6666666667%
}

.au-grid .col-xs-6 {
    width: 50%
}

.au-grid .col-xs-7 {
    width: 58.3333333333%
}

.au-grid .col-xs-8 {
    width: 66.6666666667%
}

.au-grid .col-xs-9 {
    width: 75%
}

.au-grid .col-xs-10 {
    width: 83.3333333333%
}

.au-grid .col-xs-11 {
    width: 91.6666666667%
}

.au-grid .col-xs-12 {
    width: 100%
}

.au-grid .col-xs-pull-0 {
    right: auto
}

.au-grid .col-xs-pull-1 {
    right: 8.3333333333%
}

.au-grid .col-xs-pull-2 {
    right: 16.6666666667%
}

.au-grid .col-xs-pull-3 {
    right: 25%
}

.au-grid .col-xs-pull-4 {
    right: 33.3333333333%
}

.au-grid .col-xs-pull-5 {
    right: 41.6666666667%
}

.au-grid .col-xs-pull-6 {
    right: 50%
}

.au-grid .col-xs-pull-7 {
    right: 58.3333333333%
}

.au-grid .col-xs-pull-8 {
    right: 66.6666666667%
}

.au-grid .col-xs-pull-9 {
    right: 75%
}

.au-grid .col-xs-pull-10 {
    right: 83.3333333333%
}

.au-grid .col-xs-pull-11 {
    right: 91.6666666667%
}

.au-grid .col-xs-pull-12 {
    right: 100%
}

.au-grid .col-xs-push-0 {
    left: auto
}

.au-grid .col-xs-push-1 {
    left: 8.3333333333%
}

.au-grid .col-xs-push-2 {
    left: 16.6666666667%
}

.au-grid .col-xs-push-3 {
    left: 25%
}

.au-grid .col-xs-push-4 {
    left: 33.3333333333%
}

.au-grid .col-xs-push-5 {
    left: 41.6666666667%
}

.au-grid .col-xs-push-6 {
    left: 50%
}

.au-grid .col-xs-push-7 {
    left: 58.3333333333%
}

.au-grid .col-xs-push-8 {
    left: 66.6666666667%
}

.au-grid .col-xs-push-9 {
    left: 75%
}

.au-grid .col-xs-push-10 {
    left: 83.3333333333%
}

.au-grid .col-xs-push-11 {
    left: 91.6666666667%
}

.au-grid .col-xs-push-12 {
    left: 100%
}

.au-grid .col-xs-offset-0 {
    margin-left: 0%
}

.au-grid .col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.au-grid .col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.au-grid .col-xs-offset-3 {
    margin-left: 25%
}

.au-grid .col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.au-grid .col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.au-grid .col-xs-offset-6 {
    margin-left: 50%
}

.au-grid .col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.au-grid .col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.au-grid .col-xs-offset-9 {
    margin-left: 75%
}

.au-grid .col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.au-grid .col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.au-grid .col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width: 768px) {
    .au-grid .col-sm-1,
    .au-grid .col-sm-2,
    .au-grid .col-sm-3,
    .au-grid .col-sm-4,
    .au-grid .col-sm-5,
    .au-grid .col-sm-6,
    .au-grid .col-sm-7,
    .au-grid .col-sm-8,
    .au-grid .col-sm-9,
    .au-grid .col-sm-10,
    .au-grid .col-sm-11,
    .au-grid .col-sm-12 {
        float: left
    }
    .au-grid .col-sm-1 {
        width: 8.3333333333%
    }
    .au-grid .col-sm-2 {
        width: 16.6666666667%
    }
    .au-grid .col-sm-3 {
        width: 25%
    }
    .au-grid .col-sm-4 {
        width: 33.3333333333%
    }
    .au-grid .col-sm-5 {
        width: 41.6666666667%
    }
    .au-grid .col-sm-6 {
        width: 50%
    }
    .au-grid .col-sm-7 {
        width: 58.3333333333%
    }
    .au-grid .col-sm-8 {
        width: 66.6666666667%
    }
    .au-grid .col-sm-9 {
        width: 75%
    }
    .au-grid .col-sm-10 {
        width: 83.3333333333%
    }
    .au-grid .col-sm-11 {
        width: 91.6666666667%
    }
    .au-grid .col-sm-12 {
        width: 100%
    }
    .au-grid .col-sm-pull-0 {
        right: auto
    }
    .au-grid .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .au-grid .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .au-grid .col-sm-pull-3 {
        right: 25%
    }
    .au-grid .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .au-grid .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .au-grid .col-sm-pull-6 {
        right: 50%
    }
    .au-grid .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .au-grid .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .au-grid .col-sm-pull-9 {
        right: 75%
    }
    .au-grid .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .au-grid .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .au-grid .col-sm-pull-12 {
        right: 100%
    }
    .au-grid .col-sm-push-0 {
        left: auto
    }
    .au-grid .col-sm-push-1 {
        left: 8.3333333333%
    }
    .au-grid .col-sm-push-2 {
        left: 16.6666666667%
    }
    .au-grid .col-sm-push-3 {
        left: 25%
    }
    .au-grid .col-sm-push-4 {
        left: 33.3333333333%
    }
    .au-grid .col-sm-push-5 {
        left: 41.6666666667%
    }
    .au-grid .col-sm-push-6 {
        left: 50%
    }
    .au-grid .col-sm-push-7 {
        left: 58.3333333333%
    }
    .au-grid .col-sm-push-8 {
        left: 66.6666666667%
    }
    .au-grid .col-sm-push-9 {
        left: 75%
    }
    .au-grid .col-sm-push-10 {
        left: 83.3333333333%
    }
    .au-grid .col-sm-push-11 {
        left: 91.6666666667%
    }
    .au-grid .col-sm-push-12 {
        left: 100%
    }
    .au-grid .col-sm-offset-0 {
        margin-left: 0%
    }
    .au-grid .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .au-grid .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .au-grid .col-sm-offset-3 {
        margin-left: 25%
    }
    .au-grid .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .au-grid .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .au-grid .col-sm-offset-6 {
        margin-left: 50%
    }
    .au-grid .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .au-grid .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .au-grid .col-sm-offset-9 {
        margin-left: 75%
    }
    .au-grid .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .au-grid .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .au-grid .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width: 992px) {
    .au-grid .col-md-1,
    .au-grid .col-md-2,
    .au-grid .col-md-3,
    .au-grid .col-md-4,
    .au-grid .col-md-5,
    .au-grid .col-md-6,
    .au-grid .col-md-7,
    .au-grid .col-md-8,
    .au-grid .col-md-9,
    .au-grid .col-md-10,
    .au-grid .col-md-11,
    .au-grid .col-md-12 {
        float: left
    }
    .au-grid .col-md-1 {
        width: 8.3333333333%
    }
    .au-grid .col-md-2 {
        width: 16.6666666667%
    }
    .au-grid .col-md-3 {
        width: 25%
    }
    .au-grid .col-md-4 {
        width: 33.3333333333%
    }
    .au-grid .col-md-5 {
        width: 41.6666666667%
    }
    .au-grid .col-md-6 {
        width: 50%
    }
    .au-grid .col-md-7 {
        width: 58.3333333333%
    }
    .au-grid .col-md-8 {
        width: 66.6666666667%
    }
    .au-grid .col-md-9 {
        width: 75%
    }
    .au-grid .col-md-10 {
        width: 83.3333333333%
    }
    .au-grid .col-md-11 {
        width: 91.6666666667%
    }
    .au-grid .col-md-12 {
        width: 100%
    }
    .au-grid .col-md-pull-0 {
        right: auto
    }
    .au-grid .col-md-pull-1 {
        right: 8.3333333333%
    }
    .au-grid .col-md-pull-2 {
        right: 16.6666666667%
    }
    .au-grid .col-md-pull-3 {
        right: 25%
    }
    .au-grid .col-md-pull-4 {
        right: 33.3333333333%
    }
    .au-grid .col-md-pull-5 {
        right: 41.6666666667%
    }
    .au-grid .col-md-pull-6 {
        right: 50%
    }
    .au-grid .col-md-pull-7 {
        right: 58.3333333333%
    }
    .au-grid .col-md-pull-8 {
        right: 66.6666666667%
    }
    .au-grid .col-md-pull-9 {
        right: 75%
    }
    .au-grid .col-md-pull-10 {
        right: 83.3333333333%
    }
    .au-grid .col-md-pull-11 {
        right: 91.6666666667%
    }
    .au-grid .col-md-pull-12 {
        right: 100%
    }
    .au-grid .col-md-push-0 {
        left: auto
    }
    .au-grid .col-md-push-1 {
        left: 8.3333333333%
    }
    .au-grid .col-md-push-2 {
        left: 16.6666666667%
    }
    .au-grid .col-md-push-3 {
        left: 25%
    }
    .au-grid .col-md-push-4 {
        left: 33.3333333333%
    }
    .au-grid .col-md-push-5 {
        left: 41.6666666667%
    }
    .au-grid .col-md-push-6 {
        left: 50%
    }
    .au-grid .col-md-push-7 {
        left: 58.3333333333%
    }
    .au-grid .col-md-push-8 {
        left: 66.6666666667%
    }
    .au-grid .col-md-push-9 {
        left: 75%
    }
    .au-grid .col-md-push-10 {
        left: 83.3333333333%
    }
    .au-grid .col-md-push-11 {
        left: 91.6666666667%
    }
    .au-grid .col-md-push-12 {
        left: 100%
    }
    .au-grid .col-md-offset-0 {
        margin-left: 0%
    }
    .au-grid .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .au-grid .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .au-grid .col-md-offset-3 {
        margin-left: 25%
    }
    .au-grid .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .au-grid .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .au-grid .col-md-offset-6 {
        margin-left: 50%
    }
    .au-grid .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .au-grid .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .au-grid .col-md-offset-9 {
        margin-left: 75%
    }
    .au-grid .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .au-grid .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .au-grid .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width: 1300px) {
    .au-grid .col-lg-1,
    .au-grid .col-lg-2,
    .au-grid .col-lg-3,
    .au-grid .col-lg-4,
    .au-grid .col-lg-5,
    .au-grid .col-lg-6,
    .au-grid .col-lg-7,
    .au-grid .col-lg-8,
    .au-grid .col-lg-9,
    .au-grid .col-lg-10,
    .au-grid .col-lg-11,
    .au-grid .col-lg-12 {
        float: left
    }
    .au-grid .col-lg-1 {
        width: 8.3333333333%
    }
    .au-grid .col-lg-2 {
        width: 16.6666666667%
    }
    .au-grid .col-lg-3 {
        width: 25%
    }
    .au-grid .col-lg-4 {
        width: 33.3333333333%
    }
    .au-grid .col-lg-5 {
        width: 41.6666666667%
    }
    .au-grid .col-lg-6 {
        width: 50%
    }
    .au-grid .col-lg-7 {
        width: 58.3333333333%
    }
    .au-grid .col-lg-8 {
        width: 66.6666666667%
    }
    .au-grid .col-lg-9 {
        width: 75%
    }
    .au-grid .col-lg-10 {
        width: 83.3333333333%
    }
    .au-grid .col-lg-11 {
        width: 91.6666666667%
    }
    .au-grid .col-lg-12 {
        width: 100%
    }
    .au-grid .col-lg-pull-0 {
        right: auto
    }
    .au-grid .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .au-grid .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .au-grid .col-lg-pull-3 {
        right: 25%
    }
    .au-grid .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .au-grid .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .au-grid .col-lg-pull-6 {
        right: 50%
    }
    .au-grid .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .au-grid .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .au-grid .col-lg-pull-9 {
        right: 75%
    }
    .au-grid .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .au-grid .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .au-grid .col-lg-pull-12 {
        right: 100%
    }
    .au-grid .col-lg-push-0 {
        left: auto
    }
    .au-grid .col-lg-push-1 {
        left: 8.3333333333%
    }
    .au-grid .col-lg-push-2 {
        left: 16.6666666667%
    }
    .au-grid .col-lg-push-3 {
        left: 25%
    }
    .au-grid .col-lg-push-4 {
        left: 33.3333333333%
    }
    .au-grid .col-lg-push-5 {
        left: 41.6666666667%
    }
    .au-grid .col-lg-push-6 {
        left: 50%
    }
    .au-grid .col-lg-push-7 {
        left: 58.3333333333%
    }
    .au-grid .col-lg-push-8 {
        left: 66.6666666667%
    }
    .au-grid .col-lg-push-9 {
        left: 75%
    }
    .au-grid .col-lg-push-10 {
        left: 83.3333333333%
    }
    .au-grid .col-lg-push-11 {
        left: 91.6666666667%
    }
    .au-grid .col-lg-push-12 {
        left: 100%
    }
    .au-grid .col-lg-offset-0 {
        margin-left: 0%
    }
    .au-grid .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .au-grid .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .au-grid .col-lg-offset-3 {
        margin-left: 25%
    }
    .au-grid .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .au-grid .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .au-grid .col-lg-offset-6 {
        margin-left: 50%
    }
    .au-grid .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .au-grid .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .au-grid .col-lg-offset-9 {
        margin-left: 75%
    }
    .au-grid .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .au-grid .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .au-grid .col-lg-offset-12 {
        margin-left: 100%
    }
}


/*! @gov.au/header v4.1.5 */

@media print {
    .au-header {
        background: #fff !important
    }
    .au-header a img {
        border: 0 !important
    }
    .au-header,
    .au-header__brand,
    .au-header__subline {
        color: #000 !important
    }
    .au-header__brand-image {
        display: none !important
    }
}

.au-header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 24px 0;
    padding: 1.5rem 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131;
    background: #fff
}

@media(min-width: 768px) {
    .au-header {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.6
    }
}

@media(min-width: 768px) {
    .au-header {
        padding: 48px 0;
        padding: 3rem 0
    }
}

.au-header.au-header--alt {
    background-color: #f5f5f5
}

.au-header.au-header--dark {
    color: #fff;
    background-color: #135e70
}

.au-header.au-header--alt.au-header--dark {
    color: #fff;
    background-color: #0d414d
}

.au-header__heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: bold;
    margin: 0;
    padding: 0
}

@media(min-width: 768px) {
    .au-header__heading {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5
    }
}

.au-header__subline {
    max-width: 42em;
    color: #626262
}

.au-header--dark .au-header__subline {
    color: #bdd2d7
}

.au-header__brand {
    min-width: 192px;
    min-width: 12rem
}

.au-header__brand:before,
.au-header__brand:after {
    content: " ";
    display: table
}

.au-header__brand:after {
    clear: both
}

.au-header__brand .au-header__brand-image {
    display: block;
    border-style: none;
    max-width: 192px;
    max-width: 12rem
}

.au-header__brand .au-header__brand-image + .au-header__text {
    margin-top: 16px;
    margin-top: 1rem
}

@media(min-width: 768px) {
    .au-header__brand {
        min-width: 256px;
        min-width: 16rem
    }
    .au-header__brand .au-header__brand-image {
        float: left;
        max-width: 256px;
        max-width: 16rem;
        margin-right: -256px;
        margin-right: -16rem
    }
    .au-header__brand .au-header__brand-image + .au-header__text {
        padding-left: 16px;
        padding-left: 1rem;
        margin-left: 272px;
        margin-left: 17rem;
        margin-top: 0;
        float: left;
        border-left: 1px solid #7f7f7f
    }
    .au-header--dark .au-header__brand .au-header__brand-image + .au-header__text {
        border-left-color: #95b7bf
    }
}

a.au-header__brand {
    display: inline-block;
    color: #313131;
    text-decoration: none
}

a.au-header__brand:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

a.au-header__brand::-moz-focus-inner {
    border: 0
}

a.au-header__brand:hover .au-header__text {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.au-header--dark a.au-header__brand {
    color: #fff
}

.au-header--dark a.au-header__brand:focus {
    outline: 3px solid #c390f9
}

.au-header--dark a.au-header__brand::-moz-focus-inner {
    border: 0
}

.au-header.au-header--hero {
    padding: 48px 0 56px 0;
    padding: 3rem 0 3.5rem 0
}

.au-header.au-header--hero .au-header__brand .au-header__brand-image {
    float: none
}

.au-header.au-header--hero .au-header__brand-image + .au-header__text {
    margin-top: 32px;
    margin-top: 2rem;
    border: 0;
    margin: 0;
    padding: 0
}

.au-header.au-header--hero .au-header__brand-image + .au-header__text .au-header__heading {
    margin-top: 32px;
    margin-top: 2rem
}

.au-header.au-header--hero .au-header__heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6
}

@media(min-width: 768px) {
    .au-header.au-header--hero .au-header__heading {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.5
    }
}

.au-header.au-header--hero .au-header__heading + .au-header__subline {
    margin-top: 12px;
    margin-top: 0.75rem
}


/*! @gov.au/headings v2.0.7 */

.au-display-xxxl,
.au-display-xxl,
.au-display-xl,
.au-display-lg,
.au-display-md,
.au-display-sm,
.au-display-xs,
.au-body h1,
.au-body h2,
.au-body h3,
.au-body h4,
.au-body h5,
.au-body h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    display: block;
    font-weight: bold;
    margin: 0
}

.au-body .au-display-xxxl,
.au-display-xxxl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.25
}

.au-body h1,
.au-body .au-display-xxl,
.au-display-xxl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3
}

.au-body h2,
.au-body .au-display-xl,
.au-display-xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25
}

.au-body h3,
.au-body .au-display-lg,
.au-display-lg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333
}

.au-body h4,
.au-body .au-display-md,
.au-display-md {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2
}

.au-body h5,
.au-body .au-display-sm,
.au-display-sm {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
}

.au-body h6,
.au-body .au-display-xs,
.au-display-xs {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429
}

* + .au-display-xxxl,
* + .au-display-xxl,
* + .au-display-xl,
* + .au-display-lg,
* + .au-display-md,
* + .au-display-sm,
* + .au-display-xs {
    margin-top: 16px;
    margin-top: 1rem
}

.au-body * + h1,
.au-body * + .au-display-xxl {
    margin-top: 48px;
    margin-top: 3rem
}

.au-body * + h2,
.au-body * + .au-display-xl {
    margin-top: 48px;
    margin-top: 3rem
}

.au-body h1 + h2,
.au-body h2 + h3,
.au-body .au-display-xxl + h2,
.au-body .au-display-xl + h3,
.au-body h1 + .au-display-xl,
.au-body h2 + .au-display-lg,
.au-body .au-display-xxl + .au-display-xl,
.au-body .au-display-xl + .au-display-lg,
.au-body * + h3,
.au-body * + h4,
.au-body * + h5,
.au-body * + h6,
.au-body * + .au-display-md,
.au-body * + .au-display-sm,
.au-body * + .au-display-xs {
    margin-top: 24px;
    margin-top: 1.5rem
}


/*! @gov.au/inpage-nav v3.0.1 */

.au-inpage-nav-links {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 24px;
    padding-left: 1.5rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    border-left: 4px solid #00698f
}

* + .au-inpage-nav-links {
    margin-top: 48px;
    margin-top: 3rem
}

.au-body .au-inpage-nav-links > ul,
.au-body .au-inpage-nav-links > ol {
    margin-top: 16px;
    margin-top: 1rem;
    list-style-type: none;
    padding: 0
}

.au-body .au-inpage-nav-links > ul li,
.au-body .au-inpage-nav-links > ol li {
    margin: 0
}

.au-body .au-inpage-nav-links > ul * + li,
.au-body .au-inpage-nav-links > ol * + li {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-left: 0
}

.au-inpage-nav-links.au-inpage-nav-links--dark {
    border-color: #61daff
}

.au-inpage-nav-links__heading,
.au-body .au-inpage-nav-links__heading {
    font-weight: bold;
    font-size: 1em
}

.au-inpage-nav-section {
    position: relative;
    padding-right: 128px;
    padding-right: 8rem
}

.au-inpage-nav-section-link {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    top: 4px;
    top: 0.25rem;
    position: absolute;
    right: 0;
    font-weight: normal
}


/*! @gov.au/keyword-list v3.0.1 */

.au-keyword-list {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5
}

.au-keyword-list:before,
.au-keyword-list:after {
    content: "";
    display: table
}

.au-keyword-list:after {
    clear: both
}

* + .au-keyword-list {
    margin-top: 16px;
    margin-top: 1rem
}

.au-body .au-keyword-list > li {
    margin-top: 16px;
    margin-top: 1rem;
    float: left;
    clear: both;
    list-style: none;
    margin-left: 0
}

.au-keyword-list > li {
    font-weight: bold
}

.au-keyword-list > li > a {
    display: block
}

.au-keyword-list__small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    display: block;
    font-weight: normal
}

.au-body .au-keyword-list__small {
    color: #313131
}

.au-keyword-list--dark .au-keyword-list__small {
    color: #fff
}


/*! @gov.au/page-alerts v2.0.7 */

@media print {
    .au-page-alerts {
        border-color: #000 !important;
        background-color: #fff !important;
        border-left: 2px solid #000 !important;
        padding-top: 3em !important
    }
    .au-page-alerts:after {
        background: none !important;
        content: "info" !important;
        top: 1em !important;
        left: 0 !important;
        font-size: 12px !important;
        border-right: 1px solid #000 !important;
        border-bottom: 1px solid #000 !important;
        padding: .5em !important;
        width: auto !important
    }
    .au-page-alerts--success:after {
        content: "success" !important
    }
    .au-page-alerts--warning:after {
        content: "warning" !important
    }
    .au-page-alerts--error:after {
        content: "error" !important
    }
}

.au-page-alerts {
    padding: 16px;
    padding: 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    border: solid 3px #00bfe9;
    border-left-width: 48px;
    border-left-width: 3rem;
    border-radius: 4px;
    word-wrap: break-word
}

* + .au-page-alerts {
    margin-top: 16px;
    margin-top: 1rem
}

.au-page-alerts:before,
.au-page-alerts:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: -36px;
    left: -2.25rem;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    margin-top: -12px;
    margin-top: -0.75rem;
    border-left-width: -12px;
    border-left-width: -0.75rem;
    display: block;
    background-repeat: no-repeat;
    background-color: #fff
}

.ie8 .au-page-alerts:before,
.lt-ie8 .au-page-alerts:before,
.ie8 .au-page-alerts:after,
.lt-ie8 .au-page-alerts:after {
    background: none;
    text-align: center;
    background-color: #313131;
    color: #fff;
    font-weight: bold
}

.au-page-alerts:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M11 17.8h2v-8h-2v8zm0-11.6v2h2v-2h-2z'/%3E%3C/svg%3E")
}

.ie8 .au-page-alerts:after,
.lt-ie8 .au-page-alerts:after {
    content: "i"
}

.au-page-alerts:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300bfe9' d='M0,0v24h24V0H0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11C23,18.1,18.1,23,12,23z'/%3E%3C/svg%3E")
}

.au-page-alerts.au-page-alerts--alt:before {
    background-color: #f5f5f5
}

.au-page-alerts.au-page-alerts--dark:before {
    background-color: #135e70
}

.au-page-alerts.au-page-alerts--dark:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M11 17.8h2v-8h-2v8zm0-11.6v2h2v-2h-2z'/%3E%3C/svg%3E")
}

.au-page-alerts.au-page-alerts--alt.au-page-alerts--dark:before {
    background-color: #104f5f
}

.au-page-alerts--success {
    border-color: #0cac78
}

.au-page-alerts--success:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230cac78' d='M0,0v24h24V0H0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11C23,18.1,18.1,23,12,23z'/%3E%3C/svg%3E")
}

.au-page-alerts--success:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M10.4 16.9l-4.7-4.7 1.4-1.4 3.3 3.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E")
}

.ie8 .au-page-alerts--success:after,
.lt-ie8 .au-page-alerts--success:after {
    content: "✓"
}

.au-page-alerts--success.au-page-alerts--dark:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M10.4 16.9l-4.7-4.7 1.4-1.4 3.3 3.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E")
}

.au-page-alerts--warning {
    border-color: #f69900
}

.au-page-alerts--warning:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f69900' d='M0,24h24v-3.2H0V24z M12,0l12,20.8V0H12z M0,0v20.8L12,0H0z'/%3E%3C/svg%3E")
}

.au-page-alerts--warning:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")
}

.ie8 .au-page-alerts--warning:after,
.lt-ie8 .au-page-alerts--warning:after {
    content: "!"
}

.au-page-alerts--warning.au-page-alerts--dark:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")
}

.au-page-alerts--error {
    border-color: #ff635c
}

.au-page-alerts--error:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff635c' d='M0,0v24h24V0H0z M22.9,16.6L16.5,23H7.4L1,16.5V7.4L7.4,1h9.2l6.3,6.4V16.6z'/%3E%3C/svg%3E")
}

.au-page-alerts--error:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M17 8.4L15.6 7 12 10.6 8.4 7 7 8.4l3.6 3.6L7 15.6 8.4 17l3.6-3.6 3.6 3.6 1.4-1.4-3.6-3.6z'/%3E%3C/svg%3E")
}

.ie8 .au-page-alerts--error:after,
.lt-ie8 .au-page-alerts--error:after {
    content: "!"
}

.au-page-alerts--error.au-page-alerts--dark:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M17 8.4L15.6 7 12 10.6 8.4 7 7 8.4l3.6 3.6L7 15.6 8.4 17l3.6-3.6 3.6 3.6 1.4-1.4-3.6-3.6z'/%3E%3C/svg%3E")
}

.au-page-alerts__sronly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}


/*! @gov.au/progress-indicator v3.1.3 */

@media print {
    .au-progress-indicator {
        border-top-color: #000 !important
    }
    .au-body .au-progress-indicator__link,
    .au-progress-indicator__link {
        color: #000 !important;
        border-bottom-color: #000 !important;
        border-left-color: transparent !important;
        padding-left: 6px !important
    }
    .au-body .au-progress-indicator__link.au-progress-indicator__link--doing,
    .au-progress-indicator__link.au-progress-indicator__link--doing {
        border-left-color: #000 !important
    }
    .au-body .au-progress-indicator__link:after,
    .au-progress-indicator__link:after {
        display: none
    }
    .au-progress-indicator__status {
        color: #000 !important
    }
}

.au-body .au-progress-indicator,
.au-progress-indicator {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    list-style: none;
    padding: 0;
    border-top: 1px solid #7f7f7f
}

.au-body .au-progress-indicator > li,
.au-progress-indicator > li {
    margin: 0
}

.au-body .au-progress-indicator.au-progress-indicator--dark,
.au-progress-indicator.au-progress-indicator--dark {
    border-color: #95b7bf
}

* + .au-progress-indicator,
.au-body * + .au-progress-indicator {
    margin-top: 16px;
    margin-top: 1rem
}

.au-body .au-progress-indicator__link,
.au-progress-indicator__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding: 12px 12px 12px 44px;
    padding: 0.75rem 0.75rem 0.75rem 2.75rem;
    position: relative;
    display: block;
    color: #313131;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #7f7f7f;
    border-left: 3px solid transparent;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    cursor: pointer
}

.au-body .au-progress-indicator__link:hover,
.au-progress-indicator__link:hover {
    background-color: #f5f5f5
}

.au-body .au-progress-indicator__link:focus,
.au-progress-indicator__link:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-body .au-progress-indicator__link::-moz-focus-inner,
.au-progress-indicator__link::-moz-focus-inner {
    border: 0
}

.au-body .au-progress-indicator__link:after,
.au-progress-indicator__link:after {
    left: 8px;
    left: 0.5rem;
    width: 24px;
    width: 1.5rem;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23626262' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 center
}

.ie8 .au-body .au-progress-indicator__link:after,
.lt-ie8 .au-body .au-progress-indicator__link:after,
.ie8 .au-progress-indicator__link:after,
.lt-ie8 .au-progress-indicator__link:after {
    top: 6px;
    content: "-"
}

.au-body .au-progress-indicator__link.au-progress-indicator__link--doing,
.au-progress-indicator__link.au-progress-indicator__link--doing {
    border-left-color: #00698f;
    font-weight: bold
}

.au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
.au-progress-indicator__link.au-progress-indicator__link--doing:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300698f' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3Ccircle fill='%2300698f' cx='6.5' cy='12' r='1.5'%3E%3C/circle%3E%3Ccircle fill='%2300698f' cx='12' cy='12' r='1.5'%3E%3C/circle%3E%3Ccircle fill='%2300698f' cx='17.5' cy='12' r='1.5'%3E%3C/circle%3E%3C/svg%3E")
}

.ie8 .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
.lt-ie8 .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
.ie8 .au-progress-indicator__link.au-progress-indicator__link--doing:after,
.lt-ie8 .au-progress-indicator__link.au-progress-indicator__link--doing:after {
    content: "..."
}

.au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
.au-progress-indicator__link.au-progress-indicator__link--done:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300698f' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3Cpath fill='%2300698f' d='M18.744186,9.23753281 C18.744186,9.48293963 18.6627907,9.71391076 18.5,9.88713911 L11.3895349,17.7257218 C11.2267442,17.8989501 10.996124,18 10.7655039,18 C10.5484496,18 10.3178295,17.8989501 10.1550388,17.7257218 L5.24418605,12.5 C5.08139535,12.3267717 5,12.0958005 5,11.8503937 C5,11.6049869 5.08139535,11.3595801 5.24418605,11.1863517 L6.47868217,9.88713911 C6.64147287,9.71391076 6.85852713,9.61286089 7.08914729,9.61286089 C7.31976744,9.61286089 7.53682171,9.71391076 7.6996124,9.88713911 L10.7655039,13.1496063 L16.0445736,7.27427822 C16.2073643,7.10104987 16.4244186,7 16.6550388,7 C16.8856589,7 17.1027132,7.10104987 17.2655039,7.27427822 L18.5,8.57349081 C18.6627907,8.74671916 18.744186,8.99212598 18.744186,9.23753281 Z'/%3E%3C/svg%3E")
}

.ie8 .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
.lt-ie8 .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
.ie8 .au-progress-indicator__link.au-progress-indicator__link--done:after,
.lt-ie8 .au-progress-indicator__link.au-progress-indicator__link--done:after {
    content: "✓"
}

.au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link,
.au-progress-indicator--dark .au-body .au-progress-indicator__link,
.au-body--dark .au-progress-indicator--dark .au-progress-indicator__link,
.au-progress-indicator--dark .au-progress-indicator__link {
    color: #fff;
    border-bottom-color: #95b7bf
}

.au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link:focus,
.au-progress-indicator--dark .au-body .au-progress-indicator__link:focus,
.au-body--dark .au-progress-indicator--dark .au-progress-indicator__link:focus,
.au-progress-indicator--dark .au-progress-indicator__link:focus {
    outline: 3px solid #c390f9
}

.au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link::-moz-focus-inner,
.au-progress-indicator--dark .au-body .au-progress-indicator__link::-moz-focus-inner,
.au-body--dark .au-progress-indicator--dark .au-progress-indicator__link::-moz-focus-inner,
.au-progress-indicator--dark .au-progress-indicator__link::-moz-focus-inner {
    border: 0
}

.au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link:hover,
.au-progress-indicator--dark .au-body .au-progress-indicator__link:hover,
.au-body--dark .au-progress-indicator--dark .au-progress-indicator__link:hover,
.au-progress-indicator--dark .au-progress-indicator__link:hover {
    background-color: #104f5f
}

.au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link:after,
.au-progress-indicator--dark .au-body .au-progress-indicator__link:after,
.au-body--dark .au-progress-indicator--dark .au-progress-indicator__link:after,
.au-progress-indicator--dark .au-progress-indicator__link:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23bdd2d7' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3C/svg%3E")
}

.au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
.au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
.au-body--dark .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--done:after,
.au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--done:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2361daff' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3Cpath fill='%2361daff' d='M18.744186,9.23753281 C18.744186,9.48293963 18.6627907,9.71391076 18.5,9.88713911 L11.3895349,17.7257218 C11.2267442,17.8989501 10.996124,18 10.7655039,18 C10.5484496,18 10.3178295,17.8989501 10.1550388,17.7257218 L5.24418605,12.5 C5.08139535,12.3267717 5,12.0958005 5,11.8503937 C5,11.6049869 5.08139535,11.3595801 5.24418605,11.1863517 L6.47868217,9.88713911 C6.64147287,9.71391076 6.85852713,9.61286089 7.08914729,9.61286089 C7.31976744,9.61286089 7.53682171,9.71391076 7.6996124,9.88713911 L10.7655039,13.1496063 L16.0445736,7.27427822 C16.2073643,7.10104987 16.4244186,7 16.6550388,7 C16.8856589,7 17.1027132,7.10104987 17.2655039,7.27427822 L18.5,8.57349081 C18.6627907,8.74671916 18.744186,8.99212598 18.744186,9.23753281 Z'/%3E%3C/svg%3E")
}

.au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--doing,
.au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--doing,
.au-body--dark .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--doing,
.au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--doing {
    border-left-color: #61daff
}

.au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
.au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
.au-body--dark .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--doing:after,
.au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--doing:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2361daff' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3Ccircle fill='%2361daff' cx='6.5' cy='12' r='1.5'%3E%3C/circle%3E%3Ccircle fill='%2361daff' cx='12' cy='12' r='1.5'%3E%3C/circle%3E%3Ccircle fill='%2361daff' cx='17.5' cy='12' r='1.5'%3E%3C/circle%3E%3C/svg%3E")
}

.au-progress-indicator__status {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    display: block;
    font-weight: normal;
    color: #626262
}

.au-progress-indicator--dark .au-progress-indicator__status {
    color: #bdd2d7
}


/*! @gov.au/responsive-media v2.0.10 */

.au-responsive-media-vid {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.au-responsive-media-vid > .au-responsive-media-vid__item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.au-responsive-media-vid.au-responsive-media-vid--16x9 {
    padding-bottom: 56.25%
}

.au-responsive-media-vid.au-responsive-media-vid--4x3 {
    padding-bottom: 75%
}

* + .au-responsive-media-vid {
    margin-top: 16px;
    margin-top: 1rem
}

.au-responsive-media-img,
.au-body img,
.au-responsive-media img {
    max-width: 100%;
    height: auto
}

* + .au-responsive-media-img,
.au-body * + img,
.au-responsive-media * + img {
    margin-top: 16px;
    margin-top: 1rem
}


/*! @gov.au/select v2.0.7 */

@media print {
    .au-select {
        border-color: #000 !important;
        background-image: url("data:image/svg+xml,%3Csvg fill='%23000' width='1.5em' height='auto' viewBox='0 0 28 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.9 1.1L8 7.2l6.1-6.1L16 2.9l-8 8-8-8 1.9-1.8z'/%3E%3Cpath fill='none' d='M2-5.8h24v24H2v-24z'/%3E%3C/svg%3E") !important
    }
}

.au-select {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 8px 36px 8px 12px;
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
    height: 46px;
    height: 2.875rem;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 3px solid #7f7f7f;
    text-indent: .01px;
    text-overflow: "";
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg fill='%2300698f' width='1.5em' height='auto' viewBox='0 0 28 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.9 1.1L8 7.2l6.1-6.1L16 2.9l-8 8-8-8 1.9-1.8z'/%3E%3Cpath fill='none' d='M2-5.8h24v24H2v-24z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.5em auto;
    vertical-align: middle
}

.au-select:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-select::-moz-focus-inner {
    border: 0
}

.au-select:focus {
    border-radius: 0
}

.au-select[disabled] {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.au-select:disabled {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.au-select.au-select--dark:invalid,
.au-select:invalid {
    background-color: #fff7f7;
    border-color: #ff635c
}

.au-select.au-select--dark.au-select--invalid,
.au-select.au-select--invalid {
    background-color: #fff7f7;
    border-color: #ff635c
}

.au-select.au-select--dark.au-select--valid,
.au-select.au-select--valid {
    background-color: #f3fbf8;
    border-color: #0cac78
}

.ie8 .au-select:after,
.ie9 .au-select:after {
    display: none
}

.au-select::-ms-expand {
    display: none
}

.ie8 .au-select,
.ie9 .au-select {
    padding-right: 4px;
    padding-right: 0.25rem
}

.au-select.au-select--dark {
    border-color: #fff
}

.au-select.au-select--dark:focus {
    outline: 3px solid #c390f9
}

.au-select.au-select--dark::-moz-focus-inner {
    border: 0
}

.au-select.au-select--block {
    width: 100%
}

.au-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

html > body .au-select,
x:-moz-any-link,
x:default {
    padding-right: 16px;
    padding-right: 1rem
}

@supports(-moz-osx-font-smoothing: auto) {
    html body .au-select {
        padding-right: 36px;
        padding-right: 2.25rem
    }
}


/*! @gov.au/side-nav v2.0.3 */

@media print {
    .au-side-nav {
        background: transparent !important
    }
    .au-side-nav a {
        color: #000 !important;
        text-decoration: underline !important
    }
    .au-side-nav a:hover {
        background: transparent !important
    }
    .au-side-nav .au-accordion__title {
        display: none
    }
    .au-side-nav__content ul ul ul a:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E") !important
    }
    .au-side-nav__content > ul > li {
        border-color: #000 !important
    }
}

.au-side-nav {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: #ebebeb;
    border-radius: 4px;
    overflow: hidden;
    border: 0
}

.au-side-nav a {
    padding: 16px;
    padding: 1rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #626262;
    display: block;
    text-decoration: none
}

.au-side-nav a:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    background-color: #e0e0e0
}

.au-side-nav a:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-side-nav a::-moz-focus-inner {
    border: 0
}

.au-side-nav .au-link-list {
    padding: 0;
    margin: 0
}

.au-side-nav .au-link-list li {
    margin: 0
}

.au-side-nav .au-accordion__body {
    overflow: visible
}

.au-side-nav .au-accordion__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #00698f;
    font-weight: normal;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    background-color: inherit
}

.au-side-nav .au-accordion__title:hover {
    text-decoration: none
}

.au-side-nav .au-accordion__title:focus {
    outline-offset: -3px
}

.no-js .au-side-nav .au-accordion__title {
    display: none
}

.au-side-nav .au-accordion__body-wrapper {
    border: 0;
    padding: 0
}

@media(min-width: 768px) {
    .au-side-nav {
        background: transparent;
        border-radius: 0;
        overflow: visible
    }
    .au-side-nav .au-accordion__body.au-accordion--closed {
        display: block;
        height: auto
    }
    .au-side-nav a:hover {
        background-color: #f5f5f5
    }
    .au-side-nav .au-accordion__title {
        display: none
    }
}

.au-side-nav__content {
    margin: 0 16px;
    margin: 0 1rem
}

.au-side-nav__content ul ul a {
    padding-left: 32px;
    padding-left: 2rem
}

.au-side-nav__content ul ul ul a {
    padding-left: 60px;
    padding-left: 3.75rem
}

.au-side-nav__content ul ul ul ul a {
    padding-left: 80px;
    padding-left: 5rem
}

.au-side-nav__content .active a {
    font-weight: bold;
    color: #313131
}

.au-side-nav__content ul ul ul a:before {
    content: " ";
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-size: 16px;
    background-size: 1rem;
    margin-left: -24px;
    margin-left: -1.5rem;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%237f7f7f' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")
}

.au-side-nav__content > ul > li {
    border-bottom: 1px solid #7f7f7f
}

.au-side-nav__content > ul > li:last-of-type {
    border: none
}

@media(min-width: 768px) {
    .au-side-nav__content {
        margin: 0
    }
}

.au-sidenav__title {
    margin: 0
}

.au-sidenav__title a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #313131;
    border-bottom: 2px solid #7f7f7f
}

.au-side-nav.au-side-nav--alt {
    background: #fff
}

.au-side-nav.au-side-nav--alt a:hover {
    background: #f5f5f5
}

@media(min-width: 768px) {
    .au-side-nav.au-side-nav--alt {
        background: transparent
    }
    .au-side-nav.au-side-nav--alt a:hover {
        background-color: #e0e0e0
    }
}

.au-side-nav.au-side-nav--dark {
    background: #0d414d
}

.au-side-nav.au-side-nav--dark .au-accordion__title {
    color: #61daff;
    background-color: inherit
}

.au-side-nav.au-side-nav--dark a {
    color: #bdd2d7
}

.au-side-nav.au-side-nav--dark a:hover {
    background: #0a323c
}

.au-side-nav.au-side-nav--dark a:focus {
    outline: 3px solid #c390f9
}

.au-side-nav.au-side-nav--dark a::-moz-focus-inner {
    border: 0
}

.au-side-nav.au-side-nav--dark .au-side-nav__content .active a {
    color: #fff
}

.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2395b7bf' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")
}

.au-side-nav.au-side-nav--dark .au-side-nav__content > ul > li {
    border-color: #95b7bf
}

.au-side-nav.au-side-nav--dark .au-sidenav__title a {
    border-color: #95b7bf;
    color: #fff
}

@media(min-width: 768px) {
    .au-side-nav.au-side-nav--dark {
        background: transparent
    }
    .au-side-nav.au-side-nav--dark a:hover {
        background-color: #104f5f
    }
}

.au-side-nav.au-side-nav--dark.au-side-nav--alt {
    background: #135e70
}

.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover {
    background: #104f5f
}

@media(min-width: 768px) {
    .au-side-nav.au-side-nav--dark.au-side-nav--alt {
        background: transparent
    }
    .au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover {
        background-color: #0a323c
    }
}


/*! @gov.au/skip-link v2.0.8 */

@media print {
    .au-skip-link__link {
        background: #fff !important
    }
}

.au-skip-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131
}

.au-skip-link__link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.au-skip-link__link:active,
.au-skip-link__link:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px;
    top: 16px;
    top: 1rem;
    left: 16px;
    left: 1rem;
    padding: 24px;
    padding: 1.5rem;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: absolute;
    width: auto;
    color: #fff;
    background-color: #00698f;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    z-index: 600
}

.au-body .au-skip-link__link:hover,
.au-skip-link__link:hover {
    text-decoration: none;
    color: #fff
}


/*! @gov.au/tags v3.1.3 */

@media print {
    .au-tags {
        color: #000 !important
    }
    .au-tags__item {
        border-color: #000 !important
    }
    .au-tags__item a {
        color: #000 !important
    }
}

.au-tags {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131
}

.au-tags.au-tags--dark {
    color: #fff
}

.au-tags > li {
    margin: 8px 4px 0 0;
    margin: 0.5rem 0.25rem 0 0;
    padding: 0 8px;
    padding: 0 0.5rem;
    border: 1px solid #00698f;
    border-radius: 4px;
    display: inline-block
}

.au-tags > li > a,
.au-tags > li > button {
    margin: 0 -8px;
    margin: 0 -0.5rem;
    padding: 0 8px;
    padding: 0 0.5rem;
    color: #00698f;
    display: inline-block;
    border-radius: 4px
}

.au-tags > li > a:hover,
.au-tags > li > button:hover {
    color: #313131;
    text-decoration: none;
    background-color: #f5f5f5
}

.au-tags > li > a:focus,
.au-tags > li > button:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-tags > li > a::-moz-focus-inner,
.au-tags > li > button::-moz-focus-inner {
    border: 0
}

.au-tags > li > a:focus,
.au-tags > li > button:focus {
    outline-offset: -1px
}

.au-tags.au-tags--dark > li {
    border-color: #61daff
}

.au-tags.au-tags--dark > li > a,
.au-tags.au-tags--dark > li > button {
    color: #61daff
}

.au-tags.au-tags--dark > li > a:hover,
.au-tags.au-tags--dark > li > button:hover {
    color: #fff;
    background-color: #104f5f
}

.au-tags.au-tags--dark > li > a:focus,
.au-tags.au-tags--dark > li > button:focus {
    outline: 3px solid #c390f9
}

.au-tags.au-tags--dark > li > a::-moz-focus-inner,
.au-tags.au-tags--dark > li > button::-moz-focus-inner {
    border: 0
}


/*! @gov.au/text-inputs v2.0.8 */

@media print {
    .au-text-input {
        border-color: #000 !important
    }
    .au-text-input[disabled] {
        color: #626262 !important;
        background-color: #ccc !important;
        border: 2px solid #ccc !important
    }
    .au-text-input:disabled {
        color: #626262 !important;
        background-color: #ccc !important;
        border: 2px solid #ccc !important
    }
}

.au-text-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    height: 46px;
    height: 2.875rem;
    border: 3px solid #7f7f7f;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #313131;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.au-text-input.au-text-input--dark:invalid,
.au-text-input:invalid {
    background-color: #fff7f7;
    border-color: #ff635c
}

.au-text-input.au-text-input--dark.au-text-input--invalid,
.au-text-input.au-text-input--invalid {
    background-color: #fff7f7;
    border-color: #ff635c
}

.au-text-input.au-text-input--dark.au-text-input--valid,
.au-text-input.au-text-input--valid {
    background-color: #f3fbf8;
    border-color: #0cac78
}

.au-text-input[disabled] {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.au-text-input:disabled {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.au-text-input:focus {
    outline: 3px solid #9263de;
    outline-offset: 2px
}

.au-text-input::-moz-focus-inner {
    border: 0
}

.au-text-input:focus {
    border-radius: 0;
    background-color: #fff
}

.au-text-input.au-text-input--dark {
    border-color: #fff
}

.au-text-input.au-text-input--dark[disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.au-text-input.au-text-input--dark:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3
}

.au-text-input.au-text-input--dark:focus {
    outline: 3px solid #c390f9
}

.au-text-input.au-text-input--dark::-moz-focus-inner {
    border: 0
}

.au-text-input.au-text-input--block {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.au-text-input.au-text-input--number {
    font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
    letter-spacing: 2px
}

textarea.au-text-input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    height: auto;
    max-width: 100%;
    min-height: 6em
}

.example {
    position: relative;
    border: 2px solid #cfcfcf;
    display: block
}

.example .content {
    padding: 16px 32px;
    padding: 1rem 2rem
}

.example .content:before,
.example .content:after {
    content: " ";
    display: table
}

.example .content:after {
    clear: both
}

.example.example--fullwidth .content {
    padding: 0
}

.example.example--fullwidth .au-body.au-body--dark {
    margin: 0;
    padding: 0
}

.example.example--fullwidth .au-header.au-header--dark {
    margin: 0
}

.live-demo .example.example--fullwidth {
    max-width: none
}

.example.example--center {
    text-align: center
}

.live-demo .example {
    border: 0;
    margin: 0 auto;
    max-width: 600px;
    padding: 0
}

.example__wrapper .example__title {
    padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: .75rem;
    background: #f5f5f5;
    color: #626262;
    font-weight: normal;
    border: 2px solid #cfcfcf;
    border-bottom: 0;
    display: inline-block;
    z-index: 10
}

.a11y .au-body.au-body--dark,
.example .au-body.au-body--dark {
    padding: 16px 32px;
    padding: 1rem 2rem;
    margin: 16px -32px -16px;
    margin: 1rem -2rem -1rem
}

.a11y .au-header:first-of-type {
    margin: -16px -32px 0;
    margin: -1rem -2rem 0
}

.a11y .au-header:last-of-type {
    margin: 0 -32px -16px;
    margin: 0 -2rem -1rem
}

.header__example {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 16px 0;
    padding: 1rem 0;
    background-color: #1d1d1d
}

.header__example a {
    color: #45c2f0;
    display: block;
    float: left
}

.header__example a:hover {
    text-decoration: none;
    color: #fff
}

.grid-example .row > * {
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    background: #fff;
    text-align: center
}

.grid-example .row > * span {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    background: #61daff
}

.animate-example {
    margin-top: 16px;
    margin-top: 1rem;
    background-color: hotpink;
    background-color: #639
}

.fontgrid .col-xs-4 {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.fontgrid p {
    padding: 8px 0 4px;
    padding: 0.5rem 0 0.25rem;
    margin: 16px 0 32px;
    margin: 1rem 0 2rem;
    font-weight: bold
}

.fontgrid .col-xs-4 div {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    background-color: #f5f5f5;
    overflow: hidden
}

.fontgrid .fontgrid-xxxl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.5
}

.fontgrid .fontgrid-xxl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.5
}

.fontgrid .fontgrid-xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5
}

.fontgrid .fontgrid-lg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5
}

.fontgrid .fontgrid-md {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6
}

.fontgrid .fontgrid-sm {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

.fontgrid .fontgrid-xs {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286
}

.fontgrid .fontgrid--nospace .fontgrid-xxxl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1
}

.fontgrid .fontgrid--nospace .fontgrid-xxl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1
}

.fontgrid .fontgrid--nospace .fontgrid-xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1
}

.fontgrid .fontgrid--nospace .fontgrid-lg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1
}

.fontgrid .fontgrid--nospace .fontgrid-md {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1
}

.fontgrid .fontgrid--nospace .fontgrid-sm {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1
}

.fontgrid .fontgrid--nospace .fontgrid-xs {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429
}

.fontgrid .fontgrid--heading .fontgrid-xxxl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.25
}

.fontgrid .fontgrid--heading .fontgrid-xxl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3
}

.fontgrid .fontgrid--heading .fontgrid-xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25
}

.fontgrid .fontgrid--heading .fontgrid-lg {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333
}

.fontgrid .fontgrid--heading .fontgrid-md {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2
}

.fontgrid .fontgrid--heading .fontgrid-sm {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
}

.fontgrid .fontgrid--heading .fontgrid-xs {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429
}

.spacing .au-progress-indicator__link:before,
.spacing .au-accordion__title:before,
.spacing .au-accordion__body-wrapper:before {
    border: solid rgba(255, 0, 0, .15) 16px;
    border: solid rgba(255, 0, 0, .15) 1rem;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("/assets/img/spacing-example-grid.png")
}

.spacing .au-accordion__body-wrapper {
    position: relative
}

.spacing .au-progress-indicator__link:before {
    border-left: solid rgba(255, 0, 0, .15) 8px;
    border-left: solid rgba(255, 0, 0, .15) 0.5rem
}

.spacing .au-progress-indicator__link:after {
    border-right: solid rgba(255, 0, 0, .15) .75rem
}

.palette:before,
.palette:after {
    content: " ";
    display: table
}

.palette:after {
    clear: both
}

.palette .palette__bg {
    background: #fff
}

.palette .palette__bg p {
    padding: 8px 0;
    padding: 0.5rem 0;
    margin: 0
}

.palette .palette__bg hr {
    border-width: 4px;
    border-width: 0.25rem;
    margin-top: 12px;
    margin-top: 0.75rem
}

.palette .palette__bg .palette__text--focus {
    border-color: #9263de
}

.palette .palette__bg .palette__text--muted {
    color: #626262
}

.palette .palette__bg.palette__bg--shade {
    background: #f5f5f5
}

.palette .palette__bg.palette__bg--alt {
    background: #ebebeb
}

.palette .palette__bg.palette__bg--alt-shade {
    background: #e0e0e0
}

.palette.palette--dark .palette__bg {
    background: #135e70
}

.palette.palette--dark .palette__bg.palette__bg--shade {
    background: #104f5f
}

.palette.palette--dark .palette__bg.palette__bg--alt {
    background: #0d414d
}

.palette.palette--dark .palette__bg.palette__bg--alt-shade {
    background: #0a323c
}

.palette.palette--dark .palette__text--focus {
    border-color: #c390f9
}

.palette.palette--dark .palette__text--muted {
    color: #bdd2d7
}
