From 9ecf808ef74f4096ff6a79b47392460a2610e3b8 Mon Sep 17 00:00:00 2001 From: Danny Date: Tue, 25 Feb 2020 13:10:30 +1100 Subject: [PATCH 01/16] Initial --- .../01-components/header/header--nst.hbs | 22 +++ .../00-components/header/header--nst.hbs | 21 +++ .../00-components/header/header.config.json | 11 ++ .../01-home-page/home-page.config.json | 16 ++ .../01-home-page/home-page.hbs | 21 +++ .../02-content-page/content-page.config.json | 18 ++ .../02-content-page/content-page.hbs | 159 ++++++++++++++++++ .../03-listing-page/listing-page.config.json | 16 ++ .../03-listing-page/listing-page.hbs | 61 +++++++ style-guide/docs/01-index.md | 2 +- 10 files changed, 346 insertions(+), 1 deletion(-) create mode 100644 style-guide/components/01-components/header/header--nst.hbs create mode 100644 style-guide/components/03-national-sports-tribunal/00-components/header/header--nst.hbs create mode 100644 style-guide/components/03-national-sports-tribunal/00-components/header/header.config.json create mode 100644 style-guide/components/03-national-sports-tribunal/01-home-page/home-page.config.json create mode 100644 style-guide/components/03-national-sports-tribunal/01-home-page/home-page.hbs create mode 100644 style-guide/components/03-national-sports-tribunal/02-content-page/content-page.config.json create mode 100644 style-guide/components/03-national-sports-tribunal/02-content-page/content-page.hbs create mode 100644 style-guide/components/03-national-sports-tribunal/03-listing-page/listing-page.config.json create mode 100644 style-guide/components/03-national-sports-tribunal/03-listing-page/listing-page.hbs diff --git a/style-guide/components/01-components/header/header--nst.hbs b/style-guide/components/01-components/header/header--nst.hbs new file mode 100644 index 00000000..6ac4a5d5 --- /dev/null +++ b/style-guide/components/01-components/header/header--nst.hbs @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/style-guide/components/03-national-sports-tribunal/00-components/header/header--nst.hbs b/style-guide/components/03-national-sports-tribunal/00-components/header/header--nst.hbs new file mode 100644 index 00000000..9b6bdf1f --- /dev/null +++ b/style-guide/components/03-national-sports-tribunal/00-components/header/header--nst.hbs @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/style-guide/components/03-national-sports-tribunal/00-components/header/header.config.json b/style-guide/components/03-national-sports-tribunal/00-components/header/header.config.json new file mode 100644 index 00000000..e76e83d5 --- /dev/null +++ b/style-guide/components/03-national-sports-tribunal/00-components/header/header.config.json @@ -0,0 +1,11 @@ +{ + "title": "Header", + "preview": "@preview-full-width", + "context": { + "title": "More transparency for out of pocket costs", + "date": "20 July 2019", + "icon": "phone", + "colour": "colour1", + "content": "Protect yourself and your baby by getting the right vaccines before and during your pregnancy." + } +} diff --git a/style-guide/components/03-national-sports-tribunal/01-home-page/home-page.config.json b/style-guide/components/03-national-sports-tribunal/01-home-page/home-page.config.json new file mode 100644 index 00000000..055cbba0 --- /dev/null +++ b/style-guide/components/03-national-sports-tribunal/01-home-page/home-page.config.json @@ -0,0 +1,16 @@ +{ + "title": "National Sports Tribunal", + "preview": "@preview-page", + "context": { + "subheader": { + "title": "National Sports Tribunal", + "summary": "The National Sports Tribunal will provide independent, cost effective, transparent and consistent dispute resolution services to athletes, sporting organisations and support personnel.", + "image": "https://loremflickr.com/1920/700/dinosaur", + "callout": "Help save the T-Rex" + + }, + "backToTop": { + "isVisible": true + } + } +} \ No newline at end of file diff --git a/style-guide/components/03-national-sports-tribunal/01-home-page/home-page.hbs b/style-guide/components/03-national-sports-tribunal/01-home-page/home-page.hbs new file mode 100644 index 00000000..d96ea257 --- /dev/null +++ b/style-guide/components/03-national-sports-tribunal/01-home-page/home-page.hbs @@ -0,0 +1,21 @@ +{{ render '@skip' }} + +
+ {{ render '@header--nst' }} + {{> @sub-header--campaign }} + +
+
+ {{ render '@band--featured' }} + {{ render '@band--hotline' }} + {{ render '@band--video-listing' }} +
+
+ + {{ render '@something-wrong' }} + +
+ +{{ render '@footer' }} + +{{> @back-to-top }} diff --git a/style-guide/components/03-national-sports-tribunal/02-content-page/content-page.config.json b/style-guide/components/03-national-sports-tribunal/02-content-page/content-page.config.json new file mode 100644 index 00000000..7a59db7a --- /dev/null +++ b/style-guide/components/03-national-sports-tribunal/02-content-page/content-page.config.json @@ -0,0 +1,18 @@ +{ + "title": "Content page", + "preview": "@preview-page", + "context": { + "subheader": { + "title": "Tyrannosaurus", + "summary": "Tyrannosaurus is a genus of coelurosaurian theropod dinosaur. The species Tyrannosaurus rex (rex meaning \"king\" in Latin), often called T. rex or colloquially T-Rex, is one of the most well-represented of the large theropods." + }, + "backToTop": { + "isVisible": false + }, + "field": { + "label": "Last updated", + "item": "20 June 2019", + "modifier": "health-field--inline" + } + } +} \ No newline at end of file diff --git a/style-guide/components/03-national-sports-tribunal/02-content-page/content-page.hbs b/style-guide/components/03-national-sports-tribunal/02-content-page/content-page.hbs new file mode 100644 index 00000000..460ff37b --- /dev/null +++ b/style-guide/components/03-national-sports-tribunal/02-content-page/content-page.hbs @@ -0,0 +1,159 @@ +{{ render '@skip' }} + +{{!-- {{ render '@release-status--launch' }} --}} + +
+ + {{ render '@header' }} + {{> @sub-header }} + {{ render '@toolbar' }} + +
+ +
+ +
+ {{ render '@side-nav' }} +
+ +
+ + {{ render '@inpage-nav' }} + +

Description

+

Size

+

+ Tyrannosaurus Rex was one of the largest land carnivores of all time. One of the largest and the most complete + specimen, nicknamed Sue (FMNH PR2081), is located at the Field Museum of Natural History. Sue measured 12.8 + meters (42 ft) long,was 3.66 meters (12 ft) tall at the hips, and according to the most recent + studies, using a variety of techniques, estimated to have weighed between 8.4 metric tons (9.3 short tons) to 14 + metric tons (15.4 short tons). +

+ + {{ render '@compare' }} + +

+ A specimen nicknamed Scotty (RSM P2523.8), located at the Royal + Saskatchewan Museum, is reported to measure 13 m (43 ft) in length. Using a mass estimation technique that + extrapolates from the circumference of the femur, Scotty was estimated as the largest known specimen at 8.8 + metric tons (9.7 short tons) in weight + + (Anderson, J. F. 1985) + . +

+ + {{ render '@figure' }} + +

+ The discovery of feathered dinosaurs led to debates if, and to what extent, Tyrannosaurus might have been + feathered. Filamentous structures, which are commonly recognized as the precursors of feathers, have + been reported in the small-bodied, basal tyrannosauroid Dilong paradoxus from the Early Cretaceous Yixian + Formation of China in 2004. Because integumentary impressions of larger tyrannosauroids known at that time + showed evidence of scales, the researchers who studied Dilong speculated that insulating feathers might have + been lost by larger species due to their smaller surface-to-volume ratio. +

+ + {{ render '@table' }} + +

Get the factsheet on how awesome the Tyrannosaurus is

+ +

+ The discovery of feathered dinosaurs led to debates if, and to what extent, Tyrannosaurus might have been + feathered. +

+ + {{ render '@file' }} + +

Skeleton

+ + {{ render '@recommendation--grade-a'}} + +

+ The largest known Tyrannosaurus rex skull measures up to 1.52 meters (5 ft) in length. Large fenestrae + (openings) in the skull reduced weight, as in all carnivorous theropods. In other respects Tyrannosaurus's skull + was significantly different from those of large non-tyrannosaurid theropods. +

+ + {{ render '@image' }} + +

History of research

+ + {{ render '@callout' }} + +

Teeth from what is now documented as a Tyrannosaurus rex were found in 1874 by Arthur Lakes near Golden, + Colorado. In the early 1890s, John Bell Hatcher collected postcranial elements in eastern Wyoming. The fossils + were believed to be from a large species of Ornithomimus (O. grandis, now Deinodon grandis) but are now + considered Tyrannosaurus rex remains.

+ + {{ render '@video' }} + +

+ The largest known Tyrannosaurus rex skull measures up to 1.52 meters (5 ft) in length. Large fenestrae + (openings) in the skull reduced weight, as in all carnivorous theropods. In other respects Tyrannosaurus's skull + was significantly different from those of large non-tyrannosaurid theropods. +

+ + {{ render '@inline-reference' }} + {{ render '@inline-reference--video' }} + +

Amazing facts

+ +

Impress your friends with these amazing Tyrannosaurus rex facts:

+ +
    +
  1. The T. Rex roamed the planet during the late Cretaceous Period 65 million years ago, in what’s now the USA and Canada.
  2. +
  3. The name Tyrannosaurus Rex comes from Greek and Latin words meaning ‘Tyrant Lizard King’.
  4. +
  5. The terrific T. Rex was a seriously big beast, growing up to 12m long and 6m tall!
  6. +
+ +

Getting away from a Tyrannosaurus rex

+ +

These are some things you can try if you ever see a Tyrannosaurus rex:

+
    +
  • Run away as fast as you can
  • +
  • Laugh at its little arms
  • +
  • Play dead
  • +
+ +

Contacts

+ + {{ render '@inline-reference--contact' }} + +

Glossary

+ + {{ render '@definition-list' }} + +

References

