
/*! PANCAKE v1.2.4 PANCAKE-SASS v2.1.0 */
/*
 * THIS FILE IS AUTOGENERATED EVERY TIME YOU INSTALL A PANCAKE MODULE.
 * DO NOT EDIT THIS FILE AND AVOID COMMITTING IT TO VERSION CONTROL.
 */
/**
 * Sass versioning
 *
 * @description  Version your scss modules and test them at compile time
 * @author       @dominikwilkowski
 * @website      https://dominikwilkowski.github.io/sass-versioning/sassdoc/
 * @repository   https://github.com/dominikwilkowski/sass-versioning
 * @license      https://raw.githubusercontent.com/dominikwilkowski/sass-versioning/master/LICENSE GPL-3.0
 */
/*! @gov.au/core v3.1.1 */
/**
 * AU-replace - Replace a string with a string
 * http://codepen.io/jakob-e/pen/doMoML
 *
 * @author @eriksen_dk <https://twitter.com/eriksen_dk>
 *
 * @param  {string} $string  - The haystack string to be manipulated
 * @param  {string} $search  - The needle to be replace
 * @param  {string} $replace - The replacement
 *
 * @return {string}          - The manipulated string with replaced values
 */
/**
 * AU-svguri - Generate an optimized SVG data-uri
 * https://codepen.io/tigt/post/optimizing-svgs-in-data-uris
 * http://codepen.io/jakob-e/pen/doMoML
 *
 * @author @eriksen_dk <https://twitter.com/eriksen_dk>
 *
 * @param  {string} $svg - The SVG to be converted
 *
 * @return {string}      - An optimized data-uri
 */
/**
 * AU-factorial - Returns the factorial of a non-negative integer.
 * https://github.com/terkel/mathsass
 *
 * @author Pascal Duez @pascalduez <http://pascalduez.me/>
 *
 * @param  {integer} $number - A non-negative integer.
 *
 * @return {integer}         - The factorial log
 */
/**
 * AU-pow - Returns base to the exponent power.
 * https://github.com/terkel/mathsass
 *
 * @author Pascal Duez @pascalduez <http://pascalduez.me/>
 *
 * @param  {integers} $base     - The base number
 * @param  {integers} $exponent - The exponent to which to raise base
 *
 * @return {integers}           - The result of the math
 */
/**
 * AU-color-luminance - Calculate color luminance
 *
 * https://github.com/voxpelli/sass-color-helpers/blob/master/stylesheets/color-helpers/_contrast.scss
 * Adapted from: https://github.com/LeaVerou/contrast-ratio/blob/gh-pages/color.js
 * Formula: http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
 *
 * @author Pelle Wessman @voxpelli <http://kodfabrik.se/>
 *
 * @param  {string} $color - The color to calculate the luminance from
 *
 * @return {float}          - The luminance
 */
/**
 * AU-color-contrast - Get the contrast ratio of two colors and warn when it is below WCAG 2.0 AA standard 4.5:1
 *
 * https://github.com/voxpelli/sass-color-helpers/blob/master/stylesheets/color-helpers/_contrast.scss
 * Adapted from: https://github.com/LeaVerou/contrast-ratio/blob/gh-pages/color.js
 * Formula: http://www.w3.org/TR/2008/REC-WCAG20-20081211/#contrast-ratiodef
 *
 * @author Pelle Wessman @voxpelli <http://kodfabrik.se/>
 *
 * @param  {string}   $foreground - Color one
 * @param  {string}   $background - Color two
 * @param  {boolean}  $silent     - If the logs get printed in the terminal
 * @param  {boolean}  $rounded    - If the value is rounded or not
 *
 * @return {integer}              - The contrast ratio
 */
/**
 * AU-color-a11y - The function to find the nearest accessible color
 *
 * https://github.com/alex-page/sass-a11ycolor
 *
 * @author Alex Page @aalexpaage <http://alexpage.com.au>
 *
 * @param  {Color}           $toMakeA11y           - The color that is to be changed
 * @param  {Color}           $background           - The background color to compare against toMakeA11y for the contrast
 * @param  {'small'|'large'} $ratioKey   ['small'] - The keyword 'small' or 'large' to set the WCAG 2.1 contrast ration or 3.0 or 4.5
 * @param  {Number}          $steps      [0.1]     - The step size our function is searching for a new color in. The bigger the number the faster the process
 *                                                    the rougher the found color.
 *
 * @return {Color}                                 - Returns the nearest accessible color
 */
/**
 * AU-space - Mixin for setting a properties value to snap to the grid, with a fallback for REM.
 *
 * @param  {string} $property - The css property to apply the spacing ( padding, margin )
 * @param  {number} $values   - The values of the property ( 0, 20px, 1unit, 5% )
 *
 * @return {number}           - The space in px and rems
 */
/**
 * AU-clearfix - Clearing floats
 */
/**
 * AU-media - Create media queries and wraps the @content code inside of it
 *
 * @param  {keywords} $breakpoint - Either one of the following keywords: xs, sm, md, lg
 *
 * @return {string}               - The code passed in via @content wrapped inside a media query
 */
/**
 * AU-sronly - Hide an element from the screen but not a screen reader
 */
/**
 * AU-outline - Create outline based on the theme the user is using.
 *
 * @param  {keywords} $theme - `dark` or default ( `light` )
 *
 * @return {string}          - The code
 */
/**
 * AU-focus - Add the outline to focus
 */
/**
 * AU-fontgrid Mixin for setting font-size and line-height that snaps to the grid.
 *
 * @param  {keywords} $fontsize-key   -  Either one of the following keywords: xs, sm, md, lg, xl, xxl, xxxl
 * @param  {keywords} $lineheight-key -  Either one of the following keywords: heading, nospace, default
 *
 * @return {string}                   - The code; fontsize in REM, with PX fallback, and unitless line-height which matches vertical grid
*/
/**
 * AU-pixelfallback enable pixel fallbacks
 */
/**
 * AU-media Breakpoints
 */
/**
 * AU-rem value used for REM calculation
 */
/**
 * AU-unit used for all type and grid calculations
 */
/**
 * AU-font stack
 * AU-font-monospace stack
 */
/**
 * AU-fontsize-map
 *
 * Predetermined pixel sizes from a 1.25 typescale rounded to the nearest $AU-unit (vertical grid)
 */
/**
 * AU-lineheight-map
 *
 * Predetermined lineheight mapped to keyword
 */
/**
 * AU-maxwidth for line lengths (the ‘measure’)
 */
/**
 * Colors light theme
 */
/**
 * Colors dark theme
 */
/**
 * Colors system messages
 */
/**
 * AU-border-radius styles
 */
