/**
 *
 */
html {
  font-family: var(--font-family);
  font-size: 62.5%;
  font-weight: normal;
  font-style: normal;
  line-height: var(--line-height);
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

body {
  color: var(--color-gray-2);
  background: var(--color-text-bg);
  font-size: var(--font-size-base);
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  body.padding-bottom-70 {
    padding-bottom: 70px; }
    @media screen and (min-width: 1224px) {
      body.padding-bottom-70 {
        padding-bottom: 0; } }

a,
.link {
  color: var(--color-link);
  text-decoration: underline; }
  a.meeting-card-link,
  .link.meeting-card-link {
    border-left: 3px solid var(--color-accent);
    box-shadow: 0.25rem 0 1rem var(--color-gray-8);
    text-decoration: none; }

a:hover,
a:focus,
.link:hover,
.link:focus {
  text-decoration: none;
  outline: 0; }

a:hover,
.link:hover {
  color: var(--color-link-hover); }

a:active,
.link:active {
  color: var(--color-link-active); }

summary {
  font-weight: bold; }

p {
  margin: 0 0 2rem; }

dl {
  margin: 0 0 2rem; }

dl dd,
dl dl {
  margin-bottom: 1rem;
  margin-left: 2rem;
  /* LTR */ }

[dir="rtl"] dl dd,
[dir="rtl"] dl dl {
  margin-right: 2rem; }

address {
  font-style: italic; }

ins {
  text-decoration: none; }

s,
strike,
del {
  text-decoration: line-through; }

big {
  font-size: larger; }

small {
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal; }

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal; }

abbr,
acronym {
  border-bottom: dotted px; }

ul {
  margin: 0.25em 0 0.25em 1.5em;
  /* LTR */
  padding-left: 0;
  list-style-type: disc;
  list-style-image: none; }
  ul.download-link-list {
    margin-bottom: 1em;
    margin-left: 0;
    list-style-type: none; }
  ul + p {
    margin-top: 1em; }

[dir="rtl"] ul {
  margin-right: 1.5em;
  margin-left: 0;
  padding-right: 0; }

/* This is required to win over specificity of [dir="rtl"] ul */
[dir="rtl"] .messages__list {
  margin-right: 0; }

ol {
  margin: 0.25em 0 0.25em 2em;
  /* LTR */
  padding: 0;
  list-style-type: decimal; }

/* legal list styles */
/*#legal-list {
  counter-reset: section;
}
#legal-list h2:before {
  counter-increment: section;
  content: counter(section) ". ";
  margin: 0 0.5em 0 0;
}
#legal-list ol {
  counter-reset: clause;
  list-style: none outside none;
  text-indent: -2em;
}
#legal-list ol li {
  counter-increment: clause;
}
#legal-list ol li:before {
  content: counter(section) "." counters(clause, ".") ". ";
  margin: 0 0.5em 0 0.5em;
}
*/
.scroll-400 {
  height: 400px;
  overflow-y: scroll;
  padding: 20px;
  background-color: var(--color-gray-8);
  border: 1px solid gray;
  counter-reset: section; }
  .scroll-400 ol.main {
    margin: 0.25em 0 0.25em 4em;
    list-style: none outside none; }
    .scroll-400 ol.main > li {
      counter-increment: section;
      margin: 10px 0 20px 0; }
      .scroll-400 ol.main > li:before {
        width: 40px;
        content: counter(section) ". ";
        display: inline-block;
        text-align: left;
        margin-left: -40px; }
      .scroll-400 ol.main > li ol {
        counter-reset: clause;
        list-style: none outside none;
        text-indent: -1.4em;
        margin: 0.25em 0 0.25em 1.7em; }
        .scroll-400 ol.main > li ol li {
          counter-increment: clause;
          display: block;
          padding-left: 15px;
          margin: 15px 0 15px 10px; }
          .scroll-400 ol.main > li ol li:before {
            display: inline-block;
            content: counter(section) "." counters(clause, ".") "";
            margin: 0 0 0 -0.5em;
            width: 30px; }
          .scroll-400 ol.main > li ol li ol {
            counter-reset: item; }
            .scroll-400 ol.main > li ol li ol li {
              counter-increment: item; }
              .scroll-400 ol.main > li ol li ol li:before {
                display: inline-block;
                content: counter(section) "." counters(clause, ".") "." counters(item, ".") "";
                margin: 0 0 0 -0.5em;
                width: 30px; }

/*
  h4:before {
    counter-increment: section;
    content: counter(section) ". ";
    margin: 0 0.5em 0 0;
  }
  ol {
    counter-reset: clause;
    list-style: none outside none;
    text-indent: -2em;
    li {
      counter-increment: clause;
      &:before {
        content: counter(section) "." counters(clause, ".") ". ";
        margin: 0 0.5em 0 0.5em;
      }
    }
  }
}
*/
[dir="rtl"] ol {
  margin-right: 2em;
  margin-left: 0; }

/**
 * Fix duplicate border caused by normalize.css adding border-bottom without
 * removing the text-decoration.
 */
abbr[title] {
  text-decoration: none; }

code {
  margin: 0.5em 0; }

pre {
  margin: 0.5em 0;
  white-space: pre-wrap; }

details {
  line-height: 1.295em; }

details summary {
  padding: 0.95em 1.45em;
  cursor: pointer; }

details summary:focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

figure {
  margin: 0 0 2.5rem;
  padding: 0; }

table {
  width: 100%; }

thead {
  background: var(--color-gray-7); }

/**
 * Drupal has some really silly setups where li don't directly have a ul or ol parent. So we treat them as if they
 * are just items in a row.
 */
div > li {
  display: inline-block;
  margin-right: 2.5rem; }

/**
 * Default focus styles for focused elements.
 *
 * This is applied globally to all interactive elements except Toolbar and
 * Settings Tray since they have their own styles.
 *
 * @todo https://www.drupal.org/project/claro/issues/3048785 :focus selector is
 *   active for non-interactive elements in Internet Explorer 11.
 */
.page-wrapper *:focus,
.ui-dialog *:focus {
  outline: var(--focus-outline);
  box-shadow: var(--focus-box-shadow); }

.skip-link {
  background: var(--color-gray-2);
  display: block;
  color: var(--color-white);
  padding: 0.5rem 2.5rem;
  text-align: center; }
  .skip-link.focusable:active, .skip-link.focusable:focus {
    border-bottom: 0.2rem solid var(--color-accent);
    height: auto; }

@media screen and (max-width: 480px) {
  div#block-userlogin .padding-standard {
    text-align: center; } }

