/* Fonts */
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Punctum 119";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-119.woff2") format("woff2");
}
@font-face {
  font-family: "Powerhouse Punctum 115";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-115.woff2") format("woff2");
}
@font-face {
  font-family: "Powerhouse Punctum 915";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-915.woff2") format("woff2");
}
/* Vars */
/* Image container */
/* Form */
/* Text link */
/* Subheading */
/* Text */
/* Button */
/* Radio */
/* Checkbox */
/* Select */
/* Textarea */
/* Label */
/* Input */
/* Time */
/* Input action */
/* Heading */
body {
  font-family: "Powerhouse Filar", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  color: black;
}

@media print {
  header,
  footer,
  a,
  button,
  .tn-utility-nav,
  .alert {
    display: none !important;
  }
}
p {
  margin: 0;
}

a {
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}
a:focus-visible {
  outline: 2px solid #d4d4d4;
  outline-offset: 2px;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: none;
}

em {
  font-style: normal;
}

.container-fluid {
  position: relative;
  max-width: 1312px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 64px;
  margin-bottom: 96px;
  min-height: calc(100vh - 281px);
}
@media (min-width: 768px) {
  .container-fluid {
    min-height: calc(100vh - 233px);
  }
}

.tn-focus-outline.tn-focus-outline:focus {
  outline: 2px solid #d4d4d4 !important;
}

[tabindex="-1"]:focus {
  outline: none;
}

.alert {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  /* Tertiary */
  color: white;
  border-radius: 0;
  border: none;
  background-color: black;
  padding: 16px;
  margin-bottom: 0;
}
.alert a, .alert.alert-danger a {
  /* Reset */
  background-color: transparent !important;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.alert a b, .alert.alert-danger a b {
  font-weight: 400;
}
.alert a, .alert.alert-danger a {
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black !important;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .alert a:hover, .alert.alert-danger a:hover {
    color: #a1a1a1 !important;
  }
}
.alert a:focus, .alert.alert-danger a:focus {
  color: #a1a1a1 !important;
}
.alert a:active, .alert.alert-danger a:active {
  color: #d4d4d4 !important;
}
.alert a:focus-visible, .alert.alert-danger a:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
.alert a, .alert.alert-danger a {
  /* Dark */
  color: white !important;
}
@media (hover: hover) {
  .alert a:hover, .alert.alert-danger a:hover {
    color: #737373 !important;
  }
}
.alert a:focus, .alert.alert-danger a:focus {
  color: #737373 !important;
}
.alert a:active, .alert.alert-danger a:active {
  color: #525252 !important;
}
.alert a:focus-visible, .alert.alert-danger a:focus-visible {
  outline-color: #525252 !important;
}
.alert a, .alert.alert-danger a {
  /* Underlined */
  text-decoration-line: underline !important;
  text-underline-offset: 4px;
  /* Secondary */
  /* Icon */
  font-weight: 400;
}

/* Page header */
.tn-header-component {
  margin-bottom: 24px;
}

.tn-header-component .alert {
  margin-top: 24px;
}

.tn-header-component__heading {
  /* Reset */
  margin: 0;
  /* Apply */
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tn-header-component__heading {
    font-size: 48px;
    line-height: 1;
  }
}
.tn-header-component__heading {
  max-width: 672px;
}
.tn-header-component__heading.sr-only {
  display: none;
}

.tn-header-component__sub-text {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  /* Tertiary */
  margin-top: 24px;
  max-width: 1024px;
}
.tn-header-component__sub-text a {
  /* Reset */
  background-color: transparent !important;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.tn-header-component__sub-text a b {
  font-weight: 400;
}
.tn-header-component__sub-text a {
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black !important;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .tn-header-component__sub-text a:hover {
    color: #a1a1a1 !important;
  }
}
.tn-header-component__sub-text a:focus {
  color: #a1a1a1 !important;
}
.tn-header-component__sub-text a:active {
  color: #d4d4d4 !important;
}
.tn-header-component__sub-text a:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
.tn-header-component__sub-text a {
  /* Dark */
  /* Underlined */
  text-decoration-line: underline !important;
  text-underline-offset: 4px;
  /* Secondary */
  /* Icon */
}

/* Form */
.tn-form-error-message-container:not(:has(> *)) {
  display: none;
}
.tn-form-error-message-container .alert {
  margin-bottom: 16px;
}

.tn-form-errors-alert__message {
  margin-bottom: 0;
}

.alert .tn-form-errors-alert__list,
.alert.alert-danger .tn-form-errors-alert__list {
  padding-left: 0;
  margin-top: 9px;
}
.alert .tn-form-errors-alert__list li::before,
.alert.alert-danger .tn-form-errors-alert__list li::before {
  display: none;
}
.alert .tn-form-errors-alert__list li a,
.alert.alert-danger .tn-form-errors-alert__list li a {
  color: #ef4444 !important;
  font-size: 14px;
  line-height: 20px;
}

.input-group-addon,
.has-error .input-group-addon {
  background-color: #f5f5f5;
  border-radius: 0;
  border-color: black;
  color: black;
  width: 39px;
  font-size: 16px;
  padding: 0;
}

.has-error .help-block {
  margin-top: 4px;
  color: #ef4444;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .has-error .help-block {
    margin-top: 6px;
  }
}

/* Error */
.tn-unknown-error-component {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  /* Tertiary */
}

.tn-unknown-error-component a,
.tn-not-found-page a {
  /* Reset */
  background-color: transparent !important;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.tn-unknown-error-component a b,
.tn-not-found-page a b {
  font-weight: 400;
}
.tn-unknown-error-component a,
.tn-not-found-page a {
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black !important;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .tn-unknown-error-component a:hover,
  .tn-not-found-page a:hover {
    color: #a1a1a1 !important;
  }
}
.tn-unknown-error-component a:focus,
.tn-not-found-page a:focus {
  color: #a1a1a1 !important;
}
.tn-unknown-error-component a:active,
.tn-not-found-page a:active {
  color: #d4d4d4 !important;
}
.tn-unknown-error-component a:focus-visible,
.tn-not-found-page a:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
.tn-unknown-error-component a,
.tn-not-found-page a {
  /* Dark */
  /* Underlined */
  text-decoration-line: underline !important;
  text-underline-offset: 4px;
  /* Secondary */
  /* Icon */
}
