/* 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 */
header#layout-header {
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid black;
  height: 121px;
}
header#layout-header h1 {
  margin: 0;
  line-height: 0;
}
header#layout-header h1 a {
  display: inline-block;
}
header#layout-header h1 img {
  display: block;
  height: 28px;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  header#layout-header h1 img {
    height: 32px;
  }
}
@media (min-width: 768px) {
  header#layout-header {
    height: auto;
  }
}

#header-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 1280px;
  margin: auto;
}

footer#layout-footer {
  padding: 16px;
  padding-top: 0px;
}
footer#layout-footer img {
  display: block;
}
footer#layout-footer nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}
footer#layout-footer nav a {
  /* Reset */
  background-color: transparent !important;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
footer#layout-footer nav a b {
  font-weight: 400;
}
footer#layout-footer nav 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) {
  footer#layout-footer nav a:hover {
    color: #a1a1a1 !important;
  }
}
footer#layout-footer nav a:focus {
  color: #a1a1a1 !important;
}
footer#layout-footer nav a:active {
  color: #d4d4d4 !important;
}
footer#layout-footer nav a:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
footer#layout-footer nav a {
  /* Dark */
  /* Underlined */
  /* Secondary */
  /* Icon */
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  footer#layout-footer nav {
    flex-direction: row;
  }
}

#footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid black;
  padding-top: 24px;
}
@media (min-width: 768px) {
  #footer-wrapper {
    gap: 48px;
  }
}

#footer-content {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media (min-width: 768px) {
  #footer-content {
    align-items: flex-start;
  }
}

#footer-content-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 768px) {
  #footer-content-wrapper {
    flex-direction: row;
  }
}

a#footer-nsw-gov img {
  height: 40px;
}