@media screen and (max-width: 480px) {
  div#block-userlogin .button {
    display: block;
    width: 300px;
    margin: 0 auto;
    box-sizing: border-box; } }

div.australia-map-block {
  padding: 10px 0 30px; }
  div.australia-map-block p {
    margin: 0 2.3rem 2rem; }

.print-styles,
.footnote,
#footnotes,
#abcb-footnotes {
  display: none; }

.ck-content ol.upper-alpha,
ol.upper-alpha {
  list-style-type: upper-alpha; }

.ck-content ol.lower-alpha,
ol.lower-alpha {
  list-style-type: lower-alpha; }

.ck-content ol.upper-roman,
ol.upper-roman {
  list-style-type: upper-roman; }

.ck-content ol.lower-roman,
ol.lower-roman {
  list-style-type: lower-roman; }

body #backtotop {
  bottom: 75px;
  right: 75px;
  height: 45px;
  width: 150px;
  border-radius: 24px;
  opacity: 0.75; }
  body #backtotop:hover {
    opacity: 1; }
  body #backtotop:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    margin-right: 1rem;
    background-image: var(--icon-follow);
    transform: rotate(270deg); }

.page-node-type-pcd h3 {
  font-weight: normal; }

.blue-callout {
  background-color: #485CC7;
  padding: 3rem 4rem 2rem 4rem;
  color: #fff;
  margin: 1em 0; }
  .blue-callout .blue-callout .container.text ul {
    padding-bottom: 0; }
  .blue-callout a {
    color: #fff; }
  .blue-callout h2 {
    color: #fff; }
  .blue-callout.colorbox-small img {
    width: 180px; }
  .blue-callout.colorbox-small.colorbox-centre a.colorbox {
    display: flex;
    justify-content: center; }
  .blue-callout.colorbox-small.colorbox-right a.colorbox {
    display: flex;
    justify-content: end; }
  .blue-callout.colorbox-medium img {
    width: 300px; }
  .blue-callout.colorbox-medium.colorbox-centre a.colorbox {
    display: flex;
    justify-content: center; }
  .blue-callout.colorbox-medium.colorbox-right a.colorbox {
    display: flex;
    justify-content: end; }
  .blue-callout.colorbox-large img {
    width: 500px; }
  .blue-callout.colorbox-large.colorbox-centre a.colorbox {
    display: flex;
    justify-content: center; }
  .blue-callout.colorbox-large.colorbox-right a.colorbox {
    display: flex;
    justify-content: end; }
  .blue-callout .background-default {
    background: transparent; }

.blue-callout .tex2jax_process > p:last-of-type {
  margin-bottom: 0; }

.node-utncc_page .gallery img {
  width: 500px; }

.colorbox-alt {
  margin-bottom: 1em; }

.colorbox-image.colorbox-small img {
  width: 180px; }

.colorbox-image.colorbox-medium img {
  width: 300px; }

.colorbox-image.colorbox-large img {
  width: 500px; }

li.toc-li {
  display: block; }

.form-item-understand,
.form-item-consent,
.form-item-receive-updates,
.form-item-confirm,
.form-item-receive-notifications {
  position: relative;
  padding: 10px 50px; }

.js-form-type-checkbox.form-item-understand input,
.js-form-type-checkbox.form-item-consent input,
.js-form-type-checkbox.form-item-receive-updates input,
.js-form-type-checkbox.form-item-confirm input,
.js-form-type-checkbox.form-item-receive-notifications input {
  opacity: 1;
  width: 28px;
  height: 28px;
  left: 0;
  margin: 0; }

.form-item-understand input,
.form-item-understand select,
.form-item-understand textarea,
.form-item-consent input,
.form-item-consent select,
.form-item-consent textarea,
.form-item-receive-updates input,
.form-item-receive-updates select,
.form-item-receive-updates textarea,
.form-item-confirm input,
.form-item-confirm select,
.form-item-confirm textarea,
.form-item-receive-notifications input,
.form-item-receive-notifications select,
.form-item-receive-notifications textarea {
  -webkit-appearance: checkbox; }