+ + {{ render '@references' }} + + {{ render '@footnotes' }} + + {{ render '@book-nav' }} + + {{ render '@separator' }} + + {{> @field--inline }} + +
+
Tags:
+
+ +
+
+ +
+ +
+
+ + {{ render '@something-wrong' }} + +
+ +{{ render '@footer' }} + +{{> @back-to-top }} \ No newline at end of file diff --git a/style-guide/components/03-national-sports-tribunal/03-listing-page/listing-page.config.json b/style-guide/components/03-national-sports-tribunal/03-listing-page/listing-page.config.json new file mode 100644 index 00000000..c0bb2b89 --- /dev/null +++ b/style-guide/components/03-national-sports-tribunal/03-listing-page/listing-page.config.json @@ -0,0 +1,16 @@ +{ + "title": "Listing page", + "label": "Listing page", + "preview": "@preview-page", + "context": { + "subheader": { + "title": "Resources", + "summary": "Find all of our publications, videos, reports and more" + }, + "search": { + "placeholder": "Search this list", + "global": false, + "id": "search-field" + } + } +} \ No newline at end of file diff --git a/style-guide/components/03-national-sports-tribunal/03-listing-page/listing-page.hbs b/style-guide/components/03-national-sports-tribunal/03-listing-page/listing-page.hbs new file mode 100644 index 00000000..5b3643ca --- /dev/null +++ b/style-guide/components/03-national-sports-tribunal/03-listing-page/listing-page.hbs @@ -0,0 +1,61 @@ +{{ render '@skip' }} + +{{ render '@release-status--launch' }} + +
+ + {{ render '@header' }} + {{> @sub-header }} + {{ render '@toolbar' }} + +
+
+ +
+ {{ render '@filter' }} + {{ render '@facet' }} + {{ render '@facet' }} + {{ render '@facet' }} + {{ render '@facet' }} +
+ +
+ +
+ +
+ 517 results +
+
+ {{> @search }} +
+ +
+ Filters applied: + + Clear all +
+
+ + {{ render '@listing' }} + {{ render '@pager' }} +
+ +
+
+ + {{ render '@something-wrong' }} + +
+ +{{ render '@footer' }} + +{{> @back-to-top }} \ No newline at end of file diff --git a/style-guide/docs/01-index.md b/style-guide/docs/01-index.md index 9dd9e66a..b9587c50 100644 --- a/style-guide/docs/01-index.md +++ b/style-guide/docs/01-index.md @@ -2,7 +2,7 @@ title: Introduction label: Introduction --- -# Health Design System +# Health Design System v2.0.0 > This is a work-in-progress but we're frequently adding to it. From 459783a5a1f080a040b5b5772f7b4f9b15264dbd Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 27 Feb 2020 16:42:13 +1100 Subject: [PATCH 02/16] NST dev --- build/css/hds-all.css | 289 +++++++++++------- build/css/hds-all.min.css | 2 +- docs/subtheme/favicon.ico | Bin 0 -> 36318 bytes source/sass/all.scss | 3 +- source/sass/base/_fonts.scss | 33 -- .../@health/_health-sub-header.scss | 35 --- source/sass/components/@nst/_components.scss | 6 + source/sass/components/@nst/_nst-header.scss | 21 ++ source/sass/components/@nst/_nst-hero.scss | 35 +++ .../@nst/_nst-inpage-nav-links.scss | 3 + .../sass/components/@nst/_nst-main-nav.scss | 37 +++ source/sass/components/@nst/_nst-search.scss | 15 + .../sass/components/@nst/_nst-sub-header.scss | 52 ++++ source/sass/components/_components.scss | 1 + source/sass/themes/nst/_colors.scss | 10 + .../band/band--cards-resources.hbs | 2 +- .../band/band--dispute-resolution.hbs | 30 ++ .../01-components/band/band.config.json | 8 + .../01-components/header/header--nst.hbs | 18 +- .../01-components/hero/hero.config.json | 9 + .../components/01-components/hero/hero.hbs | 17 ++ .../01-components/main-nav/main-nav--nst.hbs | 49 +++ .../01-components/sub-header/sub-header.hbs | 5 +- .../01-components/sub-nav/sub-nav.hbs | 7 +- .../01-components/toolbar/toolbar.hbs | 106 ++++--- .../home-page.config.json | 5 +- .../home-page.hbs | 5 +- .../list-page.config.json} | 0 .../list-page.hbs} | 0 .../standard-page.config.json | 18 ++ .../standard-page.hbs} | 15 +- .../00-components/header/header--nst.hbs | 21 -- .../00-components/header/header.config.json | 11 - .../02-content-page/content-page.config.json | 18 -- .../components/_preview-full-width.hbs | 2 +- .../components/_preview-not-full-width.hbs | 2 +- style-guide/components/_preview-page.hbs | 2 +- style-guide/fractal.js | 2 +- style-guide/package-lock.json | 6 +- style-guide/package.json | 2 +- style-guide/public/build/css/hds-all.css | 289 +++++++++++------- style-guide/public/build/css/hds-all.min.css | 2 +- style-guide/public/images/nst-crest.png | Bin 0 -> 37584 bytes style-guide/public/images/nst-hero.JPG | Bin 0 -> 9395605 bytes style-guide/theme/dist/css/style.css | 4 +- style-guide/theme/dist/favicon.ico | Bin 0 -> 36318 bytes 46 files changed, 786 insertions(+), 411 deletions(-) create mode 100644 docs/subtheme/favicon.ico delete mode 100644 source/sass/base/_fonts.scss create mode 100644 source/sass/components/@nst/_components.scss create mode 100644 source/sass/components/@nst/_nst-header.scss create mode 100644 source/sass/components/@nst/_nst-hero.scss create mode 100644 source/sass/components/@nst/_nst-inpage-nav-links.scss create mode 100644 source/sass/components/@nst/_nst-main-nav.scss create mode 100644 source/sass/components/@nst/_nst-search.scss create mode 100644 source/sass/components/@nst/_nst-sub-header.scss create mode 100644 source/sass/themes/nst/_colors.scss create mode 100644 style-guide/components/01-components/band/band--dispute-resolution.hbs create mode 100644 style-guide/components/01-components/hero/hero.config.json create mode 100644 style-guide/components/01-components/hero/hero.hbs create mode 100644 style-guide/components/01-components/main-nav/main-nav--nst.hbs rename style-guide/components/{03-national-sports-tribunal/01-home-page => 02-full_page_examples/01-National-Sports-Tribunal}/home-page.config.json (77%) rename style-guide/components/{03-national-sports-tribunal/01-home-page => 02-full_page_examples/01-National-Sports-Tribunal}/home-page.hbs (73%) rename style-guide/components/{03-national-sports-tribunal/03-listing-page/listing-page.config.json => 02-full_page_examples/01-National-Sports-Tribunal/list-page.config.json} (100%) rename style-guide/components/{03-national-sports-tribunal/03-listing-page/listing-page.hbs => 02-full_page_examples/01-National-Sports-Tribunal/list-page.hbs} (100%) create mode 100644 style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/standard-page.config.json rename style-guide/components/{03-national-sports-tribunal/02-content-page/content-page.hbs => 02-full_page_examples/01-National-Sports-Tribunal/standard-page.hbs} (97%) delete mode 100644 style-guide/components/03-national-sports-tribunal/00-components/header/header--nst.hbs delete mode 100644 style-guide/components/03-national-sports-tribunal/00-components/header/header.config.json delete mode 100644 style-guide/components/03-national-sports-tribunal/02-content-page/content-page.config.json create mode 100644 style-guide/public/images/nst-crest.png create mode 100644 style-guide/public/images/nst-hero.JPG create mode 100644 style-guide/theme/dist/favicon.ico diff --git a/build/css/hds-all.css b/build/css/hds-all.css index 3c6db1b3..880227f4 100644 --- a/build/css/hds-all.css +++ b/build/css/hds-all.css @@ -1,12 +1,12 @@ /*! @health.gov.au/health-design-system v1.2.1 */ @charset "UTF-8"; -.au-body .health-band.health-band--tertiary-2, .health-sub-header.health-sub-header--campaign .health-sub-header__content { +.au-body .health-band.health-band--tertiary-2, .health-hero .health-sub-header__content { background-color: #00205B; background: -webkit-gradient(linear, left top, right top, from(#00205B), to(#004181)); background: -o-linear-gradient(left, #00205B, #004181); background: linear-gradient(to right, #00205B, #004181); } -.au-body .health-band.health-band--secondary, .health-sub-header.health-sub-header--campaign .health-sub-header__content--secondary, .taskbar .taskbar__item, .taskbar.view ul > .views-row .node, +.au-body .health-band.health-band--secondary, .taskbar .taskbar__item, .taskbar.view ul > .views-row .node, .taskbar--tiled--2 .taskbar__item, .taskbar--2 .taskbar__item, .taskbar--tiled--3 .taskbar__item, @@ -21,13 +21,13 @@ .taskbar--tiled--3.view ul > .views-row .node, .taskbar--tiled--4.view ul > .views-row .node, .taskbar--tiled--5.view ul > .views-row .node, -.taskbar--tiled--6.view ul > .views-row .node { +.taskbar--tiled--6.view ul > .views-row .node, .health-hero .health-sub-header__content--secondary { background-color: #007680; background: -webkit-gradient(linear, left top, right top, from(#055a61), to(#007680)); background: -o-linear-gradient(left, #055a61, #007680); background: linear-gradient(to right, #055a61, #007680); } -.au-body .health-band.health-band--primary, .health-sub-header.health-sub-header--campaign .health-sub-header__content--tertiary { +.au-body .health-band.health-band--primary, .health-hero .health-sub-header__content--tertiary { background-color: #004693; background: -webkit-gradient(linear, left top, right top, from(#004693), to(#16477d)); background: -o-linear-gradient(left, #004693, #16477d); @@ -274,10 +274,10 @@ .au-accordion .au-accordion__title { background-color: whitesmoke; } .au-accordion.au-accordion--dark { - border-color: gray; + border-color: #999999; color: #FFF; } .au-accordion.au-accordion--dark .au-accordion__title { - background-color: black; } + background-color: #292929; } .au-accordion + .au-accordion { margin-top: 0; @@ -401,7 +401,7 @@ padding: 1rem; border-top: 1px solid gray; } .au-accordion--dark .au-accordion__body-wrapper { - border-top: 1px solid gray; } + border-top: 1px solid #999999; } .au-accordion-group { list-style: none; @@ -694,13 +694,13 @@ .au-body.au-body--alt samp { background-color: #e0e0e0; } .au-body.au-body--dark { - background: #000; + background: #333333; color: #FFF; } .au-body.au-body--dark ::-moz-selection { - color: #000; + color: #333333; background-color: rgba(255, 255, 255, 0.99); } .au-body.au-body--dark ::selection { - color: #000; + color: #333333; background-color: rgba(255, 255, 255, 0.99); } .au-body.au-body--dark img::-moz-selection, .au-body.au-body--dark video::-moz-selection, @@ -723,20 +723,20 @@ outline: 3px solid #C390F9; } .au-body.au-body--dark mark { background-color: #FFF; - color: #000; } + color: #333333; } .au-body.au-body--dark hr { - border-top-color: gray; } + border-top-color: #999999; } .au-body.au-body--dark code, .au-body.au-body--dark kbd, .au-body.au-body--dark samp { color: #FFF; - background-color: black; } + background-color: #292929; } .au-body.au-body--dark.au-body--alt { - background: black; } + background: #1f1f1f; } .au-body.au-body--dark.au-body--alt code, .au-body.au-body--dark.au-body--alt kbd, .au-body.au-body--dark.au-body--alt samp { - background-color: black; } + background-color: #141414; } /*! @gov.au/link-list v3.0.7 */ /** @@ -807,7 +807,7 @@ .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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E"); } + 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='%23999999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E"); } /*! @gov.au/buttons v3.0.7 */ @media print { @@ -898,20 +898,20 @@ a.au-btn { text-decoration: underline; } .au-btn.au-btn--dark, a.au-btn.au-btn--dark { - color: #000; + color: #333333; background-color: #FFF; border-color: #FFF; } .au-body .au-btn.au-btn--dark, .au-body a.au-btn.au-btn--dark { - color: #000; } + color: #333333; } .au-btn.au-btn--dark:hover:not(:disabled), a.au-btn.au-btn--dark:hover:not(:disabled) { - color: #000; + color: #333333; border-color: #FFF; background-color: #FFF; } .ie8 .au-btn.au-btn--dark:hover, .ie8 a.au-btn.au-btn--dark:hover { - color: #000; + color: #333333; border-color: #FFF; background-color: #FFF; } .au-btn.au-btn--dark:focus, @@ -946,7 +946,7 @@ a.au-btn { 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: #000; } + color: #333333; } .au-btn.au-btn--tertiary, a.au-btn.au-btn--tertiary { color: #006FB0; @@ -1016,12 +1016,12 @@ a.au-btn { margin-top: 2rem; } .au-callout.au-callout--dark { color: #FFF; - border-color: gray; - background-color: black; } + border-color: #999999; + background-color: #292929; } .au-callout.au-callout--alt { background-color: #e0e0e0; } .au-callout.au-callout--dark.au-callout--alt { - background-color: black; } + background-color: #141414; } /** * The callout heading. @@ -1130,25 +1130,25 @@ a.au-btn { .au-control-input--invalid .au-control-input__input + .au-control-input__text:after { border-color: #d60000; } .au-control-input--dark .au-control-input__input:invalid + .au-control-input__text { - background-color: #200000; } + background-color: #4b2b2b; } .au-control-input--dark.au-control-input--invalid .au-control-input__input + .au-control-input__text { - background-color: #200000; } + background-color: #4b2b2b; } .au-control-input--alt.au-control-input--invalid .au-control-input__input + .au-control-input__text { background-color: #f0d0d0; } .au-control-input--dark.au-control-input--alt .au-control-input__input:invalid + .au-control-input__text { - background-color: #200000; } + background-color: #3a1a1a; } .au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input + .au-control-input__text { - background-color: #200000; } + background-color: #3a1a1a; } .au-control-input--valid .au-control-input__input + .au-control-input__text { background-color: #f3faf8; } .au-control-input--valid .au-control-input__input + .au-control-input__text:after { border-color: #0b996c; } .au-control-input--dark.au-control-input--valid .au-control-input__input + .au-control-input__text { - background-color: #021710; } + background-color: #2d423c; } .au-control-input--alt.au-control-input--valid .au-control-input__input + .au-control-input__text { background-color: #d2e7e0; } .au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input + .au-control-input__text { - background-color: #021710; } + background-color: #1c312a; } .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%; } @@ -1165,9 +1165,9 @@ a.au-btn { .au-control-input__input:disabled + .au-control-input__text { color: #636363; } .au-control-input--dark .au-control-input__input[disabled] + .au-control-input__text { - color: gray; } + color: #9b9b9b; } .au-control-input--dark .au-control-input__input:disabled + .au-control-input__text { - color: gray; } + color: #9b9b9b; } .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 { @@ -1187,22 +1187,22 @@ a.au-btn { outline-offset: 2px; outline-offset: 2px; } .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='%23FFF' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23000' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333333' 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='%23FFF' 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='%23333333' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='black' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23333333' 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"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23545454' 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]:focus + .au-control-input__text:before { outline: 3px solid #C390F9; outline-offset: 2px; } .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='%23FFF' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='black' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%23333333' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='black' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%23333333' 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"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%234b4b4b' 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 { @@ -1228,13 +1228,13 @@ a.au-btn { outline-offset: 2px; outline-offset: 2px; } .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='%23FFF' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23000' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23FFF' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333333' 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='%23FFF' 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='%23333333' cx='16' cy='16' r='16'/%3E%3Ccircle fill='black' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23333333' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); } .au-control-input--dark .au-control-input__input[type=radio]:focus + .au-control-input__text:before { -webkit-box-shadow: 0 0 0 4px #C390F9; box-shadow: 0 0 0 4px #C390F9; @@ -1245,11 +1245,11 @@ a.au-btn { outline: 3px solid #C390F9; outline-offset: 2px; } .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='%23FFF' cx='16' cy='16' r='16'/%3E%3Ccircle fill='black' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23FFF' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%23333333' cx='16' cy='16' r='16'/%3E%3Ccircle fill='black' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%23333333' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%234b4b4b' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); } /** * The label text @@ -1484,10 +1484,10 @@ a.au-btn { background-color: #ebebeb; } .au-footer.au-footer--dark { color: #FFF; - border-color: gray; - background-color: #000; } + border-color: #999999; + background-color: #333333; } .au-footer.au-footer--dark.au-footer--alt { - background-color: black; } + background-color: #1f1f1f; } /** * Footer `nav` navigation styling. @@ -1503,7 +1503,7 @@ a.au-btn { border-top: 1px solid gray; } .au-footer--dark .au-footer__end { - border-top: 1px solid gray; } + border-top: 1px solid #999999; } /*! @gov.au/grid-12 v2.1.0 */ /** @@ -2082,10 +2082,10 @@ a.au-btn { background-color: whitesmoke; } .au-header.au-header--dark { color: #FFF; - background-color: #000; } + background-color: #333333; } .au-header.au-header--alt.au-header--dark { color: #FFF; - background-color: black; } + background-color: #1f1f1f; } /** * Header heading styles @@ -2107,7 +2107,7 @@ a.au-btn { max-width: 42em; color: #636363; } .au-header--dark .au-header__subline { - color: gray; } + color: #9b9b9b; } /** * Header brand styles @@ -2147,7 +2147,7 @@ a.au-btn { float: left; border-left: 1px solid gray; } .au-header--dark .au-header__brand .au-header__brand-image + .au-header__text { - border-left-color: gray; } } + border-left-color: #999999; } } a.au-header__brand { display: inline-block; @@ -2508,7 +2508,7 @@ ul.list--large--checklist > li .au-body * + strong, .au-main-nav.au-main-nav--alt .active a:hover { border-color: #e0e0e0; } .au-main-nav.au-main-nav--dark { - background-color: #000; + background-color: #333333; border-color: #FFF; } .au-main-nav.au-main-nav--dark a, .au-main-nav.au-main-nav--dark .au-main-nav__toggle { @@ -2522,23 +2522,23 @@ ul.list--large--checklist > li .au-body * + strong, .au-main-nav.au-main-nav--dark a:hover, .au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover { color: #FFF; - background-color: black; } + background-color: #292929; } .au-main-nav.au-main-nav--dark .active a { color: #FFF; - border-color: #000; } + border-color: #333333; } .au-main-nav.au-main-nav--dark .active a:hover { - border-color: black; } + border-color: #292929; } .au-main-nav.au-main-nav--dark .au-link-list > li { - border-color: gray; } + border-color: #999999; } .au-main-nav.au-main-nav--dark.au-main-nav--alt { - background-color: black; } + background-color: #1f1f1f; } .au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover, .au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover { - background-color: black; } + background-color: #141414; } .au-main-nav.au-main-nav--dark.au-main-nav--alt .active a { - border-color: black; } + border-color: #1f1f1f; } .au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover { - border-color: black; } + border-color: #141414; } @media (min-width: 768px) { .au-main-nav .au-link-list > li { display: block; @@ -2619,10 +2619,10 @@ ul.list--large--checklist > li .au-body * + strong, background-color: #ebebeb; } .au-main-nav.au-main-nav--dark .au-main-nav__menu { - background-color: #000; } + background-color: #333333; } .au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu { - background-color: black; } + background-color: #1f1f1f; } @media (min-width: 768px) { .js .au-main-nav__menu { @@ -2732,11 +2732,11 @@ ul.list--large--checklist > li .au-body * + strong, .au-page-alerts.au-page-alerts--alt:before { background-color: whitesmoke; } .au-page-alerts.au-page-alerts--dark:before { - background-color: #000; } + background-color: #333333; } .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='%23FFF' 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: black; } + background-color: #292929; } /** * Page alert success @@ -3112,14 +3112,14 @@ html > body .au-select, x:-moz-any-link, x:default { background-color: #e0e0e0; } } .au-side-nav.au-side-nav--dark { - background: black; } + background: #1f1f1f; } .au-side-nav.au-side-nav--dark .au-accordion__title { color: #FFF; background-color: inherit; } .au-side-nav.au-side-nav--dark a { - color: gray; } + color: #9b9b9b; } .au-side-nav.au-side-nav--dark a:hover { - background: black; } + background: #141414; } .au-side-nav.au-side-nav--dark a:focus { outline: 3px solid #C390F9; } .au-side-nav.au-side-nav--dark a::-moz-focus-inner { @@ -3128,27 +3128,27 @@ html > body .au-select, x:-moz-any-link, x:default { color: #FFF; } .au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul a:before, .au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active > span:before { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E"); } + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23999999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E"); } .au-side-nav.au-side-nav--dark .au-side-nav__content > ul > li { - border-color: gray; } + border-color: #999999; } .au-side-nav.au-side-nav--dark .au-sidenav__title a { - border-color: gray; + border-color: #999999; 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: black; } } + background-color: #292929; } } .au-side-nav.au-side-nav--dark.au-side-nav--alt { - background: #000; } + background: #333333; } .au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover { - background: black; } + background: #292929; } @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: black; } } + background-color: #141414; } } /*! @gov.au/skip-link v2.0.16 */ @media print { @@ -3258,7 +3258,7 @@ html > body .au-select, x:-moz-any-link, x:default { .au-tags.au-tags--dark > li > a:hover, .au-tags.au-tags--dark > li > button:hover { color: #FFF; - background-color: black; } + background-color: #292929; } .au-tags.au-tags--dark > li > a:focus, .au-tags.au-tags--dark > li > button:focus { outline: 3px solid #C390F9; } @@ -3650,7 +3650,7 @@ ul.list--large--checklist > li .au-body strong { .au-body { fill: #313131; } .au-body.au-body--dark { - background: #000; } + background: #333333; } .au-body.au-body--dark-tertiary { background: #00205B; } .au-body.au-body--dark { @@ -4266,7 +4266,7 @@ textarea.au-text-input { .health-card__bg { padding: 16px; padding: 1rem; - background-color: black; } + background-color: #292929; } .health-card__bg:not(:first-child) { margin-top: 16px; margin-top: 1rem; } @@ -4281,7 +4281,7 @@ textarea.au-text-input { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); background: #ffffff; } .lt-ie9 .health-card--shadow { - border: solid 1px gray; } + border: solid 1px #999999; } .health-card--light { background: #ffffff; overflow: hidden; } @@ -5376,7 +5376,7 @@ form[class*='col-'].health-search__form .health-search__form__submit { .ui-autocomplete { z-index: 9999999; background: white; - border: 1px solid #000; + border: 1px solid #333333; width: 300px; position: absolute; } .ui-autocomplete li.ui-menu-item { @@ -5497,30 +5497,6 @@ form[class*='col-'].health-search__form .health-search__form__submit { @media (min-width: 768px) { .health-sub-header__supp { padding-top: 0; } } - .health-sub-header.health-sub-header--campaign { - padding: 35% 0 0 0; - background-size: contain; - background-repeat: no-repeat; } - @media (min-width: 768px) { - .health-sub-header.health-sub-header--campaign { - padding-top: 0; - background-size: cover; - background-position: center center; - background-repeat: none; - min-height: 500px; } } - .health-sub-header.health-sub-header--campaign .health-sub-header__content { - padding: 24px 12px; - padding: 1.5rem 12px; } - @media (min-width: 768px) { - .health-sub-header.health-sub-header--campaign .health-sub-header__content { - padding: 48px; - padding: 3rem; } } - .health-sub-header.health-sub-header--campaign .health-sub-header__content--secondary { - padding: 48px; - padding: 3rem; } - .health-sub-header.health-sub-header--campaign .health-sub-header__content--tertiary { - padding: 48px; - padding: 3rem; } .health-sub-nav { display: none; } @@ -6381,6 +6357,111 @@ table { margin-top: 24px; margin-top: 1.5rem; } +.au-main-nav.au-main-nav--dark { + border-bottom-color: #000; + background: #333333; } + .au-main-nav.au-main-nav--dark .active a { + border-color: #000; + background: #000; } + .au-main-nav.au-main-nav--dark a { + border-color: #000; } + .au-main-nav.au-main-nav--dark a:hover, .au-main-nav.au-main-nav--dark a:focus { + background: #000; } + +.au-main-nav .au-link-list > li.active a, .au-main-nav .au-link-list > li.active-trail a { + border-bottom-color: #fff; } + .au-main-nav .au-link-list > li.active a:hover, .au-main-nav .au-link-list > li.active a:focus, .au-main-nav .au-link-list > li.active-trail a:hover, .au-main-nav .au-link-list > li.active-trail a:focus { + border-bottom-color: #fff; } + +.au-header.au-header { + border-top: 0; } + @media (min-width: 992px) { + .au-header.au-header .au-header__logo { + max-width: 400px; } } + .au-header.au-header--dark { + background: #333333; } + .au-header.au-header--dark a { + color: #FFF; } + .au-header.au-header--dark a:hover { + color: #FFF; + text-decoration: none; } + +.health-sub-header { + padding: 12px 0; + background: #f1f1f2; } + @media (min-width: 768px) { + .health-sub-header { + padding: 32px 0 48px 0; + padding: 2rem 0 3rem 0; } } + .health-sub-header h1 { + margin-top: 0; } + .health-sub-header .au-introduction { + margin-top: 8px; + margin-top: 0.5rem; } + @media (min-width: 768px) { + .health-sub-header .au-introduction { + margin-top: 16px; + margin-top: 1rem; } } + .health-sub-header__section-title { + margin-bottom: 10px; + margin-bottom: 0.65rem; } + @media (min-width: 768px) { + .health-sub-header__section-title { + display: none; } } + @media print { + .health-sub-header__section-title { + display: none; } } + .health-sub-header__supp { + padding-top: 24px; + padding-top: 1.5rem; } + @media print { + .health-sub-header__supp { + display: none; } } + @media (min-width: 768px) { + .health-sub-header__supp--center { + position: absolute; + top: 50%; + -ms-transform: translateY(-50%); + -webkit-transform: translateY(-50%); + transform: translateY(-50%); } } + @media (min-width: 768px) { + .health-sub-header__supp { + padding-top: 0; } } + +.au-inpage-nav-links { + border-color: #BA8A58; } + +.health-search__form__submit { + background-color: #BA8A58; + background-image: url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); } + .health-search__form__submit:hover:not(:disabled), .health-search__form__submit:focus:not(:disabled) { + background-color: #000000; } + +.health-hero { + padding: 35% 0 0 0; + background-size: contain; + background-repeat: no-repeat; } + @media (min-width: 768px) { + .health-hero { + padding-top: 0; + background-size: cover; + background-position: center center; + background-repeat: none; + min-height: 500px; } } + .health-hero .health-sub-header__content { + padding: 24px 12px; + padding: 1.5rem 12px; } + @media (min-width: 768px) { + .health-hero .health-sub-header__content { + padding: 48px; + padding: 3rem; } } + .health-hero .health-sub-header__content--secondary { + padding: 48px; + padding: 3rem; } + .health-hero .health-sub-header__content--tertiary { + padding: 48px; + padding: 3rem; } + /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) diff --git a/build/css/hds-all.min.css b/build/css/hds-all.min.css index 227e79ff..614a3bb0 100644 --- a/build/css/hds-all.min.css +++ b/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2,.health-sub-header.health-sub-header--campaign .health-sub-header__content{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.health-sub-header.health-sub-header--campaign .health-sub-header__content--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary,.health-sub-header.health-sub-header--campaign .health-sub-header__content--tertiary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:gray;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#000}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid gray}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#000;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#000;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#000;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#000}.au-body.au-body--dark hr{border-top-color:gray}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#000}.au-body.au-body--dark.au-body--alt{background:#000}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#000}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#000;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#000}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#000;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#000;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#000}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:gray;background-color:#000}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#000}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#200000}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#200000}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#200000}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#200000}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#021710}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#021710}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:gray}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:gray}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23000' 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='%23fff' 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='%23333' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23000' 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='%23333' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23000' 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='%23333' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23000' 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='%23333' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23000' 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='%23fff' 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='%23333' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23000' 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='%23333' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23000' 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='%23333' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23000' 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='%23333' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:gray;background-color:#000}.au-footer.au-footer--dark.au-footer--alt{background-color:#000}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid gray}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#000}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#000}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:gray}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:gray}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#000;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#000}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#000}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#000}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:gray}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#000}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#000}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#000}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#000}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#000}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#000}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#000}.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='%23fff' 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:#000}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#000}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:gray}.au-side-nav.au-side-nav--dark a:hover{background:#000}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:gray}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:gray;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#000}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#000}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#000}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#000}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#000}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body dl.health-dl:after,.au-body dl.health-dl:before,.clearfix:after,.clearfix:before{content:" ";display:table}.au-body dl.health-dl:after,.clearfix:after{clear:both}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#000}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#000}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px gray}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #000;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-header.health-sub-header--campaign{padding:35% 0 0 0;background-size:contain;background-repeat:no-repeat}@media (min-width:768px){.health-sub-header.health-sub-header--campaign{padding-top:0;background-size:cover;background-position:center center;background-repeat:none;min-height:500px}}.health-sub-header.health-sub-header--campaign .health-sub-header__content{padding:24px 12px;padding:1.5rem 12px}@media (min-width:768px){.health-sub-header.health-sub-header--campaign .health-sub-header__content{padding:48px;padding:3rem}}.health-sub-header.health-sub-header--campaign .health-sub-header__content--secondary{padding:48px;padding:3rem}.health-sub-header.health-sub-header--campaign .health-sub-header__content--tertiary{padding:48px;padding:3rem}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}/*! +.au-body .health-band.health-band--tertiary-2,.health-hero .health-sub-header__content{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.health-hero .health-sub-header__content--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary,.health-hero .health-sub-header__content--tertiary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body dl.health-dl:after,.au-body dl.health-dl:before,.clearfix:after,.clearfix:before{content:" ";display:table}.au-body dl.health-dl:after,.clearfix:after{clear:both}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{padding:35% 0 0 0;background-size:contain;background-repeat:no-repeat}@media (min-width:768px){.health-hero{padding-top:0;background-size:cover;background-position:center center;background-repeat:none;min-height:500px}}.health-hero .health-sub-header__content{padding:24px 12px;padding:1.5rem 12px}@media (min-width:768px){.health-hero .health-sub-header__content{padding:48px;padding:3rem}}.health-hero .health-sub-header__content--secondary{padding:48px;padding:3rem}.health-hero .health-sub-header__content--tertiary{padding:48px;padding:3rem}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file diff --git a/docs/subtheme/favicon.ico b/docs/subtheme/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..6f08ec3f6483d732cd10fb9cf068cf1cc5362de3 GIT binary patch literal 36318 zcmd^I2YggT{(n@(zo=NT!ddP-@&2Na-3>*sA$az3dg@tDJv}|W^E^G2l8|JR&_RkK zO0kOyDvC5A*|(cYhtNv^=`Dm7AldnUzq4<4XJ2+V8%P5BpU-D@-kUe`D^q^+o8SE2 zTf?YlG&0UQ%Rt)Fc%h+T{K+tk=FJ25nN1917V=uQ4BUT?a$U|ajMlBK`>PCN_hp9B zscYcAYd6Cfd8=Vu4Hzg2h=F`0h54g;5S75N4r8j*Y?_*2-qWXz=jrtJ-o@!1yvzIC;CU8#_o4oos+OdVC z&88^{rYqIyJr#A|9eQVedH!dcMB$g4#oPB3R3L9$n!`K|WgLKWR;Zq*IcU8&`TFcv zK=1Ni*JgF>an0<%fB5%BM-Lw?7e^0Qh)@5yq`YUV*{}AzcD55`ionkstOFPqf}XeB ziRSY6pPXMhId!FY@9}wCM?W!d=kn~GLWR{iyT$uY&ENgrWAnCrm$E{P`Rjsx?snc4 zsGADBt@_@SQ@ql2~Aq}JIVOzB&7{pmwc|N88Y&>vk=6FiBi`!eX?J*oF{ z|DH{UqM;7v@7-1=zDr%<&*l(D*x>dg2g7h8SdsG}MJu2HQSP3j0+ILhw zW0`e@f%Ze)8_)+m(0^;tC;NZMTqV$tJ3n}O{vP&+3TyNCh_TNs*o%JM!L}Rs+`vtPp)>VP(1f%fZx*aCGgMpSd- z475kbw7~csG4$^IiaB3x7W2N@B8J^p;75CnL3=krd$-3JZl>y~d4Rm&{K2z_Q2vFC zj^3qcr&YLq39ui=cs;96TRAUPwP598KWOv z6s+e@GK`Wl4I`^TFssT7mSr8*rJRANG9Zqm{F0R+vyL?+UptHK@BrHC@sDnsdaPiA z^#Hv65g>J zMD8a)i}#04%IoF8TFv zorHPpU--i|IS)C{md)BBGCTSF;9;QKk=MZO^s!!F@cj<(oT9_T^|^=_Azql`FdxLY z+k;pNIvz*77-M))zgu$rYw~uhX(=`=+$#p&o+t3^J=D7dT@ zW%x4SeG~B#TAo11(<<+7o+hiG* z+p-+>)*cYqqt{c$3(%Se*jFSa%;va$5wfa$$+YcuFx9?aY3@Sbdn*9HdurP(j*-hi ze>Ul7J8UW{tu{LtWY_wGV)2jL#3IC{Gk1uCB}XgqP=|Ws6kNjtl*AjDL*nrz| z{nSlV_<3=u7<`A6Z(~vBH>gK_x&(C(;Ql!YD*zLEXkh(E9_4c*q;DgRcDuZ%zIM$d z_Dv7S{|d@y(#^5XcELKsHtw6*F|VFG(T95G5R@H*v9z?uRa=VSf5Fu5)D zZ?hfBZG!x#ZY%OW{aH|V8T;%4>X~fgofw0+r6!uJcOKSINv{smehrvdA5CLmw>++o zcLIJtz{$io`;lu3#{sT?BJF$z-Q9(4(Wun3c|sfV>h?2O2Lqzv2u)=+S}ARip&-DuxG6J$oa+!}&h8BAIt#wW+9 ziVo;NPLsN}4{;IoHpI|#lyjp@O$B$Nx4t{U*C;(9r(t?RZbP@j*97A~6Jx3ZQK0YN zh2GRO1J43wavHf4yw%X4!zu08ZXWpa8Y#|z&X(#jF9(jHh+`Rn^9!t(yZhao6Ihem zK&G|ze2qCSpQFr3v_~sK#r$Mj87b(mcth`m8Ae)S&gqB^)0{a*n#*?@`gt_kT0mwA z;vINTYUYI>hh8IX23TB z@fNoO;|zK@;9Ui{^NF8(Hm+H6KVMb>9c!PM0UZZrhOnmn8mt)M-t4;QL>=KO|u#cs2vZA47N~PUu0NCsAer;!;NNun8&m#{%mYW%54c zEkj%jn?m{c7Z!pVamry_9x{EQ$_SvfNAYBYP|B3wO zxc-4Sp}z|1NfX{!D%W-IxD8UL=NiQLA#m&KX%M+}v1v)E`1l`-q0a}(bM2lrVx8Ct zy<$?Y&EZ24(xpgOU9#Lh6DYy}Uni zup(HVb!h`)pxtSOXO|e*MeYH%VT^T^dpWH0>CPPP|7WocvPP|!9WN~$pIcV!leUk+f6S*2RtEmx0DjB|%umc&@=n?^ zpmVUyYS@2jDo{5bc3+{OJ_Fs3{4;I@?pqP>K^(-0JjO|wFGr~Jm2R&*&Z|okby(Po zxW6d}>?y=y;Tw$fQNS~j+rS=SMdY22GPC47e>Yq|tuAhsr(8%2$b~tO2Q3sHrf)fC z8|f~{$pqMttO#4d*}y*y5w^i~Vft~k@nh&yFSo{AF4Bt?9;T^@vnijuVH_j_A7c{Y z$7riE&fSvDRog$SqKW&i88^yXgC9n%?2IHy_RPmg0jB|i< zTkb!wt^j}UbZ1^e;KurHo`d^ruB{%}DQYVazcv5nV=cZI_9JWUHQR#!HI%=Lr*038 zIgB65pLwDl(;}c`B?!k5~ z_mp{%m*bybDD4wmdp`Zwl9>B!+K9LYe)vM54(ob8STD!%WcNzBf8ss|yrTb2tmUvV zC74eG_X@;~$lr)Hau;cVy;%(EnkTU49>O}x{H?gI_~hlq@;o8HRp^&%&DU=&>)?vE?25oQ~C9c4je--%2KW(6(1rfGOq#IC2*j=!lAv< zzHjFKkoHKFnU8tpL`qoQksiignEBh$)(^=1050N$tPAaPac^MHS|9b_z%}Pj3mG@Cg2hr|*BRoh^?Q`T_0{1OZCl66f!MOtM4o9JT^899J@j)pot+~AfWm}Q2RLZynvjgI% z;2m~?%KE1rKkxr@-46!z&SvQjZ)3IbI+9{2xJ|E3Nx^sam<+vk6~mFHp7ZVDXa zANvu{N3gFnbz@JK>Bw)G?(#M3+hun24W*5U4Cvs{6)BtL6U@~s0QY^wiHKigY)t8M zL-tc(S?jKk=6?-wlNp;4*|FDsRy@>(Nl;)JH?f_se_PybAgfEVk^hzZHV`zyYd>O zJ8Q4sYMQ0topK<{ys*7_ref`$i}m!keLMJS8cnUhOLrC+LvJZ)2$|R$^i$SXKyJK~ zk!YTlUX63NS|LsYTFLfg*`O%fAs24~-Lwfyxr=lc#?iyQT5Gl{WwT<6wdLKr;1{vPq_u;}p8Z(=HFroCA0iD}EqhwQ&OtZbm}HK4zFZPHJl6GlD2_SFGv z-%QZC2yvknSK+#h@}FxV*FbA6;87*d zry7r*pT;>E1n2IMOWWB<(4xkOOi3$s8S0#c6E=&Y={w~4U^4P7KEldlZT}kfopTiZ zqq?pzt})&<9yGo(dj8?~=X|nj7RIx$HFTI;;n5SMA9ge9B3DwrkO$JneacsFE)^4D zQ<;rDDs4ZsZ{%R_LOaXEp3B4#?BO+@*TNQ-pxfWxXf=gr(+TL`8wYk<5Vo!ak;i#~ z_Qf7Xo^k((b~4e|S3>6r)}HqEO3u}XLC*Dit%Bu6TVJVg_h~(o>vf_H-&W*3FuZFvY+03Q4Ct~R%tH_KdV4f6woSSJ{@%yXRQ^BgkRud=PNPvst0 z?oTN{xSzp!ph#++#l37WvJCfkpZ~i^9Dq++#7eOQhY8wm%tB z=BqcC37!GR8|XLkZJ!m=?hu3nc<^5oGvIee-#_w69|zhdcm~0<7)2lC)>`aSZtmw; zWemN`XJkDh>Y*>5!}C&>8GwBxZPHQ>!d9XJZ6~y2Gd~z{PZ?j8{ae9MY5C#Euqw%2 z;M%ybR1CYfP|*)rX!c5V6*S6#FB`+?TUQzB?R}?%_6ek)eMLFQ_2)zf+Uvf7-H3Eq z(S!Z_`KcD|q<;wZyb({Q2#`{O(KyV3?|(eF!hc`kz7A?Zd& zr+i~nhkV*9>G#8RLyjNXNx9~5oSdk@aY;M-`gtW7KLv{Z!=OD4v2iMF+&!b%1PRu%rP6Pl(97qWKfXI`ow=+7z9qBcFOx#0dSf17NJ=ny&N%-M(8J{Xsvkez1jG z<7ErR`MuBoO`g|Rq7m)SwO6yh;a=I}@C@UtE$A;I{j^VW9;kEI+Mt~<>Bmi9D2slc zC3a1{dU}X1MW2L%O4drM4=bPZS;SJKE`a{tPy0HH-f6qNR z__z`ItJE`|CDC63@1n>(cclHGj;}VZc@Fbqztw!t0{-Xo%~DIy?Py!ehp_)ZzXN+IN$FoY^<4VQO?bUXjv?+DsS8q%=Kh@a zHOgl_PEK1X=!+k3*uC+Pm^N^Ygs;QlK9u-4cX@_M8N{<=w!gNYr!9CH+B-4jcko3_ zpufCl7-;t^`YEfpZ^pY~!i}?EzVEPP`gVc$Iz;d5vSdD=sYp3H5j@4SU*mX~K6s7P zsZ{+?nkDh^T|oLgQ;(;;fV9}h|rk8sYD$IZ+3MIAMn6X>fgF1{ zy<-mFLz3lT!-PKp&bh3%`WEj;a^GnW9MAMyq8=#EH7ExiUYy4V;G{a$99x! zJ^e}cMDTCoI`~!hrLqjmBH}#VdoIoiELizQ#*KN60jn3DaZF<0VvfQX2fpZZ%F0oG zcwUk2@X=qx19)@XJkPdh4^)x+hCA_WE5{e-+q`eKO53?^N93H~I>fO*7Frmi@qDd4}P31Bi+>LnfD{?&qMEq90#wggSZsq>00m+B<jc<;%&@$MUUiz^0aT~9I;^XR7*jM$uyehyKFob^fuRUFdA^ol{0VKzD5q{MhHqGr4tE zx)v$lXF5t5GvdKQ@y^3@RC|+8%1V||<(bY$JKUw{CyucSXO@n#Mz7KD z7eW3xY%u|L)!UHA`6B7o+I#`>??X(m)p22;-9o3oMhT4q4D?6dleV4Bc_HVtM4bZ0)il>UX(kJqe z`NU_XQHlld;9)Wg0B#mj4WGPM_>e{me$*)jUy4t~w-{u#!)n85FCw&)y*;Ia7TcN5 zVS)Gh0oE9TsQk2wyF{bn#NCC4E7U;75ZB%$nB%>-+17}QE_50TRJ4|1?$Fk zUU%w=p`z}wLO;J-Tek()=C|sein_-*;h`d|`5_x9+W_n5{=V(K7u7vAb&C;w{D$7= z>KgjahjmLy-C}b)^XPvgeHIkYDusUPhrg(^ZYio6Y(j{7uygzqI#c&(5%v~oYf=2# zQ?$#%XmwRS=0?++p}1zD;QeOWOt`;}D^Bbg=3h}|9kk7)nx(krp!M&vkoF+m1{IYb zo>BX8#6bIOJZ%MeSeDVjyu9Y9JvK=2<%KpHIbdu)77s7{Ru{vbO=Z&0pvpQs?`ZP-Hb3EgWk$ZMs|VWE)ib68yM+0P za1Go%qI1#d(Qsma_I!%d^LVu9HIRi25!wo0E; zy&kR$&}LD`GoB9)mWQm3Mboi98fo|tnr`haIHfqK9P|K^s_${%Y!##B-ehlLAxS5rrg1QY&%9qr|5 zyNwn2O#|Qw;~#eJ7b3xD9?Je`$AP>rqm@6F{InYjE=8a7n?+%C@t!)W9VX>27qsg+EV&@*>Uh5&r16x6!7zh!2r4Y zjJ@neeCIBnK>uF)Lfh&O4g$x;sK3o=1RLlITbW=T(1eeNiQw6bURS>cjO!qm@a>f7 z(T+o&v1wxfxZsB$s&5}7)ZeNT_?~eXPS`kf_!v|AnW6N301aVva9lZTlKyrLBDCum$gb(OYi=Y#j9vpb81 z&h6w| z1?XxSk;>_L^p8-1enR@QNY_K}Dv-Vvs!nxN`U6LTtLN!DqKS6^^kfYn zk-DQ^e*E)`@cn~B!N_+3^sxKq&@;W9y4K&#*XzZ5&37mitY|6sLn_c$RWJ8_`YKyn zn1|tqf0g1{PqCIhsq@b3y7WO-Jk&&53K>ILW83kc!S^88|6`wB zSQF&bIgHA4-LogXqvt$3&*~oY{U7>xr@j!&7pl$~ss=*JS^Ci1_<2|Hs;Aheoedpl zmtK~>pIpyXJYKn74bqRPD1EyWtxWlDoX!vQ%?j$VI^Vp;o@{t{xyt(%zQcDi2l}*C z#RK@9t@92)E51)k--s&f)}`Nmb=sLetb8XW9vh0e+Kq(w82G>a-L{oLf0c}lb?8D)8=dMJMdE&izn>k?o)jqD+TYP zbl7VD5HD@DS&lkw<$aaujm1xOo^f4-u3w__&wb;`5cmxYoi5B@KlWv9s>5GZWidwn z9fkw%OjgIAzBby4`WwHe5k^;n39qG^4e-PKi;jcW#rV$Pi41&SsnUK0zOFUNd8BhT zeqZ)v2-bfG1pA&gnACQ@D{6{=`}r!r&vz{UK~NiQMO}{H#MH+mWAlR5Ce&FnPW z?;#5p+5HFb{$&gBe^4*W?}GCTO-25P$jKbI$5ym5jpWmTcQ$X<`&?aPf0Lr~PI*pS z>@P9!JxAL&!r;ScPE@?w(@}TLISn#>qt5??*H4ahyt?hrZ>H&daNV!UUk7FWuGir; z<;X87P}k)**u(iSN7(z?evdud6ul1LvE}*LFD-n8?~vR83oDO4 zU;5LIUmDwzUVdxEZl{L*{dId^^PXqg&~=vUyz@-zmmK(w1f3tOW2N+Kwet^Mhu`H3 zD{H@>I$%w(DYoF7++pycD zBG(Dv<@e@_X6&evX9XiJ-!jFpN+DWDSN1iFij(_T`fw?nRi^=)7HyTXEvgvrIz0LP z{A!fv_YbNQ_+GP)uc~XVXZ(IkRpr8-J3Wu+V?Ww8+Gl21J&kY3$0O+u^S63k_&~j> zmzQ&8U3~iRVUAt=_oiMSGU^i@KK;nCX7SquVdaANmJM33bF9~~&MqMD2H4@g-E9^B zf0XYG2WjK?5aS8_??b&F#^iy%&b&+PI8qXPPlcBY;nL3@?DdZ29yE-ogbQcdnYYe4 zGZH+!4|Ko1d{y5@;aX0E$`iKGlh1O1$3#5_H8Y5P&W+uk*%L*6xo)^o1 z4`utQvP|RgHKXpVeW%812Xjg+GARo}c+63;${x=%`X)f`6%iNxWuw8$NX)qsWAAW? zCXdK|FFs#0>d<;UUekXx8ZOEL$^`U9Ni5%jX!Wa;k8f@BzX-mFRR^?ur_)b4&u`%< zyMle*^Q>Gwqc3$OIS*Z%I(Iaj`2I*Q>ZQ@1*JOSypB=W1&Ud71>cZ5C8R!?t^Swyr z^t@QS@tx9GZBvuHM}wu$37zgp*VKs__&w7|&+U12F{Y#O6;Hk{3+=Q=y61oT+V`1} z%7yZ3PnN~QU$iplLcSX~Am(`h-u(;l5z<9e9{P4etorcPAAPdE8yKx!R6hMVsRJus z?I~pFovQ4wG3D5>^DOW2jjUfIzdBD`BcLPj8$lr%$9DroN}>7|WBav{N80v(l0l zfqRt}pDFLN4C55mE5<*jY3b1t!)P(qFZNmK-ZFg1=uE#@Umi%akoG>sFS2?D(&X-j z(V>A~B)bg5RZo6ai2Nt>2O(Mh8uhaRX=9ZZ2ky^MDX=kIRxA@En4cB6Z>-Yfz#ng EKN<;8D*ylh literal 0 HcmV?d00001 diff --git a/source/sass/all.scss b/source/sass/all.scss index c35ed0fe..33454b59 100644 --- a/source/sass/all.scss +++ b/source/sass/all.scss @@ -18,6 +18,7 @@ // // Style guide: sass @import 'themes/health/colors'; +@import 'themes/nst/colors'; // 3rd party libraries // @@ -40,7 +41,7 @@ // Style guide: base // Ensure fonts get loaded first to minimize front-end performance impact -@import 'base/fonts'; + @import 'base/normalize'; // Mixins diff --git a/source/sass/base/_fonts.scss b/source/sass/base/_fonts.scss deleted file mode 100644 index ad03ce7c..00000000 --- a/source/sass/base/_fonts.scss +++ /dev/null @@ -1,33 +0,0 @@ -// Font faces -// -// Instead of relying on the fonts that are available on a user's computer, you -// can use web fonts which, like images, are resources downloaded to the user's -// browser. Because of the bandwidth and rendering resources required, web fonts -// should be used with care. -// -// Numerous resources for web fonts can be found on Google. Here are a few -// websites where you can find Open Source fonts to download: -// - http://www.fontsquirrel.com/fontface -// - http://www.theleagueofmoveabletype.com -// -// In order to use these fonts, you will need to convert them into formats -// suitable for web fonts. We recommend the free-to-use Font Squirrel's -// Font-Face Generator: -// http://www.fontsquirrel.com/fontface/generator -// -// The following is an example @font-face declaration. This font can then be -// used in any ruleset using a property like this: font-family: Example, serif; -// -// Since we're using Sass, you'll need to declare your font faces here, then you -// can add them to the font variables in the _init.scss partial. - -// @font-face { -// font-family: 'Example'; -// src: url('../fonts/example.eot'); -// src: url('../fonts/example.eot?iefix') format('eot'), -// url('../fonts/example.woff') format('woff'), -// url('../fonts/example.ttf') format('truetype'), -// url('../fonts/example.svg#webfontOkOndcij') format('svg'); -// font-weight: normal; -// font-style: normal; -// } diff --git a/source/sass/components/@health/_health-sub-header.scss b/source/sass/components/@health/_health-sub-header.scss index 685f37d5..950e9c08 100644 --- a/source/sass/components/@health/_health-sub-header.scss +++ b/source/sass/components/@health/_health-sub-header.scss @@ -49,39 +49,4 @@ } } - // Campaign variant - &.health-sub-header--campaign { - padding: 35% 0 0 0; // Based on 1920x700 image - background-size: contain; - background-repeat: no-repeat; - - @include AU-media(sm){ - padding-top: 0; - // Hero image - background-size: cover; - background-position: center center; - background-repeat: none; - min-height: 500px; // Based on 1920x700 image to prevent narrow image - } - - // Hero content - .health-sub-header__content { - @include AU-space(padding, 1.5unit 12px); - @include AU-media(sm){ - @include AU-space(padding, 3unit); - } - @extend %bg-primary-blue; - - &--secondary { - @include AU-space(padding, 3unit); - @extend %bg-primary-teal; - } - - &--tertiary { - @include AU-space(padding, 3unit); - @extend %bg-complementary-blue; - } - } - } - } diff --git a/source/sass/components/@nst/_components.scss b/source/sass/components/@nst/_components.scss new file mode 100644 index 00000000..d3e0c2e0 --- /dev/null +++ b/source/sass/components/@nst/_components.scss @@ -0,0 +1,6 @@ +@import 'nst-main-nav'; +@import 'nst-header'; +@import 'nst-sub-header'; +@import 'nst-inpage-nav-links'; +@import 'nst-search'; +@import 'nst-hero'; \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-header.scss b/source/sass/components/@nst/_nst-header.scss new file mode 100644 index 00000000..ad50f402 --- /dev/null +++ b/source/sass/components/@nst/_nst-header.scss @@ -0,0 +1,21 @@ +// Health variation on the au-header. +.au-header.au-header { + border-top: 0; + + .au-header__logo { + @include AU-media(md) { + max-width: 400px; + } + } + + &--dark { + background: $AU-colordark-background; + a { + color: $AU-colordark-foreground-text; + &:hover { + color: $AU-colordark-foreground-text; + text-decoration: none; + } + } + } +} diff --git a/source/sass/components/@nst/_nst-hero.scss b/source/sass/components/@nst/_nst-hero.scss new file mode 100644 index 00000000..7c6a05d0 --- /dev/null +++ b/source/sass/components/@nst/_nst-hero.scss @@ -0,0 +1,35 @@ + + +.health-hero { + padding: 35% 0 0 0; // Based on 1920x700 image + background-size: contain; + background-repeat: no-repeat; + + @include AU-media(sm){ + padding-top: 0; + // Hero image + background-size: cover; + background-position: center center; + background-repeat: none; + min-height: 500px; // Based on 1920x700 image to prevent narrow image + } + + // Hero content + .health-sub-header__content { + @include AU-space(padding, 1.5unit 12px); + @include AU-media(sm){ + @include AU-space(padding, 3unit); + } + @extend %bg-primary-blue; + + &--secondary { + @include AU-space(padding, 3unit); + @extend %bg-primary-teal; + } + + &--tertiary { + @include AU-space(padding, 3unit); + @extend %bg-complementary-blue; + } + } +} \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-inpage-nav-links.scss b/source/sass/components/@nst/_nst-inpage-nav-links.scss new file mode 100644 index 00000000..c62f9580 --- /dev/null +++ b/source/sass/components/@nst/_nst-inpage-nav-links.scss @@ -0,0 +1,3 @@ +.au-inpage-nav-links { + border-color: $primary-gold; +} \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-main-nav.scss b/source/sass/components/@nst/_nst-main-nav.scss new file mode 100644 index 00000000..e1cd2967 --- /dev/null +++ b/source/sass/components/@nst/_nst-main-nav.scss @@ -0,0 +1,37 @@ +//-------------------------------------------------------------- +// Main nav +//-------------------------------------------------------------- + +.au-main-nav { + &.au-main-nav--dark { + border-bottom-color: #000; + background: $AU-colordark-background; + .active a { + border-color: #000; + background: #000; + } + a { + border-color: #000; + &:hover, &:focus { + background: #000; + } + } + // .au-main-nav__menu { + // background-color: #000; + // } + } + + .au-link-list { + > li { + + &.active, &.active-trail { + a { + border-bottom-color: #fff; + &:hover, &:focus { + border-bottom-color: #fff; + } + } + } + } + } +} diff --git a/source/sass/components/@nst/_nst-search.scss b/source/sass/components/@nst/_nst-search.scss new file mode 100644 index 00000000..a5e8eee0 --- /dev/null +++ b/source/sass/components/@nst/_nst-search.scss @@ -0,0 +1,15 @@ +// Search bar. +.health-search { + // The search form. + &__form { + &__submit { + background-color: $primary-gold; + background-image: AU-svguri(' + '); + &:hover:not(:disabled), + &:focus:not(:disabled) { + background-color: $colour-foreground-text--dark; + } + } + } +} \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-sub-header.scss b/source/sass/components/@nst/_nst-sub-header.scss new file mode 100644 index 00000000..6abb0cbd --- /dev/null +++ b/source/sass/components/@nst/_nst-sub-header.scss @@ -0,0 +1,52 @@ +// Sub header variation. This includes our title and HP switcher. +.health-sub-header { + @include AU-space('padding', 12px 0); + @include AU-media(sm){ + @include AU-space('padding', 2unit 0 3unit 0); + } + background: $health-color-background-subheader; + + // Title. + h1 { + margin-top: 0; + } + + .au-introduction { + @include AU-space(margin-top, .5unit); + @include AU-media(sm) { + @include AU-space(margin-top, 1unit); + } + } + + &__section-title { + @include AU-space(margin-bottom, .65unit); + @include AU-media(sm) { // Hide on desktop + display: none; + } + @media print { + display: none; + } + + } + + &__supp { + + @media print { + display: none; + } + + &--center { + @include AU-media(sm) { + position: absolute; + top: 50%; + -ms-transform: translateY(-50%); + transform: translateY(-50%); + } + } + + @include AU-space('padding-top', 1.5unit); + @include AU-media(sm) { + padding-top: 0; + } + } +} diff --git a/source/sass/components/_components.scss b/source/sass/components/_components.scss index b0d9088d..c02c42f6 100644 --- a/source/sass/components/_components.scss +++ b/source/sass/components/_components.scss @@ -1,3 +1,4 @@ @import '@govau/components'; @import '@health/components'; +@import '@nst/components'; @import 'icons'; \ No newline at end of file diff --git a/source/sass/themes/nst/_colors.scss b/source/sass/themes/nst/_colors.scss new file mode 100644 index 00000000..40465fc4 --- /dev/null +++ b/source/sass/themes/nst/_colors.scss @@ -0,0 +1,10 @@ + +// NST colours +$primary-gold: #BA8A58; +$light-gold: #E9AD74; +$gravitas-grey: #333333; +$light-grey: #f1f1f2; + +// Assigend to global vars +$AU-colordark-background: $gravitas-grey; +$health-color-background-subheader: $light-grey; \ No newline at end of file diff --git a/style-guide/components/01-components/band/band--cards-resources.hbs b/style-guide/components/01-components/band/band--cards-resources.hbs index 5528a9f1..959eab42 100644 --- a/style-guide/components/01-components/band/band--cards-resources.hbs +++ b/style-guide/components/01-components/band/band--cards-resources.hbs @@ -1,4 +1,4 @@ -
+
diff --git a/style-guide/components/01-components/band/band--dispute-resolution.hbs b/style-guide/components/01-components/band/band--dispute-resolution.hbs new file mode 100644 index 00000000..62a33f3b --- /dev/null +++ b/style-guide/components/01-components/band/band--dispute-resolution.hbs @@ -0,0 +1,30 @@ +
+
+
+
+

+ {{{ title }}} +

+

+ {{{ content }}} +