/*! @gov.au/accordion v6.0.0 */
@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: whitesmoke; }
  .au-accordion.au-accordion--dark, .au-body--dark .au-accordion,
  .color--dark .au-accordion,
  .color--dark-alt .au-accordion {
    border-color: #95b7bf;
    color: #ffffff; }
    .au-accordion.au-accordion--dark .au-accordion__title, .au-body--dark .au-accordion .au-accordion__title, .color--dark .au-accordion .au-accordion__title, .color--dark-alt .au-accordion .au-accordion__title {
      background-color: #104f5f; }

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

.au-body .au-accordion__title,
.au-accordion__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 16px 40px 16px 16px;
  padding: 1rem 2.5rem 1rem 1rem;
  display: block;
  color: #00698f;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  position: relative;
  cursor: pointer; }
  .au-body .au-accordion__title:hover,
  .au-accordion__title:hover {
    text-decoration: none;
    color: #313131; }
    .au-body .au-accordion__title:hover:after,
    .au-accordion__title:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23313131' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%23313131' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E"); }
  .au-body .au-accordion__title:focus,
  .au-accordion__title:focus {
    outline: 3px solid #9263DE;
    outline-offset: 2px; }
  .au-body .au-accordion__title::-moz-focus-inner,
  .au-accordion__title::-moz-focus-inner {
    border: 0; }
  .au-body .au-accordion__title:focus,
  .au-accordion__title:focus {
    z-index: 100; }
  .au-body .au-accordion__title::-webkit-details-marker,
  .au-accordion__title::-webkit-details-marker {
    display: none; }
  .au-body .au-accordion__title:after,
  .au-accordion__title:after {
    content: ' ';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-top: -0.5rem;
    right: 16px;
    right: 1rem;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2300698f' d='M64 0l64 64-16 16-64-64'/%3E%3Cpath fill='%2300698f' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 101;
    -webkit-transition: -webkit-transform 0.25s ease-in;
    transition: -webkit-transform 0.25s ease-in;
    transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in; }
  .au-body .au-accordion__title.au-accordion--closed:after,
  .au-accordion__title.au-accordion--closed:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .ie8 .au-body .au-accordion__title:after,
  .lt-ie8 .au-body .au-accordion__title:after, .ie8
  .au-accordion__title:after,
  .lt-ie8
  .au-accordion__title:after {
    content: ' ▼ '; }
  .ie8 .au-body .au-accordion__title.au-accordion--open:after,
  .lt-ie8 .au-body .au-accordion__title.au-accordion--open:after, .ie8
  .au-accordion__title.au-accordion--open:after,
  .lt-ie8
  .au-accordion__title.au-accordion--open:after {
    content: ' ▲ '; }

.au-body.au-body--dark .au-accordion__title, .paragraph.color--dark .au-accordion__title, .paragraph.color--dark-alt .au-accordion__title, .au-accordion.au-accordion--dark .au-accordion__title, .au-body--dark .au-accordion .au-accordion__title, .color--dark .au-accordion .au-accordion__title, .color--dark-alt .au-accordion .au-accordion__title {
  color: #61daff; }
  .au-body.au-body--dark .au-accordion__title:hover, .paragraph.color--dark .au-accordion__title:hover, .paragraph.color--dark-alt .au-accordion__title:hover,
  .au-accordion.au-accordion--dark .au-accordion__title:hover,
  .au-body--dark .au-accordion .au-accordion__title:hover,
  .color--dark .au-accordion .au-accordion__title:hover,
  .color--dark-alt .au-accordion .au-accordion__title:hover {
    color: #ffffff; }
    .au-body.au-body--dark .au-accordion__title:hover:after, .paragraph.color--dark .au-accordion__title:hover:after, .paragraph.color--dark-alt .au-accordion__title:hover:after,
    .au-accordion.au-accordion--dark .au-accordion__title:hover:after,
    .au-body--dark .au-accordion .au-accordion__title:hover:after,
    .color--dark .au-accordion .au-accordion__title:hover:after,
    .color--dark-alt .au-accordion .au-accordion__title:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23ffffff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23ffffff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E"); }
  .au-body.au-body--dark .au-accordion__title:focus, .paragraph.color--dark .au-accordion__title:focus, .paragraph.color--dark-alt .au-accordion__title:focus,
  .au-accordion.au-accordion--dark .au-accordion__title:focus,
  .au-body--dark .au-accordion .au-accordion__title:focus,
  .color--dark .au-accordion .au-accordion__title:focus,
  .color--dark-alt .au-accordion .au-accordion__title:focus {
    outline: 3px solid #C390F9; }
  .au-body.au-body--dark .au-accordion__title::-moz-focus-inner, .paragraph.color--dark .au-accordion__title::-moz-focus-inner, .paragraph.color--dark-alt .au-accordion__title::-moz-focus-inner,
  .au-accordion.au-accordion--dark .au-accordion__title::-moz-focus-inner,
  .au-body--dark .au-accordion .au-accordion__title::-moz-focus-inner,
  .color--dark .au-accordion .au-accordion__title::-moz-focus-inner,
  .color--dark-alt .au-accordion .au-accordion__title::-moz-focus-inner {
    border: 0; }
  .au-body.au-body--dark .au-accordion__title:after, .paragraph.color--dark .au-accordion__title:after, .paragraph.color--dark-alt .au-accordion__title:after,
  .au-accordion.au-accordion--dark .au-accordion__title:after,
  .au-body--dark .au-accordion .au-accordion__title:after,
  .color--dark .au-accordion .au-accordion__title:after,
  .color--dark-alt .au-accordion .au-accordion__title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%2361daff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%2361daff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E"); }

.au-accordion__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden; }
  .js .au-accordion__body.au-accordion--open {
    display: block;
    height: auto; }
  .js .au-accordion__body.au-accordion--closed {
    display: none;
    height: 0; }

.au-accordion__body-wrapper {
  padding: 16px;
  padding: 1rem;
  border-top: 1px solid gray; }
  .au-accordion--dark .au-accordion__body-wrapper {
    border-top: 1px solid #95b7bf; }

.au-accordion-group {
  list-style: none;
  padding: 0; }

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

.au-body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #313131;
  background-color: #ffffff;
  /**
	 * Highlighting in-page sections that are in focus
	 */
  /**
	 * `mark` styling.
	 */
  /**
	 * Text selection styling
	 */
  /**
	 * Vertical spacing of common text elements.
	 */
  /**
	 * Emphasis and alt. voice/mood/diff. from prose text.
	 */
  /**
	 * Stong emphasis.
	 */
  /**
	 * `small`: for less important information (not stylistic purposes).
	 */
  /**
	 * `s`: represents contents no longer accurate/relevant.
	 * del` & `ins`: editorial markup.
	 */
  /**
	 * Defining definition of a term.
	 *
	 * The paragraph, description list group, or section that is the nearest
	 * ancestor of the `dfn` element must also contain the definition(s) for the term
	 * given by the `dfn` element.
	 *
	 * Note: `abbr` can be nested inside `dfn`.
	 */
  /**
	 * Abbreviations/acronyms.
	 */
  /**
	 * Variables, eg. as used in mathematical expressions.
	 *
	 * We also provide semantic support for nested vars, and things like indices.
	 */
  /**
	 * Prevent `sub` and `sup` elements from affecting the line height in
	 * all browsers.
	 * https://github.com/necolas/normalize.css/blob/master/normalize.css#L174
	 */
  /**
	 * Keyboard strokes.
	 * Code snippets and code blocks.
	 */
  /**
	 * Horizontal rule, used for paragraph-level thematic breaks.
	 */
  /**
	 *  Body colour schemes
	 */ }
  .au-body a {
    color: #00698f;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink; }
    .au-body a[rel~='external']:after {
      content: ' ';
      display: inline-block;
      width: 0.7em;
      height: 0.85em;
      margin: 0 0.1em -0.02em 0.25em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2300698f' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E%3Cpath fill='%2300698f' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position-y: 0.12em; }
      .ie8 .au-body a[rel~='external']:after,
      .lt-ie8 .au-body a[rel~='external']:after {
        content: '⇗';
        color: #00698f; }
    .au-body a:hover {
      color: #313131;
      text-decoration: none; }
      .au-body a:hover[rel~='external']:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23313131' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E%3Cpath fill='%23313131' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E%3C/svg%3E"); }
        .ie8 .au-body a:hover[rel~='external']:after,
        .lt-ie8 .au-body a:hover[rel~='external']:after {
          content: '⇗';
          color: #313131; }
    .au-body a:focus {
      outline: 3px solid #9263DE;
      outline-offset: 2px; }
    .au-body a::-moz-focus-inner {
      border: 0; }
  .au-body [tabindex="0"]:focus,
  .au-body :target {
    outline: 3px solid #9263DE;
    outline-offset: 2px; }
  .au-body mark {
    color: #ffffff;
    background-color: #00698f; }
  .au-body ::-moz-selection {
    color: #ffffff;
    background-color: rgba(0, 105, 143, 0.99); }
  .au-body ::selection {
    color: #ffffff;
    background-color: rgba(0, 105, 143, 0.99); }
  .au-body img::-moz-selection,
  .au-body video::-moz-selection,
  .au-body iframe::-moz-selection {
    background-color: rgba(0, 105, 143, 0.75); }
  .au-body img::selection,
  .au-body video::selection,
  .au-body iframe::selection {
    background-color: rgba(0, 105, 143, 0.75); }
  .au-body p {
    max-width: 42em;
    margin: 0; }
  .au-body * + p {
    margin-top: 24px;
    margin-top: 1.5rem; }
  .au-body ul:not([class]),
  .au-body ol:not([class]),
  .au-body dl:not([class]),
  .au-body pre {
    margin: 0; }
  .au-body * + ul:not([class]),
  .au-body * + ol:not([class]),
  .au-body * + dl:not([class]),
  .au-body * + pre {
    margin-top: 24px;
    margin-top: 1.5rem; }
  .au-body ul:not([class]) > li,
  .au-body ol:not([class]) > li {
    margin-top: 8px;
    margin-top: 0.5rem; }
    .au-body ul:not([class]) > li > ul:not([class]),
    .au-body ul:not([class]) > li > ol:not([class]),
    .au-body ol:not([class]) > li > ul:not([class]),
    .au-body ol:not([class]) > li > ol:not([class]) {
      margin-top: 8px;
      margin-top: 0.5rem; }
  .au-body ul:not([class]) > ul:not([class]),
  .au-body ol:not([class]) > ul:not([class]) {
    list-style-type: disc; }
  .au-body dl:not([class]) > dd {
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-left: 8px;
    padding-left: 0.5rem;
    margin-left: 0;
    border-left: solid 1px; }
  .au-body dl:not([class]) > dt {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-weight: bold; }
    .au-body dl:not([class]) > dt:first-of-type {
      margin-top: 0; }
  .au-body .written-by:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHZpZXdCb3g9IjAgMCA2NTggMTgiPjx0ZXh0IHg9IjEzIiB5PSIxMyIgZm9udC1zaXplPSIxMyI+TWVzc3JzLCBEb20sIFBhZ2V5LCBUcmViLCBQYXQgYW5kIEtsZXBhcyBhcmUgcHJvdWQgdG8gcHJlc2VudCB0aGUgR09MRCBkZXNpZ24gc3lzdGVtLiAtIE1pc2NoaWVmIG1hbmFnZWQ8L3RleHQ+PC9zdmc+");
    color: #BADA55; }
  .au-body em,
  .au-body i {
    font-style: italic; }
  .au-body strong,
  .au-body b {
    font-weight: bold; }
  .au-body small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857; }
  .au-body s,
  .au-body del {
    text-decoration: line-through; }
  .au-body ins {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
            text-decoration-style: dashed;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink; }
  .au-body dfn {
    font-style: normal; }
  .au-body abbr,
  .au-body abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; }
  .au-body abbr[title] {
    cursor: help; }
  .au-body a abbr {
    padding-bottom: 1px; }
  .au-body var {
    padding: 0 1px;
    font-style: italic;
    font-family: serif; }
    .au-body var sup,
    .au-body var sub {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 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: 0.875rem;
    line-height: 1.14286;
    position: relative;
    vertical-align: baseline; }
  .au-body sub {
    bottom: -0.25em; }
  .au-body sup {
    top: -0.5em; }
  .au-body kbd,
  .au-body code,
  .au-body samp {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    padding: 4px;
    padding: 0.25rem;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    display: inline-block;
    border-radius: 4px;
    background-color: whitesmoke;
    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, .paragraph.color--alt {
    background: #ebebeb; }
    .au-body.au-body--alt kbd, .paragraph.color--alt kbd,
    .au-body.au-body--alt code,
    .paragraph.color--alt code,
    .au-body.au-body--alt samp,
    .paragraph.color--alt samp {
      background-color: #e0e0e0; }
  .au-body.au-body--dark, .paragraph.color--dark, .paragraph.color--dark-alt {
    background: #135E70;
    color: #ffffff; }
    .au-body.au-body--dark ::-moz-selection, .paragraph.color--dark ::-moz-selection, .paragraph.color--dark-alt ::-moz-selection {
      color: #135E70;
      background-color: rgba(97, 218, 255, 0.99); }
    .au-body.au-body--dark ::selection, .paragraph.color--dark ::selection, .paragraph.color--dark-alt ::selection {
      color: #135E70;
      background-color: rgba(97, 218, 255, 0.99); }
    .au-body.au-body--dark img::-moz-selection, .paragraph.color--dark img::-moz-selection, .paragraph.color--dark-alt img::-moz-selection,
    .au-body.au-body--dark video::-moz-selection,
    .paragraph.color--dark video::-moz-selection,
    .paragraph.color--dark-alt video::-moz-selection,
    .au-body.au-body--dark iframe::-moz-selection,
    .paragraph.color--dark iframe::-moz-selection,
    .paragraph.color--dark-alt iframe::-moz-selection {
      background-color: rgba(97, 218, 255, 0.75); }
    .au-body.au-body--dark img::selection, .paragraph.color--dark img::selection, .paragraph.color--dark-alt img::selection,
    .au-body.au-body--dark video::selection,
    .paragraph.color--dark video::selection,
    .paragraph.color--dark-alt video::selection,
    .au-body.au-body--dark iframe::selection,
    .paragraph.color--dark iframe::selection,
    .paragraph.color--dark-alt iframe::selection {
      background-color: rgba(97, 218, 255, 0.75); }
    .au-body.au-body--dark a, .paragraph.color--dark a, .paragraph.color--dark-alt a {
      color: #61daff; }
      .au-body.au-body--dark a[rel~='external']:after, .paragraph.color--dark a[rel~='external']:after, .paragraph.color--dark-alt a[rel~='external']:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2361daff' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E%3Cpath fill='%2361daff' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E%3C/svg%3E"); }
        .ie8 .au-body.au-body--dark a[rel~='external']:after, .ie8 .paragraph.color--dark a[rel~='external']:after, .ie8 .paragraph.color--dark-alt a[rel~='external']:after,
        .lt-ie8 .au-body.au-body--dark a[rel~='external']:after,
        .lt-ie8 .paragraph.color--dark a[rel~='external']:after,
        .lt-ie8 .paragraph.color--dark-alt a[rel~='external']:after {
          color: #61daff; }
      .au-body.au-body--dark a:hover, .paragraph.color--dark a:hover, .paragraph.color--dark-alt a:hover {
        color: #ffffff; }
        .au-body.au-body--dark a:hover[rel~='external']:after, .paragraph.color--dark a:hover[rel~='external']:after, .paragraph.color--dark-alt a:hover[rel~='external']:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23ffffff' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E%3Cpath fill='%23ffffff' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E%3C/svg%3E"); }
          .ie8 .au-body.au-body--dark a:hover[rel~='external']:after, .ie8 .paragraph.color--dark a:hover[rel~='external']:after, .ie8 .paragraph.color--dark-alt a:hover[rel~='external']:after,
          .lt-ie8 .au-body.au-body--dark a:hover[rel~='external']:after,
          .lt-ie8 .paragraph.color--dark a:hover[rel~='external']:after,
          .lt-ie8 .paragraph.color--dark-alt a:hover[rel~='external']:after {
            color: #ffffff; }
      .au-body.au-body--dark a:focus, .paragraph.color--dark a:focus, .paragraph.color--dark-alt a:focus {
        outline: 3px solid #C390F9; }
      .au-body.au-body--dark a::-moz-focus-inner, .paragraph.color--dark a::-moz-focus-inner, .paragraph.color--dark-alt a::-moz-focus-inner {
        border: 0; }
    .au-body.au-body--dark [tabindex="0"]:focus, .paragraph.color--dark [tabindex="0"]:focus, .paragraph.color--dark-alt [tabindex="0"]:focus,
    .au-body.au-body--dark :target,
    .paragraph.color--dark :target,
    .paragraph.color--dark-alt :target {
      outline: 3px solid #C390F9; }
    .au-body.au-body--dark mark, .paragraph.color--dark mark, .paragraph.color--dark-alt mark {
      background-color: #61daff;
      color: #135E70; }
    .au-body.au-body--dark hr, .paragraph.color--dark hr, .paragraph.color--dark-alt hr {
      border-top-color: #95b7bf; }
    .au-body.au-body--dark code, .paragraph.color--dark code, .paragraph.color--dark-alt code,
    .au-body.au-body--dark kbd,
    .paragraph.color--dark kbd,
    .paragraph.color--dark-alt kbd,
    .au-body.au-body--dark samp,
    .paragraph.color--dark samp,
    .paragraph.color--dark-alt samp {
      color: #ffffff;
      background-color: #104f5f; }
  .au-body.au-body--dark.au-body--alt, .au-body--dark.paragraph.color--alt, .au-body--alt.paragraph.color--dark, .paragraph.color--dark-alt {
    background: #0d414d; }
    .au-body.au-body--dark.au-body--alt code, .au-body--dark.paragraph.color--alt code, .au-body--alt.paragraph.color--dark code, .paragraph.color--dark-alt code,
    .au-body.au-body--dark.au-body--alt kbd,
    .au-body--dark.paragraph.color--alt kbd,
    .au-body--alt.paragraph.color--dark kbd,
    .paragraph.color--dark-alt kbd,
    .au-body.au-body--dark.au-body--alt samp,
    .au-body--dark.paragraph.color--alt samp,
    .au-body--alt.paragraph.color--dark samp,
    .paragraph.color--dark-alt samp {
      background-color: #0a323c; }

/*! @gov.au/link-list v3.0.3 */
/**
 * Block of links.
 */
.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: 0.25rem 0; }
  .au-body .au-link-list {
    margin: 0;
    padding: 4px 0;
    padding: 0.25rem 0; }
  .au-link-list > li {
    display: block;
    margin: 4px;
    margin: 0.25rem; }
  .au-link-list.au-link-list--inline {
    display: inline-block; }
    .au-link-list.au-link-list--inline > li {
      display: inline-block; }

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

.au-breadcrumbs {
  font-size: 14px;
  font-size: 0.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: 0.5rem;
      height: 8px;
      height: 0.5rem;
      margin: 0 8px;
      margin: 0 0.5rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 128 128'%3E%3Cpath fill='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, .au-body--dark .au-breadcrumbs {
    color: #ffffff; }
    .au-breadcrumbs.au-breadcrumbs--dark > .au-link-list > li:not(:last-child):after, .au-body--dark .au-breadcrumbs > .au-link-list > li:not(:last-child):after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 128 128'%3E%3Cpath fill='%2395b7bf' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%2395b7bf' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E"); }

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

.au-btn,
a.au-btn {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  background-color: #00698f;
  border: 3px solid #00698f;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background 0.1s ease, border 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, border 0.1s ease, color 0.1s ease;
  /**
	* SECONDARY
	*/
  /**
	* TERTIARY
	*/
  /**
 	 * BLOCK
 	 */ }
  .au-body .au-btn, .au-body
  a.au-btn {
    color: #ffffff;
    text-decoration: none; }
  .au-btn.au-btn--block + .au-btn.au-btn--block,
  .au-btn.au-btn--block + a.au-btn.au-btn--block,
  a.au-btn.au-btn--block + .au-btn.au-btn--block,
  a.au-btn.au-btn--block + a.au-btn.au-btn--block {
    margin-top: 8px;
    margin-top: 0.5rem; }
  .au-btn:focus,
  a.au-btn:focus {
    outline: 3px solid #9263DE;
    outline-offset: 2px; }
  .au-btn::-moz-focus-inner,
  a.au-btn::-moz-focus-inner {
    border: 0; }
  .au-btn:focus,
  a.au-btn:focus {
    border-radius: 0; }
  .au-btn[disabled],
  a.au-btn[disabled] {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3; }
  .au-btn:disabled,
  a.au-btn:disabled {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3; }
  .au-btn:hover:not(:disabled), .tabs-primary .au-btn.is-active:not(:disabled),
  a.au-btn:hover:not(:disabled),
  .tabs-primary a.au-btn.is-active:not(:disabled) {
    background-color: #313131;
    border-color: #313131;
    text-decoration: underline;
    color: #ffffff; }
  .ie8 .au-btn:hover, .ie8 .tabs-primary .au-btn.is-active, .tabs-primary .ie8 .au-btn.is-active, .ie8 a.au-btn:hover, .ie8 .tabs-primary a.au-btn.is-active, .tabs-primary .ie8 a.au-btn.is-active {
    background-color: #313131;
    border-color: #313131;
    color: #ffffff;
    text-decoration: underline; }
  .au-btn.au-btn--dark, .au-body--dark .au-btn,
  .color--dark .au-btn,
  .color--dark-alt .au-btn,
  a.au-btn.au-btn--dark,
  .au-body--dark a.au-btn,
  .color--dark a.au-btn,
  .color--dark-alt a.au-btn {
    color: #135E70;
    background-color: #61daff;
    border-color: #61daff; }
    .au-body .au-btn.au-btn--dark, .au-body .au-body--dark .au-btn, .au-body--dark .au-body .au-btn,
    .au-body .color--dark .au-btn, .color--dark .au-body .au-btn,
    .au-body .color--dark-alt .au-btn, .color--dark-alt .au-body .au-btn, .au-body a.au-btn.au-btn--dark, .au-body .au-body--dark a.au-btn, .au-body--dark .au-body a.au-btn,
    .au-body .color--dark a.au-btn, .color--dark .au-body a.au-btn,
    .au-body .color--dark-alt a.au-btn, .color--dark-alt .au-body a.au-btn {
      color: #135E70; }
    .au-btn.au-btn--dark:hover:not(:disabled), .au-body--dark .au-btn:hover:not(:disabled), .au-body--dark .tabs-primary .au-btn.is-active:not(:disabled), .tabs-primary .au-body--dark .au-btn.is-active:not(:disabled),
    .color--dark .au-btn:hover:not(:disabled), .color--dark .tabs-primary .au-btn.is-active:not(:disabled), .tabs-primary .color--dark .au-btn.is-active:not(:disabled),
    .color--dark-alt .au-btn:hover:not(:disabled), .color--dark-alt .tabs-primary .au-btn.is-active:not(:disabled), .tabs-primary .color--dark-alt .au-btn.is-active:not(:disabled), .tabs-primary .au-btn--dark.au-btn.is-active:not(:disabled),
    a.au-btn.au-btn--dark:hover:not(:disabled),
    .au-body--dark a.au-btn:hover:not(:disabled),
    .au-body--dark .tabs-primary a.au-btn.is-active:not(:disabled),
    .tabs-primary .au-body--dark a.au-btn.is-active:not(:disabled),
    .color--dark a.au-btn:hover:not(:disabled),
    .color--dark .tabs-primary a.au-btn.is-active:not(:disabled),
    .tabs-primary .color--dark a.au-btn.is-active:not(:disabled),
    .color--dark-alt a.au-btn:hover:not(:disabled),
    .color--dark-alt .tabs-primary a.au-btn.is-active:not(:disabled),
    .tabs-primary .color--dark-alt a.au-btn.is-active:not(:disabled),
    .tabs-primary a.au-btn--dark.au-btn.is-active:not(:disabled) {
      color: #135E70;
      border-color: #ffffff;
      background-color: #ffffff; }
    .ie8 .au-btn.au-btn--dark:hover, .ie8 .au-body--dark .au-btn:hover, .au-body--dark .ie8 .au-btn:hover, .ie8 .au-body--dark .tabs-primary .au-btn.is-active, .au-body--dark .tabs-primary .ie8 .au-btn.is-active, .ie8 .tabs-primary .au-body--dark .au-btn.is-active, .tabs-primary .au-body--dark .ie8 .au-btn.is-active,
    .ie8 .color--dark .au-btn:hover, .color--dark .ie8 .au-btn:hover, .ie8 .color--dark .tabs-primary .au-btn.is-active, .color--dark .tabs-primary .ie8 .au-btn.is-active, .ie8 .tabs-primary .color--dark .au-btn.is-active, .tabs-primary .color--dark .ie8 .au-btn.is-active,
    .ie8 .color--dark-alt .au-btn:hover, .color--dark-alt .ie8 .au-btn:hover, .ie8 .color--dark-alt .tabs-primary .au-btn.is-active, .color--dark-alt .tabs-primary .ie8 .au-btn.is-active, .ie8 .tabs-primary .color--dark-alt .au-btn.is-active, .tabs-primary .color--dark-alt .ie8 .au-btn.is-active, .ie8 .tabs-primary .au-btn--dark.au-btn.is-active, .tabs-primary .ie8 .au-btn--dark.au-btn.is-active, .ie8 a.au-btn.au-btn--dark:hover, .ie8 .au-body--dark a.au-btn:hover, .au-body--dark .ie8 a.au-btn:hover, .ie8 .au-body--dark .tabs-primary a.au-btn.is-active, .au-body--dark .tabs-primary .ie8 a.au-btn.is-active, .ie8 .tabs-primary .au-body--dark a.au-btn.is-active, .tabs-primary .au-body--dark .ie8 a.au-btn.is-active,
    .ie8 .color--dark a.au-btn:hover, .color--dark .ie8 a.au-btn:hover, .ie8 .color--dark .tabs-primary a.au-btn.is-active, .color--dark .tabs-primary .ie8 a.au-btn.is-active, .ie8 .tabs-primary .color--dark a.au-btn.is-active, .tabs-primary .color--dark .ie8 a.au-btn.is-active,
    .ie8 .color--dark-alt a.au-btn:hover, .color--dark-alt .ie8 a.au-btn:hover, .ie8 .color--dark-alt .tabs-primary a.au-btn.is-active, .color--dark-alt .tabs-primary .ie8 a.au-btn.is-active, .ie8 .tabs-primary .color--dark-alt a.au-btn.is-active, .tabs-primary .color--dark-alt .ie8 a.au-btn.is-active, .ie8 .tabs-primary a.au-btn--dark.au-btn.is-active, .tabs-primary .ie8 a.au-btn--dark.au-btn.is-active {
      color: #135E70;
      border-color: #ffffff;
      background-color: #ffffff; }
    .au-btn.au-btn--dark:focus, .au-body--dark .au-btn:focus,
    .color--dark .au-btn:focus,
    .color--dark-alt .au-btn:focus,
    a.au-btn.au-btn--dark:focus,
    .au-body--dark a.au-btn:focus,
    .color--dark a.au-btn:focus,
    .color--dark-alt a.au-btn:focus {
      outline: 3px solid #C390F9; }
    .au-btn.au-btn--dark::-moz-focus-inner, .au-body--dark .au-btn::-moz-focus-inner,
    .color--dark .au-btn::-moz-focus-inner,
    .color--dark-alt .au-btn::-moz-focus-inner,
    a.au-btn.au-btn--dark::-moz-focus-inner,
    .au-body--dark a.au-btn::-moz-focus-inner,
    .color--dark a.au-btn::-moz-focus-inner,
    .color--dark-alt a.au-btn::-moz-focus-inner {
      border: 0; }
  .au-btn.au-btn--secondary,
  a.au-btn.au-btn--secondary {
    color: #00698f;
    background-color: transparent;
    border-color: #00698f; }
    .au-body .au-btn.au-btn--secondary, .au-body
    a.au-btn.au-btn--secondary {
      color: #00698f; }
    .ie8 .au-body .au-btn.au-btn--secondary:hover, .ie8 .au-body .tabs-primary .au-btn--secondary.au-btn.is-active, .tabs-primary .ie8 .au-body .au-btn--secondary.au-btn.is-active, .ie8 .au-body a.au-btn.au-btn--secondary:hover, .ie8 .au-body .tabs-primary a.au-btn--secondary.au-btn.is-active, .tabs-primary .ie8 .au-body a.au-btn--secondary.au-btn.is-active {
      color: #ffffff; }
    .au-btn.au-btn--secondary:hover:not(:disabled), .tabs-primary .au-btn--secondary.au-btn.is-active:not(:disabled),
    a.au-btn.au-btn--secondary:hover:not(:disabled),
    .tabs-primary a.au-btn--secondary.au-btn.is-active:not(:disabled) {
      background-color: transparent;
      border-color: #313131;
      color: #313131; }
    .au-btn.au-btn--secondary.au-btn--dark, .au-body--dark .au-btn.au-btn--secondary,
    .color--dark .au-btn.au-btn--secondary,
    .color--dark-alt .au-btn.au-btn--secondary,
    a.au-btn.au-btn--secondary.au-btn--dark,
    .au-body--dark a.au-btn.au-btn--secondary,
    .color--dark a.au-btn.au-btn--secondary,
    .color--dark-alt a.au-btn.au-btn--secondary {
      border-color: #61daff;
      color: #61daff; }
      .au-btn.au-btn--secondary.au-btn--dark:hover:not(:disabled), .au-body--dark .au-btn.au-btn--secondary:hover:not(:disabled), .au-body--dark .tabs-primary .au-btn--secondary.au-btn.is-active:not(:disabled), .tabs-primary .au-body--dark .au-btn--secondary.au-btn.is-active:not(:disabled),
      .color--dark .au-btn.au-btn--secondary:hover:not(:disabled), .color--dark .tabs-primary .au-btn--secondary.au-btn.is-active:not(:disabled), .tabs-primary .color--dark .au-btn--secondary.au-btn.is-active:not(:disabled),
      .color--dark-alt .au-btn.au-btn--secondary:hover:not(:disabled), .color--dark-alt .tabs-primary .au-btn--secondary.au-btn.is-active:not(:disabled), .tabs-primary .color--dark-alt .au-btn--secondary.au-btn.is-active:not(:disabled), .tabs-primary .au-btn--secondary.au-btn--dark.au-btn.is-active:not(:disabled),
      a.au-btn.au-btn--secondary.au-btn--dark:hover:not(:disabled),
      .au-body--dark a.au-btn.au-btn--secondary:hover:not(:disabled),
      .au-body--dark .tabs-primary a.au-btn--secondary.au-btn.is-active:not(:disabled),
      .tabs-primary .au-body--dark a.au-btn--secondary.au-btn.is-active:not(:disabled),
      .color--dark a.au-btn.au-btn--secondary:hover:not(:disabled),
      .color--dark .tabs-primary a.au-btn--secondary.au-btn.is-active:not(:disabled),
      .tabs-primary .color--dark a.au-btn--secondary.au-btn.is-active:not(:disabled),
      .color--dark-alt a.au-btn.au-btn--secondary:hover:not(:disabled),
      .color--dark-alt .tabs-primary a.au-btn--secondary.au-btn.is-active:not(:disabled),
      .tabs-primary .color--dark-alt a.au-btn--secondary.au-btn.is-active:not(:disabled),
      .tabs-primary a.au-btn--secondary.au-btn--dark.au-btn.is-active:not(:disabled) {
        border-color: #ffffff;
        color: #ffffff; }
      .ie8 .au-body .au-btn.au-btn--secondary.au-btn--dark:hover, .ie8 .au-body .au-body--dark .au-btn.au-btn--secondary:hover, .au-body--dark .ie8 .au-body .au-btn.au-btn--secondary:hover, .ie8 .au-body .au-body--dark .tabs-primary .au-btn--secondary.au-btn.is-active, .au-body--dark .tabs-primary .ie8 .au-body .au-btn--secondary.au-btn.is-active, .ie8 .au-body .tabs-primary .au-body--dark .au-btn--secondary.au-btn.is-active, .tabs-primary .au-body--dark .ie8 .au-body .au-btn--secondary.au-btn.is-active,
      .ie8 .au-body .color--dark .au-btn.au-btn--secondary:hover, .color--dark .ie8 .au-body .au-btn.au-btn--secondary:hover, .ie8 .au-body .color--dark .tabs-primary .au-btn--secondary.au-btn.is-active, .color--dark .tabs-primary .ie8 .au-body .au-btn--secondary.au-btn.is-active, .ie8 .au-body .tabs-primary .color--dark .au-btn--secondary.au-btn.is-active, .tabs-primary .color--dark .ie8 .au-body .au-btn--secondary.au-btn.is-active,
      .ie8 .au-body .color--dark-alt .au-btn.au-btn--secondary:hover, .color--dark-alt .ie8 .au-body .au-btn.au-btn--secondary:hover, .ie8 .au-body .color--dark-alt .tabs-primary .au-btn--secondary.au-btn.is-active, .color--dark-alt .tabs-primary .ie8 .au-body .au-btn--secondary.au-btn.is-active, .ie8 .au-body .tabs-primary .color--dark-alt .au-btn--secondary.au-btn.is-active, .tabs-primary .color--dark-alt .ie8 .au-body .au-btn--secondary.au-btn.is-active, .ie8 .au-body .tabs-primary .au-btn--secondary.au-btn--dark.au-btn.is-active, .tabs-primary .ie8 .au-body .au-btn--secondary.au-btn--dark.au-btn.is-active, .ie8 .au-body a.au-btn.au-btn--secondary.au-btn--dark:hover, .ie8 .au-body .au-body--dark a.au-btn.au-btn--secondary:hover, .au-body--dark .ie8 .au-body a.au-btn.au-btn--secondary:hover, .ie8 .au-body .au-body--dark .tabs-primary a.au-btn--secondary.au-btn.is-active, .au-body--dark .tabs-primary .ie8 .au-body a.au-btn--secondary.au-btn.is-active, .ie8 .au-body .tabs-primary .au-body--dark a.au-btn--secondary.au-btn.is-active, .tabs-primary .au-body--dark .ie8 .au-body a.au-btn--secondary.au-btn.is-active,
      .ie8 .au-body .color--dark a.au-btn.au-btn--secondary:hover, .color--dark .ie8 .au-body a.au-btn.au-btn--secondary:hover, .ie8 .au-body .color--dark .tabs-primary a.au-btn--secondary.au-btn.is-active, .color--dark .tabs-primary .ie8 .au-body a.au-btn--secondary.au-btn.is-active, .ie8 .au-body .tabs-primary .color--dark a.au-btn--secondary.au-btn.is-active, .tabs-primary .color--dark .ie8 .au-body a.au-btn--secondary.au-btn.is-active,
      .ie8 .au-body .color--dark-alt a.au-btn.au-btn--secondary:hover, .color--dark-alt .ie8 .au-body a.au-btn.au-btn--secondary:hover, .ie8 .au-body .color--dark-alt .tabs-primary a.au-btn--secondary.au-btn.is-active, .color--dark-alt .tabs-primary .ie8 .au-body a.au-btn--secondary.au-btn.is-active, .ie8 .au-body .tabs-primary .color--dark-alt a.au-btn--secondary.au-btn.is-active, .tabs-primary .color--dark-alt .ie8 .au-body a.au-btn--secondary.au-btn.is-active, .ie8 .au-body .tabs-primary a.au-btn--secondary.au-btn--dark.au-btn.is-active, .tabs-primary .ie8 .au-body a.au-btn--secondary.au-btn--dark.au-btn.is-active {
        color: #135E70; }
  .au-btn.au-btn--tertiary,
  a.au-btn.au-btn--tertiary {
    color: #00698f;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline; }
    .au-btn.au-btn--tertiary:hover:not(:disabled), .tabs-primary .au-btn--tertiary.au-btn.is-active:not(:disabled),
    a.au-btn.au-btn--tertiary:hover:not(:disabled),
    .tabs-primary a.au-btn--tertiary.au-btn.is-active:not(:disabled) {
      background-color: transparent;
      color: #313131;
      border-color: transparent;
      text-decoration: none; }
    .au-btn.au-btn--tertiary.au-btn--dark, .au-body--dark .au-btn.au-btn--tertiary,
    .color--dark .au-btn.au-btn--tertiary,
    .color--dark-alt .au-btn.au-btn--tertiary,
    a.au-btn.au-btn--tertiary.au-btn--dark,
    .au-body--dark a.au-btn.au-btn--tertiary,
    .color--dark a.au-btn.au-btn--tertiary,
    .color--dark-alt a.au-btn.au-btn--tertiary {
      color: #61daff; }
      .au-btn.au-btn--tertiary.au-btn--dark:hover:not(:disabled), .au-body--dark .au-btn.au-btn--tertiary:hover:not(:disabled), .au-body--dark .tabs-primary .au-btn--tertiary.au-btn.is-active:not(:disabled), .tabs-primary .au-body--dark .au-btn--tertiary.au-btn.is-active:not(:disabled),
      .color--dark .au-btn.au-btn--tertiary:hover:not(:disabled), .color--dark .tabs-primary .au-btn--tertiary.au-btn.is-active:not(:disabled), .tabs-primary .color--dark .au-btn--tertiary.au-btn.is-active:not(:disabled),
      .color--dark-alt .au-btn.au-btn--tertiary:hover:not(:disabled), .color--dark-alt .tabs-primary .au-btn--tertiary.au-btn.is-active:not(:disabled), .tabs-primary .color--dark-alt .au-btn--tertiary.au-btn.is-active:not(:disabled), .tabs-primary .au-btn--tertiary.au-btn--dark.au-btn.is-active:not(:disabled),
      a.au-btn.au-btn--tertiary.au-btn--dark:hover:not(:disabled),
      .au-body--dark a.au-btn.au-btn--tertiary:hover:not(:disabled),
      .au-body--dark .tabs-primary a.au-btn--tertiary.au-btn.is-active:not(:disabled),
      .tabs-primary .au-body--dark a.au-btn--tertiary.au-btn.is-active:not(:disabled),
      .color--dark a.au-btn.au-btn--tertiary:hover:not(:disabled),
      .color--dark .tabs-primary a.au-btn--tertiary.au-btn.is-active:not(:disabled),
      .tabs-primary .color--dark a.au-btn--tertiary.au-btn.is-active:not(:disabled),
      .color--dark-alt a.au-btn.au-btn--tertiary:hover:not(:disabled),
      .color--dark-alt .tabs-primary a.au-btn--tertiary.au-btn.is-active:not(:disabled),
      .tabs-primary .color--dark-alt a.au-btn--tertiary.au-btn.is-active:not(:disabled),
      .tabs-primary a.au-btn--tertiary.au-btn--dark.au-btn.is-active:not(:disabled) {
        color: #ffffff; }
  .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, 0.5)), color-stop(16.66667%, rgba(252, 154, 0, 0.5)), color-stop(33.33333%, rgba(252, 154, 0, 0.52)), color-stop(33.33333%, rgba(255, 216, 0, 0.5)), color-stop(33.33333%, rgba(255, 216, 0, 0.5)), color-stop(50%, rgba(255, 216, 0, 0.5)), color-stop(50%, rgba(57, 234, 124, 0.5)), color-stop(66.66667%, rgba(57, 234, 124, 0.5)), color-stop(66.66667%, rgba(11, 178, 255, 0.5)), color-stop(83.33333%, rgba(11, 178, 255, 0.5)), color-stop(83.33333%, rgba(152, 90, 255, 0.5)));
    background: linear-gradient(to bottom, rgba(255, 62, 24, 0.5) 16.66667%, rgba(252, 154, 0, 0.5) 16.66667%, rgba(252, 154, 0, 0.52) 33.33333%, rgba(255, 216, 0, 0.5) 33.33333%, rgba(255, 216, 0, 0.5) 33.33333%, rgba(255, 216, 0, 0.5) 50%, rgba(57, 234, 124, 0.5) 50%, rgba(57, 234, 124, 0.5) 66.66667%, rgba(11, 178, 255, 0.5) 66.66667%, rgba(11, 178, 255, 0.5) 83.33333%, rgba(152, 90, 255, 0.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 v2.0.8 */
@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; } }

/**
 * The generic callout.
 */
.au-callout {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 24px;
  padding: 1.5rem;
  border-left: 4px solid gray;
  border-left: 0.25rem solid gray;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #313131;
  background-color: whitesmoke;
  word-wrap: break-word; }
  * + .au-callout {
    margin-top: 32px;
    margin-top: 2rem; }
  .au-callout.au-callout--dark {
    color: #ffffff;
    border-color: #95b7bf;
    background-color: #104f5f; }
  .au-callout.au-callout--alt {
    background-color: #e0e0e0; }
  .au-callout.au-callout--dark.au-callout--alt {
    background-color: #0a323c; }

/**
 * The calendar event callout
 */
.au-callout--calendar-event {
  background-color: whitesmoke; }

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

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

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

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

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

/*! @gov.au/control-input v2.1.7 */
/**
 * Return the right SVG shape for fore- and background
 *
 * @param  {string} $kind                 - Either "checkbox" or "radio"
 * @param  {string} $part                 - Either "background" or "foreground"
 * @param  {color} $color1: transparent   - A color to be applied to the first part of the SVG shape
 * @param  {color} $color2: transparent   - A color to be applied to the second part of the SVG shape
 *
 * @return {svg}                          - The SVG shape inside a background-image
 */
@media print {
  .au-control-input__text {
    color: #000 !important; }
    .au-control-input__text:before, .au-control-input__text:after {
      display: none !important; } }

.au-control-input {
  display: inline-block;
  position: relative; }
  .au-control-input.au-control-input--block {
    margin-top: 16px;
    margin-top: 1rem;
    display: block; }
    .au-control-input.au-control-input--block:before, .au-control-input.au-control-input--block:after {
      content: " ";
      display: table; }
    .au-control-input.au-control-input--block:after {
      clear: both; }

.au-control-input__input {
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 8px;
  top: 0.5rem;
  cursor: pointer; }
  .au-control-input--small .au-control-input__input {
    left: 0;
    top: 0; }
  .au-control-input__input + .au-control-input__text {
    cursor: pointer; }
  .au-control-input__input:invalid + .au-control-input__text {
    background-color: #fff7f7; }
    .au-control-input__input:invalid + .au-control-input__text:after {
      border-color: #ff635c; }
  .au-control-input--invalid .au-control-input__input + .au-control-input__text {
    background-color: #fff7f7; }
    .au-control-input--invalid .au-control-input__input + .au-control-input__text:after {
      border-color: #ff635c; }
  .au-control-input--dark .au-control-input__input:invalid + .au-control-input__text {
    background-color: #365f6d; }
  .au-control-input--dark.au-control-input--invalid .au-control-input__input + .au-control-input__text {
    background-color: #365f6d; }
  .au-control-input--alt.au-control-input--invalid .au-control-input__input + .au-control-input__text {
    background-color: #f6dfde; }
  .au-control-input--dark.au-control-input--alt .au-control-input__input:invalid + .au-control-input__text {
    background-color: #31464f; }
  .au-control-input--alt.au-control-input--dark.au-control-input--invalid .au-control-input__input + .au-control-input__text {
    background-color: #31464f; }
  .au-control-input--valid .au-control-input__input + .au-control-input__text {
    background-color: #f3fbf8; }
    .au-control-input--valid .au-control-input__input + .au-control-input__text:after {
      border-color: #0cac78; }
  .au-control-input--dark.au-control-input--valid .au-control-input__input + .au-control-input__text {
    background-color: #126a71; }
  .au-control-input--alt.au-control-input--valid .au-control-input__input + .au-control-input__text {
    background-color: #d2eae2; }
  .au-control-input--alt.au-control-input--dark.au-control-input--valid .au-control-input__input + .au-control-input__text {
    background-color: #0d5154; }
  .au-control-input__input:focus + .au-control-input__text:before,
  .au-control-input__input:focus + .au-control-input__text:after {
    outline: 3px solid #9263DE;
    outline-offset: 2px;
    outline-offset: 2px; }
  .au-control-input--dark .au-control-input__input:focus + .au-control-input__text:before,
  .au-control-input--dark .au-control-input__input:focus + .au-control-input__text:after {
    outline: 3px solid #C390F9;
    outline-offset: 2px; }
  .au-control-input__input[type=radio] + .au-control-input__text:before,
  .au-control-input__input[type=radio] + .au-control-input__text:after {
    border-radius: 50%; }
  .au-control-input__input[disabled] {
    cursor: not-allowed; }
    .au-control-input__input[disabled] + .au-control-input__text {
      cursor: not-allowed; }
    .au-control-input__input[disabled] + .au-control-input__text {
      color: #626262; }
  .au-control-input__input:disabled {
    cursor: not-allowed; }
    .au-control-input__input:disabled + .au-control-input__text {
      cursor: not-allowed; }
    .au-control-input__input:disabled + .au-control-input__text {
      color: #626262; }
  .au-control-input--dark .au-control-input__input[disabled] + .au-control-input__text {
    color: #bdd2d7; }
  .au-control-input--dark .au-control-input__input:disabled + .au-control-input__text {
    color: #bdd2d7; }
  .au-control-input__input[type=checkbox] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23ffffff' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); }
  .au-control-input__input[type=checkbox] + .au-control-input__text:after {
    background-image: none; }
  .au-control-input__input[type=checkbox]:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E"); }
  .au-control-input--alt .au-control-input__input[type=checkbox] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23313131' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23ebebeb' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); }
  .au-control-input--alt .au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23cecece' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23e0e0e0' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); }
  .au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23cecece' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23ebebeb' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); }
  .au-control-input__input[type=checkbox]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23cecece' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E"); }
  .au-control-input--dark .au-control-input__input[type=checkbox] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23135E70' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); }
  .au-control-input--dark .au-control-input__input[type=checkbox]:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E"); }
  .au-control-input--dark .au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2340727f' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%23104f5f' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); }
  .au-control-input--dark .au-control-input__input[type=checkbox]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2340727f' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E"); }
  .au-control-input--alt.au-control-input--dark .au-control-input__input[type=checkbox] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%230d414d' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); }
  .au-control-input--alt.au-control-input--dark .au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%233d6771' d='M0,0h32v32H0V0z'/%3E%3Cpath fill='%230a323c' d='M2,2h28v28H2V2z'/%3E%3C/svg%3E"); }
  .au-control-input--alt.au-control-input--dark .au-control-input__input[type=checkbox]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%233d6771' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E"); }
  .au-control-input__input[type=radio] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23313131' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23ffffff' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); }
  .au-control-input__input[type=radio] + .au-control-input__text:after {
    background-image: none; }
  .au-control-input__input[type=radio]:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23313131' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); }
  .au-control-input--alt .au-control-input__input[type=radio] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23313131' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23ebebeb' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); }
  .au-control-input--alt .au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23cecece' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23e0e0e0' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); }
  .au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23cecece' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23ebebeb' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); }
  .au-control-input__input[type=radio]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23cecece' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); }
  .au-control-input--dark .au-control-input__input[type=radio] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ffffff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23135E70' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); }
  .au-control-input--dark .au-control-input__input[type=radio]:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ffffff' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); }
  .au-control-input--dark .au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2340727f' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23104f5f' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); }
  .au-control-input--dark .au-control-input__input[type=radio]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2340727f' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); }
  .au-control-input--alt.au-control-input--dark .au-control-input__input[type=radio] + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ffffff' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%230d414d' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); }
  .au-control-input--alt.au-control-input--dark .au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%233d6771' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%230a323c' cx='16' cy='16' r='14'/%3E%3C/svg%3E"); }
  .au-control-input--alt.au-control-input--dark .au-control-input__input[type=radio]:disabled:checked + .au-control-input__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%233d6771' cx='16' cy='16' r='11'/%3E%3C/svg%3E"); }

/**
 * The label text
 */
.au-control-input__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 4px 8px 8px 40px;
  padding: 0.25rem 0.5rem 0.5rem 2.5rem;
  margin-right: 16px;
  margin-right: 1rem;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #313131; }
  .au-control-input__text:before, .au-control-input__text:after {
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    content: ' ';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-repeat: no-repeat;
    z-index: 100;
    left: -3px;
    top: -3px;
    border: 3px solid transparent; }
    .au-control-input--small .au-control-input__text:before, .au-control-input--small .au-control-input__text:after {
      width: 28px;
      width: 1.75rem;
      height: 28px;
      height: 1.75rem; }
  .au-control-input--small .au-control-input__text {
    padding: 3px 8px 0 28px;
    padding: 0.2rem 0.5rem 0 1.75rem;
    margin-right: 16px;
    margin-right: 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1; }
  .au-control-input__text:after {
    z-index: 101; }
  .au-control-input--dark .au-control-input__text {
    color: #ffffff; }

/*! @gov.au/cta-link v2.1.4 */
@media print {
  .au-cta-link {
    color: #000 !important; }
    .au-cta-link:after {
      background-image: none !important;
      content: ' > ' !important;
      border: none !important;
      -webkit-transform: rotate(0deg) !important;
              transform: rotate(0deg) !important; } }

.au-cta-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #00698f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }
  .au-cta-link:focus {
    outline: 3px solid #9263DE;
    outline-offset: 2px; }
  .au-cta-link::-moz-focus-inner {
    border: 0; }
  .au-cta-link:after {
    content: ' ';
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin: 0 4px 0 3px;
    margin: 0 0.25rem 0 0.2rem;
    -webkit-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2300698f' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%2300698f' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E"); }
    .ie8 .au-cta-link:after,
    .lt-ie8 .au-cta-link:after {
      content: ' > '; }
  .au-cta-link:hover {
    color: #313131;
    text-decoration: none; }
    .au-cta-link:hover:after {
      margin-left: 6px;
      margin-left: 0.4rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23313131' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23313131' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E"); }
  .au-cta-link.au-cta-link--dark, .au-body--dark .au-cta-link, .color--dark .paragraph-content .au-cta-link {
    color: #61daff; }
    .au-cta-link.au-cta-link--dark:focus, .au-body--dark .au-cta-link:focus, .color--dark .paragraph-content .au-cta-link:focus {
      outline: 3px solid #C390F9; }
    .au-cta-link.au-cta-link--dark::-moz-focus-inner, .au-body--dark .au-cta-link::-moz-focus-inner, .color--dark .paragraph-content .au-cta-link::-moz-focus-inner {
      border: 0; }
    .au-cta-link.au-cta-link--dark:after, .au-body--dark .au-cta-link:after, .color--dark .paragraph-content .au-cta-link:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%2361daff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%2361daff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E"); }
    .au-cta-link.au-cta-link--dark:hover, .au-body--dark .au-cta-link:hover, .color--dark .paragraph-content .au-cta-link:hover {
      color: #ffffff; }
      .au-cta-link.au-cta-link--dark:hover:after, .au-body--dark .au-cta-link:hover:after, .color--dark .paragraph-content .au-cta-link:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23ffffff' d='M128 64l-64 64-16-16 64-64'/%3E%3Cpath fill='%23ffffff' d='M128 64l-16 16-64-64L64 0'/%3E%3C/svg%3E"); }

/*! @gov.au/direction-links v2.1.4 */
@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: #00698f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }
  .au-direction-link:hover {
    text-decoration: none;
    color: #313131; }
  .au-direction-link:focus {
    outline: 3px solid #9263DE;
    outline-offset: 2px; }
  .au-direction-link::-moz-focus-inner {
    border: 0; }
  .au-direction-link.au-direction-link--dark {
    color: #61daff; }
    .au-direction-link.au-direction-link--dark:hover {
      color: #ffffff; }
    .au-direction-link.au-direction-link--dark:focus {
      outline: 3px solid #C390F9; }
    .au-direction-link.au-direction-link--dark::-moz-focus-inner {
      border: 0; }

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

/**
 * LEFT
 */
.au-direction-link--left:after {
  display: none; }

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

/**
 * UP
 */
.au-direction-link--up:after {
  content: '↑'; }

/**
 * DOWN
 */
.au-direction-link--down:after {
  content: '↓'; }

/*! @gov.au/footer v3.0.1 */
@media print {
  .au-footer {
    color: #000 !important;
    background: #fff !important;
    border-color: #000 !important; } }

/**
 * Basic footer block styling.
 */
.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: 0.25rem solid gray;
  background-color: #ffffff;
  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: #ffffff;
    border-color: #95b7bf;
    background-color: #135E70; }
  .au-footer.au-footer--dark.au-footer--alt {
    background-color: #0d414d; }

/**
 * Footer `nav` navigation styling.
 */
.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 #95b7bf; }

/*! @gov.au/grid-12 v2.0.8 */
/**
 * Iterates through all 12 columns (≥2) to calculate the correct amount of left
 * and right padding for each of the classes.
 */
/**
 * Iterates through the columns to create a new list and then sets the float.
 */
/**
 * Calculates the correct widths as a percentage based on the column count,
 * column breakpoint class, and type (pull or offset).
 */
/**
 * Calls the above mixins and combines them.
 */
/**
 * Finally, we create the grid and all the necessary classes.
 */
.au-grid .container, .au-grid .page-layout--edgy .block-entity-fieldnodebody, .page-layout--edgy .au-grid .block-entity-fieldnodebody {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 768px) {
    .au-grid .container, .au-grid .page-layout--edgy .block-entity-fieldnodebody, .page-layout--edgy .au-grid .block-entity-fieldnodebody {
      width: 744px; } }
  @media (min-width: 992px) {
    .au-grid .container, .au-grid .page-layout--edgy .block-entity-fieldnodebody, .page-layout--edgy .au-grid .block-entity-fieldnodebody {
      width: 968px; } }
  @media (min-width: 1200px) {
    .au-grid .container, .au-grid .page-layout--edgy .block-entity-fieldnodebody, .page-layout--edgy .au-grid .block-entity-fieldnodebody {
      width: 1176px; } }

.au-grid .container, .au-grid .page-layout--edgy .block-entity-fieldnodebody, .page-layout--edgy .au-grid .block-entity-fieldnodebody,
.au-grid .container-fluid,
.au-grid .page-layout--edgy .page-layout__content-section,
.au-grid .page-layout--edgy .page-layout__content-footer-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .au-grid .container:before, .au-grid .page-layout--edgy .block-entity-fieldnodebody:before, .page-layout--edgy .au-grid .block-entity-fieldnodebody:before, .au-grid .container:after, .au-grid .page-layout--edgy .block-entity-fieldnodebody:after, .page-layout--edgy .au-grid .block-entity-fieldnodebody:after,
  .au-grid .container-fluid:before,
  .au-grid .page-layout--edgy .page-layout__content-section:before,
  .au-grid .page-layout--edgy .page-layout__content-footer-section:before,
  .au-grid .container-fluid:after,
  .au-grid .page-layout--edgy .page-layout__content-section:after,
  .au-grid .page-layout--edgy .page-layout__content-footer-section:after {
    content: " ";
    display: table; }
  .au-grid .container:after, .au-grid .page-layout--edgy .block-entity-fieldnodebody:after, .page-layout--edgy .au-grid .block-entity-fieldnodebody:after,
  .au-grid .container-fluid:after,
  .au-grid .page-layout--edgy .page-layout__content-section:after,
  .au-grid .page-layout--edgy .page-layout__content-footer-section:after {
    clear: both; }

.au-grid .row {
  margin-left: -12px;
  margin-right: -12px; }
  .au-grid .row:before, .au-grid .row:after {
    content: " ";
    display: table; }
  .au-grid .row:after {
    clear: both; }

.au-grid .col-xs-1, .au-grid .col-sm-1, .au-grid .col-md-1, .au-grid .col-lg-1, .au-grid .col-xs-2, .au-grid .col-sm-2, .au-grid .list-layout--2-2-2-2-2-2 .list > .list__item, .list-layout--2-2-2-2-2-2 .au-grid .list > .list__item, .au-grid .views--layout--sixths .view-content .views-row, .views--layout--sixths .view-content .au-grid .views-row, .au-grid .col-md-2, .au-grid .col-lg-2, .au-grid .col-xs-3, .au-grid .col-sm-3, .au-grid .list-layout--3-3-3-3 .list > .list__item, .list-layout--3-3-3-3 .au-grid .list > .list__item, .au-grid .views--layout--quarters .view-content .views-row, .views--layout--quarters .view-content .au-grid .views-row, .au-grid .col-md-3, .au-grid .col-lg-3, .au-grid .col-xs-4, .au-grid .col-sm-4, .au-grid .page-layout--48 .page-layout__sidebar, .au-grid .page-layout--84 .page-layout__sidebar, .au-grid .list-layout--4-4-4 .list > .list__item, .list-layout--4-4-4 .au-grid .list > .list__item, .au-grid .views--layout--thirds .view-content .views-row, .views--layout--thirds .view-content .au-grid .views-row, .au-grid .col-md-4, .au-grid .col-lg-4, .au-grid .col-xs-5, .au-grid .col-sm-5, .au-grid .col-md-5, .au-grid .col-lg-5, .au-grid .col-xs-6, .au-grid .col-sm-6, .au-grid .page-layout--66 .page-layout__content, .au-grid .page-layout--66 .page-layout__sidebar, .au-grid .list-layout--6-6 .list > .list__item, .list-layout--6-6 .au-grid .list > .list__item, .au-grid .views--layout--halves .view-content .views-row, .views--layout--halves .view-content .au-grid .views-row, .au-grid .col-md-6, .au-grid .col-lg-6, .au-grid .col-xs-7, .au-grid .col-sm-7, .au-grid .col-md-7, .au-grid .col-lg-7, .au-grid .col-xs-8, .au-grid .col-sm-8, .au-grid .page-layout--48 .page-layout__content, .au-grid .page-layout--84 .page-layout__content, .au-grid .col-md-8, .au-grid .col-lg-8, .au-grid .col-xs-9, .au-grid .col-sm-9, .au-grid .col-md-9, .au-grid .col-lg-9, .au-grid .col-xs-10, .au-grid .col-sm-10, .au-grid .col-md-10, .au-grid .col-lg-10, .au-grid .col-xs-11, .au-grid .col-sm-11, .au-grid .col-md-11, .au-grid .col-lg-11, .au-grid .col-xs-12, .au-grid .col-sm-12, .au-grid .page-layout__content-header-section .page-layout__content-header, .page-layout__content-header-section .au-grid .page-layout__content-header, .au-grid .page-layout__content-section .page-layout__content-top, .page-layout__content-section .au-grid .page-layout__content-top, .au-grid .page-layout__content-section .page-layout__content-bottom, .page-layout__content-section .au-grid .page-layout__content-bottom, .au-grid .page-layout__content-footer-section .page-layout__content-footer, .page-layout__content-footer-section .au-grid .page-layout__content-footer, .au-grid .page-layout--1212 .page-layout__content, .au-grid .page-layout--1212 .page-layout__sidebar, .au-grid .page-layout--edgy .page-layout__content-section .page-layout__content, .au-grid .list-layout--12 .list > .list__item, .list-layout--12 .au-grid .list > .list__item, .au-grid .views--layout--full-width .view-content .views-row, .views--layout--full-width .view-content .au-grid .views-row, .au-grid .col-md-12, .au-grid .col-lg-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }

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

.au-grid .col-xs-1 {
  width: 8.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-2, .au-grid .list-layout--2-2-2-2-2-2 .list > .list__item, .list-layout--2-2-2-2-2-2 .au-grid .list > .list__item, .au-grid .views--layout--sixths .view-content .views-row, .views--layout--sixths .view-content .au-grid .views-row, .au-grid .col-sm-3, .au-grid .list-layout--3-3-3-3 .list > .list__item, .list-layout--3-3-3-3 .au-grid .list > .list__item, .au-grid .views--layout--quarters .view-content .views-row, .views--layout--quarters .view-content .au-grid .views-row, .au-grid .col-sm-4, .au-grid .page-layout--48 .page-layout__sidebar, .au-grid .page-layout--84 .page-layout__sidebar, .au-grid .list-layout--4-4-4 .list > .list__item, .list-layout--4-4-4 .au-grid .list > .list__item, .au-grid .views--layout--thirds .view-content .views-row, .views--layout--thirds .view-content .au-grid .views-row, .au-grid .col-sm-5, .au-grid .col-sm-6, .au-grid .page-layout--66 .page-layout__content, .au-grid .page-layout--66 .page-layout__sidebar, .au-grid .list-layout--6-6 .list > .list__item, .list-layout--6-6 .au-grid .list > .list__item, .au-grid .views--layout--halves .view-content .views-row, .views--layout--halves .view-content .au-grid .views-row, .au-grid .col-sm-7, .au-grid .col-sm-8, .au-grid .page-layout--48 .page-layout__content, .au-grid .page-layout--84 .page-layout__content, .au-grid .col-sm-9, .au-grid .col-sm-10, .au-grid .col-sm-11, .au-grid .col-sm-12, .au-grid .page-layout__content-header-section .page-layout__content-header, .page-layout__content-header-section .au-grid .page-layout__content-header, .au-grid .page-layout__content-section .page-layout__content-top, .page-layout__content-section .au-grid .page-layout__content-top, .au-grid .page-layout__content-section .page-layout__content-bottom, .page-layout__content-section .au-grid .page-layout__content-bottom, .au-grid .page-layout__content-footer-section .page-layout__content-footer, .page-layout__content-footer-section .au-grid .page-layout__content-footer, .au-grid .page-layout--1212 .page-layout__content, .au-grid .page-layout--1212 .page-layout__sidebar, .au-grid .page-layout--edgy .page-layout__content-section .page-layout__content, .au-grid .list-layout--12 .list > .list__item, .list-layout--12 .au-grid .list > .list__item, .au-grid .views--layout--full-width .view-content .views-row, .views--layout--full-width .view-content .au-grid .views-row {
    float: left; }
  .au-grid .col-sm-1 {
    width: 8.33333%; }
  .au-grid .col-sm-2, .au-grid .list-layout--2-2-2-2-2-2 .list > .list__item, .list-layout--2-2-2-2-2-2 .au-grid .list > .list__item, .au-grid .views--layout--sixths .view-content .views-row, .views--layout--sixths .view-content .au-grid .views-row {
    width: 16.66667%; }
  .au-grid .col-sm-3, .au-grid .list-layout--3-3-3-3 .list > .list__item, .list-layout--3-3-3-3 .au-grid .list > .list__item, .au-grid .views--layout--quarters .view-content .views-row, .views--layout--quarters .view-content .au-grid .views-row {
    width: 25%; }
  .au-grid .col-sm-4, .au-grid .page-layout--48 .page-layout__sidebar, .au-grid .page-layout--84 .page-layout__sidebar, .au-grid .list-layout--4-4-4 .list > .list__item, .list-layout--4-4-4 .au-grid .list > .list__item, .au-grid .views--layout--thirds .view-content .views-row, .views--layout--thirds .view-content .au-grid .views-row {
    width: 33.33333%; }
  .au-grid .col-sm-5 {
    width: 41.66667%; }
  .au-grid .col-sm-6, .au-grid .page-layout--66 .page-layout__content, .au-grid .page-layout--66 .page-layout__sidebar, .au-grid .list-layout--6-6 .list > .list__item, .list-layout--6-6 .au-grid .list > .list__item, .au-grid .views--layout--halves .view-content .views-row, .views--layout--halves .view-content .au-grid .views-row {
    width: 50%; }
  .au-grid .col-sm-7 {
    width: 58.33333%; }
  .au-grid .col-sm-8, .au-grid .page-layout--48 .page-layout__content, .au-grid .page-layout--84 .page-layout__content {
    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, .au-grid .page-layout__content-header-section .page-layout__content-header, .page-layout__content-header-section .au-grid .page-layout__content-header, .au-grid .page-layout__content-section .page-layout__content-top, .page-layout__content-section .au-grid .page-layout__content-top, .au-grid .page-layout__content-section .page-layout__content-bottom, .page-layout__content-section .au-grid .page-layout__content-bottom, .au-grid .page-layout__content-footer-section .page-layout__content-footer, .page-layout__content-footer-section .au-grid .page-layout__content-footer, .au-grid .page-layout--1212 .page-layout__content, .au-grid .page-layout--1212 .page-layout__sidebar, .au-grid .page-layout--edgy .page-layout__content-section .page-layout__content, .au-grid .list-layout--12 .list > .list__item, .list-layout--12 .au-grid .list > .list__item, .au-grid .views--layout--full-width .view-content .views-row, .views--layout--full-width .view-content .au-grid .views-row {
    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, .au-grid .page-layout--48 .page-layout__sidebar {
    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, .au-grid .page-layout--48 .page-layout__content {
    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-2, .au-grid .col-md-3, .au-grid .col-md-4, .au-grid .col-md-5, .au-grid .col-md-6, .au-grid .col-md-7, .au-grid .col-md-8, .au-grid .col-md-9, .au-grid .col-md-10, .au-grid .col-md-11, .au-grid .col-md-12 {
    float: left; }
  .au-grid .col-md-1 {
    width: 8.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-2, .au-grid .col-lg-3, .au-grid .col-lg-4, .au-grid .col-lg-5, .au-grid .col-lg-6, .au-grid .col-lg-7, .au-grid .col-lg-8, .au-grid .col-lg-9, .au-grid .col-lg-10, .au-grid .col-lg-11, .au-grid .col-lg-12 {
    float: left; }
  .au-grid .col-lg-1 {
    width: 8.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.6 */
@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; } }

/**
 * Basic header block styling.
 */
.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: #ffffff; }
  @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, .au-body--alt .au-header {
    background-color: whitesmoke; }
  .au-header.au-header--dark, .au-body--dark .au-header, .au-body--dark.au-body--alt .au-header {
    color: #ffffff;
    background-color: #135E70; }
  .au-header.au-header--alt.au-header--dark, .au-body--dark .au-header.au-header--alt, .au-body--dark .au-body--alt .au-header, .au-body--alt .au-body--dark .au-header, .au-body--alt .au-header.au-header--dark, .au-body--dark.au-body--alt .au-header {
    color: #ffffff;
    background-color: #0d414d; }

/**
 * Header heading styles
 */
.au-header__heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .au-header__heading {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.5; } }

.au-header__subline {
  max-width: 42em;
  color: #626262; }
  .au-header--dark .au-header__subline, .au-body--dark .au-header .au-header__subline {
    color: #bdd2d7; }

/**
 * Header brand styles
 */
.au-header__brand {
  min-width: 192px;
  min-width: 12rem; }
  .au-header__brand:before, .au-header__brand:after {
    content: " ";
    display: table; }
  .au-header__brand:after {
    clear: both; }
  .au-header__brand .au-header__brand-image {
    display: block;
    border-style: none;
    max-width: 192px;
    max-width: 12rem; }
  .au-header__brand .au-header__brand-image + .au-header__text {
    margin-top: 16px;
    margin-top: 1rem; }
  @media (min-width: 768px) {
    .au-header__brand {
      min-width: 256px;
      min-width: 16rem; }
      .au-header__brand .au-header__brand-image {
        float: left;
        max-width: 256px;
        max-width: 16rem;
        margin-right: -256px;
        margin-right: -16rem; }
      .au-header__brand .au-header__brand-image + .au-header__text {
        padding-left: 16px;
        padding-left: 1rem;
        margin-left: 272px;
        margin-left: 17rem;
        margin-top: 0;
        float: left;
        border-left: 1px solid gray; }
        .au-header--dark .au-header__brand .au-header__brand-image + .au-header__text, .au-body--dark .au-header .au-header__brand .au-header__brand-image + .au-header__text {
          border-left-color: #95b7bf; } }

a.au-header__brand {
  display: inline-block;
  color: #313131;
  text-decoration: none; }
  a.au-header__brand:focus {
    outline: 3px solid #9263DE;
    outline-offset: 2px; }
  a.au-header__brand::-moz-focus-inner {
    border: 0; }
  a.au-header__brand:hover .au-header__text {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink; }
  .au-header--dark a.au-header__brand, .au-body--dark .au-header a.au-header__brand {
    color: #ffffff; }
    .au-header--dark a.au-header__brand:focus, .au-body--dark .au-header a.au-header__brand:focus {
      outline: 3px solid #C390F9; }
    .au-header--dark a.au-header__brand::-moz-focus-inner, .au-body--dark .au-header a.au-header__brand::-moz-focus-inner {
      border: 0; }

/**
 * Header hero styles and resets
 */
.au-header.au-header--hero {
  padding: 48px 0 56px 0;
  padding: 3rem 0 3.5rem 0; }
  .au-header.au-header--hero .au-header__brand .au-header__brand-image {
    float: none; }
  .au-header.au-header--hero .au-header__brand-image + .au-header__text {
    margin-top: 32px;
    margin-top: 2rem;
    border: 0;
    margin: 0;
    padding: 0; }
    .au-header.au-header--hero .au-header__brand-image + .au-header__text .au-header__heading {
      margin-top: 32px;
      margin-top: 2rem; }
  .au-header.au-header--hero .au-header__heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .au-header.au-header--hero .au-header__heading {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.5; } }
  .au-header.au-header--hero .au-header__heading + .au-header__subline {
    margin-top: 12px;
    margin-top: 0.75rem; }

/*! @gov.au/headings v2.0.8 */
/**
 * Basic styles for all headings
 */
.au-display-xxxl,
.au-display-xxl,
.au-display-xl,
.au-display-lg,
.au-display-md,
.au-display-sm,
.au-display-xs,
.au-body h1,
.au-body h2,
.au-body h3,
.au-body h4,
.au-body h5,
.au-body h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  font-weight: bold;
  margin: 0; }

/**
 * Unique selectors and font sizes
 */
.au-body .au-display-xxxl,
.au-display-xxxl {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.25; }

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

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

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

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

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

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

/**
 * Typographic spacing for AU-body only
 * Larger space for larger headings has been added to improve legibility in large blocks of text.
 * This provides area's of eye-rest and uses spacing to create visual sections
 * Also ref. https://github.com/govau/uikit/issues/282
 */
/**
 * Default margin-top
 */
* + .au-display-xxxl,
* + .au-display-xxl,
* + .au-display-xl,
* + .au-display-lg,
* + .au-display-md,
* + .au-display-sm,
* + .au-display-xs {
  margin-top: 16px;
  margin-top: 1rem; }

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

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

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

/*! @gov.au/inpage-nav v3.0.3 */
.au-inpage-nav-links {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  border-left: 4px solid #00698f; }
  * + .au-inpage-nav-links {
    margin-top: 48px;
    margin-top: 3rem; }
  .au-body .au-inpage-nav-links > ul,
  .au-body .au-inpage-nav-links > ol {
    margin-top: 16px;
    margin-top: 1rem;
    list-style-type: none;
    padding: 0; }
    .au-body .au-inpage-nav-links > ul li,
    .au-body .au-inpage-nav-links > ol li {
      margin: 0; }
    .au-body .au-inpage-nav-links > ul * + li,
    .au-body .au-inpage-nav-links > ol * + li {
      margin-top: 8px;
      margin-top: 0.5rem;
      margin-left: 0; }
  .au-inpage-nav-links.au-inpage-nav-links--dark, .au-body--dark .au-inpage-nav-links {
    border-color: #61daff; }

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

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

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

/*! @gov.au/keyword-list v3.0.2 */
.au-keyword-list {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5; }
  .au-keyword-list:before, .au-keyword-list:after {
    content: "";
    display: table; }
  .au-keyword-list:after {
    clear: both; }
  * + .au-keyword-list {
    margin-top: 16px;
    margin-top: 1rem; }
  .au-body .au-keyword-list > li {
    margin-top: 16px;
    margin-top: 1rem;
    float: left;
    clear: both;
    list-style: none;
    margin-left: 0; }
  .au-keyword-list > li {
    font-weight: bold; }
    .au-keyword-list > li > a {
      display: block; }

.au-keyword-list__small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: block;
  font-weight: normal; }
  .au-body .au-keyword-list__small {
    color: #313131; }
  .au-keyword-list--dark .au-keyword-list__small, .au-body--dark .au-keyword-list .au-keyword-list__small {
    color: #ffffff; }

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

.au-page-alerts {
  padding: 16px;
  padding: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  border: solid 3px #00bfe9;
  border-left-width: 48px;
  border-left-width: 3rem;
  border-radius: 4px;
  word-wrap: break-word; }
  * + .au-page-alerts {
    margin-top: 16px;
    margin-top: 1rem; }
  .au-page-alerts:before, .au-page-alerts:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -36px;
    left: -2.25rem;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    margin-top: -12px;
    margin-top: -0.75rem;
    border-left-width: -12px;
    border-left-width: -0.75rem;
    display: block;
    background-repeat: no-repeat;
    background-color: #ffffff; }
    .ie8 .au-page-alerts:before,
    .lt-ie8 .au-page-alerts:before, .ie8 .au-page-alerts:after,
    .lt-ie8 .au-page-alerts:after {
      background: none;
      text-align: center;
      background-color: #313131;
      color: #fff;
      font-weight: bold; }
  .au-page-alerts:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M11 17.8h2v-8h-2v8zm0-11.6v2h2v-2h-2z'/%3E%3C/svg%3E"); }
    .ie8 .au-page-alerts:after,
    .lt-ie8 .au-page-alerts:after {
      content: 'i'; }
  .au-page-alerts:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300bfe9' d='M0,0v24h24V0H0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11C23,18.1,18.1,23,12,23z'/%3E%3C/svg%3E"); }
  .au-page-alerts.au-page-alerts--alt:before, .au-body--alt .au-page-alerts:before {
    background-color: whitesmoke; }
  .au-page-alerts.au-page-alerts--dark:before, .au-body--dark .au-page-alerts:before {
    background-color: #135E70; }
  .au-page-alerts.au-page-alerts--dark:after, .au-body--dark .au-page-alerts:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M11 17.8h2v-8h-2v8zm0-11.6v2h2v-2h-2z'/%3E%3C/svg%3E"); }
  .au-page-alerts.au-page-alerts--alt.au-page-alerts--dark:before, .au-body--dark .au-page-alerts.au-page-alerts--alt:before, .au-body--dark .au-body--alt .au-page-alerts:before, .au-body--alt .au-body--dark .au-page-alerts:before, .au-body--alt .au-page-alerts.au-page-alerts--dark:before, .au-body--dark.au-body--alt .au-page-alerts:before {
    background-color: #104f5f; }

/**
 * Page alert success
 */
.au-page-alerts--success {
  border-color: #0cac78; }
  .au-page-alerts--success:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230cac78' d='M0,0v24h24V0H0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11C23,18.1,18.1,23,12,23z'/%3E%3C/svg%3E"); }
  .au-page-alerts--success:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M10.4 16.9l-4.7-4.7 1.4-1.4 3.3 3.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E"); }
    .ie8 .au-page-alerts--success:after,
    .lt-ie8 .au-page-alerts--success:after {
      content: '✓'; }
  .au-page-alerts--success.au-page-alerts--dark:after, .au-body--dark .au-page-alerts--success.au-page-alerts:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M10.4 16.9l-4.7-4.7 1.4-1.4 3.3 3.3 6.3-6.3 1.4 1.4z'/%3E%3C/svg%3E"); }

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

/**
 * Page alert error.
 */
.au-page-alerts--error {
  border-color: #ff635c; }
  .au-page-alerts--error:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff635c' d='M0,0v24h24V0H0z M22.9,16.6L16.5,23H7.4L1,16.5V7.4L7.4,1h9.2l6.3,6.4V16.6z'/%3E%3C/svg%3E"); }
  .au-page-alerts--error:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313131' d='M17 8.4L15.6 7 12 10.6 8.4 7 7 8.4l3.6 3.6L7 15.6 8.4 17l3.6-3.6 3.6 3.6 1.4-1.4-3.6-3.6z'/%3E%3C/svg%3E"); }
    .ie8 .au-page-alerts--error:after,
    .lt-ie8 .au-page-alerts--error:after {
      content: '!'; }
  .au-page-alerts--error.au-page-alerts--dark:after, .au-body--dark .au-page-alerts--error.au-page-alerts:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M17 8.4L15.6 7 12 10.6 8.4 7 7 8.4l3.6 3.6L7 15.6 8.4 17l3.6-3.6 3.6 3.6 1.4-1.4-3.6-3.6z'/%3E%3C/svg%3E"); }

/**
 * Screen-reader only class for interlinking error messages and corresponding form elements.
 */
.au-page-alerts__sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

.au-body .au-progress-indicator,
.au-progress-indicator {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  list-style: none;
  padding: 0;
  border-top: 1px solid gray; }
  .au-body .au-progress-indicator > li,
  .au-progress-indicator > li {
    margin: 0; }
  .au-body .au-progress-indicator.au-progress-indicator--dark, .au-body .au-body--dark .au-progress-indicator, .au-body--dark .au-body .au-progress-indicator,
  .au-progress-indicator.au-progress-indicator--dark,
  .au-body--dark .au-progress-indicator {
    border-color: #95b7bf; }

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

.au-body .au-progress-indicator__link,
.au-progress-indicator__link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  padding: 12px 12px 12px 44px;
  padding: 0.75rem 0.75rem 0.75rem 2.75rem;
  position: relative;
  display: block;
  color: #313131;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid gray;
  border-left: 3px solid transparent;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  cursor: pointer; }
  .au-body .au-progress-indicator__link:hover,
  .au-progress-indicator__link:hover {
    background-color: whitesmoke; }
  .au-body .au-progress-indicator__link:focus,
  .au-progress-indicator__link:focus {
    outline: 3px solid #9263DE;
    outline-offset: 2px; }
  .au-body .au-progress-indicator__link::-moz-focus-inner,
  .au-progress-indicator__link::-moz-focus-inner {
    border: 0; }
  .au-body .au-progress-indicator__link:after,
  .au-progress-indicator__link:after {
    left: 8px;
    left: 0.5rem;
    width: 24px;
    width: 1.5rem;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23626262' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 center; }
  .ie8 .au-body .au-progress-indicator__link:after,
  .lt-ie8 .au-body .au-progress-indicator__link:after, .ie8
  .au-progress-indicator__link:after,
  .lt-ie8
  .au-progress-indicator__link:after {
    top: 6px;
    content: '-'; }
  .au-body .au-progress-indicator__link.au-progress-indicator__link--doing,
  .au-progress-indicator__link.au-progress-indicator__link--doing {
    border-left-color: #00698f;
    font-weight: bold; }
    .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
    .au-progress-indicator__link.au-progress-indicator__link--doing:after {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300698f' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3Ccircle fill='%2300698f' cx='6.5' cy='12' r='1.5'%3E%3C/circle%3E%3Ccircle fill='%2300698f' cx='12' cy='12' r='1.5'%3E%3C/circle%3E%3Ccircle fill='%2300698f' cx='17.5' cy='12' r='1.5'%3E%3C/circle%3E%3C/svg%3E"); }
    .ie8 .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
    .lt-ie8 .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after, .ie8
    .au-progress-indicator__link.au-progress-indicator__link--doing:after,
    .lt-ie8
    .au-progress-indicator__link.au-progress-indicator__link--doing:after {
      content: '...'; }
  .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
  .au-progress-indicator__link.au-progress-indicator__link--done:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300698f' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3Cpath fill='%2300698f' d='M18.744186,9.23753281 C18.744186,9.48293963 18.6627907,9.71391076 18.5,9.88713911 L11.3895349,17.7257218 C11.2267442,17.8989501 10.996124,18 10.7655039,18 C10.5484496,18 10.3178295,17.8989501 10.1550388,17.7257218 L5.24418605,12.5 C5.08139535,12.3267717 5,12.0958005 5,11.8503937 C5,11.6049869 5.08139535,11.3595801 5.24418605,11.1863517 L6.47868217,9.88713911 C6.64147287,9.71391076 6.85852713,9.61286089 7.08914729,9.61286089 C7.31976744,9.61286089 7.53682171,9.71391076 7.6996124,9.88713911 L10.7655039,13.1496063 L16.0445736,7.27427822 C16.2073643,7.10104987 16.4244186,7 16.6550388,7 C16.8856589,7 17.1027132,7.10104987 17.2655039,7.27427822 L18.5,8.57349081 C18.6627907,8.74671916 18.744186,8.99212598 18.744186,9.23753281 Z'/%3E%3C/svg%3E"); }
  .ie8 .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
  .lt-ie8 .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after, .ie8
  .au-progress-indicator__link.au-progress-indicator__link--done:after,
  .lt-ie8
  .au-progress-indicator__link.au-progress-indicator__link--done:after {
    content: '✓'; }
  .au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link, .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link,
  .au-progress-indicator--dark .au-body .au-progress-indicator__link,
  .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link, .au-body--dark .au-progress-indicator--dark .au-progress-indicator__link, .au-body--dark .au-progress-indicator .au-progress-indicator__link,
  .au-progress-indicator--dark .au-progress-indicator__link,
  .au-body--dark .au-progress-indicator .au-progress-indicator__link {
    color: #ffffff;
    border-bottom-color: #95b7bf; }
    .au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link:focus, .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link:focus,
    .au-progress-indicator--dark .au-body .au-progress-indicator__link:focus,
    .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link:focus, .au-body--dark .au-progress-indicator--dark .au-progress-indicator__link:focus, .au-body--dark .au-progress-indicator .au-progress-indicator__link:focus,
    .au-progress-indicator--dark .au-progress-indicator__link:focus,
    .au-body--dark .au-progress-indicator .au-progress-indicator__link:focus {
      outline: 3px solid #C390F9; }
    .au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link::-moz-focus-inner, .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link::-moz-focus-inner,
    .au-progress-indicator--dark .au-body .au-progress-indicator__link::-moz-focus-inner,
    .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link::-moz-focus-inner, .au-body--dark .au-progress-indicator--dark .au-progress-indicator__link::-moz-focus-inner, .au-body--dark .au-progress-indicator .au-progress-indicator__link::-moz-focus-inner,
    .au-progress-indicator--dark .au-progress-indicator__link::-moz-focus-inner,
    .au-body--dark .au-progress-indicator .au-progress-indicator__link::-moz-focus-inner {
      border: 0; }
    .au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link:hover, .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link:hover,
    .au-progress-indicator--dark .au-body .au-progress-indicator__link:hover,
    .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link:hover, .au-body--dark .au-progress-indicator--dark .au-progress-indicator__link:hover, .au-body--dark .au-progress-indicator .au-progress-indicator__link:hover,
    .au-progress-indicator--dark .au-progress-indicator__link:hover,
    .au-body--dark .au-progress-indicator .au-progress-indicator__link:hover {
      background-color: #104f5f; }
    .au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link:after, .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link:after,
    .au-progress-indicator--dark .au-body .au-progress-indicator__link:after,
    .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link:after, .au-body--dark .au-progress-indicator--dark .au-progress-indicator__link:after, .au-body--dark .au-progress-indicator .au-progress-indicator__link:after,
    .au-progress-indicator--dark .au-progress-indicator__link:after,
    .au-body--dark .au-progress-indicator .au-progress-indicator__link:after {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23bdd2d7' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3C/svg%3E"); }
    .au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after, .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
    .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after,
    .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link.au-progress-indicator__link--done:after, .au-body--dark .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--done:after, .au-body--dark .au-progress-indicator .au-progress-indicator__link.au-progress-indicator__link--done:after,
    .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--done:after,
    .au-body--dark .au-progress-indicator .au-progress-indicator__link.au-progress-indicator__link--done:after {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2361daff' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3Cpath fill='%2361daff' d='M18.744186,9.23753281 C18.744186,9.48293963 18.6627907,9.71391076 18.5,9.88713911 L11.3895349,17.7257218 C11.2267442,17.8989501 10.996124,18 10.7655039,18 C10.5484496,18 10.3178295,17.8989501 10.1550388,17.7257218 L5.24418605,12.5 C5.08139535,12.3267717 5,12.0958005 5,11.8503937 C5,11.6049869 5.08139535,11.3595801 5.24418605,11.1863517 L6.47868217,9.88713911 C6.64147287,9.71391076 6.85852713,9.61286089 7.08914729,9.61286089 C7.31976744,9.61286089 7.53682171,9.71391076 7.6996124,9.88713911 L10.7655039,13.1496063 L16.0445736,7.27427822 C16.2073643,7.10104987 16.4244186,7 16.6550388,7 C16.8856589,7 17.1027132,7.10104987 17.2655039,7.27427822 L18.5,8.57349081 C18.6627907,8.74671916 18.744186,8.99212598 18.744186,9.23753281 Z'/%3E%3C/svg%3E"); }
    .au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--doing, .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link.au-progress-indicator__link--doing,
    .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--doing,
    .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link.au-progress-indicator__link--doing, .au-body--dark .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--doing, .au-body--dark .au-progress-indicator .au-progress-indicator__link.au-progress-indicator__link--doing,
    .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--doing,
    .au-body--dark .au-progress-indicator .au-progress-indicator__link.au-progress-indicator__link--doing {
      border-left-color: #61daff; }
      .au-body--dark .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after, .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
      .au-progress-indicator--dark .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after,
      .au-body--dark .au-progress-indicator .au-body .au-progress-indicator__link.au-progress-indicator__link--doing:after, .au-body--dark .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--doing:after, .au-body--dark .au-progress-indicator .au-progress-indicator__link.au-progress-indicator__link--doing:after,
      .au-progress-indicator--dark .au-progress-indicator__link.au-progress-indicator__link--doing:after,
      .au-body--dark .au-progress-indicator .au-progress-indicator__link.au-progress-indicator__link--doing:after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2361daff' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z'/%3E%3Ccircle fill='%2361daff' cx='6.5' cy='12' r='1.5'%3E%3C/circle%3E%3Ccircle fill='%2361daff' cx='12' cy='12' r='1.5'%3E%3C/circle%3E%3Ccircle fill='%2361daff' cx='17.5' cy='12' r='1.5'%3E%3C/circle%3E%3C/svg%3E"); }

.au-progress-indicator__status {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  display: block;
  font-weight: normal;
  color: #626262; }
  .au-progress-indicator--dark .au-progress-indicator__status, .au-body--dark .au-progress-indicator .au-progress-indicator__status {
    color: #bdd2d7; }

/*! @gov.au/responsive-media v2.0.11 */
.au-responsive-media-vid {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .au-responsive-media-vid > .au-responsive-media-vid__item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .au-responsive-media-vid.au-responsive-media-vid--16x9 {
    padding-bottom: 56.25%; }
  .au-responsive-media-vid.au-responsive-media-vid--4x3 {
    padding-bottom: 75%; }
  * + .au-responsive-media-vid {
    margin-top: 16px;
    margin-top: 1rem; }

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

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

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

.au-select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 36px 8px 12px;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  height: 46px;
  height: 2.875rem;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid gray;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;

  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5em auto;
  vertical-align: middle; }
  .au-select:focus {
    outline: 3px solid #9263DE;
    outline-offset: 2px; }
  .au-select::-moz-focus-inner {
    border: 0; }
  .au-select:focus {
    border-radius: 0; }
  .au-select[disabled] {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3; }
  .au-select:disabled {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3; }
  .au-select.au-select--dark:invalid, .au-select:invalid {
    background-color: #fff7f7;
    border-color: #ff635c; }
  .au-select.au-select--dark.au-select--invalid, .au-select.au-select--invalid {
    background-color: #fff7f7;
    border-color: #ff635c; }
  .au-select.au-select--dark.au-select--valid, .au-select.au-select--valid {
    background-color: #f3fbf8;
    border-color: #0cac78; }
  .ie8 .au-select:after,
  .ie9 .au-select:after {
    display: none; }
  .au-select::-ms-expand {
    display: none; }
  .ie8 .au-select,
  .ie9 .au-select {
    padding-right: 4px;
    padding-right: 0.25rem; }
  .au-select.au-select--dark {
    border-color: #ffffff; }
    .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/skip-link v2.0.10 */
@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: #ffffff;
    background-color: #00698f;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink;
    z-index: 600; }
  .au-body .au-skip-link__link:hover, .au-skip-link__link:hover {
    text-decoration: none;
    color: #ffffff; }

/*! @gov.au/tags v3.1.4 */
@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, .au-body--dark .au-tags {
    color: #ffffff; }

.au-tags > li {
  margin: 8px 4px 0 0;
  margin: 0.5rem 0.25rem 0 0;
  padding: 0 8px;
  padding: 0 0.5rem;
  border: 1px solid #00698f;
  border-radius: 4px;
  display: inline-block; }
  .au-tags > li > a,
  .au-tags > li > button {
    margin: 0 -8px;
    margin: 0 -0.5rem;
    padding: 0 8px;
    padding: 0 0.5rem;
    color: #00698f;
    display: inline-block;
    border-radius: 4px; }
    .au-tags > li > a:hover,
    .au-tags > li > button:hover {
      color: #313131;
      text-decoration: none;
      background-color: whitesmoke; }
    .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, .au-body--dark .au-tags > li {
  border-color: #61daff; }
  .au-tags.au-tags--dark > li > a, .au-body--dark .au-tags > li > a,
  .au-tags.au-tags--dark > li > button,
  .au-body--dark .au-tags > li > button {
    color: #61daff; }
    .au-tags.au-tags--dark > li > a:hover, .au-body--dark .au-tags > li > a:hover,
    .au-tags.au-tags--dark > li > button:hover,
    .au-body--dark .au-tags > li > button:hover {
      color: #ffffff;
      background-color: #104f5f; }
    .au-tags.au-tags--dark > li > a:focus, .au-body--dark .au-tags > li > a:focus,
    .au-tags.au-tags--dark > li > button:focus,
    .au-body--dark .au-tags > li > button:focus {
      outline: 3px solid #C390F9; }
    .au-tags.au-tags--dark > li > a::-moz-focus-inner, .au-body--dark .au-tags > li > a::-moz-focus-inner,
    .au-tags.au-tags--dark > li > button::-moz-focus-inner,
    .au-body--dark .au-tags > li > button::-moz-focus-inner {
      border: 0; }

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

/**
 * Generic text input styling.
 *
 * Also includes variants:
 * - invalid
 * - valid
 * - :focus
 * - :disabled/[disabled]
 */
.au-text-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  height: 46px;
  height: 2.875rem;
  border: 3px solid gray;
  background-color: #ffffff;
  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;
  /**
	 * Block modifier
	 */
  /**
	 * Number input styling.
	 *
	 * Numbers are easier to disambiguate from each other (and letters) when set in
	 * monospace.
	 */ }
  .au-text-input.au-text-input--dark:invalid, .au-text-input:invalid {
    background-color: #fff7f7;
    border-color: #ff635c; }
  .au-text-input.au-text-input--dark.au-text-input--invalid, .au-text-input.au-text-input--invalid {
    background-color: #fff7f7;
    border-color: #ff635c; }
  .au-text-input.au-text-input--dark.au-text-input--valid, .au-text-input.au-text-input--valid {
    background-color: #f3fbf8;
    border-color: #0cac78; }
  .au-text-input[disabled] {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3; }
  .au-text-input:disabled {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.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: #ffffff; }
  .au-text-input.au-text-input--dark {
    border-color: #ffffff; }
    .au-text-input.au-text-input--dark[disabled] {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      opacity: 0.3; }
    .au-text-input.au-text-input--dark:disabled {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      opacity: 0.3; }
    .au-text-input.au-text-input--dark:focus {
      outline: 3px solid #C390F9; }
    .au-text-input.au-text-input--dark::-moz-focus-inner {
      border: 0; }
  .au-text-input.au-text-input--block {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .au-text-input.au-text-input--number {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    letter-spacing: 2px; }

/**
 * Textarea styling. (Not nested because sass does odd stuff)
 */
textarea.au-text-input {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  height: auto;
  max-width: 100%;
  min-height: 6em; }

.au-body--dark .au-accordion .au-accordion__title,
.color--dark .au-accordion .au-accordion__title,
.color--dark-alt .au-accordion .au-accordion__title {
  color: #61daff;
  background-color: #104f5f; }
  .au-body--dark .au-accordion .au-accordion__title:hover,
  .color--dark .au-accordion .au-accordion__title:hover,
  .color--dark-alt .au-accordion .au-accordion__title:hover {
    color: #ffffff; }
    .au-body--dark .au-accordion .au-accordion__title:hover:after,
    .color--dark .au-accordion .au-accordion__title:hover:after,
    .color--dark-alt .au-accordion .au-accordion__title:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23ffffff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%23ffffff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E"); }
  .au-body--dark .au-accordion .au-accordion__title:focus,
  .color--dark .au-accordion .au-accordion__title:focus,
  .color--dark-alt .au-accordion .au-accordion__title:focus {
    outline: 3px solid #C390F9; }
  .au-body--dark .au-accordion .au-accordion__title::-moz-focus-inner,
  .color--dark .au-accordion .au-accordion__title::-moz-focus-inner,
  .color--dark-alt .au-accordion .au-accordion__title::-moz-focus-inner {
    border: 0; }
  .au-body--dark .au-accordion .au-accordion__title:after,
  .color--dark .au-accordion .au-accordion__title:after,
  .color--dark-alt .au-accordion .au-accordion__title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%2361daff' d='M64 0l64 64-16 16-64-64'/%3E %3Cpath fill='%2361daff' d='M64 0l16 16-64 64L0 64'/%3E%3C/svg%3E"); }

.au-page-alerts {
  margin: 1rem auto; }
  @media (min-width: 768px) {
    .au-page-alerts {
      width: 720px; } }
  @media (min-width: 992px) {
    .au-page-alerts {
      width: 944px; } }
  @media (min-width: 1200px) {
    .au-page-alerts {
      width: 1152px; } }

.au-tags a {
  word-break: break-all; }

.page-layout__content-header-section {
  margin-bottom: 24px; }
  .page-layout__content-header-section .page-layout__content-header {
    min-height: 0; }

.page-layout__content-section .page-layout__content-top {
  margin-bottom: 24px; }

.page-layout__content-section .page-layout__content-bottom {
  margin-top: 24px; }

@media (min-width: 768px) {
  .page-layout:not(.page-layout--edgy) .page-layout__content-section {
    width: 744px; } }

@media (min-width: 992px) {
  .page-layout:not(.page-layout--edgy) .page-layout__content-section {
    width: 968px; } }

@media (min-width: 1200px) {
  .page-layout:not(.page-layout--edgy) .page-layout__content-section {
    width: 1176px; } }

.page-layout__content-footer-section .page-layout__content-footer {
  min-height: 0; }

.au-body:not(.is-panelized) .au-footer {
  margin-top: 32px;
  margin-top: 2rem; }

.au-body.is-panelized .page-layout:not(.page-layout--edgy) {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.au-grid .page-layout--1212 .page-layout__content-top {
  min-height: 0; }

.au-grid .page-layout--1212 .page-layout__content-bottom {
  min-height: 0; }

.au-grid .page-layout--edgy .page-layout__content-section .page-layout__content-top {
  min-height: 0;
  padding-left: 0;
  padding-right: 0; }

.au-grid .page-layout--edgy .page-layout__content-section .page-layout__content {
  padding-left: 0;
  padding-right: 0; }

.au-grid .page-layout--edgy .page-layout__content-section .page-layout__content-bottom {
  min-height: 0;
  padding-left: 0;
  padding-right: 0; }

.au-grid .page-layout--edgy .page-layout__content-footer-section .page-layout__content-footer {
  padding-left: 0;
  padding-right: 0; }

.highlighted-layouts .header-section .header:before, .highlighted-layouts .page-layout__content-section .page-layout__content-top:before, .highlighted-layouts .page-layout__content-section .page-layout__content:before, .highlighted-layouts .page-layout__content-section .page-layout__sidebar:before, .highlighted-layouts .page-layout__content-section .page-layout__content-bottom:before, .highlighted-layouts .page-layout__content-footer-section .page-layout__content-footer:before {
  background: #444444;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: 0; }

.highlighted-layouts .header-section .header {
  -webkit-box-shadow: inset 0 0 0 3px #930000;
          box-shadow: inset 0 0 0 3px #930000;
  position: relative; }
  .highlighted-layouts .header-section .header:before {
    content: "header"; }

.highlighted-layouts .page-layout__content-section .page-layout__content-top {
  -webkit-box-shadow: inset 0 0 0 3px #BEBEBE;
          box-shadow: inset 0 0 0 3px #BEBEBE;
  position: relative; }
  .highlighted-layouts .page-layout__content-section .page-layout__content-top:before {
    content: "content top"; }

.highlighted-layouts .page-layout__content-section .page-layout__content {
  -webkit-box-shadow: inset 0 0 0 3px #930000;
          box-shadow: inset 0 0 0 3px #930000;
  position: relative; }
  .highlighted-layouts .page-layout__content-section .page-layout__content:before {
    content: "content"; }

.highlighted-layouts .page-layout__content-section .page-layout__sidebar {
  -webkit-box-shadow: inset 0 0 0 3px #648395;
          box-shadow: inset 0 0 0 3px #648395;
  position: relative; }
  .highlighted-layouts .page-layout__content-section .page-layout__sidebar:before {
    content: "sidebar"; }

.highlighted-layouts .page-layout__content-section .page-layout__content-bottom {
  -webkit-box-shadow: inset 0 0 0 3px #BEBEBE;
          box-shadow: inset 0 0 0 3px #BEBEBE;
  position: relative; }
  .highlighted-layouts .page-layout__content-section .page-layout__content-bottom:before {
    content: "content bottom"; }

.highlighted-layouts .page-layout__content-footer-section .page-layout__content-footer {
  -webkit-box-shadow: inset 0 0 0 3px #930000;
          box-shadow: inset 0 0 0 3px #930000;
  position: relative; }
  .highlighted-layouts .page-layout__content-footer-section .page-layout__content-footer:before {
    content: "footer"; }

.paragraph--type--item-list[class*="list-layout--"] .list,
.paragraph--type--node-list[class*="list-layout--"] .list {
  margin-left: -12px;
  margin-right: -12px; }
  @media (min-width: 768px) {
    .paragraph--type--item-list[class*="list-layout--"] .list,
    .paragraph--type--node-list[class*="list-layout--"] .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; } }
  .paragraph--type--item-list[class*="list-layout--"] .list > .list__item,
  .paragraph--type--node-list[class*="list-layout--"] .list > .list__item {
    margin-top: 24px; }
  .paragraph--type--item-list[class*="list-layout--"] .list.erd-list--calendar-item,
  .paragraph--type--node-list[class*="list-layout--"] .list.erd-list--calendar-item {
    margin-top: 24px; }
    .paragraph--type--item-list[class*="list-layout--"] .list.erd-list--calendar-item > .list__item,
    .paragraph--type--node-list[class*="list-layout--"] .list.erd-list--calendar-item > .list__item {
      margin-top: 2px; }

.list-layout--equal .list > .list__item {
  padding-left: 12px;
  padding-right: 12px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five items */ }
  @media (min-width: 768px) {
    .list-layout--equal .list > .list__item {
      width: calc(100/3 * 1%); } }
  @media (min-width: 992px) {
    .list-layout--equal .list > .list__item {
      width: calc(100/6 * 1%); } }
  .list-layout--equal .list > .list__item:first-child:nth-last-child(1) {
    width: 100%; }
  .list-layout--equal .list > .list__item:first-child:nth-last-child(2),
  .list-layout--equal .list > .list__item:first-child:nth-last-child(2) ~ .list__item {
    width: 100%; }
    @media (min-width: 768px) {
      .list-layout--equal .list > .list__item:first-child:nth-last-child(2),
      .list-layout--equal .list > .list__item:first-child:nth-last-child(2) ~ .list__item {
        width: calc(100/2 * 1%); } }
  .list-layout--equal .list > .list__item:first-child:nth-last-child(3),
  .list-layout--equal .list > .list__item:first-child:nth-last-child(3) ~ .list__item {
    width: 100%; }
    @media (min-width: 768px) {
      .list-layout--equal .list > .list__item:first-child:nth-last-child(3),
      .list-layout--equal .list > .list__item:first-child:nth-last-child(3) ~ .list__item {
        width: calc(100/3 * 1%); } }
  .list-layout--equal .list > .list__item:first-child:nth-last-child(4),
  .list-layout--equal .list > .list__item:first-child:nth-last-child(4) ~ .list__item {
    width: 100%; }
    @media (min-width: 768px) {
      .list-layout--equal .list > .list__item:first-child:nth-last-child(4),
      .list-layout--equal .list > .list__item:first-child:nth-last-child(4) ~ .list__item {
        width: calc(100/2 * 1%); } }
    @media (min-width: 992px) {
      .list-layout--equal .list > .list__item:first-child:nth-last-child(4),
      .list-layout--equal .list > .list__item:first-child:nth-last-child(4) ~ .list__item {
        width: calc(100/4 * 1%); } }
  .list-layout--equal .list > .list__item:first-child:nth-last-child(5),
  .list-layout--equal .list > .list__item:first-child:nth-last-child(5) ~ .list__item {
    width: 100%; }
    @media (min-width: 768px) {
      .list-layout--equal .list > .list__item:first-child:nth-last-child(5),
      .list-layout--equal .list > .list__item:first-child:nth-last-child(5) ~ .list__item {
        width: calc(100/3 * 1%); } }
    @media (min-width: 992px) {
      .list-layout--equal .list > .list__item:first-child:nth-last-child(5),
      .list-layout--equal .list > .list__item:first-child:nth-last-child(5) ~ .list__item {
        width: calc(100/5 * 1%); } }

.au-grid > .content-top {
  margin-bottom: 24px; }

.views--layout .view-content {
  margin-left: -12px;
  margin-right: -12px; }
  @media (min-width: 768px) {
    .views--layout .view-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; } }
  .views--layout .view-content .views-row {
    margin-top: 24px; }

.views--layout--equal .view-content .views-row {
  padding-left: 12px;
  padding-right: 12px;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five items */ }
  @media (min-width: 768px) {
    .views--layout--equal .view-content .views-row {
      width: calc(100/3 * 1%); } }
  @media (min-width: 992px) {
    .views--layout--equal .view-content .views-row {
      width: calc(100/6 * 1%); } }
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(1) {
    width: 100%; }
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(2),
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(2) ~ .views-row {
    width: 100%; }
    @media (min-width: 768px) {
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(2),
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(2) ~ .views-row {
        width: calc(100/2 * 1%); } }
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(3),
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(3) ~ .views-row {
    width: 100%; }
    @media (min-width: 768px) {
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(3),
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(3) ~ .views-row {
        width: calc(100/3 * 1%); } }
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(4),
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(4) ~ .views-row {
    width: 100%; }
    @media (min-width: 768px) {
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(4),
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(4) ~ .views-row {
        width: calc(100/2 * 1%); } }
    @media (min-width: 992px) {
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(4),
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(4) ~ .views-row {
        width: calc(100/4 * 1%); } }
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(5),
  .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(5) ~ .views-row {
    width: 100%; }
    @media (min-width: 768px) {
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(5),
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(5) ~ .views-row {
        width: calc(100/3 * 1%); } }
    @media (min-width: 992px) {
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(5),
      .views--layout--equal .view-content .views-row:nth-of-type(1):nth-last-of-type(5) ~ .views-row {
        width: calc(100/5 * 1%); } }

.field--label-inline > .field__label {
  display: inline-block;
  font-weight: bold; }
  .field--label-inline > .field__label:after {
    content: ": "; }

.field--label-inline > .field__item {
  display: inline-block; }

.paragraph-content .au-cta-link {
  margin-top: 16px;
  margin-top: 1rem;
  display: inline-block; }

/**
* Styling for header region.
 */
.au-header {
  padding-bottom: 0px;
  padding-bottom: 0rem; }

.header--vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.region-legal {
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

/**
* Styling for header logo.
*/
.region-logo img,
.region-logo a {
  display: block; }

.modifiers-has-background, .paragraph.color--alt, .paragraph.color--dark, .paragraph.color--dark-alt {
  padding: 32px 12px;
  padding: 2rem 12px; }

.back-to-top__link {
  bottom: 15px;
  right: 15px;
  padding: 0.1em 0.5em;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  display: block;
  opacity: 0;
  position: fixed;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  z-index: -1; }
  .back-to-top__link.is-visible {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 9999; }

/**
* Main menu styling for default and alt style.

.navigation {
  @include AU-space(margin-top, 1.6unit);
  box-shadow: inset 0 $main-menu-border-negative 0 0 $AU-color-background-alt-shade-suggestion;

  .menu__main {
    @include AU-space(margin, 0unit);
    @include AU-space(padding, 0unit);
    display: none;
    list-style: none;

    &.open {
      display: block;

      @include AU-media( sm ) {
        display: flex;
      }
    }

    @include AU-media( sm ) {
      display: flex;
    }

    li {
      @include AU-space(margin-top, 0unit);

      @include AU-media( sm ) {
        @include AU-space(margin-right, 2unit);
      }

      @include AU-media( md ) {
        @include AU-space(margin-right, 4unit);
      }

      &:last-child {
        @include AU-space(margin-right, 0unit);
      }
    }

    a {
      @include AU-space(padding, 0.8unit);
      border-bottom: 1px solid $AU-color-background-alt-shade-suggestion;
      display: block;
      text-decoration: none;

      &:hover,
      &.is-active {
        box-shadow: inset $main-menu-border 0 0 0 $AU-color-foreground-action;
      }
      @include AU-media( sm ) {
        @include AU-space(padding, 0.8unit 0);
        border-bottom: none;
        display: inline-block;

        &:hover,
        &.is-active {
          box-shadow: inset 0 $main-menu-border-negative 0 0 $AU-color-foreground-action;
        }
      }
    }
  }
}
*/
/**
* Main menu styling for dark and dark alt style.

.au-header--dark {
  .navigation {
    box-shadow: inset 0 $main-menu-border-negative 0 0 $AU-colordark-background-alt-shade-suggestion;

    .menu__main a:hover {
      box-shadow: inset 0 $main-menu-border-negative 0 0 $AU-colordark-foreground-action;
    }
  }
}
*/
.nav-toggle {
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 6px;
  background: #ffffff;
  color: #313131;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 768px) {
    .nav-toggle {
      display: none; } }

.page-layout__sidebar .menu {
  padding: 0; }
  .page-layout__sidebar .menu li {
    margin: 0;
    border-top: 1px solid #e0e0e0; }
  .page-layout__sidebar .menu a {
    display: block;
    text-decoration: none;
    border-left: 6px solid transparent;
    -webkit-transition: border 900ms ease-in-out;
    transition: border 900ms ease-in-out; }
    .page-layout__sidebar .menu a:hover {
      text-decoration: underline;
      border-left: 6px solid #61daff;
      -webkit-transition: border 300ms ease-in-out;
      transition: border 300ms ease-in-out; }
    .page-layout__sidebar .menu a.is-active {
      background-color: #e0e0e0;
      color: #313131;
      font-weight: bold;
      border: none;
      margin-top: -1px;
      margin-bottom: -1px;
      border-left: 6px solid #61daff; }
  .page-layout__sidebar .menu.menu-level-0 {
    border-left: 8px solid whitesmoke; }
    .page-layout__sidebar .menu.menu-level-0 > li {
      margin-left: 8px;
      margin-left: 0.5rem; }
      .page-layout__sidebar .menu.menu-level-0 > li > a {
        padding: 16px 8px 16px 16px;
        padding: 1rem 0.5rem 1rem 1rem;
        margin-left: -16px;
        margin-left: -1rem; }
        .page-layout__sidebar .menu.menu-level-0 > li > a:hover {
          margin-left: -16px;
          margin-left: -1rem;
          padding-left: 16px;
          padding-left: 1rem; }
        .page-layout__sidebar .menu.menu-level-0 > li > a.is-active {
          margin-left: -16px;
          margin-left: -1rem;
          padding-left: 16px;
          padding-left: 1rem; }
  .page-layout__sidebar .menu.menu-level-1 > li.menu-item--active-trail.menu-item--expanded > a {
    font-weight: bold; }
  .page-layout__sidebar .menu.menu-level-1 > li > a {
    padding: 16px 8px 16px 40px;
    padding: 1rem 0.5rem 1rem 2.5rem;
    margin-left: -16px;
    margin-left: -1rem; }
    .page-layout__sidebar .menu.menu-level-1 > li > a.is-active {
      padding-left: 48px;
      padding-left: 3rem; }
  .page-layout__sidebar .menu.menu-level-2 > li > a {
    padding: 16px 8px 16px 56px;
    padding: 1rem 0.5rem 1rem 3.5rem;
    margin-left: -16px;
    margin-left: -1rem; }
    .page-layout__sidebar .menu.menu-level-2 > li > a.is-active {
      padding-left: 64px;
      padding-left: 4rem; }
  .page-layout__sidebar .menu.menu-level-3 > li > a {
    padding: 16px 8px 16px 72px;
    padding: 1rem 0.5rem 1rem 4.5rem;
    margin-left: -16px;
    margin-left: -1rem; }
    .page-layout__sidebar .menu.menu-level-3 > li > a.is-active {
      padding-left: 80px;
      padding-left: 5rem; }

.paragraph--type--accordion-group .field--name-field-body {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.accordion-group__control {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.accordion-group > .paragraph > .paragraph-content {
  padding: 0px;
  padding: 0rem; }

.accordion-group .paragraph + .paragraph > .paragraph-content .au-accordion {
  border-top: 0; }

.paragraph.style--hero {
  padding: 48px 12px 56px 12px;
  padding: 3rem 12px 3.5rem 12px; }
  @media (min-width: 768px) {
    .paragraph.style--hero {
      padding: 96px 12px 104px 12px;
      padding: 6rem 12px 6.5rem 12px; } }

.modifiers-has-background > .paragraph-content, .paragraph.color--alt > .paragraph-content, .paragraph.color--dark > .paragraph-content, .paragraph.color--dark-alt > .paragraph-content {
  padding-bottom: 0;
  padding-top: 0; }

.page-layout--edgy .paragraph-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%; }
  .page-layout--edgy .paragraph-content:before, .page-layout--edgy .paragraph-content:after {
    content: " ";
    display: table; }
  .page-layout--edgy .paragraph-content:after {
    clear: both; }
  @media (min-width: 768px) {
    .page-layout--edgy .paragraph-content {
      max-width: 744px; } }
  @media (min-width: 992px) {
    .page-layout--edgy .paragraph-content {
      max-width: 968px; } }
  @media (min-width: 1200px) {
    .page-layout--edgy .paragraph-content {
      max-width: 1176px; } }

.page-layout--edgy .modifiers-has-background > .paragraph-content, .page-layout--edgy .paragraph.color--alt > .paragraph-content, .page-layout--edgy .paragraph.color--dark > .paragraph-content, .page-layout--edgy .paragraph.color--dark-alt > .paragraph-content {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .page-layout--edgy .modifiers-has-background > .paragraph-content, .page-layout--edgy .paragraph.color--alt > .paragraph-content, .page-layout--edgy .paragraph.color--dark > .paragraph-content, .page-layout--edgy .paragraph.color--dark-alt > .paragraph-content {
      padding-left: 12px;
      padding-right: 12px; } }

form#views-exposed-form-content-search-page-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  form#views-exposed-form-content-search-page-1 .form-item-keys {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    form#views-exposed-form-content-search-page-1 .form-item-keys label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
  form#views-exposed-form-content-search-page-1 .form-wrapper {
    display: block;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }
  form#views-exposed-form-content-search-page-1 .form-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    padding: 13px 32px 13px 16px;
    padding: 0.8rem 2rem 0.8rem 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #ffffff;
    border-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #313131;
    display: block;
    margin: 0;
    width: 100%; }
    @media (min-width: 768px) {
      form#views-exposed-form-content-search-page-1 .form-text {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        background-color: #EFEFEF;
        height: 50px; } }
    form#views-exposed-form-content-search-page-1 .form-text.form-autocomplete {
      background-position: right .5rem center; }
    form#views-exposed-form-content-search-page-1 .form-text::-webkit-input-placeholder {
      color: #626262;
      opacity: 1; }
    form#views-exposed-form-content-search-page-1 .form-text::-ms-input-placeholder {
      color: #626262;
      opacity: 1; }
    form#views-exposed-form-content-search-page-1 .form-text::placeholder {
      color: #626262;
      opacity: 1; }
    form#views-exposed-form-content-search-page-1 .form-text::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #626262;
      opacity: 1; }
    form#views-exposed-form-content-search-page-1 .form-text::-moz-placeholder {
      /* Firefox 19+ */
      color: #626262;
      opacity: 1; }
    form#views-exposed-form-content-search-page-1 .form-text:-ms-input-placeholder {
      /* IE 10+ */
      color: #626262;
      opacity: 1; }
    form#views-exposed-form-content-search-page-1 .form-text:-moz-placeholder {
      /* Firefox 18- */
      color: #626262;
      opacity: 1; }
  form#views-exposed-form-content-search-page-1 .form-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

table {
  border-collapse: collapse;
  width: 100%; }
  table td,
  table th {
    padding: 8px 16px;
    padding: 0.5rem 1rem; }
  table thead th {
    border-bottom: 2px solid #e0e0e0; }
  table.table-bordered td,
  table.table-bordered th {
    border: 1px solid #e0e0e0; }
  table.table-bordered thead th {
    border-bottom-width: 2px; }
  table.table-alt th {
    background: #ebebeb; }
  table.table-dark th {
    background: #135E70;
    color: #ffffff; }
  table.table-dark.table-alt th {
    background: #0d414d; }
  table.table-striped tbody tr:nth-child(odd) {
    background: #ebebeb; }
  table.table-striped tbody tr:nth-child(even) {
    background: #FFFFFF; }
  table.table-sm td,
  table.table-sm th {
    padding: 4px 8px;
    padding: 0.25rem 0.5rem; }

.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%; }

.calendar-item {
  background: #ededed;
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }
  .calendar-item .calendar-item__date {
    padding: 8px;
    padding: 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    width: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: .8;
    text-align: center;
    text-transform: uppercase; }
    .calendar-item .calendar-item__date .field {
      width: 100%; }
  .calendar-item .calendar-date {
    margin: 0 auto;
    color: #313131; }
    .calendar-item .calendar-date span {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.5;
      color: #00698f;
      display: block;
      font-weight: 700;
      margin: 0; }
  .calendar-item .calendar-item__content {
    padding: 8px;
    padding: 0.5rem;
    border-left: 2px solid #ffffff;
    width: calc(100% - 4rem); }
    .calendar-item .calendar-item__content *[class^='calendar-item__'] + *[class^='calendar-item__'] {
      margin-top: 5px;
      margin-top: 0.3rem; }
  .calendar-item.calendar-item--current {
    background: #f2fbfd; }
  .calendar-item.calendar-item--past {
    background: #fafafa;
    color: #737373; }
    .calendar-item.calendar-item--past .calendar-date,
    .calendar-item.calendar-item--past span,
    .calendar-item.calendar-item--past a {
      color: #737373; }

.search__content *[class^='search__'] + *[class^='search__'] {
  margin-top: 5px;
  margin-top: 0.3rem; }

.search__content h3.search__title {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.stack {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  color: #313131;
  height: 100%; }
  .stack a {
    color: #00698f; }

.stack__image a {
  display: block; }

.stack__image img {
  display: block;
  width: 100%; }

.stack__content {
  padding: 16px;
  padding: 1rem; }
  .stack__content *[class^='stack__'] + *[class^='stack__'] {
    margin-top: 5px;
    margin-top: 0.3rem; }
  .stack__content h3.stack__title {
    margin-bottom: 16px;
    margin-bottom: 1rem; }

.au-body--alt .stack,
.au-body--dark .stack,
.au-body--dark.au-body--alt .stack,
.color--alt .stack,
.color--dark .stack,
.color--dark-alt .stack {
  color: #313131; }
  .au-body--alt .stack a,
  .au-body--dark .stack a,
  .au-body--dark.au-body--alt .stack a,
  .color--alt .stack a,
  .color--dark .stack a,
  .color--dark-alt .stack a {
    color: #00698f; }
    .au-body--alt .stack a:hover,
    .au-body--dark .stack a:hover,
    .au-body--dark.au-body--alt .stack a:hover,
    .color--alt .stack a:hover,
    .color--dark .stack a:hover,
    .color--dark-alt .stack a:hover {
      color: #313131; }

.summary__content *[class^='summary__'] + *[class^='summary__'] {
  margin-top: 5px;
  margin-top: 0.3rem; }

.summary__content h3.summary__title {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .teaser {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.teaser__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .teaser__image a,
  .teaser__image img {
    display: block; }

.teaser__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .teaser__content *[class^='teaser__'] + *[class^='teaser__'] {
    margin-top: 5px;
    margin-top: 0.3rem; }
  .teaser__content h3.teaser__title {
    margin-bottom: 16px;
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  .teaser--small .teaser__image {
    width: 8rem; } }

@media (min-width: 768px) {
  .teaser--small .teaser__content {
    padding-left: 16px;
    padding-left: 1rem;
    width: calc(100% - 8rem); } }

@media (min-width: 768px) {
  .teaser--medium .teaser__image {
    width: 12.5rem; } }

@media (min-width: 768px) {
  .teaser--medium .teaser__content {
    padding-left: 16px;
    padding-left: 1rem;
    width: calc(100% - 12.5rem); } }

.node--type-govcms_blog_article.node--view-mode-full div[class*="block-entity-fieldnode"] + div[class*="block-entity-fieldnode"] {
  margin-top: 16px;
  margin-top: 1rem; }

.node--type-govcms_event.node--view-mode-full div[class*="block-entity-fieldnode"] + div[class*="block-entity-fieldnode"] {
  margin-top: 16px;
  margin-top: 1rem; }

.node--type-govcms_foi.node--view-mode-full div[class*="block-entity-fieldnode"] + div[class*="block-entity-fieldnode"] {
  margin-top: 16px;
  margin-top: 1rem; }

.node--type-govcms_news_and_media.node--view-mode-full div[class*="block-entity-fieldnode"] + div[class*="block-entity-fieldnode"] {
  margin-top: 16px;
  margin-top: 1rem; }

.node--type-govcms_standard_page.node--view-mode-full div[class*="block-entity-fieldnode"] + div[class*="block-entity-fieldnode"] {
  margin-top: 16px;
  margin-top: 1rem; }

// FORMS
/**
 * @file
 * Element options display styles.
 *
 * @see /webform/example_layout_basic
 */

.webform-options-display-side-by-side > div {
  display: inline-block;
  margin-right: .5em;
}

/**
 * Display columns for devices that are more than 400px wide.
 */
@media (min-width: 400px) {
  .webform-options-display-two-columns {
    display: block;
    margin-top: .4em;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .webform-options-display-three-columns {
    display: block;
    margin-top: .4em;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .webform-options-display-two-columns div.form-item,
  .webform-options-display-three-columns div.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}


/*# sourceMappingURL=style.css.map */