+
+
+
+
+ {{ render '@card--call-to-action' }} +
+
+ {{ render '@card--call-to-action' }} +
+
+ {{ render '@card--call-to-action' }} +
+
+ {{ render '@card--call-to-action' }} +
+
+
+
+
+
diff --git a/style-guide/components/01-components/band/band.config.json b/style-guide/components/01-components/band/band.config.json index b122b291..764ed283 100644 --- a/style-guide/components/01-components/band/band.config.json +++ b/style-guide/components/01-components/band/band.config.json @@ -15,6 +15,14 @@ "text": "Call us on 1800 671 811 if you spot a dinosaur on the loose." } }, + { + "name": "dispute resolution", + "context": { + "title": "Our resolution methods", + "content": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Adipisci minima ut corrupti eveniet quod fugiat assumenda alias libero.", + "modifier": "neutral-1" + } + }, { "name": "Cards image", "context": { diff --git a/style-guide/components/01-components/header/header--nst.hbs b/style-guide/components/01-components/header/header--nst.hbs index 6ac4a5d5..3b918ccf 100644 --- a/style-guide/components/01-components/header/header--nst.hbs +++ b/style-guide/components/01-components/header/header--nst.hbs @@ -1,22 +1,24 @@ - + + +{{ render '@main-nav--nst' }} \ No newline at end of file diff --git a/style-guide/components/01-components/hero/hero.config.json b/style-guide/components/01-components/hero/hero.config.json new file mode 100644 index 00000000..c37db50d --- /dev/null +++ b/style-guide/components/01-components/hero/hero.config.json @@ -0,0 +1,9 @@ +{ + "title": "Header", + "preview": "@preview-full-width", + "context": { + "title": "National Sports Tribunal", + "summary": "The National Sports Tribunal will provide independent, cost effective, transparent and consistent dispute resolution services to athletes, sporting organisations and support personnel.", + "call-to-action": "Call to action" + } +} diff --git a/style-guide/components/01-components/hero/hero.hbs b/style-guide/components/01-components/hero/hero.hbs new file mode 100644 index 00000000..c8a6d34f --- /dev/null +++ b/style-guide/components/01-components/hero/hero.hbs @@ -0,0 +1,17 @@ +
+
+
+
+

{{ title }}

+

+ {{ summary }} +

+

+ + {{ call-to-action }} + +

+
+
+
+
\ No newline at end of file diff --git a/style-guide/components/01-components/main-nav/main-nav--nst.hbs b/style-guide/components/01-components/main-nav/main-nav--nst.hbs new file mode 100644 index 00000000..a9608db7 --- /dev/null +++ b/style-guide/components/01-components/main-nav/main-nav--nst.hbs @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/style-guide/components/01-components/sub-header/sub-header.hbs b/style-guide/components/01-components/sub-header/sub-header.hbs index 9d4811c4..a0cb649a 100644 --- a/style-guide/components/01-components/sub-header/sub-header.hbs +++ b/style-guide/components/01-components/sub-header/sub-header.hbs @@ -2,7 +2,7 @@
-
+
{{ render '@breadcrumb' }}
About us @@ -12,6 +12,9 @@ {{ subheader.summary }}

+
+ {{ render '@toolbar' }} +
\ No newline at end of file diff --git a/style-guide/components/01-components/sub-nav/sub-nav.hbs b/style-guide/components/01-components/sub-nav/sub-nav.hbs index a467b142..8b1de2ff 100644 --- a/style-guide/components/01-components/sub-nav/sub-nav.hbs +++ b/style-guide/components/01-components/sub-nav/sub-nav.hbs @@ -1,9 +1,8 @@ \ No newline at end of file diff --git a/style-guide/components/01-components/toolbar/toolbar.hbs b/style-guide/components/01-components/toolbar/toolbar.hbs index 0d5066c7..fd1a8d21 100644 --- a/style-guide/components/01-components/toolbar/toolbar.hbs +++ b/style-guide/components/01-components/toolbar/toolbar.hbs @@ -1,47 +1,67 @@
-
-
- -
-
+
+ Tests + + + + +

Tests

+ +

breakpoints

+ +

XS

+

SM

+

MD

+

LG

+

XL

+ +
+

font families

+ +

+ au font: + The quick brown fox jumps over the lazy dog +

+

+ monospace: + The quick brown fox jumps over the lazy dog +

+ +
+

max width

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis praesentium at voluptas voluptate, minus accusamus doloremque repellat molestias id, + iusto cum adipisci distinctio tempore blanditiis dolor hic vero omnis laboriosam! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta + distinctio fuga adipisci aliquid ut rerum mollitia commodi eligendi, asperiores nostrum unde blanditiis eveniet impedit labore, temporibus exercitationem, + provident ab fugit? Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur est vitae repudiandae sequi illum, odio officiis? Quo nesciunt + ipsam recusandae odit, dolores fuga incidunt repudiandae reprehenderit, amet numquam necessitatibus doloremque. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate commodi, labore sapiente natus iste facilis eaque harum fuga recusandae dolores + laborum iusto perspiciatis, numquam dignissimos blanditiis alias impedit ipsa. Unde? +

+ +
+

border radius

+ +
    +
  • +
  • +
  • +
+ +
+

mixin: AU-media

+ +
+ + +
+

mixin: AU-sronly

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ + +
+

mixin: AU-outline

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ +
+

mixin: AU-focus

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ +
+

mixin: AU-fontgrid

+ +
+
AU-fontgrid( xxxl )
+
AU-fontgrid( xxl )
+
AU-fontgrid( xl )
+
AU-fontgrid( lg )
+
AU-fontgrid( md )
+
AU-fontgrid( sm )
+
AU-fontgrid( xs )
+
+ +

+ +
+
AU-fontgrid( xxxl, heading )
+
AU-fontgrid( xxl, heading )
+
AU-fontgrid( xl, heading )
+
AU-fontgrid( lg, heading )
+
AU-fontgrid( md, heading )
+
AU-fontgrid( sm, heading )
+
AU-fontgrid( xs, heading )
+
+ +

+ +
+
AU-fontgrid( xxxl, nospace )
+
AU-fontgrid( xxl, nospace )
+
AU-fontgrid( xl, nospace )
+
AU-fontgrid( lg, nospace )
+
AU-fontgrid( md, nospace )
+
AU-fontgrid( sm, nospace )
+
AU-fontgrid( xs, nospace )
+
+ + +
+

mixin: AU-space

+ +
AU-space( 0.25unit )
+
AU-space( 0.5unit )
+
AU-space( 0.75unit )
+
AU-space( 1unit )
+
AU-space( 1.5unit )
+
AU-space( 2unit )
+ + +
+

mixin: AU-space without pixel fallback

+ +
AU-space( 0.25unit )
+ + +
+

function: AU-replace

+ + au-replace('We love spaces for indentation', 'spaces', 'tabs'): + +
+

function: AU-svguri

+ +
+ +
+

function: AU-factorial

+ + 1! = 1:
+ 2! = 2:
+ 3! = 6:
+ 4! = 24:
+ 5! = 120:
+ 6! = 720: + +
+

function: AU-pow

+ + 53 = 125:
+ 42 = 16:
+ + 40.2 = 1.31950791: + +
+

function: AU-color-luminance

+ + Luminance of #000000 = 0:
+ Luminance of #663399 = 0.07492341:
+ Luminance of #ff69b4 = 0.34658438:
+ Luminance of #ffffff = 1: + +
+

function: AU-color-contrast

+ + #fff on #000 = 21:
+ #fff on #f00 = 4.0:
+ #000 on #f00 = 5.3:
+ #000 on #ff0 = 19.6:
+ #fff on #ff0 = 1.1: + +
+

function: AU-color-a11y

+ + red on blue = #ffa3a3:
+ green on blue = #00da00:
+ pink on blue = pink:
+ blue on blue = #b5b5ff:
+ #c0c0c0 on #c0c0c0 = #4f4f4f:
+ #231284 on #cccccc = #231284:
+ #ffffff on #ffffff = #767676:
+ #c1c1c1 on #767676 = #fefefe: + +
+

colours main palette

+ +
+
+
+
+
+
+
+
+
+
+
+ +
+

colour contrast main palette

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ The contrast of the main colors +
BackgroundActionFocusTextMutedBorder
Background
Action
Focus
Text
Muted
Border
Background shade
Action
Focus
Text
Muted
Border
Background alt
Action
Focus
Text
Muted
Border
Background alt shade
Action
Focus
Text
Muted
Border
+ +
+

colours dark palette

+ +
+
+
+
+
+
+
+
+
+
+
+ +
+

colour contrast dark palette

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ The contrast of the dark colors +
BackgroundActionFocusTextMutedBorder
Background
Action
Focus
Text
Muted
Border
Background shade
Action
Focus
Text
Muted
Border
Background alt
Action
Focus
Text
Muted
Border
Background alt shade
Action
Focus
Text
Muted
Border
+ +
+

colours notification palette

+ +
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/source/sass/abstracts/_abstracts.scss b/source/sass/abstracts/_abstracts.scss index 3d55f9d9..1a9bb07b 100644 --- a/source/sass/abstracts/_abstracts.scss +++ b/source/sass/abstracts/_abstracts.scss @@ -1,4 +1,4 @@ -@import 'clearfix'; -@import 'visually-hidden'; +// @import 'utilities'; @import 'mixins'; -@import 'functions'; \ No newline at end of file +@import 'functions'; +@import 'utilities'; \ No newline at end of file diff --git a/source/sass/abstracts/_clearfix.scss b/source/sass/abstracts/_clearfix.scss deleted file mode 100644 index aa944593..00000000 --- a/source/sass/abstracts/_clearfix.scss +++ /dev/null @@ -1,9 +0,0 @@ -// clearfix() -// -// Clearing floats -// -// Style guide: sass.mixins.clearfix - -.clearfix{ - @include AU-clearfix; -} \ No newline at end of file diff --git a/source/sass/abstracts/_functions.scss b/source/sass/abstracts/_functions.scss index c1aa6f98..2afc549f 100644 --- a/source/sass/abstracts/_functions.scss +++ b/source/sass/abstracts/_functions.scss @@ -1,5 +1,5 @@ -// Global functions -// +// When called directly in SASS (e.g. width: width: width-decimal(1)), the function will +// render the returned value @function width-decimal( $column-count) { $width: (1 / $column-count); diff --git a/source/sass/abstracts/_mixins.scss b/source/sass/abstracts/_mixins.scss index 4dad214e..14ed9f28 100644 --- a/source/sass/abstracts/_mixins.scss +++ b/source/sass/abstracts/_mixins.scss @@ -1,6 +1,9 @@ +// When called via @include name(), the mixin will render CSS selectors + @mixin opacity( $opacity ) { opacity: $opacity; $opacity-ie: $opacity * 100; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="+$opacity-ie+")"; filter: alpha(opacity=$opacity-ie); //IE8 } @@ -9,3 +12,7 @@ -o-transition: $transition; transition: $transition; } + +@mixin rgba-background( $color, $opacity: 1 ) { + background-color: rgba($color, $opacity); +} \ No newline at end of file diff --git a/source/sass/abstracts/_visually-hidden.scss b/source/sass/abstracts/_utilities.scss similarity index 69% rename from source/sass/abstracts/_visually-hidden.scss rename to source/sass/abstracts/_utilities.scss index 8330f153..f4eb719a 100644 --- a/source/sass/abstracts/_visually-hidden.scss +++ b/source/sass/abstracts/_utilities.scss @@ -1,6 +1,8 @@ + +// Visually hide (screen reader accessible) .visually-hidden, .sr-only, .element-invisible { @include AU-sronly(); position: absolute !important; -} +} \ No newline at end of file diff --git a/source/sass/all.scss b/source/sass/all.scss index 33454b59..a33a7d53 100644 --- a/source/sass/all.scss +++ b/source/sass/all.scss @@ -1,51 +1,22 @@ -// -// The architecture of the folders and file structure is based of the 7-1 SASS pattern -// For more information and how each of the folders should be used please see: https://sass-guidelin.es/#architecture -// -// @file -// The major stylesheet for this theme. -// -// We categorize our components by creating headings in this file. See the -// description on the style guide home page for more information. -// - -// Uikit and Sass -// -// Documentation for Uikit and Sass mixins and variables. -// -// Weight: -1 -// -// Style guide: sass +// Health theme colours +@import 'themes/theme-functions'; // Support theme development with out relying on DTA DS functions @import 'themes/health/colors'; -@import 'themes/nst/colors'; +@import 'themes/nst/colors'; // placeholder for site-level custom colours -// 3rd party libraries -// -// The following sass modules are shared with all .scss files: -// - Uikit -// -// Additional pre-built libraries can be found on the [Sache website](http://www.sache.in/). -// -// Style guide: sass.modules +// DTA Design System +// Must come after themes to ensure that defaults are overridden @import 'vendors/govau-ds'; -@import 'themes/health/variables'; -// Defaults -// -// These are the default base styles applied to HTML elements. -// -// Component classes can override these styles, but if no class applies a style -// to an HTML element, these styles will be the ones displayed. -// -// Style guide: base +// Utilities, functions and mixins +@import 'abstracts/abstracts'; -// Ensure fonts get loaded first to minimize front-end performance impact +// Health variables +@import 'themes/health/variables'; +@import 'themes/nst/variables'; // placeholder for site-level custom vars +// Resets @import 'base/normalize'; -// Mixins -@import 'abstracts/abstracts'; - -// Components -@import 'components/components'; +// Components incl DTA DS overrides and Health components +@import 'components/components'; \ No newline at end of file diff --git a/source/sass/components/@health/_health-description-list.scss b/source/sass/components/@health/_health-description-list.scss index bebfd0d7..a57e07b2 100644 --- a/source/sass/components/@health/_health-description-list.scss +++ b/source/sass/components/@health/_health-description-list.scss @@ -38,7 +38,7 @@ } } - @extend .clearfix; + @include AU-clearfix; } } diff --git a/source/sass/components/@nst/_nst-footer.scss b/source/sass/components/@nst/_nst-footer.scss new file mode 100644 index 00000000..e69de29b diff --git a/source/sass/tests/_tests.scss b/source/sass/tests/_tests.scss new file mode 100644 index 00000000..c594a4e0 --- /dev/null +++ b/source/sass/tests/_tests.scss @@ -0,0 +1,7 @@ +.test { + + &--contrast { + + } + +} \ No newline at end of file diff --git a/source/sass/themes/_theme-functions.scss b/source/sass/themes/_theme-functions.scss new file mode 100644 index 00000000..aa06b763 --- /dev/null +++ b/source/sass/themes/_theme-functions.scss @@ -0,0 +1,11 @@ +// SASS colour functions +// Increase brightness (mixes white) +@function tint($color, $percentage) { + @return mix(white, $color, $percentage); + } + // Decrease brightness (mixes black) + @function shade($color, $percentage) { + @return mix(black, $color, $percentage); + } + // desaturate($color, $percentage) - to decrease saturation (good for backgrounds) - built-in + // Ref: https://uxmovement.com/content/why-you-should-avoid-bright-saturated-background-colors/ \ No newline at end of file diff --git a/source/sass/themes/health/_colors.scss b/source/sass/themes/health/_colors.scss index a352875a..9de6c9c4 100644 --- a/source/sass/themes/health/_colors.scss +++ b/source/sass/themes/health/_colors.scss @@ -1,26 +1,4 @@ -// Colors -// -// Markup: colors.twig -// -// Weight: -1 -// -// Style guide: sass.colors - -// AU vars for reference -// $AU-media-xs: 576px !default; // media query breakpoints -// $AU-media-sm: 768px !default; -// $AU-media-md: 992px !default; -// $AU-media-lg: 1200px !default; - -// $AU-fontsize-map: ( -// xs: 14, -// sm: 16, -// md: 20, -// lg: 24, -// xl: 32, -// xxl: 40, -// xxxl: 48 -// ) !default; +// DTA Design System colours // $AU-color-foreground-text: #313131 !default; // $AU-color-foreground-action: #00698f !default; @@ -37,18 +15,6 @@ // $AU-color-warning: #f69900 !default; // $AU-color-info: #00bfe9 !default; -// SASS colour functions to use -// Increase brightness (mixes white) -@function tint($color, $percentage) { - @return mix(white, $color, $percentage); -} -// Decrease brightness (mixes black) -@function shade($color, $percentage) { - @return mix(black, $color, $percentage); -} -// desaturate($color, $percentage) - to decrease saturation (good for backgrounds) - built-in -// Ref: https://uxmovement.com/content/why-you-should-avoid-bright-saturated-background-colors/ - // HEALTH COLOURS =========================== $colour-Shadow: rgba(0,0,0,0.1); $colour-card: #fff; diff --git a/source/sass/themes/health/_variables.scss b/source/sass/themes/health/_variables.scss index 08d4fb92..abc697b0 100644 --- a/source/sass/themes/health/_variables.scss +++ b/source/sass/themes/health/_variables.scss @@ -1,8 +1,18 @@ -// Variables -// -// Set variables for this site before a library sets its !default value. -// -// Style guide: sass.variables +// AU vars for reference +// $AU-media-xs: 576px !default; // media query breakpoints +// $AU-media-sm: 768px !default; +// $AU-media-md: 992px !default; +// $AU-media-lg: 1200px !default; + +// $AU-fontsize-map: ( +// xs: 14, +// sm: 16, +// md: 20, +// lg: 24, +// xl: 32, +// xxl: 40, +// xxxl: 48 +// ) !default; // Font faces, stacks and sizes. $fontawesome: "FontAwesome"; @@ -22,3 +32,8 @@ $minHeight-Taskbar: 200px !default; // Box shadow $card-shadow: 0px 3px 10px $colour-Shadow; + +// TODO +// - transitions/animations +// - opacities +// - borders \ No newline at end of file diff --git a/source/sass/themes/nst/_variables.scss b/source/sass/themes/nst/_variables.scss new file mode 100644 index 00000000..e69de29b diff --git a/style-guide/public/build/css/hds-all.css b/style-guide/public/build/css/hds-all.css index 880227f4..e3d40a4f 100644 --- a/style-guide/public/build/css/hds-all.css +++ b/style-guide/public/build/css/hds-all.css @@ -3390,6 +3390,19 @@ textarea.au-text-input { height: auto; min-height: 6em; } +.visually-hidden, +.sr-only, +.element-invisible { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; + position: absolute !important; } + * { -webkit-box-sizing: border-box; box-sizing: border-box; } @@ -3406,26 +3419,6 @@ body { .cke_editable { padding: 20px; } -.clearfix:before, .au-body dl.health-dl:before, .clearfix:after, .au-body dl.health-dl:after { - content: " "; - display: table; } - -.clearfix:after, .au-body dl.health-dl:after { - clear: both; } - -.visually-hidden, -.sr-only, -.element-invisible { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - position: absolute !important; } - /** * Health-fontgrid Mixin for setting font-size and line-height that snaps to the grid, and also includes mobile :) * @@ -4105,6 +4098,7 @@ textarea.au-text-input { right: 1rem; bottom: -4px; opacity: 0; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); z-index: -1; padding: 0; @@ -4143,6 +4137,7 @@ textarea.au-text-input { display: block; } .health-back-to-top.isVisible { opacity: 0.8; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); z-index: 9999; -webkit-transition: all .4s ease-in; @@ -4643,10 +4638,16 @@ ul.health-card-list { padding-top: 1rem; float: left; width: 75%; } } + .au-body dl.health-dl:before, .au-body dl.health-dl:after { + content: " "; + display: table; } + .au-body dl.health-dl:after { + clear: both; } .health-facet { visibility: visible; opacity: 1; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); height: auto; -webkit-transition: opacity 1s; @@ -4665,6 +4666,7 @@ ul.health-card-list { padding: 0; visibility: hidden; opacity: 0; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); height: 0; } .health-facet__more { @@ -6332,6 +6334,7 @@ table { background-color: #000; color: #fff; opacity: 0.75; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); vertical-align: top; display: inline-block; diff --git a/style-guide/public/build/css/hds-all.min.css b/style-guide/public/build/css/hds-all.min.css index 614a3bb0..83f4af40 100644 --- a/style-guide/public/build/css/hds-all.min.css +++ b/style-guide/public/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2,.health-hero .health-sub-header__content{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.health-hero .health-sub-header__content--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary,.health-hero .health-sub-header__content--tertiary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body dl.health-dl:after,.au-body dl.health-dl:before,.clearfix:after,.clearfix:before{content:" ";display:table}.au-body dl.health-dl:after,.clearfix:after{clear:both}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{padding:35% 0 0 0;background-size:contain;background-repeat:no-repeat}@media (min-width:768px){.health-hero{padding-top:0;background-size:cover;background-position:center center;background-repeat:none;min-height:500px}}.health-hero .health-sub-header__content{padding:24px 12px;padding:1.5rem 12px}@media (min-width:768px){.health-hero .health-sub-header__content{padding:48px;padding:3rem}}.health-hero .health-sub-header__content--secondary{padding:48px;padding:3rem}.health-hero .health-sub-header__content--tertiary{padding:48px;padding:3rem}/*! +.au-body .health-band.health-band--tertiary-2,.health-hero .health-sub-header__content{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.health-hero .health-sub-header__content--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary,.health-hero .health-sub-header__content--tertiary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{padding:35% 0 0 0;background-size:contain;background-repeat:no-repeat}@media (min-width:768px){.health-hero{padding-top:0;background-size:cover;background-position:center center;background-repeat:none;min-height:500px}}.health-hero .health-sub-header__content{padding:24px 12px;padding:1.5rem 12px}@media (min-width:768px){.health-hero .health-sub-header__content{padding:48px;padding:3rem}}.health-hero .health-sub-header__content--secondary{padding:48px;padding:3rem}.health-hero .health-sub-header__content--tertiary{padding:48px;padding:3rem}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file diff --git a/style-guide/public/build/tests.html b/style-guide/public/build/tests.html new file mode 100644 index 00000000..e4c2aa12 --- /dev/null +++ b/style-guide/public/build/tests.html @@ -0,0 +1,362 @@ + + + + + + + + + Tests + + + + +

Tests

+ +

breakpoints

+ +

XS

+

SM

+

MD

+

LG

+

XL

+ +
+

font families

+ +

+ au font: + The quick brown fox jumps over the lazy dog +

+

+ monospace: + The quick brown fox jumps over the lazy dog +

+ +
+

max width

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Debitis praesentium at voluptas voluptate, minus accusamus doloremque repellat molestias id, + iusto cum adipisci distinctio tempore blanditiis dolor hic vero omnis laboriosam! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta + distinctio fuga adipisci aliquid ut rerum mollitia commodi eligendi, asperiores nostrum unde blanditiis eveniet impedit labore, temporibus exercitationem, + provident ab fugit? Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur est vitae repudiandae sequi illum, odio officiis? Quo nesciunt + ipsam recusandae odit, dolores fuga incidunt repudiandae reprehenderit, amet numquam necessitatibus doloremque. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate commodi, labore sapiente natus iste facilis eaque harum fuga recusandae dolores + laborum iusto perspiciatis, numquam dignissimos blanditiis alias impedit ipsa. Unde? +

+ +
+

border radius

+ +
    +
  • +
  • +
  • +
+ +
+

mixin: AU-media

+ +
+ + +
+

mixin: AU-sronly

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ + +
+

mixin: AU-outline

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ +
+

mixin: AU-focus

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sunt, enim sint. Quibusdam consequatur, quo recusandae quidem amet. Est tempora recusandae + cupiditate esse sunt dolore iusto officiis sed ea unde. +

+ +
+

mixin: AU-fontgrid

+ +
+
AU-fontgrid( xxxl )
+
AU-fontgrid( xxl )
+
AU-fontgrid( xl )
+
AU-fontgrid( lg )
+
AU-fontgrid( md )
+
AU-fontgrid( sm )
+
AU-fontgrid( xs )
+
+ +

+ +
+
AU-fontgrid( xxxl, heading )
+
AU-fontgrid( xxl, heading )
+
AU-fontgrid( xl, heading )
+
AU-fontgrid( lg, heading )
+
AU-fontgrid( md, heading )
+
AU-fontgrid( sm, heading )
+
AU-fontgrid( xs, heading )
+
+ +

+ +
+
AU-fontgrid( xxxl, nospace )
+
AU-fontgrid( xxl, nospace )
+
AU-fontgrid( xl, nospace )
+
AU-fontgrid( lg, nospace )
+
AU-fontgrid( md, nospace )
+
AU-fontgrid( sm, nospace )
+
AU-fontgrid( xs, nospace )
+
+ + +
+

mixin: AU-space

+ +
AU-space( 0.25unit )
+
AU-space( 0.5unit )
+
AU-space( 0.75unit )
+
AU-space( 1unit )
+
AU-space( 1.5unit )
+
AU-space( 2unit )
+ + +
+

mixin: AU-space without pixel fallback

+ +
AU-space( 0.25unit )
+ + +
+

function: AU-replace

+ + au-replace('We love spaces for indentation', 'spaces', 'tabs'): + +
+

function: AU-svguri

+ +
+ +
+

function: AU-factorial

+ + 1! = 1:
+ 2! = 2:
+ 3! = 6:
+ 4! = 24:
+ 5! = 120:
+ 6! = 720: + +
+

function: AU-pow

+ + 53 = 125:
+ 42 = 16:
+ + 40.2 = 1.31950791: + +
+

function: AU-color-luminance

+ + Luminance of #000000 = 0:
+ Luminance of #663399 = 0.07492341:
+ Luminance of #ff69b4 = 0.34658438:
+ Luminance of #ffffff = 1: + +
+

function: AU-color-contrast

+ + #fff on #000 = 21:
+ #fff on #f00 = 4.0:
+ #000 on #f00 = 5.3:
+ #000 on #ff0 = 19.6:
+ #fff on #ff0 = 1.1: + +
+

function: AU-color-a11y

+ + red on blue = #ffa3a3:
+ green on blue = #00da00:
+ pink on blue = pink:
+ blue on blue = #b5b5ff:
+ #c0c0c0 on #c0c0c0 = #4f4f4f:
+ #231284 on #cccccc = #231284:
+ #ffffff on #ffffff = #767676:
+ #c1c1c1 on #767676 = #fefefe: + +
+

colours main palette

+ +
+
+
+
+
+
+
+
+
+
+
+ +
+

colour contrast main palette

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ The contrast of the main colors +
BackgroundActionFocusTextMutedBorder
Background
Action
Focus
Text
Muted
Border
Background shade
Action
Focus
Text
Muted
Border
Background alt
Action
Focus
Text
Muted
Border
Background alt shade
Action
Focus
Text
Muted
Border
+ +
+

colours dark palette

+ +
+
+
+
+
+
+
+
+
+
+
+ +
+

colour contrast dark palette

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ The contrast of the dark colors +
BackgroundActionFocusTextMutedBorder
Background
Action
Focus
Text
Muted
Border
Background shade
Action
Focus
Text
Muted
Border
Background alt
Action
Focus
Text
Muted
Border
Background alt shade
Action
Focus
Text
Muted
Border
+ +
+

colours notification palette

+ +
+
+
+
+
+
+ + + + \ No newline at end of file From 4dae587ed3ad98d8cbed43752883dd48861b3013 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 1 Mar 2020 20:30:26 +1100 Subject: [PATCH 04/16] Development of hero --- build/css/hds-all.css | 68 ++++++++++----- build/css/hds-all.min.css | 2 +- source/sass/abstracts/_mixins.scss | 27 ++++++ source/sass/components/@nst/_components.scss | 3 +- source/sass/components/@nst/_nst-footer.scss | 7 ++ source/sass/components/@nst/_nst-hero.scss | 86 ++++++++++++------- source/sass/themes/health/_colors.scss | 5 +- source/sass/themes/nst/_colors.scss | 3 +- .../hero/hero--call-to-action.hbs | 18 ++++ .../01-components/hero/hero.config.json | 14 ++- .../components/01-components/hero/hero.hbs | 16 ++-- style-guide/public/build/css/hds-all.css | 68 ++++++++++----- style-guide/public/build/css/hds-all.min.css | 2 +- 13 files changed, 225 insertions(+), 94 deletions(-) create mode 100644 style-guide/components/01-components/hero/hero--call-to-action.hbs diff --git a/build/css/hds-all.css b/build/css/hds-all.css index e3d40a4f..7520556a 100644 --- a/build/css/hds-all.css +++ b/build/css/hds-all.css @@ -1,6 +1,6 @@ /*! @health.gov.au/health-design-system v1.2.1 */ @charset "UTF-8"; -.au-body .health-band.health-band--tertiary-2, .health-hero .health-sub-header__content { +.au-body .health-band.health-band--tertiary-2 { background-color: #00205B; background: -webkit-gradient(linear, left top, right top, from(#00205B), to(#004181)); background: -o-linear-gradient(left, #00205B, #004181); @@ -21,13 +21,13 @@ .taskbar--tiled--3.view ul > .views-row .node, .taskbar--tiled--4.view ul > .views-row .node, .taskbar--tiled--5.view ul > .views-row .node, -.taskbar--tiled--6.view ul > .views-row .node, .health-hero .health-sub-header__content--secondary { +.taskbar--tiled--6.view ul > .views-row .node { background-color: #007680; background: -webkit-gradient(linear, left top, right top, from(#055a61), to(#007680)); background: -o-linear-gradient(left, #055a61, #007680); background: linear-gradient(to right, #055a61, #007680); } -.au-body .health-band.health-band--primary, .health-hero .health-sub-header__content--tertiary { +.au-body .health-band.health-band--primary { background-color: #004693; background: -webkit-gradient(linear, left top, right top, from(#004693), to(#16477d)); background: -o-linear-gradient(left, #004693, #16477d); @@ -6441,29 +6441,51 @@ table { background-color: #000000; } .health-hero { - padding: 35% 0 0 0; - background-size: contain; - background-repeat: no-repeat; } + background: none; + position: relative; } @media (min-width: 768px) { .health-hero { - padding-top: 0; - background-size: cover; - background-position: center center; - background-repeat: none; - min-height: 500px; } } - .health-hero .health-sub-header__content { - padding: 24px 12px; - padding: 1.5rem 12px; } + height: 380px; + overflow: hidden; } } + @media (min-width: 768px) { + .health-hero__image-container { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; } } + .health-hero__image { + height: auto; + display: block; } @media (min-width: 768px) { - .health-hero .health-sub-header__content { - padding: 48px; - padding: 3rem; } } - .health-hero .health-sub-header__content--secondary { - padding: 48px; - padding: 3rem; } - .health-hero .health-sub-header__content--tertiary { - padding: 48px; - padding: 3rem; } + .health-hero__image { + position: absolute; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + border-bottom: 0; } } + .health-hero__content { + background-color: rgba(0, 0, 0, 0.8); + position: relative; + padding: 48px; + padding: 3rem; + width: 50%; } + .health-hero__summary { + font-size: 20px; + font-size: 1.25rem; + line-height: 1.6; + font-weight: normal; } + @media (min-width: 768px) { + .health-hero__summary { + font-size: 24px; + font-size: 1.5rem; + line-height: 1.5; } } + .health-hero.health-hero--dark .health-hero__content { + color: white; } + +.au-footer.au-body.au-body--dark.au-footer--dark { + background: #333333; } /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com diff --git a/build/css/hds-all.min.css b/build/css/hds-all.min.css index 83f4af40..118cda46 100644 --- a/build/css/hds-all.min.css +++ b/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2,.health-hero .health-sub-header__content{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.health-hero .health-sub-header__content--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary,.health-hero .health-sub-header__content--tertiary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{padding:35% 0 0 0;background-size:contain;background-repeat:no-repeat}@media (min-width:768px){.health-hero{padding-top:0;background-size:cover;background-position:center center;background-repeat:none;min-height:500px}}.health-hero .health-sub-header__content{padding:24px 12px;padding:1.5rem 12px}@media (min-width:768px){.health-hero .health-sub-header__content{padding:48px;padding:3rem}}.health-hero .health-sub-header__content--secondary{padding:48px;padding:3rem}.health-hero .health-sub-header__content--tertiary{padding:48px;padding:3rem}/*! +.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file diff --git a/source/sass/abstracts/_mixins.scss b/source/sass/abstracts/_mixins.scss index 14ed9f28..b2d38fbb 100644 --- a/source/sass/abstracts/_mixins.scss +++ b/source/sass/abstracts/_mixins.scss @@ -15,4 +15,31 @@ @mixin rgba-background( $color, $opacity: 1 ) { background-color: rgba($color, $opacity); +} + +// TODO +// flexbox layout generation with grid failover +// separate card from layout so that the dom might be class="health-card health-flex-thirds col-xs-4" + + +// From NSW Design System +@mixin pseudo-clickable-block { + &::after { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + // z-index: map-get($z-index, low); + } +} + +// generates modifer classes in the bem syntax +@mixin helper-classes($attribute, $map) { + @each $modifier, $value in $map { + &--#{$modifier} { + #{$attribute}: get-mapped-value($modifier, $map) !important; + } + } } \ No newline at end of file diff --git a/source/sass/components/@nst/_components.scss b/source/sass/components/@nst/_components.scss index d3e0c2e0..ec474144 100644 --- a/source/sass/components/@nst/_components.scss +++ b/source/sass/components/@nst/_components.scss @@ -3,4 +3,5 @@ @import 'nst-sub-header'; @import 'nst-inpage-nav-links'; @import 'nst-search'; -@import 'nst-hero'; \ No newline at end of file +@import 'nst-hero'; +@import 'nst-footer'; \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-footer.scss b/source/sass/components/@nst/_nst-footer.scss index e69de29b..a86dc993 100644 --- a/source/sass/components/@nst/_nst-footer.scss +++ b/source/sass/components/@nst/_nst-footer.scss @@ -0,0 +1,7 @@ +.au-footer { + + // Apply our colour scheme on the background. + &.au-body.au-body--dark.au-footer--dark { + background: $health-footer-background; + } + } \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-hero.scss b/source/sass/components/@nst/_nst-hero.scss index 7c6a05d0..4bd263a3 100644 --- a/source/sass/components/@nst/_nst-hero.scss +++ b/source/sass/components/@nst/_nst-hero.scss @@ -1,35 +1,61 @@ +.health-hero { + $parent: &; // more readable than &#{&} + background: none; + position: relative; -.health-hero { - padding: 35% 0 0 0; // Based on 1920x700 image - background-size: contain; - background-repeat: no-repeat; - - @include AU-media(sm){ - padding-top: 0; - // Hero image - background-size: cover; - background-position: center center; - background-repeat: none; - min-height: 500px; // Based on 1920x700 image to prevent narrow image + @include AU-media('sm') { + height: 380px; + overflow: hidden; + } + + &__image-container { + @include AU-media('sm') { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + } + } + + &__image { + height: auto; + display: block; + + @include AU-media('sm') { + position: absolute; + top: 50%; + transform: translateY(-50%); + border-bottom: 0; } + } + + + + + + + &__content { + @include rgba-background(black, .8); + position: relative; + @include AU-space('padding', 3unit); + width: 50%; //temp + } + + &__title {} + + &__summary { + @include health-fontgrid( lg , default, light); + } + + &__call-to-action {} + - // Hero content - .health-sub-header__content { - @include AU-space(padding, 1.5unit 12px); - @include AU-media(sm){ - @include AU-space(padding, 3unit); - } - @extend %bg-primary-blue; - - &--secondary { - @include AU-space(padding, 3unit); - @extend %bg-primary-teal; - } - - &--tertiary { - @include AU-space(padding, 3unit); - @extend %bg-complementary-blue; - } + // Dark modifier + &#{$parent}--dark { + #{$parent}__content { + color: white; } -} \ No newline at end of file + } +} diff --git a/source/sass/themes/health/_colors.scss b/source/sass/themes/health/_colors.scss index 9de6c9c4..93065dd1 100644 --- a/source/sass/themes/health/_colors.scss +++ b/source/sass/themes/health/_colors.scss @@ -147,4 +147,7 @@ $colour-path: #006621; $AU-color-foreground-action: #006FB0; // override of default link colour WCAG 2.0 compliant on backgrounds up to $colour-light (#ECECEC) $AU-colordark-foreground-action: #FFF; $AU-colordark-foreground-text: #FFF; -$AU-colordark-background: #000; \ No newline at end of file +$AU-colordark-background: #000; + +// Background from exemplar +// #f2f4f6 \ No newline at end of file diff --git a/source/sass/themes/nst/_colors.scss b/source/sass/themes/nst/_colors.scss index 40465fc4..4014863f 100644 --- a/source/sass/themes/nst/_colors.scss +++ b/source/sass/themes/nst/_colors.scss @@ -7,4 +7,5 @@ $light-grey: #f1f1f2; // Assigend to global vars $AU-colordark-background: $gravitas-grey; -$health-color-background-subheader: $light-grey; \ No newline at end of file +$health-color-background-subheader: $light-grey; +$health-footer-background: $gravitas-grey; \ No newline at end of file diff --git a/style-guide/components/01-components/hero/hero--call-to-action.hbs b/style-guide/components/01-components/hero/hero--call-to-action.hbs new file mode 100644 index 00000000..31248fcf --- /dev/null +++ b/style-guide/components/01-components/hero/hero--call-to-action.hbs @@ -0,0 +1,18 @@ +
+
+ +
+
+
+
+

{{ title }}

+

{{ summary }}

+

+ + {{ call-to-action }} + +

+
+
+
+
\ No newline at end of file diff --git a/style-guide/components/01-components/hero/hero.config.json b/style-guide/components/01-components/hero/hero.config.json index c37db50d..07f8bec8 100644 --- a/style-guide/components/01-components/hero/hero.config.json +++ b/style-guide/components/01-components/hero/hero.config.json @@ -3,7 +3,15 @@ "preview": "@preview-full-width", "context": { "title": "National Sports Tribunal", - "summary": "The National Sports Tribunal will provide independent, cost effective, transparent and consistent dispute resolution services to athletes, sporting organisations and support personnel.", - "call-to-action": "Call to action" - } + "summary": "The National Sports Tribunal will provide independent, cost effective, transparent and consistent dispute resolution services to athletes, sporting organisations and support personnel." + }, + "variants": [ + { + "name": "Call to action", + "context": { + "title": "Dinosaur escape hotline", + "summary": "This hero is the same as the default one but has a call-to-action.", + "call-to-action": "Call to action"} + } + ] } diff --git a/style-guide/components/01-components/hero/hero.hbs b/style-guide/components/01-components/hero/hero.hbs index c8a6d34f..5315bc5f 100644 --- a/style-guide/components/01-components/hero/hero.hbs +++ b/style-guide/components/01-components/hero/hero.hbs @@ -1,16 +1,12 @@ -
+
+
+ +
-
+

{{ title }}

-

- {{ summary }} -

-

- - {{ call-to-action }} - -

+

{{ summary }}

diff --git a/style-guide/public/build/css/hds-all.css b/style-guide/public/build/css/hds-all.css index e3d40a4f..7520556a 100644 --- a/style-guide/public/build/css/hds-all.css +++ b/style-guide/public/build/css/hds-all.css @@ -1,6 +1,6 @@ /*! @health.gov.au/health-design-system v1.2.1 */ @charset "UTF-8"; -.au-body .health-band.health-band--tertiary-2, .health-hero .health-sub-header__content { +.au-body .health-band.health-band--tertiary-2 { background-color: #00205B; background: -webkit-gradient(linear, left top, right top, from(#00205B), to(#004181)); background: -o-linear-gradient(left, #00205B, #004181); @@ -21,13 +21,13 @@ .taskbar--tiled--3.view ul > .views-row .node, .taskbar--tiled--4.view ul > .views-row .node, .taskbar--tiled--5.view ul > .views-row .node, -.taskbar--tiled--6.view ul > .views-row .node, .health-hero .health-sub-header__content--secondary { +.taskbar--tiled--6.view ul > .views-row .node { background-color: #007680; background: -webkit-gradient(linear, left top, right top, from(#055a61), to(#007680)); background: -o-linear-gradient(left, #055a61, #007680); background: linear-gradient(to right, #055a61, #007680); } -.au-body .health-band.health-band--primary, .health-hero .health-sub-header__content--tertiary { +.au-body .health-band.health-band--primary { background-color: #004693; background: -webkit-gradient(linear, left top, right top, from(#004693), to(#16477d)); background: -o-linear-gradient(left, #004693, #16477d); @@ -6441,29 +6441,51 @@ table { background-color: #000000; } .health-hero { - padding: 35% 0 0 0; - background-size: contain; - background-repeat: no-repeat; } + background: none; + position: relative; } @media (min-width: 768px) { .health-hero { - padding-top: 0; - background-size: cover; - background-position: center center; - background-repeat: none; - min-height: 500px; } } - .health-hero .health-sub-header__content { - padding: 24px 12px; - padding: 1.5rem 12px; } + height: 380px; + overflow: hidden; } } + @media (min-width: 768px) { + .health-hero__image-container { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; } } + .health-hero__image { + height: auto; + display: block; } @media (min-width: 768px) { - .health-hero .health-sub-header__content { - padding: 48px; - padding: 3rem; } } - .health-hero .health-sub-header__content--secondary { - padding: 48px; - padding: 3rem; } - .health-hero .health-sub-header__content--tertiary { - padding: 48px; - padding: 3rem; } + .health-hero__image { + position: absolute; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + border-bottom: 0; } } + .health-hero__content { + background-color: rgba(0, 0, 0, 0.8); + position: relative; + padding: 48px; + padding: 3rem; + width: 50%; } + .health-hero__summary { + font-size: 20px; + font-size: 1.25rem; + line-height: 1.6; + font-weight: normal; } + @media (min-width: 768px) { + .health-hero__summary { + font-size: 24px; + font-size: 1.5rem; + line-height: 1.5; } } + .health-hero.health-hero--dark .health-hero__content { + color: white; } + +.au-footer.au-body.au-body--dark.au-footer--dark { + background: #333333; } /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com diff --git a/style-guide/public/build/css/hds-all.min.css b/style-guide/public/build/css/hds-all.min.css index 83f4af40..118cda46 100644 --- a/style-guide/public/build/css/hds-all.min.css +++ b/style-guide/public/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2,.health-hero .health-sub-header__content{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.health-hero .health-sub-header__content--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary,.health-hero .health-sub-header__content--tertiary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{padding:35% 0 0 0;background-size:contain;background-repeat:no-repeat}@media (min-width:768px){.health-hero{padding-top:0;background-size:cover;background-position:center center;background-repeat:none;min-height:500px}}.health-hero .health-sub-header__content{padding:24px 12px;padding:1.5rem 12px}@media (min-width:768px){.health-hero .health-sub-header__content{padding:48px;padding:3rem}}.health-hero .health-sub-header__content--secondary{padding:48px;padding:3rem}.health-hero .health-sub-header__content--tertiary{padding:48px;padding:3rem}/*! +.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file From d30f377bb3fd78af4220805888d0a8f68dd03952 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 5 Mar 2020 13:09:58 +1100 Subject: [PATCH 05/16] Dev --- build/css/hds-all.css | 38 +++- build/css/hds-all.min.css | 2 +- package-lock.json | 178 +++++++++++------- .../sass/components/@govau/_au-side-nav.scss | 5 +- source/sass/components/@nst/_components.scss | 6 +- source/sass/components/@nst/_nst-callout.scss | 11 ++ source/sass/components/@nst/_nst-compare.scss | 6 + source/sass/components/@nst/_nst-grid.scss | 7 + .../sass/components/@nst/_nst-main-nav.scss | 34 ++-- source/sass/components/@nst/_nst-search.scss | 3 + .../sass/components/@nst/_nst-side-nav.scss | 15 ++ source/sass/themes/nst/_colors.scss | 3 + source/sass/themes/nst/_variables.scss | 3 + .../list-page-simple.config.json | 16 ++ .../list-page-simple.hbs | 29 +++ .../01-National-Sports-Tribunal/list-page.hbs | 1 - style-guide/public/build/css/hds-all.css | 38 +++- style-guide/public/build/css/hds-all.min.css | 2 +- 18 files changed, 302 insertions(+), 95 deletions(-) create mode 100644 source/sass/components/@nst/_nst-callout.scss create mode 100644 source/sass/components/@nst/_nst-compare.scss create mode 100644 source/sass/components/@nst/_nst-grid.scss create mode 100644 source/sass/components/@nst/_nst-side-nav.scss create mode 100644 style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.config.json create mode 100644 style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.hbs diff --git a/build/css/hds-all.css b/build/css/hds-all.css index 7520556a..74dd88de 100644 --- a/build/css/hds-all.css +++ b/build/css/hds-all.css @@ -4039,8 +4039,11 @@ svg { height: auto; } .au-body .au-side-nav { - margin-top: -16px; - margin-top: -1rem; } + margin-top: 16px; + margin-top: 1rem; } + @media (min-width: 768px) { + .au-body .au-side-nav { + margin-top: 0; } } @media (min-width: 768px) { .au-body .au-side-nav { background: #ffffff; } } @@ -4591,7 +4594,7 @@ ul.health-card-list { margin-top: -1.5rem; } } .health-compare { - border: 1px solid #0077C8; + border: 1px solid #ccc; margin-top: 16px; margin-top: 1rem; padding-bottom: 16px; @@ -6360,8 +6363,13 @@ table { margin-top: 24px; margin-top: 1.5rem; } +@media (min-width: 768px) { + .au-grid .not-full-width { + margin-top: 40px; + margin-top: 2.5rem; } } + .au-main-nav.au-main-nav--dark { - border-bottom-color: #000; + border-bottom-color: #BA8A58; background: #333333; } .au-main-nav.au-main-nav--dark .active a { border-color: #000; @@ -6370,6 +6378,8 @@ table { border-color: #000; } .au-main-nav.au-main-nav--dark a:hover, .au-main-nav.au-main-nav--dark a:focus { background: #000; } + .au-main-nav.au-main-nav--dark .au-main-nav__menu { + background-color: #333333; } .au-main-nav .au-link-list > li.active a, .au-main-nav .au-link-list > li.active-trail a { border-bottom-color: #fff; } @@ -6434,6 +6444,9 @@ table { .au-inpage-nav-links { border-color: #BA8A58; } +.health-search__form__input { + border-color: #FFF; } + .health-search__form__submit { background-color: #BA8A58; background-image: url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); } @@ -6487,6 +6500,23 @@ table { .au-footer.au-body.au-body--dark.au-footer--dark { background: #333333; } +.au-body .au-side-nav a:hover, .au-body .au-side-nav a:focus { + background-color: #f4d6ba; } + +.au-body .au-side-nav a.active { + background-color: #f4d6ba; } + +.health-compare { + border: 1px solid #ccc; } + .health-compare__title { + background: #f4d6ba; } + +.au-body .au-callout { + background-color: #f1f1f2; + border-left-color: #BA8A58; } + .au-body .au-callout--secondary, .au-body .au-callout--tertiary { + border-left-color: #BA8A58; } + /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) diff --git a/build/css/hds-all.min.css b/build/css/hds-all.min.css index 118cda46..cfaec41c 100644 --- a/build/css/hds-all.min.css +++ b/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}/*! +.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-body .au-side-nav{margin-top:0}}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #ccc;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:40px;margin-top:2.5rem}}.au-main-nav.au-main-nav--dark{border-bottom-color:#ba8a58;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__input{border-color:#fff}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f4d6ba}.au-body .au-side-nav a.active{background-color:#f4d6ba}.health-compare{border:1px solid #ccc}.health-compare__title{background:#f4d6ba}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#ba8a58}.au-body .au-callout--secondary,.au-body .au-callout--tertiary{border-left-color:#ba8a58}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e1165316..1b7418f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -930,6 +930,16 @@ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", "dev": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, "block-stream": { "version": "0.0.9", "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", @@ -1040,9 +1050,9 @@ } }, "chokidar": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz", - "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", "dev": true, "requires": { "anymatch": "^2.0.0", @@ -1322,9 +1332,9 @@ "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" }, "convert-source-map": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", - "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", "dev": true, "requires": { "safe-buffer": "~5.1.1" @@ -1562,9 +1572,9 @@ "integrity": "sha512-KxRvLp5jUapyKIcMaecwgmUpJEsJKuHn0DJJPZjZh2valqYlzdmGvaE/nTAqwKqQwf0jIKv7Go4FYHu9wKWzOg==" }, "end-of-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", - "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, "requires": { "once": "^1.4.0" @@ -1579,14 +1589,14 @@ } }, "es5-ext": { - "version": "0.10.50", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.50.tgz", - "integrity": "sha512-KMzZTPBkeQV/JcSQhI5/z6d9VWJ3EnQ194USTUwIYZ2ZbpN8+SGXQKt1h68EX44+qt+Fzr8DO17vnxrw7c3agw==", + "version": "0.10.53", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", + "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", "dev": true, "requires": { "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.1", - "next-tick": "^1.0.0" + "es6-symbol": "~3.1.3", + "next-tick": "~1.0.0" } }, "es6-iterator": { @@ -1601,13 +1611,13 @@ } }, "es6-symbol": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", - "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", "dev": true, "requires": { - "d": "1", - "es5-ext": "~0.10.14" + "d": "^1.0.1", + "ext": "^1.1.2" } }, "es6-weak-map": { @@ -1671,6 +1681,23 @@ "homedir-polyfill": "^1.0.1" } }, + "ext": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", + "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", + "dev": true, + "requires": { + "type": "^2.0.0" + }, + "dependencies": { + "type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/type/-/type-2.0.0.tgz", + "integrity": "sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow==", + "dev": true + } + } + }, "extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", @@ -1812,6 +1839,13 @@ "reusify": "^1.0.0" } }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -2031,14 +2065,15 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, "fsevents": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz", - "integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==", + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz", + "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==", "dev": true, "optional": true, "requires": { + "bindings": "^1.5.0", "nan": "^2.12.1", - "node-pre-gyp": "^0.12.0" + "node-pre-gyp": "*" }, "dependencies": { "abbrev": { @@ -2086,7 +2121,7 @@ } }, "chownr": { - "version": "1.1.1", + "version": "1.1.3", "bundled": true, "dev": true, "optional": true @@ -2116,7 +2151,7 @@ "optional": true }, "debug": { - "version": "4.1.1", + "version": "3.2.6", "bundled": true, "dev": true, "optional": true, @@ -2143,12 +2178,12 @@ "optional": true }, "fs-minipass": { - "version": "1.2.5", + "version": "1.2.7", "bundled": true, "dev": true, "optional": true, "requires": { - "minipass": "^2.2.1" + "minipass": "^2.6.0" } }, "fs.realpath": { @@ -2174,7 +2209,7 @@ } }, "glob": { - "version": "7.1.3", + "version": "7.1.6", "bundled": true, "dev": true, "optional": true, @@ -2203,7 +2238,7 @@ } }, "ignore-walk": { - "version": "3.0.1", + "version": "3.0.3", "bundled": true, "dev": true, "optional": true, @@ -2222,7 +2257,7 @@ } }, "inherits": { - "version": "2.0.3", + "version": "2.0.4", "bundled": true, "dev": true, "optional": true @@ -2264,7 +2299,7 @@ "optional": true }, "minipass": { - "version": "2.3.5", + "version": "2.9.0", "bundled": true, "dev": true, "optional": true, @@ -2274,12 +2309,12 @@ } }, "minizlib": { - "version": "1.2.1", + "version": "1.3.3", "bundled": true, "dev": true, "optional": true, "requires": { - "minipass": "^2.2.1" + "minipass": "^2.9.0" } }, "mkdirp": { @@ -2292,24 +2327,24 @@ } }, "ms": { - "version": "2.1.1", + "version": "2.1.2", "bundled": true, "dev": true, "optional": true }, "needle": { - "version": "2.3.0", + "version": "2.4.0", "bundled": true, "dev": true, "optional": true, "requires": { - "debug": "^4.1.0", + "debug": "^3.2.6", "iconv-lite": "^0.4.4", "sax": "^1.2.4" } }, "node-pre-gyp": { - "version": "0.12.0", + "version": "0.14.0", "bundled": true, "dev": true, "optional": true, @@ -2323,7 +2358,7 @@ "rc": "^1.2.7", "rimraf": "^2.6.1", "semver": "^5.3.0", - "tar": "^4" + "tar": "^4.4.2" } }, "nopt": { @@ -2337,13 +2372,22 @@ } }, "npm-bundled": { - "version": "1.0.6", + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", "bundled": true, "dev": true, "optional": true }, "npm-packlist": { - "version": "1.4.1", + "version": "1.4.7", "bundled": true, "dev": true, "optional": true, @@ -2414,7 +2458,7 @@ "optional": true }, "process-nextick-args": { - "version": "2.0.0", + "version": "2.0.1", "bundled": true, "dev": true, "optional": true @@ -2455,7 +2499,7 @@ } }, "rimraf": { - "version": "2.6.3", + "version": "2.7.1", "bundled": true, "dev": true, "optional": true, @@ -2482,7 +2526,7 @@ "optional": true }, "semver": { - "version": "5.7.0", + "version": "5.7.1", "bundled": true, "dev": true, "optional": true @@ -2535,18 +2579,18 @@ "optional": true }, "tar": { - "version": "4.4.8", + "version": "4.4.13", "bundled": true, "dev": true, "optional": true, "requires": { "chownr": "^1.1.1", "fs-minipass": "^1.2.5", - "minipass": "^2.3.4", - "minizlib": "^1.1.1", + "minipass": "^2.8.6", + "minizlib": "^1.2.1", "mkdirp": "^0.5.0", "safe-buffer": "^5.1.2", - "yallist": "^3.0.2" + "yallist": "^3.0.3" } }, "util-deprecate": { @@ -2571,7 +2615,7 @@ "optional": true }, "yallist": { - "version": "3.0.3", + "version": "3.1.1", "bundled": true, "dev": true, "optional": true @@ -3151,9 +3195,9 @@ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" }, "has-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", - "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", "dev": true }, "has-unicode": { @@ -3586,9 +3630,9 @@ "dev": true }, "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true }, "last-run": { @@ -5102,12 +5146,12 @@ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "source-map-resolve": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz", - "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", "dev": true, "requires": { - "atob": "^2.1.1", + "atob": "^2.1.2", "decode-uri-component": "^0.2.0", "resolve-url": "^0.2.1", "source-map-url": "^0.4.0", @@ -5231,9 +5275,9 @@ "dev": true }, "stream-shift": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", - "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", "dev": true }, "string-width": { @@ -5474,9 +5518,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "type": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/type/-/type-1.0.1.tgz", - "integrity": "sha512-MAM5dBMJCJNKs9E7JXo4CXRAansRfG0nlJxW7Wf6GZzSOvH31zClSaHdIMWLehe/EGMBkqeC55rrkaOr5Oo7Nw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", "dev": true }, "typedarray": { @@ -5586,9 +5630,9 @@ } }, "upath": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/upath/-/upath-1.1.2.tgz", - "integrity": "sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", "dev": true }, "uri-js": { diff --git a/source/sass/components/@govau/_au-side-nav.scss b/source/sass/components/@govau/_au-side-nav.scss index c0fc0ba9..1b1f9efe 100644 --- a/source/sass/components/@govau/_au-side-nav.scss +++ b/source/sass/components/@govau/_au-side-nav.scss @@ -2,7 +2,10 @@ .au-side-nav { // Make our version flush with the sub-header above. - @include AU-space('margin-top', -1unit); + @include AU-space('margin-top', 1unit); + @include AU-media(sm) { + @include AU-space('margin-top', 0); + } // Add our colours. @extend %bg-neutral; diff --git a/source/sass/components/@nst/_components.scss b/source/sass/components/@nst/_components.scss index ec474144..e019dd5f 100644 --- a/source/sass/components/@nst/_components.scss +++ b/source/sass/components/@nst/_components.scss @@ -1,7 +1,11 @@ +@import 'nst-grid'; @import 'nst-main-nav'; @import 'nst-header'; @import 'nst-sub-header'; @import 'nst-inpage-nav-links'; @import 'nst-search'; @import 'nst-hero'; -@import 'nst-footer'; \ No newline at end of file +@import 'nst-footer'; +@import 'nst-side-nav'; +@import 'nst-compare'; +@import 'nst-callout'; \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-callout.scss b/source/sass/components/@nst/_nst-callout.scss new file mode 100644 index 00000000..7125fd76 --- /dev/null +++ b/source/sass/components/@nst/_nst-callout.scss @@ -0,0 +1,11 @@ +.au-body { + .au-callout { + background-color: $colour-lighter; + border-left-color: $primary-gold; + // Colours. + &--secondary, + &--tertiary { + border-left-color: $primary-gold; + } + } +} diff --git a/source/sass/components/@nst/_nst-compare.scss b/source/sass/components/@nst/_nst-compare.scss new file mode 100644 index 00000000..f56ee9a3 --- /dev/null +++ b/source/sass/components/@nst/_nst-compare.scss @@ -0,0 +1,6 @@ +.health-compare { + border: $health-borderize--tertiary-very-thin; + &__title { + background: $lighter-gold; + } +} \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-grid.scss b/source/sass/components/@nst/_nst-grid.scss new file mode 100644 index 00000000..7a8d3bd9 --- /dev/null +++ b/source/sass/components/@nst/_nst-grid.scss @@ -0,0 +1,7 @@ +.au-grid { + .not-full-width { + @include AU-media(sm) { + @include AU-space(margin-top, 2.5unit); + } + } +} \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-main-nav.scss b/source/sass/components/@nst/_nst-main-nav.scss index e1cd2967..ac79572d 100644 --- a/source/sass/components/@nst/_nst-main-nav.scss +++ b/source/sass/components/@nst/_nst-main-nav.scss @@ -1,37 +1,41 @@ -//-------------------------------------------------------------- -// Main nav -//-------------------------------------------------------------- - .au-main-nav { &.au-main-nav--dark { - border-bottom-color: #000; + border-bottom-color: $primary-gold; background: $AU-colordark-background; - .active a { + + .active a { border-color: #000; background: #000; } + a { border-color: #000; - &:hover, &:focus { + + &:hover, + &:focus { background: #000; } } - // .au-main-nav__menu { - // background-color: #000; - // } + + .au-main-nav__menu { + background-color: $gravitas-grey; + } } - + .au-link-list { - > li { + >li { - &.active, &.active-trail { + &.active, + &.active-trail { a { border-bottom-color: #fff; - &:hover, &:focus { + + &:hover, + &:focus { border-bottom-color: #fff; } } } } } -} +} \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-search.scss b/source/sass/components/@nst/_nst-search.scss index a5e8eee0..b267689e 100644 --- a/source/sass/components/@nst/_nst-search.scss +++ b/source/sass/components/@nst/_nst-search.scss @@ -2,6 +2,9 @@ .health-search { // The search form. &__form { + &__input { + border-color: #FFF; //$primary-gold; + } &__submit { background-color: $primary-gold; background-image: AU-svguri(' diff --git a/source/sass/components/@nst/_nst-side-nav.scss b/source/sass/components/@nst/_nst-side-nav.scss new file mode 100644 index 00000000..1abc7f34 --- /dev/null +++ b/source/sass/components/@nst/_nst-side-nav.scss @@ -0,0 +1,15 @@ +.au-body { + .au-side-nav { + + // Add nst colours. + a { + &:hover, + &:focus { + background-color: $lighter-gold; + } + &.active { + background-color: $lighter-gold; + } + } + } +} diff --git a/source/sass/themes/nst/_colors.scss b/source/sass/themes/nst/_colors.scss index 4014863f..8faa7626 100644 --- a/source/sass/themes/nst/_colors.scss +++ b/source/sass/themes/nst/_colors.scss @@ -5,6 +5,9 @@ $light-gold: #E9AD74; $gravitas-grey: #333333; $light-grey: #f1f1f2; +// Custom for WCAG 2.0 +$lighter-gold: tint($light-gold, 50%); + // Assigend to global vars $AU-colordark-background: $gravitas-grey; $health-color-background-subheader: $light-grey; diff --git a/source/sass/themes/nst/_variables.scss b/source/sass/themes/nst/_variables.scss index e69de29b..a0d46502 100644 --- a/source/sass/themes/nst/_variables.scss +++ b/source/sass/themes/nst/_variables.scss @@ -0,0 +1,3 @@ +// Borders +$health-borderize--tertiary: 3px solid $AU-color-foreground-border; +$health-borderize--tertiary-very-thin: 1px solid $AU-color-foreground-border; \ No newline at end of file diff --git a/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.config.json b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.config.json new file mode 100644 index 00000000..f8d0e47c --- /dev/null +++ b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.config.json @@ -0,0 +1,16 @@ +{ + "title": "Listing page", + "label": "Listing page", + "preview": "@preview-page", + "context": { + "subheader": { + "title": "News", + "summary": "This is an interim embedded listing withing a standard page with optional side-nav." + }, + "search": { + "placeholder": "Search this list", + "global": false, + "id": "search-field" + } + } +} \ No newline at end of file diff --git a/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.hbs b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.hbs new file mode 100644 index 00000000..d1da5b5b --- /dev/null +++ b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.hbs @@ -0,0 +1,29 @@ +{{ render '@skip' }} + +
+ + {{ render '@header--nst' }} + {{> @sub-header }} + +
+
+ +
+ {{ render '@listing' }} + {{ render '@pager' }} +
+ +
+ {{ render '@side-nav' }} +
+ +
+
+ + {{ render '@something-wrong' }} + +
+ +{{ render '@footer' }} + +{{> @back-to-top }} \ No newline at end of file diff --git a/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page.hbs b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page.hbs index 5b3643ca..81c852ce 100644 --- a/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page.hbs +++ b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page.hbs @@ -6,7 +6,6 @@ {{ render '@header' }} {{> @sub-header }} - {{ render '@toolbar' }}
diff --git a/style-guide/public/build/css/hds-all.css b/style-guide/public/build/css/hds-all.css index 7520556a..74dd88de 100644 --- a/style-guide/public/build/css/hds-all.css +++ b/style-guide/public/build/css/hds-all.css @@ -4039,8 +4039,11 @@ svg { height: auto; } .au-body .au-side-nav { - margin-top: -16px; - margin-top: -1rem; } + margin-top: 16px; + margin-top: 1rem; } + @media (min-width: 768px) { + .au-body .au-side-nav { + margin-top: 0; } } @media (min-width: 768px) { .au-body .au-side-nav { background: #ffffff; } } @@ -4591,7 +4594,7 @@ ul.health-card-list { margin-top: -1.5rem; } } .health-compare { - border: 1px solid #0077C8; + border: 1px solid #ccc; margin-top: 16px; margin-top: 1rem; padding-bottom: 16px; @@ -6360,8 +6363,13 @@ table { margin-top: 24px; margin-top: 1.5rem; } +@media (min-width: 768px) { + .au-grid .not-full-width { + margin-top: 40px; + margin-top: 2.5rem; } } + .au-main-nav.au-main-nav--dark { - border-bottom-color: #000; + border-bottom-color: #BA8A58; background: #333333; } .au-main-nav.au-main-nav--dark .active a { border-color: #000; @@ -6370,6 +6378,8 @@ table { border-color: #000; } .au-main-nav.au-main-nav--dark a:hover, .au-main-nav.au-main-nav--dark a:focus { background: #000; } + .au-main-nav.au-main-nav--dark .au-main-nav__menu { + background-color: #333333; } .au-main-nav .au-link-list > li.active a, .au-main-nav .au-link-list > li.active-trail a { border-bottom-color: #fff; } @@ -6434,6 +6444,9 @@ table { .au-inpage-nav-links { border-color: #BA8A58; } +.health-search__form__input { + border-color: #FFF; } + .health-search__form__submit { background-color: #BA8A58; background-image: url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); } @@ -6487,6 +6500,23 @@ table { .au-footer.au-body.au-body--dark.au-footer--dark { background: #333333; } +.au-body .au-side-nav a:hover, .au-body .au-side-nav a:focus { + background-color: #f4d6ba; } + +.au-body .au-side-nav a.active { + background-color: #f4d6ba; } + +.health-compare { + border: 1px solid #ccc; } + .health-compare__title { + background: #f4d6ba; } + +.au-body .au-callout { + background-color: #f1f1f2; + border-left-color: #BA8A58; } + .au-body .au-callout--secondary, .au-body .au-callout--tertiary { + border-left-color: #BA8A58; } + /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) diff --git a/style-guide/public/build/css/hds-all.min.css b/style-guide/public/build/css/hds-all.min.css index 118cda46..cfaec41c 100644 --- a/style-guide/public/build/css/hds-all.min.css +++ b/style-guide/public/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #0077c8;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}.au-main-nav.au-main-nav--dark{border-bottom-color:#000;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}/*! +.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-body .au-side-nav{margin-top:0}}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #ccc;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:40px;margin-top:2.5rem}}.au-main-nav.au-main-nav--dark{border-bottom-color:#ba8a58;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__input{border-color:#fff}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f4d6ba}.au-body .au-side-nav a.active{background-color:#f4d6ba}.health-compare{border:1px solid #ccc}.health-compare__title{background:#f4d6ba}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#ba8a58}.au-body .au-callout--secondary,.au-body .au-callout--tertiary{border-left-color:#ba8a58}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file From a85696959ac3166512b79ee56772c571035c5c8b Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 5 Mar 2020 16:38:40 +1100 Subject: [PATCH 06/16] Dev --- build/css/hds-all.css | 72 ++++++++++++++----- build/css/hds-all.min.css | 2 +- .../sass/components/@health/_health-card.scss | 43 +++++------ source/sass/components/@nst/_components.scss | 4 +- source/sass/components/@nst/_nst-band.scss | 29 ++++++++ source/sass/components/@nst/_nst-card.scss | 10 +++ source/sass/components/@nst/_nst-core.scss | 0 source/sass/themes/health/_colors.scss | 1 + source/sass/themes/health/_variables.scss | 1 + source/sass/themes/nst/_colors.scss | 12 ++++ .../band/band--cards-image-no-bg.hbs | 27 +++++++ .../band/band--dispute-resolution.hbs | 28 ++++---- .../01-components/band/band--nst-primary.hbs | 20 ++++++ .../band/band--nst-secondary.hbs | 28 ++++++++ .../01-components/band/band.config.json | 7 ++ .../01-components/card/card--simple.hbs | 14 ++++ .../01-components/card/card.config.json | 7 ++ .../01-National-Sports-Tribunal/home-page.hbs | 4 +- .../list-page-simple.config.json | 2 +- style-guide/public/build/css/hds-all.css | 72 ++++++++++++++----- style-guide/public/build/css/hds-all.min.css | 2 +- 21 files changed, 314 insertions(+), 71 deletions(-) create mode 100644 source/sass/components/@nst/_nst-band.scss create mode 100644 source/sass/components/@nst/_nst-card.scss create mode 100644 source/sass/components/@nst/_nst-core.scss create mode 100644 style-guide/components/01-components/band/band--cards-image-no-bg.hbs create mode 100644 style-guide/components/01-components/band/band--nst-primary.hbs create mode 100644 style-guide/components/01-components/band/band--nst-secondary.hbs create mode 100644 style-guide/components/01-components/card/card--simple.hbs diff --git a/build/css/hds-all.css b/build/css/hds-all.css index 74dd88de..4d7aa780 100644 --- a/build/css/hds-all.css +++ b/build/css/hds-all.css @@ -51,6 +51,20 @@ background: -o-linear-gradient(left, #f9f9f9, #ececec); background: linear-gradient(to right, #f9f9f9, #ececec); } +.au-body .health-band.health-band--primary { + background-color: #E9AD74; + background: -webkit-gradient(linear, left top, right top, from(#E9AD74), to(#f0c69e)); + background: -o-linear-gradient(left, #E9AD74, #f0c69e); + background: linear-gradient(to right, #E9AD74, #f0c69e); + background: -o-linear-gradient(135deg, #f0c69e 0%, #E9AD74 74%); + background: linear-gradient(315deg, #f0c69e 0%, #E9AD74 74%); } + +.au-body .health-band.health-band--secondary { + background-color: #333333; + background: -webkit-gradient(linear, left top, right top, from(#333333), to(#5c5c5c)); + background: -o-linear-gradient(left, #333333, #5c5c5c); + background: linear-gradient(to right, #333333, #5c5c5c); } + /*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 */ /* * THIS FILE IS AUTOGENERATED EVERY TIME YOU INSTALL A PANCAKE MODULE. @@ -4275,8 +4289,8 @@ textarea.au-text-input { .health-card--shadow { border-radius: 4px; overflow: hidden; - -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); + -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); + box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); background: #ffffff; } .lt-ie9 .health-card--shadow { border: solid 1px #999999; } @@ -4479,8 +4493,6 @@ textarea.au-text-input { -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; border-top: 6px solid #0077C8; } - .health-card--top-highlight:hover, .health-card--top-highlight:focus { - background-color: #f1f1f2; } .health-card--top-highlight.health-card--colour2 { border-top-color: #910048; } .health-card--top-highlight.health-card--colour3 { @@ -4563,8 +4575,8 @@ textarea.au-text-input { a.health-card.health-card--shadow:focus { border-radius: 0; } a.health-card.health-card--shadow:hover { - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } + -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); } a.health-card .health-card__link, a.health-card .health-card__cta { color: #006FB0; @@ -4574,24 +4586,26 @@ textarea.au-text-input { ul.health-card-list { padding: 0; - margin-top: 0px; - margin-top: 0rem; - margin-bottom: 0; } + margin-top: 0; } ul.health-card-list li { list-style: none; - margin-top: 16px; - margin-top: 1rem; } + margin-bottom: 16px; + margin-bottom: 1rem; } @media (min-width: 768px) { ul.health-card-list li { - margin-top: 24px; - margin-top: 1.5rem; } } + margin-bottom: 24px; + margin-bottom: 1.5rem; } } ul.health-card-list--flush { - margin-top: -16px; - margin-top: -1rem; } + margin-bottom: -16px; + margin-bottom: -1rem; } @media (min-width: 768px) { ul.health-card-list--flush { - margin-top: -24px; - margin-top: -1.5rem; } } + margin-bottom: -24px; + margin-bottom: -1.5rem; } } + +.au-body .health-card__text { + margin-top: 16px; + margin-top: 1rem; } .health-compare { border: 1px solid #ccc; @@ -6517,6 +6531,30 @@ table { .au-body .au-callout--secondary, .au-body .au-callout--tertiary { border-left-color: #BA8A58; } +.health-card--top-highlight { + -webkit-transition: color 0.2s ease-in-out, border-top-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; + transition: color 0.2s ease-in-out, border-top-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; + -o-transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, border-top-color 0.2s ease-in-out; + transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, border-top-color 0.2s ease-in-out; + transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, border-top-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; + border-top-color: #BA8A58; } + .health-card--top-highlight:hover, .health-card--top-highlight:focus { + border-top-color: #E9AD74; } + +.au-body .health-band .row > [class*="col-xs"] { + margin-top: 16px; + margin-top: 1rem; + margin-bottom: 16px; + margin-bottom: 1rem; } + +@media (min-width: 768px) { + .au-body .health-band .row > [class*="col-xs"] { + margin-top: 0; + margin-bottom: 0; } } + +.au-body .health-band.health-band--dark { + color: #fff; } + /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) diff --git a/build/css/hds-all.min.css b/build/css/hds-all.min.css index cfaec41c..40896695 100644 --- a/build/css/hds-all.min.css +++ b/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-body .au-side-nav{margin-top:0}}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #ccc;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:40px;margin-top:2.5rem}}.au-main-nav.au-main-nav--dark{border-bottom-color:#ba8a58;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__input{border-color:#fff}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f4d6ba}.au-body .au-side-nav a.active{background-color:#f4d6ba}.health-compare{border:1px solid #ccc}.health-compare__title{background:#f4d6ba}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#ba8a58}.au-body .au-callout--secondary,.au-body .au-callout--tertiary{border-left-color:#ba8a58}/*! +.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}.au-body .health-band.health-band--primary{background-color:#e9ad74;background:-webkit-gradient(linear,left top,right top,from(#e9ad74),to(#f0c69e));background:-o-linear-gradient(left,#e9ad74,#f0c69e);background:linear-gradient(to right,#e9ad74,#f0c69e);background:-o-linear-gradient(135deg,#f0c69e 0,#e9ad74 74%);background:linear-gradient(315deg,#f0c69e 0,#e9ad74 74%)}.au-body .health-band.health-band--secondary{background-color:#333;background:-webkit-gradient(linear,left top,right top,from(#333),to(#5c5c5c));background:-o-linear-gradient(left,#333,#5c5c5c);background:linear-gradient(to right,#333,#5c5c5c)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-body .au-side-nav{margin-top:0}}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 8px 10px rgba(0,0,0,.2);box-shadow:0 8px 10px rgba(0,0,0,.2)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0}ul.health-card-list li{list-style:none;margin-bottom:16px;margin-bottom:1rem}@media (min-width:768px){ul.health-card-list li{margin-bottom:24px;margin-bottom:1.5rem}}ul.health-card-list--flush{margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-bottom:-24px;margin-bottom:-1.5rem}}.au-body .health-card__text{margin-top:16px;margin-top:1rem}.health-compare{border:1px solid #ccc;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:40px;margin-top:2.5rem}}.au-main-nav.au-main-nav--dark{border-bottom-color:#ba8a58;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__input{border-color:#fff}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f4d6ba}.au-body .au-side-nav a.active{background-color:#f4d6ba}.health-compare{border:1px solid #ccc}.health-compare__title{background:#f4d6ba}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#ba8a58}.au-body .au-callout--secondary,.au-body .au-callout--tertiary{border-left-color:#ba8a58}.health-card--top-highlight{-webkit-transition:color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;-o-transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out;transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out;transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;border-top-color:#ba8a58}.health-card--top-highlight:focus,.health-card--top-highlight:hover{border-top-color:#e9ad74}.au-body .health-band .row>[class*=col-xs]{margin-top:16px;margin-top:1rem;margin-bottom:16px;margin-bottom:1rem}@media (min-width:768px){.au-body .health-band .row>[class*=col-xs]{margin-top:0;margin-bottom:0}}.au-body .health-band.health-band--dark{color:#fff}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file diff --git a/source/sass/components/@health/_health-card.scss b/source/sass/components/@health/_health-card.scss index 37d8c0fc..3e5b4b26 100644 --- a/source/sass/components/@health/_health-card.scss +++ b/source/sass/components/@health/_health-card.scss @@ -1,3 +1,4 @@ + .health-card { @include AU-space( padding, 1unit ); @include AU-media( md ) { @@ -35,7 +36,7 @@ } } } - + &__text { @include AU-space(margin-top, 1unit); } @@ -83,7 +84,7 @@ &--shadow { border-radius: 4px; overflow:hidden; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); + box-shadow: $card-shadow; background: $AU-color-background; .lt-ie9 & { border: solid 1px $AU-colordark-foreground-border; @@ -314,11 +315,6 @@ // Use colour as a keyline on top of the card. &--top-highlight { transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; - &:hover, - &:focus { - background-color: $colour-lighter; - } - border-top: 6px solid $colour-complementary-skyblue; &.health-card--colour2 { @@ -348,9 +344,9 @@ @include AU-space( margin, 0 0.25unit 0 0.2unit ); transition: margin 0.2s ease; background-image: AU-svguri('' + - '' + - '' + - ''); + '' + + '' + + ''); .ie8 &, .lt-ie8 & { @@ -376,9 +372,9 @@ @include AU-space( margin-left, 0.4unit ); @include AU-space( right, 1.5unit ); background-image: AU-svguri('' + - '' + - '' + - ''); + '' + + '' + + ''); } } } @@ -446,7 +442,7 @@ } &:hover { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); + box-shadow: $card-shadow-hover; } } @@ -462,20 +458,27 @@ // Card listing. ul.health-card-list { padding: 0; - @include AU-space( margin-top, 0unit ); - @include AU-space( margin-bottom, 0 ); + @include AU-space( margin-top, 0 ); + li { list-style: none; - @include AU-space( margin-top, 1unit ); + @include AU-space( margin-bottom, 1unit ); @include AU-media(sm) { - @include AU-space( margin-top, 1.5unit ); + @include AU-space( margin-bottom, 1.5unit ); } } &--flush { - @include AU-space( margin-top, -1unit ); + @include AU-space( margin-bottom, -1unit ); @include AU-media(sm) { - @include AU-space( margin-top, -1.5unit ); + @include AU-space( margin-bottom, -1.5unit ); } } } + +// TODO fix nesting/override +.au-body { + .health-card__text { + @include AU-space(margin-top, 1unit); + } +} \ No newline at end of file diff --git a/source/sass/components/@nst/_components.scss b/source/sass/components/@nst/_components.scss index e019dd5f..6d58b6c9 100644 --- a/source/sass/components/@nst/_components.scss +++ b/source/sass/components/@nst/_components.scss @@ -8,4 +8,6 @@ @import 'nst-footer'; @import 'nst-side-nav'; @import 'nst-compare'; -@import 'nst-callout'; \ No newline at end of file +@import 'nst-callout'; +@import 'nst-card'; +@import 'nst-band'; \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-band.scss b/source/sass/components/@nst/_nst-band.scss new file mode 100644 index 00000000..1343110e --- /dev/null +++ b/source/sass/components/@nst/_nst-band.scss @@ -0,0 +1,29 @@ +.au-body { + .health-band { + // Add margins to grid items for mobile + .row>[class*="col-xs"]{ + @include AU-space('margin-top',1unit); + @include AU-space('margin-bottom',1unit); + } + @include AU-media(sm){ + .row>[class*="col-xs"]{ + @include AU-space('margin-top',0); + @include AU-space('margin-bottom',0); + } + } + + // TODO $parent: &; + &.health-band--primary { + @extend %bg-primary--nst; + } + + &.health-band--secondary { + @extend %bg-secondary--nst; + } + + // Dark variant + &.health-band--dark { + color: #fff; + } + } +} \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-card.scss b/source/sass/components/@nst/_nst-card.scss new file mode 100644 index 00000000..d2cadd6d --- /dev/null +++ b/source/sass/components/@nst/_nst-card.scss @@ -0,0 +1,10 @@ +.health-card { + &--top-highlight { + transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, border-top-color 0.2s ease-in-out; + border-top-color: $primary-gold; + &:hover, + &:focus { + border-top-color: $light-gold; + } + } +} diff --git a/source/sass/components/@nst/_nst-core.scss b/source/sass/components/@nst/_nst-core.scss new file mode 100644 index 00000000..e69de29b diff --git a/source/sass/themes/health/_colors.scss b/source/sass/themes/health/_colors.scss index 93065dd1..e33d626b 100644 --- a/source/sass/themes/health/_colors.scss +++ b/source/sass/themes/health/_colors.scss @@ -17,6 +17,7 @@ // HEALTH COLOURS =========================== $colour-Shadow: rgba(0,0,0,0.1); +$colour-Shadow-hover: rgba(0,0,0,0.2); $colour-card: #fff; $colour-Error-light: #ffe7ea; $colour-foreground-text--dark: #000000; diff --git a/source/sass/themes/health/_variables.scss b/source/sass/themes/health/_variables.scss index abc697b0..c8f14395 100644 --- a/source/sass/themes/health/_variables.scss +++ b/source/sass/themes/health/_variables.scss @@ -32,6 +32,7 @@ $minHeight-Taskbar: 200px !default; // Box shadow $card-shadow: 0px 3px 10px $colour-Shadow; +$card-shadow-hover: 0px 8px 10px $colour-Shadow-hover; // TODO // - transitions/animations diff --git a/source/sass/themes/nst/_colors.scss b/source/sass/themes/nst/_colors.scss index 8faa7626..672cea97 100644 --- a/source/sass/themes/nst/_colors.scss +++ b/source/sass/themes/nst/_colors.scss @@ -5,6 +5,18 @@ $light-gold: #E9AD74; $gravitas-grey: #333333; $light-grey: #f1f1f2; +// Bands +%bg-primary--nst { + background-color: $light-gold; + background: linear-gradient(to right, $light-gold, tint($light-gold, 30%)); + background: linear-gradient(315deg, tint($light-gold, 30%) 0%, $light-gold 74%); +} + +%bg-secondary--nst { + background-color: $gravitas-grey; + background: linear-gradient(to right, $gravitas-grey, tint($gravitas-grey, 20%)); +} + // Custom for WCAG 2.0 $lighter-gold: tint($light-gold, 50%); diff --git a/style-guide/components/01-components/band/band--cards-image-no-bg.hbs b/style-guide/components/01-components/band/band--cards-image-no-bg.hbs new file mode 100644 index 00000000..7cabbebe --- /dev/null +++ b/style-guide/components/01-components/band/band--cards-image-no-bg.hbs @@ -0,0 +1,27 @@ +
+
+
+
+

{{ title }}

+
+
+
+
    +
  • + {{ render '@card' }} +
  • +
  • + {{ render '@card' }} +
  • +
  • + {{ render '@card' }} +
  • +
+
+
+
+ All news +
+
+
+
diff --git a/style-guide/components/01-components/band/band--dispute-resolution.hbs b/style-guide/components/01-components/band/band--dispute-resolution.hbs index 62a33f3b..09469ffc 100644 --- a/style-guide/components/01-components/band/band--dispute-resolution.hbs +++ b/style-guide/components/01-components/band/band--dispute-resolution.hbs @@ -1,6 +1,7 @@
+

{{{ title }}} @@ -9,20 +10,23 @@ {{{ content }}}

+
-
- {{ render '@card--call-to-action' }} -
-
- {{ render '@card--call-to-action' }} -
-
- {{ render '@card--call-to-action' }} -
-
- {{ render '@card--call-to-action' }} -
+
    +
  • + {{ render '@card--simple' }} +
  • +
  • + {{ render '@card--simple' }} +
  • +
  • + {{ render '@card--simple' }} +
  • +
  • + {{ render '@card--simple' }} +
  • +
diff --git a/style-guide/components/01-components/band/band--nst-primary.hbs b/style-guide/components/01-components/band/band--nst-primary.hbs new file mode 100644 index 00000000..7de91e51 --- /dev/null +++ b/style-guide/components/01-components/band/band--nst-primary.hbs @@ -0,0 +1,20 @@ +
+
+
+
+

Title

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa, eos ipsam est inventore laboriosam et aperiam non corrupti dolorem eius tempora harum aliquid veritatis ullam quaerat velit ad laborum. Doloribus?

+

+ Call to action +

+
+
+

Title

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa, eos ipsam est inventore laboriosam et aperiam non corrupti dolorem eius tempora harum aliquid veritatis ullam quaerat velit ad laborum. Doloribus?

+

+ Call to action +

+
+
+
+
diff --git a/style-guide/components/01-components/band/band--nst-secondary.hbs b/style-guide/components/01-components/band/band--nst-secondary.hbs new file mode 100644 index 00000000..04db66db --- /dev/null +++ b/style-guide/components/01-components/band/band--nst-secondary.hbs @@ -0,0 +1,28 @@ +
+
+
+
+

Title

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa, eos ipsam est inventore laboriosam et aperiam non corrupti dolorem eius tempora harum aliquid veritatis ullam quaerat velit ad laborum. Doloribus?

+

+ Call to action +

+
+
+

Title

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa, eos ipsam est inventore laboriosam et aperiam non corrupti dolorem eius tempora harum aliquid veritatis ullam quaerat velit ad laborum. Doloribus?

+

+ Call to action +

+
+ +
+

Title

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa, eos ipsam est inventore laboriosam et aperiam non corrupti dolorem eius tempora harum aliquid veritatis ullam quaerat velit ad laborum. Doloribus?

+

+ Call to action +

+
+
+
+
diff --git a/style-guide/components/01-components/band/band.config.json b/style-guide/components/01-components/band/band.config.json index 764ed283..07010266 100644 --- a/style-guide/components/01-components/band/band.config.json +++ b/style-guide/components/01-components/band/band.config.json @@ -23,6 +23,13 @@ "modifier": "neutral-1" } }, + { + "name": "Cards image no bg", + "context": { + "title": "Latest news", + "modifier": "" + } + }, { "name": "Cards image", "context": { diff --git a/style-guide/components/01-components/card/card--simple.hbs b/style-guide/components/01-components/card/card--simple.hbs new file mode 100644 index 00000000..033467c2 --- /dev/null +++ b/style-guide/components/01-components/card/card--simple.hbs @@ -0,0 +1,14 @@ + +

+ {{title}} +

+

+ {{ content }} +

+ +
\ No newline at end of file diff --git a/style-guide/components/01-components/card/card.config.json b/style-guide/components/01-components/card/card.config.json index 800fa60c..4994bbb6 100644 --- a/style-guide/components/01-components/card/card.config.json +++ b/style-guide/components/01-components/card/card.config.json @@ -16,6 +16,13 @@ "type": "Publication" } }, + { + "name": "Simple", + "context": { + "title": "Title with a few words", + "content": "Lorem ipsum, dolor sit amet consectetur adipisicing elit. Reiciendis repellendus ipsum quisquam, omnis fugit sed dolore eos numquam rem temporibus nihil quibusdam possimus earum commodi aliquid perferendis itaque pariatur incidunt?" + } + }, { "name": "Call to action", "context": { diff --git a/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/home-page.hbs b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/home-page.hbs index 7351e153..339cc7ed 100644 --- a/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/home-page.hbs +++ b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/home-page.hbs @@ -7,7 +7,9 @@
{{ render '@band--dispute-resolution' }} - {{ render '@band--video-listing' }} + {{ render '@band--nst-primary' }} + {{ render '@band--nst-secondary' }} + {{ render '@band--cards-image-no-bg' }}
diff --git a/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.config.json b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.config.json index f8d0e47c..13602911 100644 --- a/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.config.json +++ b/style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/list-page-simple.config.json @@ -5,7 +5,7 @@ "context": { "subheader": { "title": "News", - "summary": "This is an interim embedded listing withing a standard page with optional side-nav." + "summary": "This is an interim embedded listing within a standard page with optional side-nav." }, "search": { "placeholder": "Search this list", diff --git a/style-guide/public/build/css/hds-all.css b/style-guide/public/build/css/hds-all.css index 74dd88de..4d7aa780 100644 --- a/style-guide/public/build/css/hds-all.css +++ b/style-guide/public/build/css/hds-all.css @@ -51,6 +51,20 @@ background: -o-linear-gradient(left, #f9f9f9, #ececec); background: linear-gradient(to right, #f9f9f9, #ececec); } +.au-body .health-band.health-band--primary { + background-color: #E9AD74; + background: -webkit-gradient(linear, left top, right top, from(#E9AD74), to(#f0c69e)); + background: -o-linear-gradient(left, #E9AD74, #f0c69e); + background: linear-gradient(to right, #E9AD74, #f0c69e); + background: -o-linear-gradient(135deg, #f0c69e 0%, #E9AD74 74%); + background: linear-gradient(315deg, #f0c69e 0%, #E9AD74 74%); } + +.au-body .health-band.health-band--secondary { + background-color: #333333; + background: -webkit-gradient(linear, left top, right top, from(#333333), to(#5c5c5c)); + background: -o-linear-gradient(left, #333333, #5c5c5c); + background: linear-gradient(to right, #333333, #5c5c5c); } + /*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 */ /* * THIS FILE IS AUTOGENERATED EVERY TIME YOU INSTALL A PANCAKE MODULE. @@ -4275,8 +4289,8 @@ textarea.au-text-input { .health-card--shadow { border-radius: 4px; overflow: hidden; - -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); + -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); + box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); background: #ffffff; } .lt-ie9 .health-card--shadow { border: solid 1px #999999; } @@ -4479,8 +4493,6 @@ textarea.au-text-input { -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; border-top: 6px solid #0077C8; } - .health-card--top-highlight:hover, .health-card--top-highlight:focus { - background-color: #f1f1f2; } .health-card--top-highlight.health-card--colour2 { border-top-color: #910048; } .health-card--top-highlight.health-card--colour3 { @@ -4563,8 +4575,8 @@ textarea.au-text-input { a.health-card.health-card--shadow:focus { border-radius: 0; } a.health-card.health-card--shadow:hover { - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } + -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); } a.health-card .health-card__link, a.health-card .health-card__cta { color: #006FB0; @@ -4574,24 +4586,26 @@ textarea.au-text-input { ul.health-card-list { padding: 0; - margin-top: 0px; - margin-top: 0rem; - margin-bottom: 0; } + margin-top: 0; } ul.health-card-list li { list-style: none; - margin-top: 16px; - margin-top: 1rem; } + margin-bottom: 16px; + margin-bottom: 1rem; } @media (min-width: 768px) { ul.health-card-list li { - margin-top: 24px; - margin-top: 1.5rem; } } + margin-bottom: 24px; + margin-bottom: 1.5rem; } } ul.health-card-list--flush { - margin-top: -16px; - margin-top: -1rem; } + margin-bottom: -16px; + margin-bottom: -1rem; } @media (min-width: 768px) { ul.health-card-list--flush { - margin-top: -24px; - margin-top: -1.5rem; } } + margin-bottom: -24px; + margin-bottom: -1.5rem; } } + +.au-body .health-card__text { + margin-top: 16px; + margin-top: 1rem; } .health-compare { border: 1px solid #ccc; @@ -6517,6 +6531,30 @@ table { .au-body .au-callout--secondary, .au-body .au-callout--tertiary { border-left-color: #BA8A58; } +.health-card--top-highlight { + -webkit-transition: color 0.2s ease-in-out, border-top-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; + transition: color 0.2s ease-in-out, border-top-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; + -o-transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, border-top-color 0.2s ease-in-out; + transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, border-top-color 0.2s ease-in-out; + transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, border-top-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; + border-top-color: #BA8A58; } + .health-card--top-highlight:hover, .health-card--top-highlight:focus { + border-top-color: #E9AD74; } + +.au-body .health-band .row > [class*="col-xs"] { + margin-top: 16px; + margin-top: 1rem; + margin-bottom: 16px; + margin-bottom: 1rem; } + +@media (min-width: 768px) { + .au-body .health-band .row > [class*="col-xs"] { + margin-top: 0; + margin-bottom: 0; } } + +.au-body .health-band.health-band--dark { + color: #fff; } + /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) diff --git a/style-guide/public/build/css/hds-all.min.css b/style-guide/public/build/css/hds-all.min.css index cfaec41c..40896695 100644 --- a/style-guide/public/build/css/hds-all.min.css +++ b/style-guide/public/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-body .au-side-nav{margin-top:0}}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight:focus,.health-card--top-highlight:hover{background-color:#f1f1f2}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px rgba(0,0,0,.3)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0;margin-top:0;margin-bottom:0}ul.health-card-list li{list-style:none;margin-top:16px;margin-top:1rem}@media (min-width:768px){ul.health-card-list li{margin-top:24px;margin-top:1.5rem}}ul.health-card-list--flush{margin-top:-16px;margin-top:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-top:-24px;margin-top:-1.5rem}}.health-compare{border:1px solid #ccc;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:40px;margin-top:2.5rem}}.au-main-nav.au-main-nav--dark{border-bottom-color:#ba8a58;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__input{border-color:#fff}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f4d6ba}.au-body .au-side-nav a.active{background-color:#f4d6ba}.health-compare{border:1px solid #ccc}.health-compare__title{background:#f4d6ba}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#ba8a58}.au-body .au-callout--secondary,.au-body .au-callout--tertiary{border-left-color:#ba8a58}/*! +.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}.au-body .health-band.health-band--primary{background-color:#e9ad74;background:-webkit-gradient(linear,left top,right top,from(#e9ad74),to(#f0c69e));background:-o-linear-gradient(left,#e9ad74,#f0c69e);background:linear-gradient(to right,#e9ad74,#f0c69e);background:-o-linear-gradient(135deg,#f0c69e 0,#e9ad74 74%);background:linear-gradient(315deg,#f0c69e 0,#e9ad74 74%)}.au-body .health-band.health-band--secondary{background-color:#333;background:-webkit-gradient(linear,left top,right top,from(#333),to(#5c5c5c));background:-o-linear-gradient(left,#333,#5c5c5c);background:linear-gradient(to right,#333,#5c5c5c)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-body .au-side-nav{margin-top:0}}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 8px 10px rgba(0,0,0,.2);box-shadow:0 8px 10px rgba(0,0,0,.2)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0}ul.health-card-list li{list-style:none;margin-bottom:16px;margin-bottom:1rem}@media (min-width:768px){ul.health-card-list li{margin-bottom:24px;margin-bottom:1.5rem}}ul.health-card-list--flush{margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-bottom:-24px;margin-bottom:-1.5rem}}.au-body .health-card__text{margin-top:16px;margin-top:1rem}.health-compare{border:1px solid #ccc;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:40px;margin-top:2.5rem}}.au-main-nav.au-main-nav--dark{border-bottom-color:#ba8a58;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__input{border-color:#fff}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f4d6ba}.au-body .au-side-nav a.active{background-color:#f4d6ba}.health-compare{border:1px solid #ccc}.health-compare__title{background:#f4d6ba}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#ba8a58}.au-body .au-callout--secondary,.au-body .au-callout--tertiary{border-left-color:#ba8a58}.health-card--top-highlight{-webkit-transition:color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;-o-transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out;transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out;transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;border-top-color:#ba8a58}.health-card--top-highlight:focus,.health-card--top-highlight:hover{border-top-color:#e9ad74}.au-body .health-band .row>[class*=col-xs]{margin-top:16px;margin-top:1rem;margin-bottom:16px;margin-bottom:1rem}@media (min-width:768px){.au-body .health-band .row>[class*=col-xs]{margin-top:0;margin-bottom:0}}.au-body .health-band.health-band--dark{color:#fff}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file From 591a90b250926cf12235e9773d0cd3518c177465 Mon Sep 17 00:00:00 2001 From: Ben Gunn Date: Thu, 5 Mar 2020 17:13:38 +1100 Subject: [PATCH 07/16] Updated Fractal version v1.2.0 => v1.2.1 * Fixes 404 errors from crashing fractal server. --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5fa62a7..591d8b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "@frctl/fractal": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@frctl/fractal/-/fractal-1.2.0.tgz", - "integrity": "sha512-2GuwhMy2jUXjmHWin8aklPJPD9EmPFBaSaOXDPMz2xJZn290h+G/hIjb44ufeG1JqOHvIUP5VjUABTw8onUDhA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@frctl/fractal/-/fractal-1.2.1.tgz", + "integrity": "sha512-ayTMnhcmp8JRDu83nWromr3MfaXUMjFEBVDTXrWu+dcUT9rYdgzk96AMcwjWlg30r/r+i3iOtMaiQ6Zbr6EiHA==", "dev": true, "requires": { "@allmarkedup/fang": "^1.0.0", @@ -391,9 +391,9 @@ } }, "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true }, "micromatch": { @@ -451,9 +451,9 @@ }, "dependencies": { "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true } } @@ -468,9 +468,9 @@ }, "dependencies": { "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true } } @@ -487,9 +487,9 @@ }, "dependencies": { "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true } } diff --git a/package.json b/package.json index c8f21f94..4761c798 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "copy": "^0.3.2" }, "devDependencies": { - "@frctl/fractal": "^1.2.0", + "@frctl/fractal": "^1.2.1", "@frctl/mandelbrot": "^1.2.1", "del": "^5.0.0", "gulp": "^4.0.2", From afb7865fb563c9f00f425b0c91e8915d5c5f1a69 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 5 Mar 2020 18:00:30 +1100 Subject: [PATCH 08/16] Dev --- build/css/hds-all.css | 65 +++++++++++++----- build/css/hds-all.min.css | 2 +- source/sass/components/@nst/_nst-header.scss | 6 +- source/sass/components/@nst/_nst-hero.scss | 35 ++++++---- .../band/band--dispute-resolution.hbs | 4 +- .../01-components/hero/hero--nst-2.hbs | 13 ++++ .../01-components/hero/hero--nst-3.hbs | 13 ++++ .../01-components/hero/hero--nst-4.hbs | 13 ++++ .../01-components/hero/hero.config.json | 3 +- .../components/01-components/hero/hero.hbs | 2 +- .../home-page--2.hbs | 22 ++++++ .../home-page--3.hbs | 22 ++++++ .../home-page--4.hbs | 22 ++++++ .../home-page.config.json | 1 + style-guide/public/build/css/hds-all.css | 65 +++++++++++++----- style-guide/public/build/css/hds-all.min.css | 2 +- style-guide/public/images/nst-hero-1.jpg | Bin 0 -> 396586 bytes style-guide/public/images/nst-hero-2.jpg | Bin 0 -> 283187 bytes style-guide/public/images/nst-hero-3.jpg | Bin 0 -> 253573 bytes style-guide/public/images/nst-hero-4.jpg | Bin 0 -> 153520 bytes style-guide/public/images/nst-hero.JPG | Bin 9395605 -> 0 bytes 21 files changed, 233 insertions(+), 57 deletions(-) create mode 100644 style-guide/components/01-components/hero/hero--nst-2.hbs create mode 100644 style-guide/components/01-components/hero/hero--nst-3.hbs create mode 100644 style-guide/components/01-components/hero/hero--nst-4.hbs create mode 100644 style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/home-page--2.hbs create mode 100644 style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/home-page--3.hbs create mode 100644 style-guide/components/02-full_page_examples/01-National-Sports-Tribunal/home-page--4.hbs create mode 100644 style-guide/public/images/nst-hero-1.jpg create mode 100644 style-guide/public/images/nst-hero-2.jpg create mode 100644 style-guide/public/images/nst-hero-3.jpg create mode 100644 style-guide/public/images/nst-hero-4.jpg delete mode 100644 style-guide/public/images/nst-hero.JPG diff --git a/build/css/hds-all.css b/build/css/hds-all.css index 4d7aa780..183f33c2 100644 --- a/build/css/hds-all.css +++ b/build/css/hds-all.css @@ -6402,9 +6402,16 @@ table { .au-header.au-header { border-top: 0; } - @media (min-width: 992px) { - .au-header.au-header .au-header__logo { - max-width: 400px; } } + .au-header.au-header .au-header__logo { + max-width: 320px; + margin: 16px auto 0; + margin: 1rem auto 0; } + @media (min-width: 768px) { + .au-header.au-header .au-header__logo { + margin: 0; } } + @media (min-width: 992px) { + .au-header.au-header .au-header__logo { + max-width: 400px; } } .au-header.au-header--dark { background: #333333; } .au-header.au-header--dark a { @@ -6468,22 +6475,26 @@ table { background-color: #000000; } .health-hero { - background: none; + background: #ececec; position: relative; } @media (min-width: 768px) { .health-hero { - height: 380px; overflow: hidden; } } - @media (min-width: 768px) { - .health-hero__image-container { - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; } } + .health-hero__image-container { + max-height: 200px; + overflow: hidden; } + @media (min-width: 768px) { + .health-hero__image-container { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + max-height: none; } } .health-hero__image { height: auto; - display: block; } + display: block; + width: 100%; } @media (min-width: 768px) { .health-hero__image { position: absolute; @@ -6493,11 +6504,25 @@ table { transform: translateY(-50%); border-bottom: 0; } } .health-hero__content { - background-color: rgba(0, 0, 0, 0.8); + background: #333333; position: relative; - padding: 48px; - padding: 3rem; - width: 50%; } + padding: 32px; + padding: 2rem; + width: 100%; } + @media (min-width: 768px) { + .health-hero__content { + background-color: rgba(0, 0, 0, 0.8); + padding: 48px; + padding: 3rem; + width: 60%; } } + @media (min-width: 1200px) { + .health-hero__content { + padding: 64px; + padding: 4rem; + min-height: 500px; + width: 50%; } } + .health-hero__title { + color: #E9AD74; } .health-hero__summary { font-size: 20px; font-size: 1.25rem; @@ -6508,8 +6533,10 @@ table { font-size: 24px; font-size: 1.5rem; line-height: 1.5; } } - .health-hero.health-hero--dark .health-hero__content { - color: white; } + .health-hero.health-hero--dark { + background: #333333; } + .health-hero.health-hero--dark .health-hero__content { + color: white; } .au-footer.au-body.au-body--dark.au-footer--dark { background: #333333; } diff --git a/build/css/hds-all.min.css b/build/css/hds-all.min.css index 40896695..6e01b5fc 100644 --- a/build/css/hds-all.min.css +++ b/build/css/hds-all.min.css @@ -1,5 +1,5 @@ /*! @health.gov.au/health-design-system v1.2.1 */ -.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}.au-body .health-band.health-band--primary{background-color:#e9ad74;background:-webkit-gradient(linear,left top,right top,from(#e9ad74),to(#f0c69e));background:-o-linear-gradient(left,#e9ad74,#f0c69e);background:linear-gradient(to right,#e9ad74,#f0c69e);background:-o-linear-gradient(135deg,#f0c69e 0,#e9ad74 74%);background:linear-gradient(315deg,#f0c69e 0,#e9ad74 74%)}.au-body .health-band.health-band--secondary{background-color:#333;background:-webkit-gradient(linear,left top,right top,from(#333),to(#5c5c5c));background:-o-linear-gradient(left,#333,#5c5c5c);background:linear-gradient(to right,#333,#5c5c5c)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-body .au-side-nav{margin-top:0}}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 8px 10px rgba(0,0,0,.2);box-shadow:0 8px 10px rgba(0,0,0,.2)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0}ul.health-card-list li{list-style:none;margin-bottom:16px;margin-bottom:1rem}@media (min-width:768px){ul.health-card-list li{margin-bottom:24px;margin-bottom:1.5rem}}ul.health-card-list--flush{margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-bottom:-24px;margin-bottom:-1.5rem}}.au-body .health-card__text{margin-top:16px;margin-top:1rem}.health-compare{border:1px solid #ccc;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:40px;margin-top:2.5rem}}.au-main-nav.au-main-nav--dark{border-bottom-color:#ba8a58;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__input{border-color:#fff}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:0 0;position:relative}@media (min-width:768px){.health-hero{height:380px;overflow:hidden}}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0}}.health-hero__image{height:auto;display:block}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background-color:rgba(0,0,0,.8);position:relative;padding:48px;padding:3rem;width:50%}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f4d6ba}.au-body .au-side-nav a.active{background-color:#f4d6ba}.health-compare{border:1px solid #ccc}.health-compare__title{background:#f4d6ba}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#ba8a58}.au-body .au-callout--secondary,.au-body .au-callout--tertiary{border-left-color:#ba8a58}.health-card--top-highlight{-webkit-transition:color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;-o-transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out;transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out;transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;border-top-color:#ba8a58}.health-card--top-highlight:focus,.health-card--top-highlight:hover{border-top-color:#e9ad74}.au-body .health-band .row>[class*=col-xs]{margin-top:16px;margin-top:1rem;margin-bottom:16px;margin-bottom:1rem}@media (min-width:768px){.au-body .health-band .row>[class*=col-xs]{margin-top:0;margin-bottom:0}}.au-body .health-band.health-band--dark{color:#fff}/*! +.au-body .health-band.health-band--tertiary-2{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-body .health-band.health-band--secondary,.taskbar .taskbar__item,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar.view ul>.views-row .node{background-color:#007680;background:-webkit-gradient(linear,left top,right top,from(#055a61),to(#007680));background:-o-linear-gradient(left,#055a61,#007680);background:linear-gradient(to right,#055a61,#007680)}.au-body .health-band.health-band--primary{background-color:#004693;background:-webkit-gradient(linear,left top,right top,from(#004693),to(#16477d));background:-o-linear-gradient(left,#004693,#16477d);background:linear-gradient(to right,#004693,#16477d)}.au-body .health-band.health-band--tertiary{background-color:#005fa0;background:-webkit-gradient(linear,right top,left top,from(#005fa0),to(#185b88));background:-o-linear-gradient(right,#005fa0,#185b88);background:linear-gradient(to left,#005fa0,#185b88)}.au-body .au-side-nav,.au-body .health-band.health-band--neutral-1{background-color:#ececec;background:-webkit-gradient(linear,left top,right top,from(#ececec),to(#f9f9f9));background:-o-linear-gradient(left,#ececec,#f9f9f9);background:linear-gradient(to right,#ececec,#f9f9f9)}.au-body .health-band.health-band--neutral-2{background-color:#f9f9f9;background:-webkit-gradient(linear,left top,right top,from(#f9f9f9),to(#ececec));background:-o-linear-gradient(left,#f9f9f9,#ececec);background:linear-gradient(to right,#f9f9f9,#ececec)}.au-body .health-band.health-band--primary{background-color:#e9ad74;background:-webkit-gradient(linear,left top,right top,from(#e9ad74),to(#f0c69e));background:-o-linear-gradient(left,#e9ad74,#f0c69e);background:linear-gradient(to right,#e9ad74,#f0c69e);background:-o-linear-gradient(135deg,#f0c69e 0,#e9ad74 74%);background:linear-gradient(315deg,#f0c69e 0,#e9ad74 74%)}.au-body .health-band.health-band--secondary{background-color:#333;background:-webkit-gradient(linear,left top,right top,from(#333),to(#5c5c5c));background:-o-linear-gradient(left,#333,#5c5c5c);background:linear-gradient(to right,#333,#5c5c5c)}/*! PANCAKE v1.4.1 PANCAKE-SASS v2.3.7 *//*! @gov.au/core v3.4.2 *//*! @gov.au/accordion v7.0.8 */@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 gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;color:#fff}.au-accordion.au-accordion--dark .au-accordion__title{background-color:#292929}.au-accordion+.au-accordion{margin-top:0;border-top:0}.au-accordion__title,.au-body .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;width:100%;display:block;color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;font-weight:700;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;border:none;text-align:left;font-family:inherit}.au-accordion__title:hover,.au-body .au-accordion__title:hover{text-decoration:none;color:#313131}.au-accordion__title:hover:after,.au-body .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-accordion__title:focus,.au-body .au-accordion__title:focus{outline:3px solid #9263de;outline-offset:2px}.au-accordion__title::-moz-focus-inner,.au-body .au-accordion__title::-moz-focus-inner{border:0}.au-accordion__title:focus,.au-body .au-accordion__title:focus{z-index:100}.au-accordion__title::-webkit-details-marker,.au-body .au-accordion__title::-webkit-details-marker{display:none}.au-accordion__title:after,.au-body .au-accordion__title:after{content:' ';position:absolute;top:50%;margin-top:-8px;margin-top:-.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='%23006FB0' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23006FB0' 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;-o-transition:transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.au-accordion__title.au-accordion--closed:after,.au-body .au-accordion__title.au-accordion--closed:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.ie8 .au-accordion__title:after,.ie8 .au-body .au-accordion__title:after,.lt-ie8 .au-accordion__title:after,.lt-ie8 .au-body .au-accordion__title:after{content:' ▼ '}.ie8 .au-accordion__title.au-accordion--open:after,.ie8 .au-body .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-accordion__title.au-accordion--open:after,.lt-ie8 .au-body .au-accordion__title.au-accordion--open:after{content:' ▲ '}.au-accordion.au-accordion--dark .au-accordion__title,.au-body.au-body--dark .au-accordion__title{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover,.au-body.au-body--dark .au-accordion__title:hover{color:#fff}.au-accordion.au-accordion--dark .au-accordion__title:hover:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E")}.au-accordion.au-accordion--dark .au-accordion__title:focus,.au-body.au-body--dark .au-accordion__title:focus{outline:3px solid #c390f9}.au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,.au-body.au-body--dark .au-accordion__title::-moz-focus-inner{border:0}.au-accordion.au-accordion--dark .au-accordion__title:after,.au-body.au-body--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='%23fff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23fff' 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 gray}.au-accordion--dark .au-accordion__body-wrapper{border-top:1px solid #999}.au-accordion-group{list-style:none;padding:0}/*! @gov.au/body v2.2.0 */@media print{.au-body,.au-body *{text-shadow:none!important;color:#000!important;background-color:transparent!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^="#"]:after,.au-body a[href^="javascript:"]:after{content:""!important}.au-body abbr[title]:after{content:" (" attr(title) ")"}.au-body blockquote,.au-body pre{border:1px solid #000;padding:6px;page-break-inside:avoid}.au-body thead{display:table-header-group}.au-body img,.au-body tr{page-break-inside:avoid}.au-body img{max-width:100%!important}.au-body h2,.au-body h3,.au-body p{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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#fff}.au-body a{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.au-body a:hover{color:#313131;text-decoration:none}.au-body a:focus{outline:3px solid #9263de;outline-offset:2px}.au-body a::-moz-focus-inner{border:0}.au-body :target,.au-body [tabindex="0"]:focus{outline:3px solid #9263de;outline-offset:2px}.au-body mark{color:#fff;background-color:#006fb0}.au-body ::-moz-selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body ::selection{color:#fff;background-color:rgba(0,111,176,.99)}.au-body iframe::-moz-selection,.au-body img::-moz-selection,.au-body video::-moz-selection{background-color:rgba(0,111,176,.75)}.au-body iframe::selection,.au-body img::selection,.au-body video::selection{background-color:rgba(0,111,176,.75)}.au-body p{max-width:42em;margin:0}.au-body *+p{margin-top:24px;margin-top:1.5rem}.au-body dl:not([class]),.au-body ol:not([class]),.au-body pre,.au-body ul:not([class]){margin:0}.au-body *+dl:not([class]),.au-body *+ol:not([class]),.au-body *+pre,.au-body *+ul:not([class]){margin-top:24px;margin-top:1.5rem}.au-body ol:not([class])>li,.au-body ul:not([class])>li{margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>li>ol:not([class]),.au-body ol:not([class])>li>ul:not([class]),.au-body ul:not([class])>li>ol:not([class]),.au-body ul:not([class])>li>ul:not([class]){margin-top:8px;margin-top:.5rem}.au-body ol:not([class])>ul:not([class]),.au-body ul:not([class])>ul:not([class]){list-style-type:disc}.au-body dl:not([class])>dd{margin-top:8px;margin-top:.5rem;padding-left:8px;padding-left:.5rem;margin-left:0;border-left:solid 1px}.au-body dl:not([class])>dt{margin-top:24px;margin-top:1.5rem;font-weight:700}.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 b,.au-body strong{font-weight:700}.au-body small{font-size:14px;font-size:.875rem;line-height:1.42857}.au-body del,.au-body s{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:auto}.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 sub,.au-body var sup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;padding:0 1px}.au-body sub,.au-body sup{font-size:14px;font-size:.875rem;line-height:1.14286;position:relative;vertical-align:baseline}.au-body sub{bottom:-.25em}.au-body sup{top:-.5em}.au-body code,.au-body kbd,.au-body samp{font-size:14px;font-size:.875rem;line-height:1.42857;padding:4px;padding:.25rem;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;display:inline-block;border-radius:4px;background-color:#f5f5f5;color:#313131}.au-body pre{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace}.au-body pre code{padding:16px;padding:1rem;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 gray;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--alt code,.au-body.au-body--alt kbd,.au-body.au-body--alt samp{background-color:#e0e0e0}.au-body.au-body--dark{background:#333;color:#fff}.au-body.au-body--dark ::-moz-selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark ::selection{color:#333;background-color:rgba(255,255,255,.99)}.au-body.au-body--dark iframe::-moz-selection,.au-body.au-body--dark img::-moz-selection,.au-body.au-body--dark video::-moz-selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark iframe::selection,.au-body.au-body--dark img::selection,.au-body.au-body--dark video::selection{background-color:rgba(255,255,255,.75)}.au-body.au-body--dark a{color:#fff}.au-body.au-body--dark a:hover{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 :target,.au-body.au-body--dark [tabindex="0"]:focus{outline:3px solid #c390f9}.au-body.au-body--dark mark{background-color:#fff;color:#333}.au-body.au-body--dark hr{border-top-color:#999}.au-body.au-body--dark code,.au-body.au-body--dark kbd,.au-body.au-body--dark samp{color:#fff;background-color:#292929}.au-body.au-body--dark.au-body--alt{background:#1f1f1f}.au-body.au-body--dark.au-body--alt code,.au-body.au-body--dark.au-body--alt kbd,.au-body.au-body--dark.au-body--alt samp{background-color:#141414}/*! @gov.au/link-list v3.0.7 */.au-link-list{font-size:16px;font-size:1rem;line-height:1.5;display:block;list-style-type:none;margin:0;padding:4px 0;padding:.25rem 0}.au-body .au-link-list{margin:0;padding:4px 0;padding:.25rem 0}.au-link-list>li{display:block;margin:4px;margin:.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.5 */@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.14286;width:100%;margin:0;color:#313131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*+.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:.5rem;height:8px;height:.5rem;margin:0 8px;margin: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='gray' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='gray' 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='%23999' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23999' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/buttons v3.0.7 */@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:.5rem 1.5rem;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;border-radius:4px;background-color:#006fb0;border:3px solid #006fb0;cursor:pointer;vertical-align:middle;-webkit-transition:background .1s ease,border .1s ease,color .1s ease;-o-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:.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;opacity:.3}.au-btn:disabled,a.au-btn:disabled{cursor:not-allowed;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:#333;background-color:#fff;border-color:#fff}.au-body .au-btn.au-btn--dark,.au-body a.au-btn.au-btn--dark{color:#333}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){color:#333;border-color:#fff;background-color:#fff}.ie8 .au-btn.au-btn--dark:hover,.ie8 a.au-btn.au-btn--dark:hover{color:#333;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:#006fb0;background-color:transparent;border-color:#006fb0}.au-body .au-btn.au-btn--secondary,.au-body a.au-btn.au-btn--secondary{color:#006fb0}.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:#fff;color:#fff}.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:#333}.au-btn.au-btn--tertiary,a.au-btn.au-btn--tertiary{color:#006fb0;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:#fff}.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.66667%,rgba(255,62,24,.5)),color-stop(16.66667%,rgba(252,154,0,.5)),color-stop(33.33333%,rgba(252,154,0,.52)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(33.33333%,rgba(255,216,0,.5)),color-stop(50%,rgba(255,216,0,.5)),color-stop(50%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(57,234,124,.5)),color-stop(66.66667%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(11,178,255,.5)),color-stop(83.33333%,rgba(152,90,255,.5)));background:-o-linear-gradient(top,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);background:linear-gradient(to bottom,rgba(255,62,24,.5) 16.66667%,rgba(252,154,0,.5) 16.66667%,rgba(252,154,0,.52) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 33.33333%,rgba(255,216,0,.5) 50%,rgba(57,234,124,.5) 50%,rgba(57,234,124,.5) 66.66667%,rgba(11,178,255,.5) 66.66667%,rgba(11,178,255,.5) 83.33333%,rgba(152,90,255,.5) 83.33333%);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 v3.0.2 */@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 gray;border-left:.25rem solid gray;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;background-color:#f5f5f5;word-wrap:break-word}*+.au-callout{margin-top:32px;margin-top:2rem}.au-callout p{margin:0}.au-callout *+p{margin-top:16px;margin-top:1rem}.au-callout+p{margin-top:32px;margin-top:2rem}.au-callout.au-callout--dark{color:#fff;border-color:#999;background-color:#292929}.au-callout.au-callout--alt{background-color:#e0e0e0}.au-callout.au-callout--dark.au-callout--alt{background-color:#141414}.au-callout__heading{font-size:20px;font-size:1.25rem;line-height:1.6;margin:0}.au-callout__heading.au-callout__heading--sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-callout__heading.au-callout__heading--sronly+*{margin-top:0}.au-callout--calendar-event{background-color:#f5f5f5}.au-callout--calendar-event__lede{font-size:16px;font-size:1rem;line-height:1;margin:0}.au-callout--calendar-event__name,.au-callout--calendar-event__time{font-size:32px;font-size:2rem;line-height:1.25}.au-callout--calendar-event__time{font-weight:700}.au-callout--calendar-event__lede,.au-callout--calendar-event__name,.au-callout--calendar-event__time{display:block}*+.au-callout--calendar-event__lede,*+.au-callout--calendar-event__name,*+.au-callout--calendar-event__time{margin-top:8px;margin-top:.5rem}/*! @gov.au/control-input v3.0.1 */@media print{.au-control-input__text{color:#000!important}.au-control-input__text:after,.au-control-input__text:before{display:none!important}}.au-control-input{display:inline-block;position:relative}.au-control-input.au-control-input--block{display:block}.au-control-input.au-control-input--block:after,.au-control-input.au-control-input--block:before{content:" ";display:table}.au-control-input.au-control-input--block:after{clear:both}.au-control-input.au-control-input--block+.au-control-input--block{margin-top:16px;margin-top:1rem}.au-control-input__input{position:absolute;left:8px;left:.5rem;top:8px;top:.5rem;cursor:pointer;margin:0}.au-control-input--small .au-control-input__input{left:4px;left:.25rem;top:4px;top:.25rem}.au-control-input__input+.au-control-input__text{cursor:pointer}.au-control-input__input:invalid+.au-control-input__text{background-color:#fdf2f2}.au-control-input__input:invalid+.au-control-input__text:after{border-color:#d60000}.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#fdf2f2}.au-control-input--invalid .au-control-input__input+.au-control-input__text:after{border-color:#d60000}.au-control-input--dark .au-control-input__input:invalid+.au-control-input__text{background-color:#4b2b2b}.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#4b2b2b}.au-control-input--alt.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#f0d0d0}.au-control-input--dark.au-control-input--alt .au-control-input__input:invalid+.au-control-input__text{background-color:#3a1a1a}.au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input+.au-control-input__text{background-color:#3a1a1a}.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#f3faf8}.au-control-input--valid .au-control-input__input+.au-control-input__text:after{border-color:#0b996c}.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#2d423c}.au-control-input--alt.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#d2e7e0}.au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input+.au-control-input__text{background-color:#1c312a}.au-control-input__input[type=radio]+.au-control-input__text:after,.au-control-input__input[type=radio]+.au-control-input__text:before{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:#636363}.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:#636363}.au-control-input--dark .au-control-input__input[disabled]+.au-control-input__text{color:#9b9b9b}.au-control-input--dark .au-control-input__input:disabled+.au-control-input__text{color:#9b9b9b}.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='%23fff' 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__input[type=checkbox]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23333' 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='%23fff' 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='%23545454' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23292929' 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='%23545454' 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]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%231f1f1f' 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='%234b4b4b' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23141414' 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='%234b4b4b' 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='%23fff' 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__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #9263de;box-shadow:0 0 0 4px #9263de;-webkit-box-shadow:0 0 0 .25rem #9263de;box-shadow:0 0 0 .25rem #9263de}.ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #9263de;outline-offset:2px;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23333' 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='%23fff' 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='%23545454' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23292929' 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='%23545454' cx='16' cy='16' r='11'/%3E%3C/svg%3E")}.au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{-webkit-box-shadow:0 0 0 4px #c390f9;box-shadow:0 0 0 4px #c390f9;-webkit-box-shadow:0 0 0 .25rem #c390f9;box-shadow:0 0 0 .25rem #c390f9}.ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before,.lt-ie8 .au-control-input--dark .au-control-input__input[type=radio]:focus+.au-control-input__text:before{outline:3px solid #c390f9;outline-offset:2px}.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='%23fff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%231f1f1f' 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='%234b4b4b' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23141414' 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='%234b4b4b' 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:.25rem .5rem .5rem 2.5rem;margin-right:16px;margin-right:1rem;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-control-input__text:after,.au-control-input__text:before{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:after,.au-control-input--small .au-control-input__text:before{width:28px;width:1.75rem;height:28px;height:1.75rem}.au-control-input--small .au-control-input__text{padding:3px 8px 0 31px;padding:.2rem .5rem 0 1.95rem;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.2.0 */@media print{.au-cta-link{color:#000!important}.au-cta-link:after{background-image:none!important;content:' > '!important;border:none!important;-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}}.au-cta-link{font-size:20px;font-size:1.25rem;line-height:1.6;margin-top:16px;margin-top:1rem;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-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='%23006FB0' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23006FB0' 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:.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-body.au-body--dark .au-cta-link,.au-cta-link.au-cta-link--dark{color:#fff}.au-body.au-body--dark .au-cta-link:focus,.au-cta-link.au-cta-link--dark:focus{outline:3px solid #c390f9}.au-body.au-body--dark .au-cta-link::-moz-focus-inner,.au-cta-link.au-cta-link--dark::-moz-focus-inner{border:0}.au-body.au-body--dark .au-cta-link:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}.au-body.au-body--dark .au-cta-link:hover,.au-cta-link.au-cta-link--dark:hover{color:#fff}.au-body.au-body--dark .au-cta-link:hover:after,.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='%23fff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23fff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E")}/*! @gov.au/direction-links v2.2.0 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#006fb0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.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:#fff}.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 .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 .25rem 0 0}.au-direction-link--up:after{content:'↑'}.au-direction-link--down:after{content:'↓'}/*! @gov.au/footer v3.0.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 gray;border-top:.25rem solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#999;background-color:#333}.au-footer.au-footer--dark.au-footer--alt{background-color:#1f1f1f}.au-footer__navigation .au-link-list>li{margin-left:0}.au-footer__end{padding-top:16px;padding-top:1rem;margin-top:16px;margin-top:1rem;border-top:1px solid gray}.au-footer--dark .au-footer__end{border-top:1px solid #999}/*! @gov.au/grid-12 v2.1.0 */.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:1200px){.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-fluid:after,.au-grid .container-fluid:before,.au-grid .container:after,.au-grid .container:before{content:" ";display:table}.au-grid .container-fluid:after,.au-grid .container:after{clear:both}.au-grid .row{margin-left:-12px;margin-right:-12px}.au-grid .row:after,.au-grid .row:before{content:" ";display:table}.au-grid .row:after{clear:both}.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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-xs-1,.au-grid .col-xs-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{-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-10,.au-grid .col-xs-11,.au-grid .col-xs-12,.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{float:left}.au-grid .col-xs-1{width:8.33333%}.au-grid .col-xs-2{width:16.66667%}.au-grid .col-xs-3{width:25%}.au-grid .col-xs-4{width:33.33333%}.au-grid .col-xs-5{width:41.66667%}.au-grid .col-xs-6{width:50%}.au-grid .col-xs-7{width:58.33333%}.au-grid .col-xs-8{width:66.66667%}.au-grid .col-xs-9{width:75%}.au-grid .col-xs-10{width:83.33333%}.au-grid .col-xs-11{width:91.66667%}.au-grid .col-xs-12{width:100%}.au-grid .col-xs-pull-0{right:auto}.au-grid .col-xs-pull-1{right:8.33333%}.au-grid .col-xs-pull-2{right:16.66667%}.au-grid .col-xs-pull-3{right:25%}.au-grid .col-xs-pull-4{right:33.33333%}.au-grid .col-xs-pull-5{right:41.66667%}.au-grid .col-xs-pull-6{right:50%}.au-grid .col-xs-pull-7{right:58.33333%}.au-grid .col-xs-pull-8{right:66.66667%}.au-grid .col-xs-pull-9{right:75%}.au-grid .col-xs-pull-10{right:83.33333%}.au-grid .col-xs-pull-11{right:91.66667%}.au-grid .col-xs-pull-12{right:100%}.au-grid .col-xs-push-0{left:auto}.au-grid .col-xs-push-1{left:8.33333%}.au-grid .col-xs-push-2{left:16.66667%}.au-grid .col-xs-push-3{left:25%}.au-grid .col-xs-push-4{left:33.33333%}.au-grid .col-xs-push-5{left:41.66667%}.au-grid .col-xs-push-6{left:50%}.au-grid .col-xs-push-7{left:58.33333%}.au-grid .col-xs-push-8{left:66.66667%}.au-grid .col-xs-push-9{left:75%}.au-grid .col-xs-push-10{left:83.33333%}.au-grid .col-xs-push-11{left:91.66667%}.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.33333%}.au-grid .col-xs-offset-2{margin-left:16.66667%}.au-grid .col-xs-offset-3{margin-left:25%}.au-grid .col-xs-offset-4{margin-left:33.33333%}.au-grid .col-xs-offset-5{margin-left:41.66667%}.au-grid .col-xs-offset-6{margin-left:50%}.au-grid .col-xs-offset-7{margin-left:58.33333%}.au-grid .col-xs-offset-8{margin-left:66.66667%}.au-grid .col-xs-offset-9{margin-left:75%}.au-grid .col-xs-offset-10{margin-left:83.33333%}.au-grid .col-xs-offset-11{margin-left:91.66667%}.au-grid .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.au-grid .col-sm-1,.au-grid .col-sm-10,.au-grid .col-sm-11,.au-grid .col-sm-12,.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{float:left}.au-grid .col-sm-1{width:8.33333%}.au-grid .col-sm-2{width:16.66667%}.au-grid .col-sm-3{width:25%}.au-grid .col-sm-4{width:33.33333%}.au-grid .col-sm-5{width:41.66667%}.au-grid .col-sm-6{width:50%}.au-grid .col-sm-7{width:58.33333%}.au-grid .col-sm-8{width:66.66667%}.au-grid .col-sm-9{width:75%}.au-grid .col-sm-10{width:83.33333%}.au-grid .col-sm-11{width:91.66667%}.au-grid .col-sm-12{width:100%}.au-grid .col-sm-pull-0{right:auto}.au-grid .col-sm-pull-1{right:8.33333%}.au-grid .col-sm-pull-2{right:16.66667%}.au-grid .col-sm-pull-3{right:25%}.au-grid .col-sm-pull-4{right:33.33333%}.au-grid .col-sm-pull-5{right:41.66667%}.au-grid .col-sm-pull-6{right:50%}.au-grid .col-sm-pull-7{right:58.33333%}.au-grid .col-sm-pull-8{right:66.66667%}.au-grid .col-sm-pull-9{right:75%}.au-grid .col-sm-pull-10{right:83.33333%}.au-grid .col-sm-pull-11{right:91.66667%}.au-grid .col-sm-pull-12{right:100%}.au-grid .col-sm-push-0{left:auto}.au-grid .col-sm-push-1{left:8.33333%}.au-grid .col-sm-push-2{left:16.66667%}.au-grid .col-sm-push-3{left:25%}.au-grid .col-sm-push-4{left:33.33333%}.au-grid .col-sm-push-5{left:41.66667%}.au-grid .col-sm-push-6{left:50%}.au-grid .col-sm-push-7{left:58.33333%}.au-grid .col-sm-push-8{left:66.66667%}.au-grid .col-sm-push-9{left:75%}.au-grid .col-sm-push-10{left:83.33333%}.au-grid .col-sm-push-11{left:91.66667%}.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.33333%}.au-grid .col-sm-offset-2{margin-left:16.66667%}.au-grid .col-sm-offset-3{margin-left:25%}.au-grid .col-sm-offset-4{margin-left:33.33333%}.au-grid .col-sm-offset-5{margin-left:41.66667%}.au-grid .col-sm-offset-6{margin-left:50%}.au-grid .col-sm-offset-7{margin-left:58.33333%}.au-grid .col-sm-offset-8{margin-left:66.66667%}.au-grid .col-sm-offset-9{margin-left:75%}.au-grid .col-sm-offset-10{margin-left:83.33333%}.au-grid .col-sm-offset-11{margin-left:91.66667%}.au-grid .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.au-grid .col-md-1,.au-grid .col-md-10,.au-grid .col-md-11,.au-grid .col-md-12,.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{float:left}.au-grid .col-md-1{width:8.33333%}.au-grid .col-md-2{width:16.66667%}.au-grid .col-md-3{width:25%}.au-grid .col-md-4{width:33.33333%}.au-grid .col-md-5{width:41.66667%}.au-grid .col-md-6{width:50%}.au-grid .col-md-7{width:58.33333%}.au-grid .col-md-8{width:66.66667%}.au-grid .col-md-9{width:75%}.au-grid .col-md-10{width:83.33333%}.au-grid .col-md-11{width:91.66667%}.au-grid .col-md-12{width:100%}.au-grid .col-md-pull-0{right:auto}.au-grid .col-md-pull-1{right:8.33333%}.au-grid .col-md-pull-2{right:16.66667%}.au-grid .col-md-pull-3{right:25%}.au-grid .col-md-pull-4{right:33.33333%}.au-grid .col-md-pull-5{right:41.66667%}.au-grid .col-md-pull-6{right:50%}.au-grid .col-md-pull-7{right:58.33333%}.au-grid .col-md-pull-8{right:66.66667%}.au-grid .col-md-pull-9{right:75%}.au-grid .col-md-pull-10{right:83.33333%}.au-grid .col-md-pull-11{right:91.66667%}.au-grid .col-md-pull-12{right:100%}.au-grid .col-md-push-0{left:auto}.au-grid .col-md-push-1{left:8.33333%}.au-grid .col-md-push-2{left:16.66667%}.au-grid .col-md-push-3{left:25%}.au-grid .col-md-push-4{left:33.33333%}.au-grid .col-md-push-5{left:41.66667%}.au-grid .col-md-push-6{left:50%}.au-grid .col-md-push-7{left:58.33333%}.au-grid .col-md-push-8{left:66.66667%}.au-grid .col-md-push-9{left:75%}.au-grid .col-md-push-10{left:83.33333%}.au-grid .col-md-push-11{left:91.66667%}.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.33333%}.au-grid .col-md-offset-2{margin-left:16.66667%}.au-grid .col-md-offset-3{margin-left:25%}.au-grid .col-md-offset-4{margin-left:33.33333%}.au-grid .col-md-offset-5{margin-left:41.66667%}.au-grid .col-md-offset-6{margin-left:50%}.au-grid .col-md-offset-7{margin-left:58.33333%}.au-grid .col-md-offset-8{margin-left:66.66667%}.au-grid .col-md-offset-9{margin-left:75%}.au-grid .col-md-offset-10{margin-left:83.33333%}.au-grid .col-md-offset-11{margin-left:91.66667%}.au-grid .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.au-grid .col-lg-1,.au-grid .col-lg-10,.au-grid .col-lg-11,.au-grid .col-lg-12,.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{float:left}.au-grid .col-lg-1{width:8.33333%}.au-grid .col-lg-2{width:16.66667%}.au-grid .col-lg-3{width:25%}.au-grid .col-lg-4{width:33.33333%}.au-grid .col-lg-5{width:41.66667%}.au-grid .col-lg-6{width:50%}.au-grid .col-lg-7{width:58.33333%}.au-grid .col-lg-8{width:66.66667%}.au-grid .col-lg-9{width:75%}.au-grid .col-lg-10{width:83.33333%}.au-grid .col-lg-11{width:91.66667%}.au-grid .col-lg-12{width:100%}.au-grid .col-lg-pull-0{right:auto}.au-grid .col-lg-pull-1{right:8.33333%}.au-grid .col-lg-pull-2{right:16.66667%}.au-grid .col-lg-pull-3{right:25%}.au-grid .col-lg-pull-4{right:33.33333%}.au-grid .col-lg-pull-5{right:41.66667%}.au-grid .col-lg-pull-6{right:50%}.au-grid .col-lg-pull-7{right:58.33333%}.au-grid .col-lg-pull-8{right:66.66667%}.au-grid .col-lg-pull-9{right:75%}.au-grid .col-lg-pull-10{right:83.33333%}.au-grid .col-lg-pull-11{right:91.66667%}.au-grid .col-lg-pull-12{right:100%}.au-grid .col-lg-push-0{left:auto}.au-grid .col-lg-push-1{left:8.33333%}.au-grid .col-lg-push-2{left:16.66667%}.au-grid .col-lg-push-3{left:25%}.au-grid .col-lg-push-4{left:33.33333%}.au-grid .col-lg-push-5{left:41.66667%}.au-grid .col-lg-push-6{left:50%}.au-grid .col-lg-push-7{left:58.33333%}.au-grid .col-lg-push-8{left:66.66667%}.au-grid .col-lg-push-9{left:75%}.au-grid .col-lg-push-10{left:83.33333%}.au-grid .col-lg-push-11{left:91.66667%}.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.33333%}.au-grid .col-lg-offset-2{margin-left:16.66667%}.au-grid .col-lg-offset-3{margin-left:25%}.au-grid .col-lg-offset-4{margin-left:33.33333%}.au-grid .col-lg-offset-5{margin-left:41.66667%}.au-grid .col-lg-offset-6{margin-left:50%}.au-grid .col-lg-offset-7{margin-left:58.33333%}.au-grid .col-lg-offset-8{margin-left:66.66667%}.au-grid .col-lg-offset-9{margin-left:75%}.au-grid .col-lg-offset-10{margin-left:83.33333%}.au-grid .col-lg-offset-11{margin-left:91.66667%}.au-grid .col-lg-offset-12{margin-left:100%}}/*! @gov.au/header v4.1.12 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#333}.au-header.au-header--alt.au-header--dark{color:#fff;background-color:#1f1f1f}.au-header__heading{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:700;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:#636363}.au-header--dark .au-header__subline{color:#9b9b9b}.au-header__brand{min-width:192px;min-width:12rem}.au-header__brand:after,.au-header__brand:before{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 gray}.au-header--dark .au-header__brand .au-header__brand-image+.au-header__text{border-left-color:#999}}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:auto}.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:.75rem}/*! @gov.au/headings v2.0.11 */.au-body h1,.au-body h2,.au-body h3,.au-body h4,.au-body h5,.au-body h6,.au-display-lg,.au-display-md,.au-display-sm,.au-display-xl,.au-display-xs,.au-display-xxl,.au-display-xxxl,ul.list--large--checklist>li strong{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";display:block;font-weight:700;margin:0}.au-body .au-display-xxxl,.au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}.au-body .au-display-xxl,.au-body h1,.au-display-xxl{font-size:40px;font-size:2.5rem;line-height:1.3}.au-body .au-display-xl,.au-body h2,.au-display-xl{font-size:32px;font-size:2rem;line-height:1.25}.au-body .au-display-lg,.au-body h3,.au-display-lg{font-size:24px;font-size:1.5rem;line-height:1.33333}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,.au-display-md,ul.list--large--checklist>li .au-body strong,ul.list--large--checklist>li strong{font-size:20px;font-size:1.25rem;line-height:1.2}.au-body .au-display-sm,.au-body h5,.au-display-sm{font-size:16px;font-size:1rem;line-height:1.25}.au-body .au-display-xs,.au-body h6,.au-display-xs{font-size:14px;font-size:.875rem;line-height:1.14286}*+.au-display-lg,*+.au-display-md,*+.au-display-sm,*+.au-display-xl,*+.au-display-xs,*+.au-display-xxl,*+.au-display-xxxl,ul.list--large--checklist>li *+strong{margin-top:16px;margin-top:1rem}.au-body *+.au-display-xxl,.au-body *+h1{margin-top:48px;margin-top:3rem}.au-body *+.au-display-xl,.au-body *+h2{margin-top:48px;margin-top:3rem}.au-body *+.au-display-md,.au-body *+.au-display-sm,.au-body *+.au-display-xs,.au-body *+h3,.au-body *+h4,.au-body *+h5,.au-body *+h6,.au-body .au-display-xl+.au-display-lg,.au-body .au-display-xl+h3,.au-body .au-display-xxl+.au-display-xl,.au-body .au-display-xxl+h2,.au-body h1+.au-display-xl,.au-body h1+h2,.au-body h2+.au-display-lg,.au-body h2+h3,.au-body ul.list--large--checklist>li *+strong,ul.list--large--checklist>li .au-body *+strong{margin-top:24px;margin-top:1.5rem}/*! @gov.au/inpage-nav v3.0.6 */.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 #006fb0}*+.au-inpage-nav-links{margin-top:48px;margin-top:3rem}.au-body .au-inpage-nav-links>ol,.au-body .au-inpage-nav-links>ul{margin-top:16px;margin-top:1rem;list-style-type:none;padding:0}.au-body .au-inpage-nav-links>ol li,.au-body .au-inpage-nav-links>ul li{margin:0}.au-body .au-inpage-nav-links>ol *+li,.au-body .au-inpage-nav-links>ul *+li{margin-top:8px;margin-top:.5rem;margin-left:0}.au-inpage-nav-links.au-inpage-nav-links--dark{border-color:#fff}.au-body .au-inpage-nav-links__heading,.au-inpage-nav-links__heading{font-weight:700;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.14286;top:4px;top:.25rem;position:absolute;right:0;font-weight:400}/*! @gov.au/keyword-list v3.0.5 */.au-keyword-list{font-size:24px;font-size:1.5rem;line-height:1.5}.au-keyword-list:after,.au-keyword-list:before{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:700}.au-keyword-list>li>a{display:block}.au-keyword-list__small{font-size:16px;font-size:1rem;line-height:1;display:block;font-weight:400}.au-body .au-keyword-list__small{color:#313131}.au-keyword-list--dark .au-keyword-list__small{color:#fff}/*! @gov.au/main-nav v1.0.8 */@media print{.au-main-nav{background:0 0!important;border-bottom:none!important}.au-main-nav a{color:#000!important}.au-main-nav a:hover{background:0 0!important}.au-main-nav .active a{text-decoration:underline;border-color:#fff!important;background-color:transparent!important}.au-main-nav .au-link-list>li{border-color:#000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:1px solid!important}}@media print and (min-width:768px){.au-main-nav{border-bottom:8px solid #000!important;border-bottom:.5rem solid #000!important}.au-main-nav .au-link-list>li:last-of-type{border-bottom:none!important}}@media print{.au-main-nav__toggle{display:none!important}.au-main-nav__menu{background:0 0!important;position:static!important;display:block!important;width:auto!important}.au-main-nav__menu .au-main-nav__menu-inner{padding:0!important}}.au-main-nav{font-size:16px;font-size:1rem;line-height:1.5;border-bottom:8px solid #006fb0;border-bottom:.5rem solid #006fb0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-main-nav .au-main-nav__toggle,.au-main-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#006fb0;text-decoration:none}.au-main-nav .au-main-nav__toggle:focus,.au-main-nav a:focus{outline:3px solid #9263de;outline-offset:2px}.au-main-nav .au-main-nav__toggle::-moz-focus-inner,.au-main-nav a::-moz-focus-inner{border:0}.au-main-nav .au-main-nav__toggle:hover,.au-main-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#313131;background-color:#f5f5f5}.au-main-nav a{display:block}.au-main-nav .active a{font-weight:700;color:#313131}.au-main-nav .active a:hover{border-color:#f5f5f5}.au-main-nav .au-link-list{margin:0;padding:0}.au-main-nav .au-link-list:after,.au-main-nav .au-link-list:before{content:" ";display:table}.au-main-nav .au-link-list:after{clear:both}.au-main-nav .au-link-list li{margin:0}.au-main-nav .au-link-list>li{border-top:1px solid gray}.au-main-nav.au-main-nav--alt{background-color:#ebebeb}.au-main-nav.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--alt a:hover{background-color:#e0e0e0}.au-main-nav.au-main-nav--alt .active a{border-color:#ebebeb}.au-main-nav.au-main-nav--alt .active a:hover{border-color:#e0e0e0}.au-main-nav.au-main-nav--dark{background-color:#333;border-color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle,.au-main-nav.au-main-nav--dark a{color:#fff}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark a:focus{outline:3px solid #c390f9}.au-main-nav.au-main-nav--dark .au-main-nav__toggle::-moz-focus-inner,.au-main-nav.au-main-nav--dark a::-moz-focus-inner{border:0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark a:hover{color:#fff;background-color:#292929}.au-main-nav.au-main-nav--dark .active a{color:#fff;border-color:#333}.au-main-nav.au-main-nav--dark .active a:hover{border-color:#292929}.au-main-nav.au-main-nav--dark .au-link-list>li{border-color:#999}.au-main-nav.au-main-nav--dark.au-main-nav--alt{background-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .au-main-nav__toggle:hover,.au-main-nav.au-main-nav--dark.au-main-nav--alt a:hover{background-color:#141414}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a{border-color:#1f1f1f}.au-main-nav.au-main-nav--dark.au-main-nav--alt .active a:hover{border-color:#141414}@media (min-width:768px){.au-main-nav .au-link-list>li{display:block;float:left;border:none}.au-main-nav .au-main-nav__toggle,.au-main-nav a{font-size:16px;font-size:1rem;line-height:1.5;padding:16px;padding:1rem}.au-main-nav .active a{border-bottom:8px solid #fff;border-bottom:.5rem solid #fff;margin-bottom:-8px;margin-bottom:-.5rem;font-weight:400}}.au-main-nav__toggle{padding:8px 16px 8px;padding:.5rem 1rem .5rem;font-size:14px;font-size:.875rem;line-height:1.14286;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer;display:none}.au-main-nav__toggle:before{font-size:16px;font-size:1rem;line-height:1;margin-bottom:4px;margin-bottom:.25rem;display:block;text-align:center}.au-main-nav__toggle.au-main-nav__toggle--open:before{content:"☰"}.au-main-nav__toggle.au-main-nav__toggle--close:before{content:"✕"}.js .au-main-nav__toggle{display:inline-block}@media (min-width:768px){.js .au-main-nav__toggle{display:none}}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__menu{left:0;display:block}.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{opacity:.8;left:0;display:block}@media (min-width:768px){.js .au-main-nav__content.au-main-nav__content--open .au-main-nav__overlay{display:none}}.js .au-main-nav__menu{background-color:#fff;display:none;overflow:auto;position:fixed;top:0;bottom:0;left:-280px;width:280px;z-index:600}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:16px;padding:1rem}.au-main-nav.au-main-nav--alt .au-main-nav__menu{background-color:#ebebeb}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav.au-main-nav--alt.au-main-nav--dark .au-main-nav__menu{background-color:#1f1f1f}@media (min-width:768px){.js .au-main-nav__menu{position:static;display:block;width:auto;overflow:inherit;background-color:transparent}.js .au-main-nav__menu .au-main-nav__menu-inner{padding:0}}.au-main-nav__overlay{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;background-color:#000;cursor:pointer;position:fixed;top:0;left:0;bottom:0;width:100%;z-index:590;opacity:.4;display:none}.js .au-main-nav__scroll--locked{overflow:hidden}@media (min-width:768px){.js .au-main-nav__scroll--locked{overflow:visible}}/*! @gov.au/page-alerts v2.1.3 */@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:0 0!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:after,.au-page-alerts:before{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:-.75rem;border-left-width:-12px;border-left-width:-.75rem;display:block;background-repeat:no-repeat;background-color:#fff}.ie8 .au-page-alerts:after,.ie8 .au-page-alerts:before,.lt-ie8 .au-page-alerts:after,.lt-ie8 .au-page-alerts:before{background:0 0;text-align:center;background-color:#313131;color:#fff;font-weight:700}.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:#333}.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='%23fff' 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:#292929}.au-page-alerts--success{border-color:#0b996c}.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='%230b996c' 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='%23fff' 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='%23fff' d='M11 17h2v-2h-2v2zm0-8.6v5h2v-5h-2z'/%3E%3C/svg%3E")}.au-page-alerts--error{border-color:#d60000}.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='%23d60000' 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='%23fff' 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/responsive-media v2.0.14 */.au-responsive-media-vid,.responsive-media-vid{position:relative;display:block;height:0;padding:0;overflow:hidden}.au-responsive-media-vid>.au-responsive-media-vid__item,.responsive-media-vid>.au-responsive-media-vid__item{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.au-responsive-media-vid--16x9.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--16x9{padding-bottom:56.25%}.au-responsive-media-vid--4x3.responsive-media-vid,.au-responsive-media-vid.au-responsive-media-vid--4x3{padding-bottom:75%}*+.au-responsive-media-vid,*+.responsive-media-vid{margin-top:16px;margin-top:1rem}.au-body img,.au-responsive-media img,.au-responsive-media-img,.taskbar .taskbar__img,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,img,svg{max-width:100%;height:auto}*+.au-responsive-media-img,*+img,*+svg,.au-body *+img,.au-responsive-media *+img,.taskbar *+.taskbar__img,.taskbar--2 *+.taskbar__img,.taskbar--3 *+.taskbar__img,.taskbar--4 *+.taskbar__img,.taskbar--5 *+.taskbar__img,.taskbar--6 *+.taskbar__img,.taskbar--tiled--2 *+.taskbar__img,.taskbar--tiled--2.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--3 *+.taskbar__img,.taskbar--tiled--3.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--4 *+.taskbar__img,.taskbar--tiled--4.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--5 *+.taskbar__img,.taskbar--tiled--5.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar--tiled--6 *+.taskbar__img,.taskbar--tiled--6.view ul>.views-row *+.field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar *+.field-name-field-image,.taskbar.view ul>.views-row *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 *+.field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 *+.field-name-field-image{margin-top:16px;margin-top:1rem}/*! @gov.au/select v2.0.11 */@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:.5rem 2.25rem .5rem .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 gray;text-indent:.01px;-o-text-overflow:'';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='%23006FB0' 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;opacity:.3}.au-select:disabled{cursor:not-allowed;opacity:.3}.au-select.au-select--dark:invalid,.au-select:invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--invalid,.au-select.au-select--invalid{background-color:#fdf2f2;border-color:#d60000}.au-select.au-select--dark.au-select--valid,.au-select.au-select--valid{background-color:#f3faf8;border-color:#0b996c}.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:.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 v5.0.7 */@media print{.au-side-nav{background:0 0!important}.au-side-nav a{color:#000!important;text-decoration:underline!important}.au-side-nav a:hover{background:0 0!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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background-color:#ebebeb;border-radius:4px;overflow:hidden;border:0}.au-side-nav .active>span,.au-side-nav a{padding:16px;padding:1rem;font-size:14px;font-size:.875rem;line-height:1.42857;color:#636363;display:block}.au-side-nav a{text-decoration:none}.au-side-nav a:hover{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:#006fb0;font-weight:400;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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:0 0;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 ul ul .active>span{padding-left:32px;padding-left:2rem}.au-side-nav__content ul ul ul .active>span{padding-left:60px;padding-left:3.75rem}.au-side-nav__content ul ul ul ul .active>span{padding-left:80px;padding-left:5rem}.au-side-nav__content .active>span{font-weight:700;color:#313131}.au-side-nav__content ul ul ul .active>span:before,.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='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav__content>ul>li{border-bottom:1px solid gray}.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 gray}.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:0 0}.au-side-nav.au-side-nav--alt a:hover{background-color:#e0e0e0}}.au-side-nav.au-side-nav--dark{background:#1f1f1f}.au-side-nav.au-side-nav--dark .au-accordion__title{color:#fff;background-color:inherit}.au-side-nav.au-side-nav--dark a{color:#9b9b9b}.au-side-nav.au-side-nav--dark a:hover{background:#141414}.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>span{color:#fff}.au-side-nav.au-side-nav--dark .au-side-nav__content ul ul ul .active>span:before,.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='%23999' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E")}.au-side-nav.au-side-nav--dark .au-side-nav__content>ul>li{border-color:#999}.au-side-nav.au-side-nav--dark .au-sidenav__title a{border-color:#999;color:#fff}@media (min-width:768px){.au-side-nav.au-side-nav--dark{background:0 0}.au-side-nav.au-side-nav--dark a:hover{background-color:#292929}}.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:#333}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background:#292929}@media (min-width:768px){.au-side-nav.au-side-nav--dark.au-side-nav--alt{background:0 0}.au-side-nav.au-side-nav--dark.au-side-nav--alt a:hover{background-color:#141414}}/*! @gov.au/skip-link v2.0.16 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;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.7 */@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",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131}.au-tags.au-tags--dark{color:#fff}.au-tags>li{margin:8px 4px 0 0;margin:.5rem .25rem 0 0;padding:0 8px;padding:0 .5rem;border:1px solid #006fb0;border-radius:4px;display:inline-block}.au-tags>li>a,.au-tags>li>button{margin:0 -8px;margin:0 -.5rem;padding:0 8px;padding:0 .5rem;color:#006fb0;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:#fff}.au-tags.au-tags--dark>li>a,.au-tags.au-tags--dark>li>button{color:#fff}.au-tags.au-tags--dark>li>a:hover,.au-tags.au-tags--dark>li>button:hover{color:#fff;background-color:#292929}.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.1.1 */@media print{.au-text-input{border-color:#000!important}.au-text-input[disabled]{color:#636363!important;background-color:#ccc!important;border:2px solid #ccc!important}.au-text-input:disabled{color:#636363!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:.5rem 1rem;height:46px;height:2.875rem;border:3px solid gray;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#313131;border-radius:4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:205px;max-width:12.8125rem}.au-text-input.au-text-input--dark:invalid,.au-text-input:invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--invalid,.au-text-input.au-text-input--invalid{background-color:#fdf2f2;border-color:#d60000}.au-text-input.au-text-input--dark.au-text-input--valid,.au-text-input.au-text-input--valid{background-color:#f3faf8;border-color:#0b996c}.au-text-input[disabled]{cursor:not-allowed;opacity:.3}.au-text-input:disabled{cursor:not-allowed;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]{opacity:.3}.au-text-input.au-text-input--dark:disabled{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--width-xs{max-width:69px;max-width:4.3rem}.au-text-input.au-text-input--width-sm{max-width:101px;max-width:6.3rem}.au-text-input.au-text-input--width-md{max-width:160px;max-width:10rem}.au-text-input.au-text-input--width-lg{max-width:288px;max-width:18rem}.au-text-input.au-text-input--width-xl{max-width:384px;max-width:24rem}.au-text-input.au-text-input--block{display:block;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.au-text-input.au-text-input--number{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;letter-spacing:2px}textarea.au-text-input{font-size:16px;font-size:1rem;line-height:1.5;height:auto;min-height:6em}.element-invisible,.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;position:absolute!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;min-height:100%}body{margin:0;padding:0}.cke_editable{padding:20px}.au-body .au-display-xxxl{font-size:40px;font-size:2.5rem;line-height:1.3;font-weight:700}@media (min-width:768px){.au-body .au-display-xxxl{font-size:48px;font-size:3rem;line-height:1.25}}.au-body .au-display-xxxl--text{font-size:40px;font-size:2.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxxl--text{font-size:48px;font-size:3rem;line-height:1.5}}.au-body .au-display-xxl,.au-body h1{font-size:32px;font-size:2rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-xxl,.au-body h1{font-size:40px;font-size:2.5rem;line-height:1.3}}.au-body .au-display-xxl--text,.au-body h1--text{font-size:32px;font-size:2rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xxl--text,.au-body h1--text{font-size:40px;font-size:2.5rem;line-height:1.5}}.au-body .au-display-xl,.au-body h2{font-size:24px;font-size:1.5rem;line-height:1.33333;font-weight:700}@media (min-width:768px){.au-body .au-display-xl,.au-body h2{font-size:32px;font-size:2rem;line-height:1.25}}.au-body .au-display-xl--text,.au-body h2--text{font-size:24px;font-size:1.5rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-xl--text,.au-body h2--text{font-size:32px;font-size:2rem;line-height:1.5}}.au-body .au-display-lg,.au-body h3{font-size:20px;font-size:1.25rem;line-height:1.2;font-weight:700}@media (min-width:768px){.au-body .au-display-lg,.au-body h3{font-size:24px;font-size:1.5rem;line-height:1.33333}}.au-body .au-display-lg--text,.au-body h3--text{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.au-body .au-display-lg--text,.au-body h3--text{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:16px;font-size:1rem;line-height:1.25;font-weight:700}@media (min-width:768px){.au-body .au-display-md,.au-body h4,.au-body ul.list--large--checklist>li strong,ul.list--large--checklist>li .au-body strong{font-size:20px;font-size:1.25rem;line-height:1.2}}.au-body .au-display-md--text,.au-body h4--text{font-size:16px;font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.au-body .au-display-md--text,.au-body h4--text{font-size:20px;font-size:1.25rem;line-height:1.6}}.au-body .au-display-sm,.au-body h5{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-sm,.au-body h5{font-size:16px;font-size:1rem;line-height:1.25}}.au-body .au-display-sm--text,.au-body h5--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-sm--text,.au-body h5--text{font-size:16px;font-size:1rem;line-height:1.5}}.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700}@media (min-width:768px){.au-body .au-display-xs,.au-body h6{font-size:14px;font-size:.875rem;line-height:1.14286}}.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857;font-weight:400}@media (min-width:768px){.au-body .au-display-xs--text,.au-body h6--text{font-size:14px;font-size:.875rem;line-height:1.42857}}.au-body .au-display--light{font-weight:400}.au-body .au-display--heavy{font-weight:700}.au-body .au-display--inline{display:inline}.au-body .au-subtitle+h1,.au-body .au-subtitle+h2,.au-body .au-subtitle+h3{margin-top:8px;margin-top:.5rem}.au-body h1+.au-subtitle{margin-top:8px;margin-top:.5rem}.au-accordion.au-accordion--small{border:0}.au-accordion.au-accordion--small .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__title{font-weight:400;font-size:inherit}.au-accordion.au-accordion--light .au-accordion__body-wrapper{padding:8px;padding:.5rem}.au-body{fill:#313131}.au-body.au-body--dark{background:#333}.au-body.au-body--dark-tertiary{background:#00205b}.au-body.au-body--dark{fill:#fff}.au-body .text--minor{color:#414141;font-size:.8em}.au-body .text--align-right{text-align:right}.au-body .text--align-center{text-align:center}.au-body .au-introduction{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400;color:#414141}@media (min-width:768px){.au-body .au-introduction{font-size:24px;font-size:1.5rem;line-height:1.5}}.au-body .au-introduction--dark{color:#313131}.au-body .definition,.au-body abbr,.au-body abbr[title]{border-bottom:1px dotted #ccc!important;text-decoration:none!important;cursor:help}.au-body .au-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.au-body .standard-gap{margin-top:24px;margin-top:1.5rem}.au-body .standard-gap--mobile-only{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-body .standard-gap--mobile-only{margin-top:0}}.au-body .standard-gap--bottom{margin-bottom:24px;margin-bottom:1.5rem}@media print{.au-body .print--hide{display:none}}@media print{.au-body a[href]:after{content:''!important}}.au-body aside,.au-body main{display:block}.au-breadcrumbs{display:none}@media (min-width:768px){.au-breadcrumbs{display:block}}@media print{.au-breadcrumbs{display:block}}.au-btn--tertiary,a.au-btn--tertiary{padding:0}.au-btn.au-btn--large,a.au-btn.au-btn--large{font-size:1.3em;font-weight:700}.au-btn.au-btn--dark:hover:not(:disabled),a.au-btn.au-btn--dark:hover:not(:disabled){background-color:#e5e5e5;border-color:#e5e5e5}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#0093b2}.au-body .au-callout.row{margin-left:0;margin-right:0;padding-left:12px;padding-right:12px}.au-body .au-callout--secondary{border-left-color:#0077c8}.au-body .au-callout--tertiary{border-left-color:#339199}.au-body .au-callout--success{border-left-color:#0b996c}.au-body .au-callout.au-callout--simple{background:0 0;border-left-width:10px;padding:1rem 1.5rem}.au-control-input.au-control-input--compact.au-control-input--block{margin-top:8px;margin-top:.5rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text{padding:0 0 0 24px;padding:0 0 0 1.5rem;margin-right:0}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:after,.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__text:before{left:-4px;top:2px;width:22px;width:1.375rem;height:22px;height:1.375rem}.au-control-input.au-control-input--compact.au-control-input--block .au-control-input__input{left:0;top:7px}.au-control-input__input:invalid+.au-control-input__text{background:#fff}.au-control-input__input:invalid+.au-control-input__text:after{border-color:transparent}.au-control-input__input.error+.au-control-input__text:after{border-color:#d60000}.au-body .au-cta-link--right{text-align:right}.au-footer{margin-top:32px;margin-top:2rem;border-top:none}.au-footer.au-body.au-body--dark.au-footer--dark{background:#58585b;background:-webkit-gradient(linear,left top,right top,from(#313131),to(#58585b));background:-o-linear-gradient(left,#313131,#58585b);background:linear-gradient(to right,#313131,#58585b)}.au-footer__navigation-section{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-footer__navigation-section{margin-top:0}}.au-footer__navigation-section:first-of-type{margin-top:0}.au-footer .au-footer__end{border-top-color:#87888a}@media print{.au-footer{display:none}}.au-form__item{margin-top:24px;margin-top:1.5rem}.au-form__item label{font-weight:700}.au-form__item label .au-control-input__text{font-weight:400}.au-form__item-description{margin-top:8px;margin-top:.5rem}.au-form__item .au-select,.au-form__item .au-text-input{display:block;margin-top:8px;margin-top:.5rem;max-width:42em}.au-form__item .au-control-input{margin-top:12px;margin-top:.75rem}.au-form__item .au-control-input label{font-weight:400}.au-form__item .form-required{color:#d60000}.au-form .form-element-length-counter{margin-top:8px;margin-top:.5rem}.au-form--hidden{display:none}.au-grid .not-full-width{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:24px;margin-top:1.5rem}}@media print{.au-grid .not-full-width{margin-top:16px;margin-top:1rem}}.au-grid .not-full-width .container{width:auto;clear:both}.au-grid .full-width .container .container{width:auto;clear:both}@media (min-width:768px){.au-grid .row--no-column-gap div[class*=col-]{padding-left:0;padding-right:0}.au-grid .row--no-column-gap div[class*=col-]:first-of-type{padding-left:12px}.au-grid .row--no-column-gap div[class*=col-]:last-of-type{padding-right:12px}}.au-grid .col-lg-5ths,.au-grid .col-md-5ths,.au-grid .col-sm-5ths,.au-grid .col-xs-5ths{position:relative;min-height:1px;padding-right:12px;padding-left:12px}.au-grid .col-xs-5ths{width:20%;float:left}@media (min-width:768px){.au-grid .col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.au-grid .col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.au-grid .col-lg-5ths{width:20%;float:left}}.au-header.au-header{margin-bottom:0;padding:0;border-top:12px solid #001d52}@media (min-width:768px){.au-header.au-header{padding:16px 0 8px;padding:1rem 0 .5rem}}@media (min-width:992px){.au-header.au-header{padding:24px 0;padding:1.5rem 0}}.au-header.au-header--simple{padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.au-header.au-header--simple{padding-bottom:24px;padding-bottom:1.5rem}}@media (min-width:992px){.au-header.au-header--simple{padding-bottom:32px;padding-bottom:2rem}}.au-header.au-header .au-header__logo{display:block;padding:12px 12px 12px 0;padding:.75rem .75rem .75rem 0;width:100%;max-width:250px;color:transparent}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:300px;margin:auto;padding:12px;padding:.75rem;float:left;padding:0}}@media print{.au-header.au-header .au-header__logo{width:30%}}.au-header.au-header .au-header__logo-image{display:block;width:100%;margin:auto}@media (min-width:768px){.au-header.au-header .au-header__logo-image{margin:0}}@media print{.au-header.au-header .au-header__logo{margin:inherit;padding:0}}.au-header.au-header--dark{background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.au-header.au-header--light{background-color:#fff}.au-inpage-nav-links{border-color:#0077c8}@media print{.au-inpage-nav-links{display:none}}.au-link-list--flush>li{margin:0}.au-main-nav.au-main-nav--dark{border-bottom-color:#001a49;background-color:#00205b;background:-webkit-gradient(linear,left top,right top,from(#00205b),to(#004181));background:-o-linear-gradient(left,#00205b,#004181);background:linear-gradient(to right,#00205b,#004181)}.au-main-nav.au-main-nav--dark .active a{border-color:#001a49;background:#001a49}.au-main-nav.au-main-nav--dark a{border-color:#00205b}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#00205b}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#00205b}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__menu{background:0 0}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle{color:#fff;font-weight:700;font-size:1.25rem;padding:8px 0;padding:.5rem 0}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:focus,.au-main-nav.au-main-nav--dark .au-main-nav__toggle:hover{background-color:transparent}.au-main-nav.au-main-nav--dark .au-main-nav__toggle:before{content:""}.au-main-nav.au-main-nav--dark .au-main-nav__toggle i{font-size:1.25rem}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{float:right}@media (min-width:768px){.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search{display:none}}.au-main-nav.au-main-nav--dark .au-main-nav__toggle--search__open{display:none}.au-main-nav a{color:#313131}@media (min-width:768px){.au-main-nav a{font-weight:700}}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{font-weight:700;border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}@media (min-width:768px){.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{padding:16px;padding:1rem}}@media (min-width:768px){.au-main-nav .au-link-list>li.au-main-nav--mobile-only{display:none}}@media print{.au-main-nav{display:none}}.au-page-alerts{max-width:42rem}.au-page-alerts--hidden{display:none}.au-page-alerts__close{position:absolute;right:0;top:0}.au-page-alerts__close:hover{cursor:pointer}img,svg{height:auto}.au-body .au-side-nav{margin-top:16px;margin-top:1rem}@media (min-width:768px){.au-body .au-side-nav{margin-top:0}}@media (min-width:768px){.au-body .au-side-nav{background:#fff}}.au-body .au-side-nav a{background:0 0}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f1f1f2}.au-body .au-side-nav a.active{font-weight:700;color:#313131;background-color:#f1f1f2}.au-body .au-side-nav li,.au-body .au-side-nav ul{position:relative}@media print{.au-body .au-side-nav{display:none}}.au-body .au-side-nav--right{float:none;padding-left:0;padding-right:0;padding-bottom:32px;padding-bottom:2rem}@media (min-width:768px){.au-body .au-side-nav--right{float:right;padding-left:12px;padding-right:12px}}.au-tags.au-tags--inline{display:inline}.au-tags.au-tags--inline>li{margin:0 4px 8px 0;margin:0 .25rem .5rem 0}.au-text-input--block{max-width:42em}.au-text-input:invalid{border-color:gray;background-color:#fff}.au-text-input.error{background-color:#fdf2f2;border-color:#d60000}textarea.au-text-input{max-width:42em}.health-back-to-top{background-color:transparent;position:fixed;display:block;right:16px;right:1rem;bottom:-4px;opacity:0;z-index:-1;padding:0;border:0}@media print{.health-back-to-top{display:none}}.health-back-to-top .au-btn.au-btn--secondary{line-height:1.2;font-size:.85rem;width:64px;width:4rem;padding:4px 12px 8px 12px;padding:.25rem .75rem .5rem .75rem;background:#f1f1f2;border:none;color:#313131}@media (min-width:992px){.health-back-to-top .au-btn.au-btn--secondary{width:96px;width:6rem;padding:8px 16px 16px;padding:.5rem 1rem 1rem}}.health-back-to-top .au-btn.au-btn--secondary i{width:1.5em;height:1.5em;margin-bottom:-5px;background:#313131}.health-back-to-top .au-btn.au-btn--secondary:hover,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled){background-color:#e5e5e5;color:#181818;border:none}.health-back-to-top .au-btn.au-btn--secondary:hover i,.health-back-to-top .au-btn.au-btn--secondary:hover:not(:disabled) i{background:#181818}.health-back-to-top .au-btn.au-btn--secondary span{display:block}.health-back-to-top.isVisible{opacity:.8;z-index:9999;-webkit-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.au-body .health-band{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.au-body .health-band:after,.au-body .health-band:before{content:" ";display:table}.au-body .health-band:after{clear:both}@media (min-width:992px){.au-body .health-band{padding-top:40px;padding-top:2.5rem;padding-bottom:40px;padding-bottom:2.5rem}}.au-body .health-band.health-band--secondary .health-band__title--light{color:#99d4de}.health-band__image--image-text-horizontal{display:none}@media (min-width:768px){.health-band__image--image-text-horizontal{display:block;width:100%}}.health-book-nav{border-top:1px solid #ccc;padding-top:24px;padding-top:1.5rem}.health-book-nav .au-display-lg{margin-top:0}.health-book-nav a{display:block;text-decoration:none;color:#313131;padding:16px;padding:1rem}.health-book-nav a:focus,.health-book-nav a:hover{background:#f5f5f5}.health-book-nav--right{text-align:right}@media print{.health-book-nav{display:none}}.pillars-container #pillars{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABjEAAABCCAYAAAAWn/QwAAAACXBIWXMAABcRAAAXEQHKJvM/AAAC70lEQVR42u3ZMWpUYRiG0W+G0ZGQQlDQLuAG7AOCa3JrllZau4VgpkkEQS2SZmQmNq5heHI9ZwnvvfD98Kzm46eHgcfmy7fdfL29MAT88+79zIuXdmC53tzY4JT2f3Zzde3OZt49P3dzf/A9gGX5cGmDU/r1ezfff7glwDKtn888eWuHJX9iEwAAAAAAAEUiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQJGIAAAAAAABJIgYAAAAAAJAkYgAAAAAAAEkiBgAAAAAAkCRiAAAAAAAASSIGAAAAAACQtJmZz2bg0Xm62c/MtSH4r52dvZ7t9tXMzKxWVzNzZxQW67g+n/XRP34qh4M7W7Jd7+f+4HsAy/Fsc+7teuq31NFtBxbswV1ZuL8eRi4+Ju/52gAAAABJRU5ErkJggg==)}.pillars-container{position:relative}.pillars-container #pillars{position:absolute;top:-12px;left:0;height:12px;width:288px;background-size:cover}@media (min-width:768px){.pillars-container #pillars{left:auto}}.health-card{padding:16px;padding:1rem;margin-top:0;width:100%;font-weight:400;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:992px){.health-card{padding:32px;padding:2rem}}.health-card *+.health-card__cta,.health-card *+.health-card__title,.health-card *+hr,.health-card *+p{margin-top:0}.health-card__title+.metadata--inline{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__title+.metadata--inline{margin-top:16px;margin-top:1rem}}.health-card__image+.health-card__title{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-card__image+.health-card__title{margin-top:16px;margin-top:1rem}}.health-card__text{margin-top:16px;margin-top:1rem}.health-card .health-card__image{display:block}.health-card .health-card__image svg{height:3em;width:3em}@media (min-width:768px){.health-card .health-card__image svg{height:5em;width:5em}}.health-card .health-card__image.health-card__image--full-width{margin:-16px -16px 16px -16px;margin:-1rem -1rem 1rem -1rem;height:auto}@media (min-width:768px){.health-card .health-card__image.health-card__image--full-width{margin:-32px -32px 32px -32px;margin:-2rem -2rem 2rem -2rem}}.health-card__bg{padding:16px;padding:1rem;background-color:#292929}.health-card__bg:not(:first-child){margin-top:16px;margin-top:1rem}.health-card img{display:block;min-width:100%;height:auto}.health-card--shadow{border-radius:4px;overflow:hidden;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1);background:#fff}.lt-ie9 .health-card--shadow{border:solid 1px #999}.health-card--light{background:#fff;overflow:hidden}.health-card--centered{text-align:center}.health-card--centered .health-card__image,.health-card--centered img,.health-card--centered p,.health-card--centered svg{margin:auto}.health-card--centered .health-card__image{margin-bottom:8px;margin-bottom:.5rem}.health-card--contact{background:#f9f9f9;margin-bottom:16px;margin-bottom:1rem}.health-card--contact .image--circle img{width:200px;min-width:0;margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){.health-card--contact{padding-top:80px;padding-top:5rem;margin-top:5rem!important}.health-card--contact .image--circle .image{position:absolute;left:0;top:-20px;width:100%;height:10px;z-index:999}}.health-card.health-card--selector{padding:8px;padding:.5rem;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:block;overflow:hidden;background:#f9f9f9;border-top:10px solid #e5e5e5}@media (min-width:992px){.health-card.health-card--selector{padding:16px;padding:1rem}}@media print{.health-card.health-card--selector{display:none}}.health-card.health-card--selector.health-card--active,.health-card.health-card--selector:focus,.health-card.health-card--selector:hover{background:#fff;border-top-color:#007680}.health-card.health-card--selector .health-card__title{margin-top:8px;margin-top:.5rem;margin-bottom:8px;margin-bottom:.5rem;font-size:14px;font-size:.875rem;line-height:1.14286;font-weight:700;max-width:100%}@media (min-width:768px){.health-card.health-card--selector .health-card__title{font-size:16px;font-size:1rem;line-height:1.25}}.health-card.health-card--selector .health-card__image svg{max-width:3em;max-height:3em}.health-card.health-card--selector p{max-width:75%}.health-card.health-card--resource{border-top-width:6px;border-top-style:solid;border-top-color:#e5e5e5;padding:16px 0 0 0;padding:1rem 0 0 0}@media (min-width:768px){.health-card.health-card--resource{padding:32px 0 0 0;padding:2rem 0 0 0}}.health-card--solid{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;background:#005fa0;color:#fff}.health-card--solid:hover{background:#0077c8;color:#fff}a.health-card.health-card--solid{color:#fff}.health-card--solid.health-card--colour1{background:#005fa0}.health-card--solid.health-card--colour1:hover{background:#0077c8;color:#fff}.health-card--solid.health-card--colour2{background:#006269}.health-card--solid.health-card--colour2:hover{background:#007680}.health-card--solid.health-card--colour3{background:#006a73}.health-card--solid.health-card--colour3:hover{background:#007680}.health-card--solid.health-card--colour4{background:#004693}.health-card--solid.health-card--colour4:hover{background:#0057b8}.health-card--solid-half{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;padding:0}.health-card--solid-half .health-card__title{float:left;width:35%;height:100%;color:#fff;padding:24px;padding:1.5rem}.health-card--solid-half .health-card__text{display:block;margin-left:35%;margin-top:0;background:#fff;height:100%;padding:24px;padding:1.5rem}.health-card--solid-half.health-card--colour1{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour1:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour2:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour3{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour3:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}}.health-card--solid-half.health-card--colour4{background-color:#006a73;background:-webkit-gradient(linear,left top,right top,from(#006a73),color-stop(35%,#006a73),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#006a73 0,#006a73 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#006a73 0,#006a73 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#005e66;background:-webkit-gradient(linear,left top,right top,from(#005e66),color-stop(35%,#005e66),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#005e66 0,#005e66 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005e66 0,#005e66 35%,#fff 35%,#fff 100%)}@media (min-width:992px){.health-card--solid-half.health-card--colour4{background-color:#005fa0;background:-webkit-gradient(linear,left top,right top,from(#005fa0),color-stop(35%,#005fa0),color-stop(35%,#fff),to(white));background:-o-linear-gradient(left,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#005fa0 0,#005fa0 35%,#fff 35%,#fff 100%)}.health-card--solid-half.health-card--colour4:hover{background-color:#185b88;background:-webkit-gradient(linear,left top,right top,from(#185b88),color-stop(35%,#185b88),color-stop(35%,#fff),to(#fff));background:-o-linear-gradient(left,#185b88 0,#185b88 35%,#fff 35%,#fff 100%);background:linear-gradient(to right,#185b88 0,#185b88 35%,#fff 35%,#fff 100%)}}.health-card--top-highlight{-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;border-top:6px solid #0077c8}.health-card--top-highlight.health-card--colour2{border-top-color:#910048}.health-card--top-highlight.health-card--colour3{border-top-color:#b5bd00}.health-card--top-highlight.health-card--colour4{border-top-color:#007680}.health-card--top-highlight.health-card--colour5{border-top-color:#0093b2}.health-card--cta:after{content:' ';width:16px;width:1rem;height:16px;height:1rem;margin:0 4px 0 3px;margin:0 .25rem 0 .2rem;-webkit-transition:margin .2s ease;-o-transition:margin .2s ease;transition:margin .2s ease;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");display:block;position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;-webkit-transition-property:right;-o-transition-property:right;transition-property:right}.ie8 .health-card--cta:after,.lt-ie8 .health-card--cta:after{content:' > '}@media (min-width:768px){.health-card--cta:after{right:32px;right:2rem;bottom:32px;bottom:2rem}}.health-card--cta:hover{color:#313131;text-decoration:none}.health-card--cta:hover:after{margin-left:6px;margin-left:.4rem;right:24px;right:1.5rem;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")}.health-card.health-card--horizontal{width:inherit}.health-card.health-card--horizontal div[class*=col-]{padding-left:0;padding-right:0}.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-16px -16px 0 -16px;margin:-1rem -1rem 0 -1rem}@media (min-width:768px){.health-card.health-card--horizontal .health-card__image.health-card__image--full-width{margin:-32px 0 -32px -32px;margin:-2rem 0 -2rem -2rem}}.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-top:16px;padding-top:1rem}@media (min-width:768px){.health-card.health-card--horizontal div[class*=col-]:last-of-type{padding-left:32px;padding-left:2rem;padding-top:0}}.health-card.health-card--horizontal.row{margin-left:0;margin-right:0}a.health-card{color:#313131;text-decoration:none}.au-body a.health-card{text-decoration:none}a.health-card .health-card__title{text-decoration:underline}a.health-card:hover .health-card__title{text-decoration:none}a.health-card.health-card--shadow:focus{border-radius:0}a.health-card.health-card--shadow:hover{-webkit-box-shadow:0 8px 10px rgba(0,0,0,.2);box-shadow:0 8px 10px rgba(0,0,0,.2)}a.health-card .health-card__cta,a.health-card .health-card__link{color:#006fb0;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip:ink}ul.health-card-list{padding:0;margin-top:0}ul.health-card-list li{list-style:none;margin-bottom:16px;margin-bottom:1rem}@media (min-width:768px){ul.health-card-list li{margin-bottom:24px;margin-bottom:1.5rem}}ul.health-card-list--flush{margin-bottom:-16px;margin-bottom:-1rem}@media (min-width:768px){ul.health-card-list--flush{margin-bottom:-24px;margin-bottom:-1.5rem}}.au-body .health-card__text{margin-top:16px;margin-top:1rem}.health-compare{border:1px solid #ccc;margin-top:16px;margin-top:1rem;padding-bottom:16px;padding-bottom:1rem}.health-compare__title{background:#afdeff;font-weight:700;padding-top:16px;padding-top:1rem;padding-bottom:16px;padding-bottom:1rem;margin-bottom:16px;margin-bottom:1rem}.au-body dl.health-dl{border-bottom:1px solid #ccc;margin-bottom:0}*+.au-body dl.health-dl{margin-top:24px;margin-top:1.5rem}.au-body dl.health-dl dt{font-weight:700;margin-bottom:16px;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:16px;padding-top:1rem;clear:both}@media (min-width:768px){.au-body dl.health-dl dt{float:left;width:25%}}.au-body dl.health-dl dd{margin-left:0;margin-bottom:16px;margin-bottom:1rem;padding-top:0}@media (min-width:768px){.au-body dl.health-dl dd{border-top:1px solid #ccc;padding-left:16px;padding-left:1rem;padding-top:16px;padding-top:1rem;float:left;width:75%}}.au-body dl.health-dl:after,.au-body dl.health-dl:before{content:" ";display:table}.au-body dl.health-dl:after{clear:both}.health-facet{visibility:visible;opacity:1;height:auto;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;padding:16px;padding:1rem;background:#f1f1f2}*+.health-facet{margin-top:16px;margin-top:1rem}.health-filter+.health-facet{margin-top:0}.health-facet--mobile-hidden{margin:0;padding:0;visibility:hidden;opacity:0;height:0}.health-facet__more{font-size:.8em}*+.health-field{margin-top:24px;margin-top:1.5rem}.health-field+*{clear:both}*+.health-field--label-hidden{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-field--inline .health-field__label,.health-field--inline--wide .health-field__label{float:left}}.health-field--inline .health-field__item,.health-field--inline--wide .health-field__item{display:table}@media (min-width:768px){.health-field--inline .health-field__label{width:10em}}@media (min-width:768px){.health-field--inline--wide .health-field__label{width:15em}}.health-field.health-field--light .health-field__label{font-weight:400}.health-field .health-field__label{font-weight:700}.health-metadata+.health-field{margin-top:8px;margin-top:.5rem}.health-field__item+.health-field__item{clear:both}.health-maps--google+.health-field__label{margin-top:24px;margin-top:1.5rem}.au-body .health-file__icon{margin-right:8px;margin-right:.5rem}.au-body .health-file__link{text-decoration:none;color:#313131}.au-body .health-file__link--visible{font-weight:700;text-decoration:underline;color:#006fb0}.au-body .health-file__link--visible:hover{text-decoration:none}.health-filter{display:block}@media (min-width:768px){.health-filter{display:none}}.health-filter.health-filter--open{margin-bottom:16px;margin-bottom:1rem}.health-filter .health-filter__title{background:#f1f1f2;padding:8px;padding:.5rem}@media (min-width:768px){.health-filter .health-filter__title{display:none}}*+.health-figure{margin-top:24px;margin-top:1.5rem}.health-figure--border{border:2px solid #ccc;padding:1rem}.health-figure__image-link{display:block;position:relative}.health-figure__image-link .health-figure__image-link__icon{display:none}.health-figure__image-link:focus .health-figure__image-link__icon,.health-figure__image-link:hover .health-figure__image-link__icon{display:block;position:absolute;background:#fff;padding:8px;padding:.5rem;left:5px;top:5px;border:1px solid #ccc}figure{margin:0}figure img{margin:0}*+figure{margin-top:24px;margin-top:1.5rem}.fancybox-button{width:46px}.fancybox-button i:before{margin-right:0}.health-footnotes{border-top:1px solid #ccc;margin-top:24px;margin-top:1.5rem;padding-top:24px;padding-top:1.5rem}table .health-footnotes{border-top:none;padding-top:0;margin-top:0}.health-footnotes__link{border-bottom:1px dotted #ccc;cursor:help}.au-body .health-image-text{margin-top:24px;margin-top:1.5rem}.au-body .health-image-text>li{margin-bottom:64px;margin-bottom:4rem}@media print{.au-body .health-image-text>li{margin-bottom:32px;margin-bottom:2rem;height:auto!important}}@media (min-width:768px){.au-body .health-image-text>li{text-align:center}}@media print{.au-body .health-image-text .health-image-text__image{height:auto!important}.au-body .health-image-text .health-image-text__image img{margin-top:0!important}}.au-body .health-image-text .au-introduction{margin-top:16px;margin-top:1rem;display:inline-block}@media (min-width:768px){.au-body .health-image-text .au-introduction{display:block}}.au-body .health-image-text .text--minor{margin-top:0;display:inline-block}@media (min-width:768px){.au-body .health-image-text .text--minor{display:block}}.au-body.au-body--dark .au-introduction{color:#fff}.au-body .au-responsive-media-img div,.au-body .media div,.au-body .taskbar .taskbar__img div,.au-body .taskbar--2 .taskbar__img div,.au-body .taskbar--3 .taskbar__img div,.au-body .taskbar--4 .taskbar__img div,.au-body .taskbar--5 .taskbar__img div,.au-body .taskbar--6 .taskbar__img div,.au-body .taskbar--tiled--2 .taskbar__img div,.au-body .taskbar--tiled--2.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--3 .taskbar__img div,.au-body .taskbar--tiled--3.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--4 .taskbar__img div,.au-body .taskbar--tiled--4.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--5 .taskbar__img div,.au-body .taskbar--tiled--5.view ul>.views-row .field-name-field-image div,.au-body .taskbar--tiled--6 .taskbar__img div,.au-body .taskbar--tiled--6.view ul>.views-row .field-name-field-image div,.au-body .taskbar.view ul>.views-row .field-name-field-image div,.au-body img,.au-body img div,.au-body svg div,.taskbar .au-body .taskbar__img div,.taskbar--2 .au-body .taskbar__img div,.taskbar--3 .au-body .taskbar__img div,.taskbar--4 .au-body .taskbar__img div,.taskbar--5 .au-body .taskbar__img div,.taskbar--6 .au-body .taskbar__img div,.taskbar--tiled--2 .au-body .taskbar__img div,.taskbar--tiled--2.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--3 .au-body .taskbar__img div,.taskbar--tiled--3.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--4 .au-body .taskbar__img div,.taskbar--tiled--4.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--5 .au-body .taskbar__img div,.taskbar--tiled--5.view ul>.views-row .au-body .field-name-field-image div,.taskbar--tiled--6 .au-body .taskbar__img div,.taskbar--tiled--6.view ul>.views-row .au-body .field-name-field-image div,.taskbar.view ul>.views-row .au-body .field-name-field-image div{line-height:0}img{border:0}.au-body picture{display:block}.au-body picture img{margin-top:0}*+picture{margin-top:24px;margin-top:1.5rem}.image--border img{border:3px solid #ccc}.image--border div{line-height:0}@media print{.image--border{border:none}}.image--circle img{border-radius:50%;border:3px solid #ccc}.field-name-field-image-caption{margin-bottom:2em}.image-outer{line-height:0}*+.image-outer{margin-top:24px;margin-top:1.5rem}@media print{.image-outer .image-placeholder{border:1px solid #000}.image-outer .image-placeholder:before{content:"This image hasn't loaded yet. Close the print dialog and try again."}}.image-outer .image-wrapper{width:100%;height:0;position:relative;line-height:0}.image-outer .image-wrapper.image-loading{background-color:transparent}.image-outer .image-wrapper .image{width:100%}.image-outer .image-wrapper .image img{visibility:hidden}.image--link a{border-bottom:0;line-height:0}@media (min-width:768px){.image--link a{display:block}}.image--link a:focus{border:3px solid #005e66}.image--link a:hover img{opacity:.5}.image--link a img{margin-top:0}a .image-wrapper.image-loading{background-color:#fff}.health-listing{margin-top:0;padding:0;margin-bottom:32px;margin-bottom:2rem;clear:both}*+.health-listing{margin:32px 0 0 0;margin:2rem 0 0 0}*+.health-listing--embedded li:first-of-type,*+.row .health-listing--embedded li:first-of-type{border-top:1px solid #ccc;padding-top:32px;padding-top:2rem;margin-top:32px;margin-top:2rem}*+.health-listing--embedded li:last-of-type,*+.row .health-listing--embedded li:last-of-type{border-bottom:1px solid #ccc;padding-bottom:32px;padding-bottom:2rem}.health-listing li{list-style:none;max-width:inherit;clear:both}.health-listing li+li{margin-top:32px;margin-top:2rem;border-top:1px solid #ccc;padding-top:32px;padding-top:2rem}.health-listing--compact li+li{margin-top:16px;margin-top:1rem;padding-top:16px;padding-top:1rem}*+.health-listing__filters{margin-top:16px;margin-top:1rem}@media print{.health-listing__filters{background:0 0!important}}.health-listing__filters--inline>*{display:inline-block;margin-right:16px;margin-right:1rem}.health-listing__filters .clear-all{margin:8px 4px 0 0;margin:.5rem .25rem 0 0}@media print{.health-listing__filters .clear-all{display:none}}ul li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}ul li.highlight{background-color:#ffffc6}ol.list--large,ol.list--large--plain,ul.list--large,ul.list--large--checklist,ul.list--large--plain{list-style-type:none;counter-reset:standard-counter;padding:0;margin:0}*+ol.list--large,*+ol.list--large--plain,*+ul.list--large,*+ul.list--large--checklist,*+ul.list--large--plain{margin-top:24px;margin-top:1.5rem}ol.list--large--plain>li,ol.list--large>li,ul.list--large--checklist>li,ul.list--large--plain>li,ul.list--large>li{vertical-align:top;position:relative;margin:0 0 16px;margin:0 0 1rem;padding:24px;padding:1.5rem;background:#f1f1f2}ol.list--large--plain>li::before,ol.list--large>li::before,ul.list--large--checklist>li::before,ul.list--large--plain>li::before,ul.list--large>li::before{content:counter(standard-counter,decimal);counter-increment:standard-counter;float:left;text-align:center;font-weight:700;position:absolute;left:14px;top:16px;top:1rem;padding-top:0;font-size:24px}ol.list--large--plain>li a,ol.list--large>li a,ul.list--large--checklist>li a,ul.list--large--plain>li a,ul.list--large>li a{font-weight:700;font-size:1.15rem;line-height:1.2}ol.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large{counter-reset:none}ul.list--large>li{padding-left:48px;padding-left:3rem}ul.list--large>li::before{content:'■';counter-increment:none}ol.list--large--plain>li:before,ul.list--large--plain>li:before{display:none}ul.list--large--checklist>li{padding-left:64px;padding-left:4rem;padding-top:16px;padding-top:1rem;background:#f1f1f2 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='%23fff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E") no-repeat 13px 13px/30px 30px}ul.list--large--checklist>li::before{content:''}.au-body ul.health-card-list li{max-width:100%}.list--remove{list-style:none;padding-left:0}.list--remove>li{margin-top:8px;margin-top:.5rem}.health-loading,.health-loading:after{border-radius:50%;width:8em;height:8em}.health-loading{font-size:8px;display:none;text-indent:-9999em;border-top:1.1em solid rgba(0,111,176,.2);border-right:1.1em solid rgba(0,111,176,.2);border-bottom:1.1em solid rgba(0,111,176,.2);border-left:1.1em solid #006fb0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.health-loading--active{display:block}.health-loading--search{position:absolute;top:13px;right:55px}.health-loading--small{width:5em;height:5em;font-size:4px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.au-body .health-maps--google{width:100%;height:500px}.au-body .health-maps--google *+img{margin-top:0}*+.health-metadata{margin-top:8px;margin-top:.5rem}.health-metadata.health-metadata--inline .health-field{display:inline;border-left:1px solid #414141;margin-left:8px;margin-left:.5rem;padding-left:8px;padding-left:.5rem}.health-metadata.health-metadata--inline .health-field .health-field__item{display:inline}.health-metadata.health-metadata--inline>:first-child{border-left:none;margin-left:0;padding-left:0}.health-pager{text-align:center;margin-top:16px;margin-top:1rem}.health-pager li{padding:0 4px;padding:0 .25rem}.health-pager li.active{font-weight:700}.health-listing+.health-pager{margin-top:32px;margin-top:2rem;padding-top:32px;padding-top:2rem;border-top:1px solid #ccc}.health-recommendation--grade-practice-point{border-left-color:#d9c100}.health-recommendation--grade-practice-point .health-recommendation__grade{background-color:#fff4c8}.health-recommendation--grade-evidence-based,.health-recommendation--grade-grade-a,.health-recommendation--grade-grade-b,.health-recommendation--grade-grade-c,.health-recommendation--grade-grade-d,.health-recommendation--grade-qualified-evidence-based{border-left-color:#8852ce}.health-recommendation--grade-evidence-based .health-recommendation__grade,.health-recommendation--grade-grade-a .health-recommendation__grade,.health-recommendation--grade-grade-b .health-recommendation__grade,.health-recommendation--grade-grade-c .health-recommendation__grade,.health-recommendation--grade-grade-d .health-recommendation__grade,.health-recommendation--grade-qualified-evidence-based .health-recommendation__grade{background-color:#e0c8ff}.health-recommendation--grade-consensus-based{border-left-color:#5f904d}.health-recommendation--grade-consensus-based .health-recommendation__grade{background-color:#e7fddf}.health-references>li{-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s}.health-references>li.highlight{background-color:#ffffc6}.health-references__links .health-references__link{border-bottom:1px dotted #ccc;cursor:help}.health-release-status{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:13px}.health-release-status__icon{padding:0 8px;margin-right:10px;float:left;text-transform:uppercase;border-radius:12px;margin-top:2px;font-size:14px}.health-release-status__icon--alpha{background:#c22f73;color:#fff}.health-release-status__icon--beta{background:#d34600;color:#fff}.health-release-status__icon--launch{background:#158839;color:#fff}.health-release-status--desktop{display:none}@media (min-width:992px){.health-release-status--desktop{display:block}}.health-release-status--mobile{display:block}@media (min-width:992px){.health-release-status--mobile{display:none}}@media (min-width:992px){.health-release-status{font-size:inherit}}@media print{.health-release-status{display:none}}.health-release-status p{max-width:100%}.hidden{display:none}@media (min-width:576px){.hidden-xs{display:hidden!important}.visible-xs{display:block!important}}@media (min-width:768px){.hidden-sm{display:hidden!important}.visible-sm{display:block!important}}@media (min-width:992px){.hidden-md{display:hidden!important}.visible-md{display:block!important}}@media (min-width:1200px){.hidden-lg{display:hidden!important}.visible-lg{display:block!important}}@media (min-width:768px){.au-grid .au-header .health-search{float:right}}.health-search{position:relative;display:inline-block;max-width:22.75em;margin-top:24px;margin-top:1.5rem}@media print{.health-search{display:none}}@media (min-width:768px){.health-search{margin-top:0}}.health-search--global{margin-top:8px;margin-top:.5rem;padding-bottom:16px;padding-bottom:1rem}@media (min-width:768px){.health-search--global{display:block;padding-bottom:0;margin-top:0}}@media print{.health-search--global{display:none}}.health-search--listing{width:auto}@media print{.health-search--listing{display:none}}.health-search .au-form__item,.health-search input{margin-top:0!important}.health-search__form{position:relative}.health-search__form:after,.health-search__form:before{content:" ";display:table}.health-search__form:after{clear:both}.health-search__form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-search__form#search-api-page-search-form{float:left}.health-search__form__input{border-color:#313131;background-color:#fff;width:100%}@media (min-width:768px){.health-search__form__input{width:240px;width:15rem}}@media (min-width:992px){.health-search__form__input{width:320px;width:20rem}}.health-search__form__input-wrapper{width:100%;padding-right:45px}.health-search__form__submit{position:absolute;right:0;top:0;background-color:#313131;border:none;width:46px;height:46px;text-indent:-999px;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");border-radius:0 4px 4px 0}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.au-body .health-search-result__link{text-decoration:none}.au-body .health-search-result__link-title{margin-top:0;text-decoration:underline;display:inline-block}.au-body .health-search-result__link-path{color:#006621;font-size:.9em;word-break:break-all}.au-body .health-search-result__summary{margin-top:8px;margin-top:.5rem}.au-body .health-search-result__summary-date{color:#87888a}.au-body .health-search-result__tag{text-transform:uppercase}.au-body .health-search-result--notes .health-search-result__link-title:after{content:'Old Health website';font-size:.8rem;color:#313131;font-weight:400;text-decoration:none;padding:3px 5px;border-radius:4px;display:inline-block;border:1px solid #ececec;background:#f1f1f2;margin-left:5px}form[class*=col-].health-search__form .health-search__form__submit{right:12px}.ui-autocomplete{z-index:9999999;background:#fff;border:1px solid #333;width:300px;position:absolute}.ui-autocomplete li.ui-menu-item{margin:0}.ui-autocomplete li.ui-menu-item:hover{cursor:pointer}.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper{padding:4px 19px;padding:.25rem 1.2rem}.ui-state-active{background:#006fb0;color:#fff}.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.health-separator{border-top:1px solid #ccc;margin-top:48px;margin-top:3rem}@media (min-width:768px){.health-separator{margin-top:64px;margin-top:4rem}}.stat{margin:24px 0 32px;margin:1.5rem 0 2rem}@media (min-width:768px){.stat{border-right:1px dotted #99d4de}.stat:last-of-type{border-right:none}}.stat__text{padding:0 0 4px 0;padding:0 0 .25rem 0}@media (min-width:992px){.stat__text{padding-bottom:16px;padding-bottom:1rem}}.stat__trend{padding-top:12px;padding-bottom:12px}.stat__trend-value{padding:0;margin:0;display:inline}.stat__trend-icon{margin-right:5px;color:#fff}.stat__trend-icon:before{margin-top:-16px;margin-top:-1rem}.stat__source{margin-bottom:8px;margin-bottom:.5rem;margin-top:0!important}.stat--no-trend .stat__value{border-bottom:0}.stat--no-trend .stat__trend{display:none}.au-body .stat p{margin-top:0}.health-sub-header{padding:12px 0}@media (min-width:768px){.health-sub-header{padding:24px 0 16px 0;padding:1.5rem 0 1rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.health-sub-nav{display:none}@media (min-width:768px){.health-sub-nav{display:block}}@media print{.health-sub-nav{display:none}}table{border-collapse:collapse;border:1px solid #ccc;min-width:43em}*+.health-table__responsive table,*+table{margin-top:24px;margin-top:1.5rem}table caption{text-align:left;margin-bottom:16px;margin-bottom:1rem}table tr:nth-child(even){background-color:#fff}table.table__no-banding tr:nth-child(even){background-color:transparent}table td,table th{border-bottom:1px solid #ccc;padding:4px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:992px){table td,table th{padding:8px;padding:.5rem;font-size:initial}}table th{background-color:#f9f9f9}table thead{border-bottom:1px solid #ccc}@media (min-width:768px){table{min-width:inherit}}@media print{table td,table th,table thead{border-color:#000!important;background:#fff!important}}.health-table__responsive{overflow:scroll}@media (min-width:992px){.health-table__responsive{overflow:auto}}@media print{.health-table__responsive{overflow:visible}.health-table__responsive table{min-width:inherit}}.au-body ul.health-tabs{padding:0;border-bottom:2px solid #ccc;margin-bottom:24px;margin-bottom:1.5rem;margin-top:24px;margin-top:1.5rem;width:100%}.au-body ul.health-tabs li{margin:0;margin-right:8px;margin-right:.5rem;padding:0;-webkit-transition:none;-o-transition:none;transition:none}.au-body ul.health-tabs li:first-of-type a{margin-left:0}.au-body ul.health-tabs li a{padding:12px 16px;padding:.75rem 1rem;display:inline-block;background-color:#f1f1f2;text-decoration:none}.au-body ul.health-tabs li a:active,.au-body ul.health-tabs li a:hover{background-color:#cdcdcd}.au-body ul.health-tabs li.active a{font-weight:700;background-color:#006fb0;color:#fff}.au-body .not-full-width ul.health-tabs{margin-top:0}@media print{.au-body .health-tabs{display:none}}.taskbar,.taskbar--2,.taskbar--3,.taskbar--4,.taskbar--5,.taskbar--6,.taskbar--tiled--2,.taskbar--tiled--3,.taskbar--tiled--4,.taskbar--tiled--5,.taskbar--tiled--6{color:#000}.taskbar--2:after,.taskbar--2:before,.taskbar--3:after,.taskbar--3:before,.taskbar--4:after,.taskbar--4:before,.taskbar--5:after,.taskbar--5:before,.taskbar--6:after,.taskbar--6:before,.taskbar--tiled--2:after,.taskbar--tiled--2:before,.taskbar--tiled--3:after,.taskbar--tiled--3:before,.taskbar--tiled--4:after,.taskbar--tiled--4:before,.taskbar--tiled--5:after,.taskbar--tiled--5:before,.taskbar--tiled--6:after,.taskbar--tiled--6:before,.taskbar:after,.taskbar:before{content:" ";display:table}.taskbar--2:after,.taskbar--3:after,.taskbar--4:after,.taskbar--5:after,.taskbar--6:after,.taskbar--tiled--2:after,.taskbar--tiled--3:after,.taskbar--tiled--4:after,.taskbar--tiled--5:after,.taskbar--tiled--6:after,.taskbar:after{clear:both}.taskbar ul,.taskbar--2 ul,.taskbar--3 ul,.taskbar--4 ul,.taskbar--5 ul,.taskbar--6 ul,.taskbar--tiled--2 ul,.taskbar--tiled--3 ul,.taskbar--tiled--4 ul,.taskbar--tiled--5 ul,.taskbar--tiled--6 ul{list-style-type:none;margin:0;padding:0}.taskbar ul>li,.taskbar--2 ul>li,.taskbar--3 ul>li,.taskbar--4 ul>li,.taskbar--5 ul>li,.taskbar--6 ul>li,.taskbar--tiled--2 ul>li,.taskbar--tiled--3 ul>li,.taskbar--tiled--4 ul>li,.taskbar--tiled--5 ul>li,.taskbar--tiled--6 ul>li{display:inline;float:left;text-align:center;margin-bottom:0}.taskbar ul>li .taskbar__item:last,.taskbar--2 ul>li .taskbar__item:last,.taskbar--3 ul>li .taskbar__item:last,.taskbar--4 ul>li .taskbar__item:last,.taskbar--5 ul>li .taskbar__item:last,.taskbar--6 ul>li .taskbar__item:last,.taskbar--tiled--2 ul>li .taskbar__item:last,.taskbar--tiled--3 ul>li .taskbar__item:last,.taskbar--tiled--4 ul>li .taskbar__item:last,.taskbar--tiled--5 ul>li .taskbar__item:last,.taskbar--tiled--6 ul>li .taskbar__item:last{margin-right:0}.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{padding:16px;padding:1rem;margin:0 3px 3px 0;display:block;border:0;min-height:0}@media (min-width:576px){.taskbar .taskbar--tiled--2.view ul>.views-row .node,.taskbar .taskbar--tiled--3.view ul>.views-row .node,.taskbar .taskbar--tiled--4.view ul>.views-row .node,.taskbar .taskbar--tiled--5.view ul>.views-row .node,.taskbar .taskbar--tiled--6.view ul>.views-row .node,.taskbar .taskbar__item,.taskbar--2 .taskbar.view ul>.views-row .node,.taskbar--2 .taskbar__item,.taskbar--3 .taskbar.view ul>.views-row .node,.taskbar--3 .taskbar__item,.taskbar--4 .taskbar.view ul>.views-row .node,.taskbar--4 .taskbar__item,.taskbar--5 .taskbar.view ul>.views-row .node,.taskbar--5 .taskbar__item,.taskbar--6 .taskbar.view ul>.views-row .node,.taskbar--6 .taskbar__item,.taskbar--tiled--2 .taskbar.view ul>.views-row .node,.taskbar--tiled--2 .taskbar__item,.taskbar--tiled--2.view ul>.views-row .node,.taskbar--tiled--2.view ul>.views-row .taskbar .node,.taskbar--tiled--3 .taskbar.view ul>.views-row .node,.taskbar--tiled--3 .taskbar__item,.taskbar--tiled--3.view ul>.views-row .node,.taskbar--tiled--3.view ul>.views-row .taskbar .node,.taskbar--tiled--4 .taskbar.view ul>.views-row .node,.taskbar--tiled--4 .taskbar__item,.taskbar--tiled--4.view ul>.views-row .node,.taskbar--tiled--4.view ul>.views-row .taskbar .node,.taskbar--tiled--5 .taskbar.view ul>.views-row .node,.taskbar--tiled--5 .taskbar__item,.taskbar--tiled--5.view ul>.views-row .node,.taskbar--tiled--5.view ul>.views-row .taskbar .node,.taskbar--tiled--6 .taskbar.view ul>.views-row .node,.taskbar--tiled--6 .taskbar__item,.taskbar--tiled--6.view ul>.views-row .node,.taskbar--tiled--6.view ul>.views-row .taskbar .node,.taskbar.view ul>.views-row .node,.taskbar.view ul>.views-row .taskbar--2 .node,.taskbar.view ul>.views-row .taskbar--3 .node,.taskbar.view ul>.views-row .taskbar--4 .node,.taskbar.view ul>.views-row .taskbar--5 .node,.taskbar.view ul>.views-row .taskbar--6 .node,.taskbar.view ul>.views-row .taskbar--tiled--2 .node,.taskbar.view ul>.views-row .taskbar--tiled--3 .node,.taskbar.view ul>.views-row .taskbar--tiled--4 .node,.taskbar.view ul>.views-row .taskbar--tiled--5 .node,.taskbar.view ul>.views-row .taskbar--tiled--6 .node{min-height:200px}}.taskbar .taskbar--tiled--2.view ul>.views-row .node:active,.taskbar .taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--3.view ul>.views-row .node:active,.taskbar .taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--4.view ul>.views-row .node:active,.taskbar .taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--5.view ul>.views-row .node:active,.taskbar .taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar .taskbar--tiled--6.view ul>.views-row .node:active,.taskbar .taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar .taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar .taskbar__item:active,.taskbar .taskbar__item:focus,.taskbar .taskbar__item:hover,.taskbar--2 .taskbar.view ul>.views-row .node:active,.taskbar--2 .taskbar.view ul>.views-row .node:focus,.taskbar--2 .taskbar.view ul>.views-row .node:hover,.taskbar--2 .taskbar__item:active,.taskbar--2 .taskbar__item:focus,.taskbar--2 .taskbar__item:hover,.taskbar--3 .taskbar.view ul>.views-row .node:active,.taskbar--3 .taskbar.view ul>.views-row .node:focus,.taskbar--3 .taskbar.view ul>.views-row .node:hover,.taskbar--3 .taskbar__item:active,.taskbar--3 .taskbar__item:focus,.taskbar--3 .taskbar__item:hover,.taskbar--4 .taskbar.view ul>.views-row .node:active,.taskbar--4 .taskbar.view ul>.views-row .node:focus,.taskbar--4 .taskbar.view ul>.views-row .node:hover,.taskbar--4 .taskbar__item:active,.taskbar--4 .taskbar__item:focus,.taskbar--4 .taskbar__item:hover,.taskbar--5 .taskbar.view ul>.views-row .node:active,.taskbar--5 .taskbar.view ul>.views-row .node:focus,.taskbar--5 .taskbar.view ul>.views-row .node:hover,.taskbar--5 .taskbar__item:active,.taskbar--5 .taskbar__item:focus,.taskbar--5 .taskbar__item:hover,.taskbar--6 .taskbar.view ul>.views-row .node:active,.taskbar--6 .taskbar.view ul>.views-row .node:focus,.taskbar--6 .taskbar.view ul>.views-row .node:hover,.taskbar--6 .taskbar__item:active,.taskbar--6 .taskbar__item:focus,.taskbar--6 .taskbar__item:hover,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--2 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--2 .taskbar__item:active,.taskbar--tiled--2 .taskbar__item:focus,.taskbar--tiled--2 .taskbar__item:hover,.taskbar--tiled--2.view ul>.views-row .node:active,.taskbar--tiled--2.view ul>.views-row .node:focus,.taskbar--tiled--2.view ul>.views-row .node:hover,.taskbar--tiled--2.view ul>.views-row .taskbar .node:active,.taskbar--tiled--2.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--2.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--3 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--3 .taskbar__item:active,.taskbar--tiled--3 .taskbar__item:focus,.taskbar--tiled--3 .taskbar__item:hover,.taskbar--tiled--3.view ul>.views-row .node:active,.taskbar--tiled--3.view ul>.views-row .node:focus,.taskbar--tiled--3.view ul>.views-row .node:hover,.taskbar--tiled--3.view ul>.views-row .taskbar .node:active,.taskbar--tiled--3.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--3.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--4 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--4 .taskbar__item:active,.taskbar--tiled--4 .taskbar__item:focus,.taskbar--tiled--4 .taskbar__item:hover,.taskbar--tiled--4.view ul>.views-row .node:active,.taskbar--tiled--4.view ul>.views-row .node:focus,.taskbar--tiled--4.view ul>.views-row .node:hover,.taskbar--tiled--4.view ul>.views-row .taskbar .node:active,.taskbar--tiled--4.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--4.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--5 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--5 .taskbar__item:active,.taskbar--tiled--5 .taskbar__item:focus,.taskbar--tiled--5 .taskbar__item:hover,.taskbar--tiled--5.view ul>.views-row .node:active,.taskbar--tiled--5.view ul>.views-row .node:focus,.taskbar--tiled--5.view ul>.views-row .node:hover,.taskbar--tiled--5.view ul>.views-row .taskbar .node:active,.taskbar--tiled--5.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--5.view ul>.views-row .taskbar .node:hover,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:active,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:focus,.taskbar--tiled--6 .taskbar.view ul>.views-row .node:hover,.taskbar--tiled--6 .taskbar__item:active,.taskbar--tiled--6 .taskbar__item:focus,.taskbar--tiled--6 .taskbar__item:hover,.taskbar--tiled--6.view ul>.views-row .node:active,.taskbar--tiled--6.view ul>.views-row .node:focus,.taskbar--tiled--6.view ul>.views-row .node:hover,.taskbar--tiled--6.view ul>.views-row .taskbar .node:active,.taskbar--tiled--6.view ul>.views-row .taskbar .node:focus,.taskbar--tiled--6.view ul>.views-row .taskbar .node:hover,.taskbar.view ul>.views-row .node:active,.taskbar.view ul>.views-row .node:focus,.taskbar.view ul>.views-row .node:hover,.taskbar.view ul>.views-row .taskbar--2 .node:active,.taskbar.view ul>.views-row .taskbar--2 .node:focus,.taskbar.view ul>.views-row .taskbar--2 .node:hover,.taskbar.view ul>.views-row .taskbar--3 .node:active,.taskbar.view ul>.views-row .taskbar--3 .node:focus,.taskbar.view ul>.views-row .taskbar--3 .node:hover,.taskbar.view ul>.views-row .taskbar--4 .node:active,.taskbar.view ul>.views-row .taskbar--4 .node:focus,.taskbar.view ul>.views-row .taskbar--4 .node:hover,.taskbar.view ul>.views-row .taskbar--5 .node:active,.taskbar.view ul>.views-row .taskbar--5 .node:focus,.taskbar.view ul>.views-row .taskbar--5 .node:hover,.taskbar.view ul>.views-row .taskbar--6 .node:active,.taskbar.view ul>.views-row .taskbar--6 .node:focus,.taskbar.view ul>.views-row .taskbar--6 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--2 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--3 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--4 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--5 .node:hover,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:active,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:focus,.taskbar.view ul>.views-row .taskbar--tiled--6 .node:hover{background-color:#001a49}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar .taskbar__img,.taskbar--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--2 .taskbar__img,.taskbar--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--3 .taskbar__img,.taskbar--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--4 .taskbar__img,.taskbar--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--5 .taskbar__img,.taskbar--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--6 .taskbar__img,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--2 .taskbar__img,.taskbar--tiled--2.view ul>.views-row .field-name-field-image,.taskbar--tiled--2.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--3 .taskbar__img,.taskbar--tiled--3.view ul>.views-row .field-name-field-image,.taskbar--tiled--3.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--4 .taskbar__img,.taskbar--tiled--4.view ul>.views-row .field-name-field-image,.taskbar--tiled--4.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--5 .taskbar__img,.taskbar--tiled--5.view ul>.views-row .field-name-field-image,.taskbar--tiled--5.view ul>.views-row .taskbar .field-name-field-image,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-field-image,.taskbar--tiled--6 .taskbar__img,.taskbar--tiled--6.view ul>.views-row .field-name-field-image,.taskbar--tiled--6.view ul>.views-row .taskbar .field-name-field-image,.taskbar.view ul>.views-row .field-name-field-image,.taskbar.view ul>.views-row .taskbar--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--6 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--2 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--3 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--4 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--5 .field-name-field-image,.taskbar.view ul>.views-row .taskbar--tiled--6 .field-name-field-image{border:0}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar .taskbar__title,.taskbar--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--2 .taskbar__title,.taskbar--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--3 .taskbar__title,.taskbar--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--4 .taskbar__title,.taskbar--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--5 .taskbar__title,.taskbar--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--6 .taskbar__title,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--2 .taskbar__title,.taskbar--tiled--2.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--2.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--3 .taskbar__title,.taskbar--tiled--3.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--3.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--4 .taskbar__title,.taskbar--tiled--4.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--4.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--5 .taskbar__title,.taskbar--tiled--5.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--5.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-title a,.taskbar--tiled--6 .taskbar__title,.taskbar--tiled--6.view ul>.views-row .field-name-title .taskbar a,.taskbar--tiled--6.view ul>.views-row .field-name-title a,.taskbar.view ul>.views-row .field-name-title .taskbar--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--6 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--2 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--3 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--4 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--5 a,.taskbar.view ul>.views-row .field-name-title .taskbar--tiled--6 a,.taskbar.view ul>.views-row .field-name-title a{font-size:20px;line-height:24px}.taskbar .taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar .taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar .taskbar__desc,.taskbar--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--2 .taskbar__desc,.taskbar--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--3 .taskbar__desc,.taskbar--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--4 .taskbar__desc,.taskbar--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--5 .taskbar__desc,.taskbar--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--6 .taskbar__desc,.taskbar--tiled--2 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--2 .taskbar__desc,.taskbar--tiled--2.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--2.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--3 .taskbar__desc,.taskbar--tiled--3.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--3.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--4 .taskbar__desc,.taskbar--tiled--4.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--4.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--5 .taskbar__desc,.taskbar--tiled--5.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--5.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar.view ul>.views-row .field-name-body p,.taskbar--tiled--6 .taskbar__desc,.taskbar--tiled--6.view ul>.views-row .field-name-body .taskbar p,.taskbar--tiled--6.view ul>.views-row .field-name-body p,.taskbar.view ul>.views-row .field-name-body .taskbar--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--6 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--2 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--3 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--4 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--5 p,.taskbar.view ul>.views-row .field-name-body .taskbar--tiled--6 p,.taskbar.view ul>.views-row .field-name-body p{font-size:16px;line-height:20px;margin-bottom:0;margin-top:-10px}.taskbar--tiled--2 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--2 ul>li{width:50%}}.taskbar--2 ul>li{width:100%}@media (min-width:576px){.taskbar--2 ul>li{width:50%}}@media (min-width:768px){.taskbar--2 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--2 ul>li{width:50%}}.taskbar--2 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--3 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--3 ul>li{width:33.33333%}}.taskbar--3 ul>li{width:100%}@media (min-width:576px){.taskbar--3 ul>li{width:50%}}@media (min-width:768px){.taskbar--3 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--3 ul>li{width:33.33333%}}.taskbar--3 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--4 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--4 ul>li{width:25%}}.taskbar--4 ul>li{width:100%}@media (min-width:576px){.taskbar--4 ul>li{width:50%}}@media (min-width:768px){.taskbar--4 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--4 ul>li{width:25%}}.taskbar--4 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--5 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--5 ul>li{width:20%}}.taskbar--5 ul>li{width:100%}@media (min-width:576px){.taskbar--5 ul>li{width:50%}}@media (min-width:768px){.taskbar--5 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--5 ul>li{width:20%}}.taskbar--5 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--6 ul>li{width:100%}@media (min-width:576px){.taskbar--tiled--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--tiled--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--tiled--6 ul>li{width:16.66667%}}.taskbar--6 ul>li{width:100%}@media (min-width:576px){.taskbar--6 ul>li{width:50%}}@media (min-width:768px){.taskbar--6 ul>li{width:33.33333%}}@media (min-width:992px){.taskbar--6 ul>li{width:16.66667%}}.taskbar--6 .taskbar__item{margin:0;background-color:transparent}.taskbar--tiled--2.view ul>.views-row,.taskbar--tiled--3.view ul>.views-row,.taskbar--tiled--4.view ul>.views-row,.taskbar--tiled--5.view ul>.views-row,.taskbar--tiled--6.view ul>.views-row,.taskbar.view ul>.views-row{margin:0}.taskbar--tiled--2.view ul>.views-row:hover,.taskbar--tiled--3.view ul>.views-row:hover,.taskbar--tiled--4.view ul>.views-row:hover,.taskbar--tiled--5.view ul>.views-row:hover,.taskbar--tiled--6.view ul>.views-row:hover,.taskbar.view ul>.views-row:hover{cursor:pointer}.health-toolbar{padding-bottom:8px;padding-bottom:.5rem}.health-toolbar__items>li{margin:0;margin-right:18px;margin-right:1.1rem;float:left;display:block}@media (min-width:768px){.health-toolbar__items>li{margin-right:16px;margin-right:1rem}}@media print{.health-toolbar{display:none}}.health-toolbar #health-share-menu{display:none}.health-toolbar .health-tooltip-theme #health-share-menu{display:block}.health-tooltip-theme{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";padding:8px;padding:.5rem;text-align:left;color:#313131;font-size:.9em;background-color:#fff;border:3px solid #ccc;border-color:#777;-webkit-box-shadow:0 0 35px -7px rgba(0,0,0,.5);box-shadow:0 0 35px -7px rgba(0,0,0,.5)}.health-tooltip-theme p{padding:0;margin:0}*+.health-video{margin-top:24px;margin-top:1.5rem}.health-video__preview{position:relative;line-height:0}.health-video__preview .health-video__preview__play-button{display:none;position:absolute;font-size:6em;opacity:.8;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.health-video__preview .health-video__preview__play-button svg{fill:#fff;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.75));filter:drop-shadow(0 0 4px rgba(0,0,0,.75))}.health-video__preview__link{display:block}.health-video__preview__link:active .health-video__preview__play-button,.health-video__preview__link:focus .health-video__preview__play-button,.health-video__preview__link:hover .health-video__preview__play-button{display:block;cursor:pointer}.health-video__preview__length{padding:12px;padding:.75rem;background-color:#000;color:#fff;opacity:.75;vertical-align:top;display:inline-block;position:absolute;right:0;bottom:0}.health-video__preview__length--small{display:none}@media (min-width:768px){.health-video__preview__length--small{display:inline-block;padding:8px;padding:.5rem;font-size:.85em;right:3px;bottom:3px}}.health-video--inline{border:2px solid #ccc;padding:16px;padding:1rem}*+.health-video--inline{margin-top:24px;margin-top:1.5rem}@media (min-width:768px){.au-grid .not-full-width{margin-top:40px;margin-top:2.5rem}}.au-main-nav.au-main-nav--dark{border-bottom-color:#ba8a58;background:#333}.au-main-nav.au-main-nav--dark .active a{border-color:#000;background:#000}.au-main-nav.au-main-nav--dark a{border-color:#000}.au-main-nav.au-main-nav--dark a:focus,.au-main-nav.au-main-nav--dark a:hover{background:#000}.au-main-nav.au-main-nav--dark .au-main-nav__menu{background-color:#333}.au-main-nav .au-link-list>li.active a,.au-main-nav .au-link-list>li.active-trail a{border-bottom-color:#fff}.au-main-nav .au-link-list>li.active a:focus,.au-main-nav .au-link-list>li.active a:hover,.au-main-nav .au-link-list>li.active-trail a:focus,.au-main-nav .au-link-list>li.active-trail a:hover{border-bottom-color:#fff}.au-header.au-header{border-top:0}.au-header.au-header .au-header__logo{max-width:320px;margin:16px auto 0;margin:1rem auto 0}@media (min-width:768px){.au-header.au-header .au-header__logo{margin:0}}@media (min-width:992px){.au-header.au-header .au-header__logo{max-width:400px}}.au-header.au-header--dark{background:#333}.au-header.au-header--dark a{color:#fff}.au-header.au-header--dark a:hover{color:#fff;text-decoration:none}.health-sub-header{padding:12px 0;background:#f1f1f2}@media (min-width:768px){.health-sub-header{padding:32px 0 48px 0;padding:2rem 0 3rem 0}}.health-sub-header h1{margin-top:0}.health-sub-header .au-introduction{margin-top:8px;margin-top:.5rem}@media (min-width:768px){.health-sub-header .au-introduction{margin-top:16px;margin-top:1rem}}.health-sub-header__section-title{margin-bottom:10px;margin-bottom:.65rem}@media (min-width:768px){.health-sub-header__section-title{display:none}}@media print{.health-sub-header__section-title{display:none}}.health-sub-header__supp{padding-top:24px;padding-top:1.5rem}@media print{.health-sub-header__supp{display:none}}@media (min-width:768px){.health-sub-header__supp--center{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:768px){.health-sub-header__supp{padding-top:0}}.au-inpage-nav-links{border-color:#ba8a58}.health-search__form__input{border-color:#fff}.health-search__form__submit{background-color:#ba8a58;background-image:url("data:image/svg+xml,%3Csvg viewBox='-5 -5 32 32' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.health-search__form__submit:focus:not(:disabled),.health-search__form__submit:hover:not(:disabled){background-color:#000}.health-hero{background:#ececec;position:relative}@media (min-width:768px){.health-hero{overflow:hidden}}.health-hero__image-container{max-height:200px;overflow:hidden}@media (min-width:768px){.health-hero__image-container{position:absolute;top:0;left:0;bottom:0;right:0;max-height:none}}.health-hero__image{height:auto;display:block;width:100%}@media (min-width:768px){.health-hero__image{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-bottom:0}}.health-hero__content{background:#333;position:relative;padding:32px;padding:2rem;width:100%}@media (min-width:768px){.health-hero__content{background-color:rgba(0,0,0,.8);padding:48px;padding:3rem;width:60%}}@media (min-width:1200px){.health-hero__content{padding:64px;padding:4rem;min-height:500px;width:50%}}.health-hero__title{color:#e9ad74}.health-hero__summary{font-size:20px;font-size:1.25rem;line-height:1.6;font-weight:400}@media (min-width:768px){.health-hero__summary{font-size:24px;font-size:1.5rem;line-height:1.5}}.health-hero.health-hero--dark{background:#333}.health-hero.health-hero--dark .health-hero__content{color:#fff}.au-footer.au-body.au-body--dark.au-footer--dark{background:#333}.au-body .au-side-nav a:focus,.au-body .au-side-nav a:hover{background-color:#f4d6ba}.au-body .au-side-nav a.active{background-color:#f4d6ba}.health-compare{border:1px solid #ccc}.health-compare__title{background:#f4d6ba}.au-body .au-callout{background-color:#f1f1f2;border-left-color:#ba8a58}.au-body .au-callout--secondary,.au-body .au-callout--tertiary{border-left-color:#ba8a58}.health-card--top-highlight{-webkit-transition:color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;-o-transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out;transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out;transition:box-shadow .2s ease-in-out,color .2s ease-in-out,border-top-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;border-top-color:#ba8a58}.health-card--top-highlight:focus,.health-card--top-highlight:hover{border-top-color:#e9ad74}.au-body .health-band .row>[class*=col-xs]{margin-top:16px;margin-top:1rem;margin-bottom:16px;margin-bottom:1rem}@media (min-width:768px){.au-body .health-band .row>[class*=col-xs]{margin-top:0;margin-bottom:0}}.au-body .health-band.health-band--dark{color:#fff}/*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */.svg-inline--fa{display:inline-block}.svg-inline--fa svg{font-size:inherit;height:1em;width:1em;overflow:visible;vertical-align:-.125em;fill:currentColor}.svg-inline--fa.fa-fw svg{width:1.25em}.svg-inline--fa.fa-2x svg{font-size:2em}.svg-inline--fa.fa-3x svg{font-size:3em}.svg-inline--fa.fa-left{margin-right:6px;margin-right:.35rem} \ No newline at end of file diff --git a/source/sass/components/@nst/_nst-header.scss b/source/sass/components/@nst/_nst-header.scss index ad50f402..7cb47dc6 100644 --- a/source/sass/components/@nst/_nst-header.scss +++ b/source/sass/components/@nst/_nst-header.scss @@ -1,8 +1,12 @@ // Health variation on the au-header. .au-header.au-header { border-top: 0; - .au-header__logo { + max-width: 320px; + @include AU-space('margin',1unit auto 0); + @include AU-media(sm) { + @include AU-space('margin', 0); + } @include AU-media(md) { max-width: 400px; } diff --git a/source/sass/components/@nst/_nst-hero.scss b/source/sass/components/@nst/_nst-hero.scss index 4bd263a3..ca26189b 100644 --- a/source/sass/components/@nst/_nst-hero.scss +++ b/source/sass/components/@nst/_nst-hero.scss @@ -1,27 +1,31 @@ .health-hero { $parent: &; // more readable than &#{&} - background: none; + background: $colour-light; position: relative; @include AU-media('sm') { - height: 380px; + // height: 380px; This can be fixed is reqd overflow: hidden; } &__image-container { + max-height: 200px; + overflow: hidden; @include AU-media('sm') { position: absolute; top: 0; left: 0; bottom: 0; right: 0; + max-height: none; } } &__image { height: auto; display: block; + width: 100%; @include AU-media('sm') { position: absolute; @@ -31,19 +35,26 @@ } } - - - - - &__content { - @include rgba-background(black, .8); + background: $gravitas-grey; position: relative; - @include AU-space('padding', 3unit); - width: 50%; //temp + @include AU-space('padding', 2unit); + width: 100%; + @include AU-media(sm){ + @include rgba-background(black, .8); + @include AU-space('padding', 3unit); + width: 60%; + } + @include AU-media(lg){ + @include AU-space('padding', 4unit); + min-height: 500px; // so that image is a sliver at most popular desktop width 1920 + width: 50%; + } } - &__title {} + &__title { + color: $light-gold; + } &__summary { @include health-fontgrid( lg , default, light); @@ -51,9 +62,9 @@ &__call-to-action {} - // Dark modifier &#{$parent}--dark { + background: $gravitas-grey; #{$parent}__content { color: white; } diff --git a/style-guide/components/01-components/band/band--dispute-resolution.hbs b/style-guide/components/01-components/band/band--dispute-resolution.hbs index 09469ffc..7ea26e2f 100644 --- a/style-guide/components/01-components/band/band--dispute-resolution.hbs +++ b/style-guide/components/01-components/band/band--dispute-resolution.hbs @@ -2,7 +2,7 @@
-
+

{{{ title }}}

@@ -11,7 +11,7 @@

-
+