/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 17 September 2026 12:33:10
*/


@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  /*color: #222;*/
  color: #172837;
  /* JC 19 Sep 2023 */
  position: relative;
  overflow-x: hidden;
}
a {
  color: #09549F;
  text-underline-offset: 0.1em;
}
a:hover {
  text-decoration-thickness: 2px;
}
::selection {
  background: #b3d4fc;
}
:focus {
  outline-color: #007eb1;
  outline-style: auto;
  outline-width: 2px;
}
@media print {
  p, blockquote {
    page-break-inside: avoid;
  }
}
.content {
  padding: 0 1.25em 1.5em 1.25em;
}
@media only screen and (min-width: 1000px) {
  .content {
    padding: 0 2em 1.5em 2em;
  }
}
@media print {
  .content {
    padding: 5mm;
  }
}
.content.home {
  display: block;
  position: unset;
  padding: 0;
}
.fullwidth .container {
  max-width: 1320px;
}
.fullwidth .container .main-content {
  padding: 0;
}
.project-page .container {
  max-width: 1100px;
}
.project-page .container .main-content {
  padding: 0;
}
.main-content {
  max-width: 100%;
}
.main-content.wide-main {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .main-content.wide-main {
    width: 80%;
  }
}
.main-content.wide-main h2 {
  margin-bottom: 0.25em;
}
.search-page .main-content.wide-main {
  width: 100%;
}
.content.home .main-content {
  width: 100%;
  padding-left: 0;
}
.content-image img {
  margin-bottom: 2em;
}
.hide {
  display: none;
}
/*
#content.content {
    &.admin {
        h1, h2, h3, h4, h5, h6 {
            color: #c00;
        }
    }
}*/
body {
  line-height: 1.5;
}
h1 {
  margin: -0.7rem 0 0.75em 0;
  /*    font-size: 2.75rem;*/
  font-size: 3rem;
  /*color:#172837;*/
  color: #005eb8;
}
h2 {
  /*font-size: 2.1875rem;*/
  font-size: 2.5rem;
  margin: 0 0 0.5em 0;
  color: #001b37;
}
h2 a {
  text-decoration-thickness: 1px;
}
h3 {
  font-weight: normal;
  /*font-size: 1.2rem;*/
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  /* font-size: 1.5rem; */
  color: #001b37;
}
h1, h2, h3, h4 {
  font-weight: 300;
  line-height: 1.2;
}
h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  color: #001b37;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: inherit;
}
iframe {
  border-style: none;
}
.button {
  background-color: buttonface;
  font-family: inherit;
  font-size: inherit;
  color: #111;
}
.button:hover {
  color: #111;
}
blockquote {
  border: 1px solid #bbb;
  border-radius: 7px;
  width: 100%;
  padding: 1.25rem 4rem;
  font-size: 1.25rem;
  margin: 2.5em 0;
}
blockquote p:last-of-type {
  margin: 0;
}
blockquote h4 {
  margin: 0;
}
blockquote footer {
  float: none;
  color: #777;
  font-size: 0.85rem;
  margin-top: 1rem;
}
blockquote::before {
  position: absolute;
  display: flex;
  font-family: "Font Awesome 6 Pro";
  top: 0;
  left: 0.25rem;
  width: 3rem;
  height: 3rem;
  content: "";
  font-size: 2rem;
  color: #666;
  font-weight: 300;
  padding-left: 0.4rem;
}
blockquote::after {
  position: absolute;
  display: flex;
  top: initial;
  bottom: -0.25rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 2rem;
  font-style: normal;
  color: #666;
  font-weight: 300;
  padding-left: 0.4rem;
}
.pullquote {
  color: #007eb1;
}
.pull-left {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.pull-right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.pull-left img, .pull-right img {
  display: block;
}
.pull-left ~ ul, .pull-left ~ ol, .pull-right ~ ul, .pull-right ~ ol {
  overflow: hidden;
  margin-left: 0;
  padding-left: 2rem;
}
ul + p {
  margin-top: 2rem;
}
ul.chevron {
  margin-left: 1.5rem;
  list-style-type: none;
}
ul.chevron > li {
  position: relative;
  padding-left: 1rem;
}
ul.chevron > li::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 400;
  color: #bbb;
  font-size: 0.85rem;
}
hr {
  border-top: 2px solid #ededed;
  margin: 4rem 0;
}
hr.small {
  margin: 1rem 0 2rem 0;
}
.main-content {
  /*
    ul {
        ul {
            list-style-type: none;
            margin-bottom: 0;
            padding: 0;
            
            li {
                position: relative;
                padding-left: 1rem;
                
                &::before {
                    position: absolute;
                    top: 0;
                    left: -1.5rem;
                    content: "\2014";
                }
            }
        }
    }*/
}
.main-content * + h2, .main-content * + h3 {
  margin-top: 2.5rem;
}
.main-content p + h4 {
  margin-top: 1.5rem;
}
.main-content ul ul {
  list-style-type: disc;
}
.connect {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.connect li {
  margin-right: 0.25em;
}
* + .case-study {
  margin-top: 4rem;
}
.case-study {
  background-color: #f2f2f2;
  padding: 2rem;
  margin-bottom: 4rem;
}
.case-study h4 {
  font-weight: 600;
}
.case-study p:last-of-type {
  margin-bottom: 0;
}
.intro-text {
  font-size: 1.5em;
  font-weight: 300;
  /*color: #949494;*/
  margin: 2rem 0;
}
.intro-text p:last-child {
  margin-bottom: 0;
}
.fullwidth .intro-text {
  margin: 2rem 0 4rem 0;
}
.fullwidth .intro-text + p {
  margin-top: -2rem;
}
.main-content h2.intro-heading {
  font-size: 1.5em;
  font-weight: 300;
  color: #555;
  margin: 2rem 0 4rem 0;
}
.main-content h2.intro-heading + p {
  margin-top: -2rem;
}
.main-content p.intro-heading {
  font-size: 1.5em;
  font-weight: 300;
  color: #555;
  margin: 2rem 0 4rem 0;
}
.main-content p.intro-heading + p {
  margin-top: -2rem;
}
.asset-summary {
  white-space: nowrap;
}
.asset-summary img {
  display: inline-block;
}
.promo-box span {
  display: flex;
  gap: 1rem;
}
.promo-box .streams {
  padding: 1.5rem;
  text-align: center;
  flex-grow: 1;
  font-weight: bold;
}
.quicklinks {
  background-color: #f2f2f2;
  border: 1px solid #e2e2e2;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
}
.quicklinks *:last-child {
  margin-bottom: 0;
}
.accordion-container {
  margin: 4rem 0;
}
.accordion-container h2 {
  margin-bottom: 0.5em;
}
.accordion-container .accordion-intro {
  margin-bottom: 1.5rem;
}
.accordion-container .accordion {
  border-bottom: 1px solid #ddd;
}
.accordion-container .accordion ul {
  list-style-type: disc;
}
.accordion-container .accordion ul li::before {
  display: none;
}
.accordion-container .accordion .accordion-item button {
  background-color: transparent;
  text-align: left;
}
.accordion-container .accordion .accordion-item .accordion-title {
  color: #172837;
  border-top: 1px solid #ddd;
  width: 100%;
  padding-right: 2em;
  font-size: 1.2rem;
  line-height: 1.3;
}
.accordion-container .accordion .accordion-item .accordion-title .toggle::after {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 1.1em;
  content: "+";
  transition: all 0.1s ease;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #172837;
  color: #172837;
  font-weight: bold;
  padding: 0 0 1px 0;
}
.accordion-container .accordion .accordion-item .accordion-content {
  padding-top: 0.75em;
  padding-bottom: 1.5em;
}
@media print {
  .accordion-container .accordion .accordion-item .accordion-content p {
    page-break-inside: avoid;
  }
}
.accordion-container .accordion .accordion-item.active .accordion-title, .accordion-container .accordion .accordion-item.active .accordion-title .toggle::after {
  content: "−";
}
.accordion-container + p {
  margin-top: -2rem;
}
.alert {
  border: 1px solid #aaa;
  border-left-width: 8px;
  border-radius: 0 3px 3px 0;
}
.alert.info {
  border-color: #2980b9;
}
.alert.warning {
  border-color: #f39c12;
}
.alert.danger {
  border-color: #c0392b;
}
.alert.success {
  border-color: #27ae60;
}
.alert.info::after {
  color: #2980b9;
}
.alert.warning::after {
  color: #f39c12;
}
.alert.danger::after {
  color: #c0392b;
}
.alert.success::after {
  color: #27ae60;
}
.module {
  border: 1px solid #dfe1e5;
  border-radius: 5px;
  overflow: hidden;
  padding: 1.25rem;
}
.module h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.module p:last-child {
  margin: 0;
}
.module ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.module ul li {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid #dfe1e5;
}
.module ul li:last-child {
  border-style: none;
}
.module ul li a {
  color: #111;
  line-height: 1.3;
  text-decoration: none;
  margin-left: 1.25em;
  display: block;
}
.module ul li a:hover {
  text-decoration: underline;
}
.module ul li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 400;
  color: #bbb;
  margin-right: 1em;
  font-size: 0.85em;
}
.module ul li .multiple_category_region {
  margin-left: 1.5em;
  color: #9c9999;
  font-size: 0.8em;
  padding: 0.25em 0;
}
.module.aside-image img {
  width: 100%;
}
.module .contact.inline {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.module .single_news {
  margin: 0;
  padding: 0 1.25em 0.5em 1.25em;
  list-style-type: none;
}
.module .single_news .single_news_title {
  padding-top: 0.5em;
}
.module .single_news .single_news_title a {
  color: #111;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}
.module .single_news .single_news_title a:hover {
  text-decoration: underline;
}
.module .single_news .single_news_desc {
  font-size: 0.9em;
  color: #777;
  padding-top: 0.25em;
}
.benefits-container {
  background-color: #f2f2f2;
  margin: 4rem 0;
  padding: 2rem;
}
.benefits-container h2, .benefits-container .container > p {
  text-align: center;
}
.benefits-container .benefits {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (min-width: 750px) {
  .benefits-container .benefits {
    display: flex;
    flex-wrap: nowrap;
  }
}
.benefits-container .benefits li {
  padding: 1.5rem 0;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .benefits-container .benefits li {
    width: 33.33333333%;
  }
}
.benefits-container .benefits li i {
  font-size: 3rem;
  margin-bottom: 0.25rem;
  color: #666;
}
.benefits-container .benefits li p {
  padding: 0 1.5rem;
  margin: 0;
}
@media print {
  .benefits-container .benefits li {
    display: inline-block;
    width: 21%;
  }
}
@media only screen and (min-width: 750px) {
  .fullwidth .benefits-container .benefits li {
    padding: 2.5rem 0;
  }
}
.fullwidth .benefits-container .benefits p {
  padding: 0 3rem;
}
.better-internet {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 4rem;
}
@media only screen and (min-width: 750px) {
  .better-internet {
    flex-direction: row;
  }
  .better-internet #fibreqld {
    width: 60%;
  }
  .better-internet #description {
    width: 40%;
  }
}
.better-internet #queensland path {
  fill: #aaa;
}
.better-internet #fibreline path {
  fill: none;
  /*stroke: #d9824b;*/
  /*stroke: #7cc1f2;*/
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke: #7fc739;
}
.better-internet .cityname {
  display: none;
  font-size: 9px;
  fill: #231f20;
  stroke: #fff;
  stroke-width: 2;
  paint-order: stroke;
}
.better-internet .cityname.show {
  display: block;
}
.better-internet .citydot {
  cursor: pointer;
}
.better-internet .citydot circle, .better-internet .citydot .circle {
  transition: all 0.15s ease;
  fill: #ea7725;
}
.better-internet .citydot.active circle, .better-internet .citydot.active .circle, .better-internet .citydot.active:hover circle, .better-internet .citydot.active:hover .circle {
  fill: #000;
}
.better-internet .citydot.disabled {
  cursor: default;
}
.better-internet .citydot.disabled circle, .better-internet .citydot.disabled .circle, .better-internet .citydot.disabled:hover circle, .better-internet .citydot.disabled:hover .circle {
  fill: #aaa;
}
.better-internet .citydot .circle-fill {
  fill: #fff;
}
.better-internet .map-content {
  display: none;
}
.better-internet .map-content.active {
  display: block;
}
.better-internet .map-content img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.breadcrumb-container {
  width: 100%;
  margin: 1.5rem 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1000px) {
  .breadcrumb-container {
    margin: 3rem 0;
  }
}
.breadcrumb-container .breadcrumbs {
  margin: 0;
}
.breadcrumb-container .breadcrumbs li:not(:last-child)::after {
  color: #bbb;
}
.breadcrumb-container .breadcrumbs a, .breadcrumb-container .breadcrumbs a:active, .breadcrumb-container .breadcrumbs a:visited {
  color: #111;
}
.breadcrumb-container .breadcrumbs li:not(:last-child)::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "";
}
.cards li {
  border: 1px solid #ddd;
}
.cards li .card-content {
  padding: 1rem;
}
.image-carousel-container {
  margin-bottom: 3em;
}
@media print {
  .image-carousel-container {
    display: block;
  }
}
.content.home {
  overflow-x: unset;
}
.home .image-carousel-container {
  height: auto;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 750px) {
  .home .image-carousel-container {
    height: 450px;
  }
}
.home .image-carousel-container .tile {
  height: 300px;
}
@media only screen and (min-width: 750px) {
  .home .image-carousel-container .tile {
    height: 450px;
  }
}
.home .image-carousel-container .tile .carousel-caption {
  /*background-color: #333;*/
  background-color: #001b37;
  /* JC 26/08/25 */
  padding: 2rem 3rem;
  color: #fff;
}
@media only screen and (min-width: 1301px) {
  .home .image-carousel-container .tile .carousel-caption {
    position: absolute;
    top: 0;
    left: 50%;
    width: 450px;
    transform: translateX(-650px);
    height: 100%;
    right: auto;
    bottom: auto;
    padding: 0 5rem 1rem 5rem;
    /*background-color: rgba(0,0,0,0.7);*/
    /*background-color: rgba(5,50,95,0.8);*/
    background-color: rgba(0, 27, 55, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.home .image-carousel-container .tile .carousel-caption h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1000px) {
  .home .image-carousel-container .tile .carousel-caption h3 {
    margin-bottom: 2rem;
  }
}
.home .image-carousel-container .tile .carousel-caption p {
  font-size: 1rem;
  line-height: 2;
}
@media print {
  .home .image-carousel-container .tile .carousel-caption {
    display: block;
    width: 45%;
    left: 10%;
    right: 0;
    padding: 2rem 6rem 2rem 10rem;
  }
}
@media print {
  .home .image-carousel-container .tile img {
    display: none !important;
  }
}
@media print {
  .home .image-carousel-container .tile {
    display: block;
    height: 10%;
  }
}
.image-carousel .tile {
  height: 300px;
}
@media only screen and (min-width: 750px) {
  .image-carousel .tile {
    height: 550px;
  }
}
.image-carousel .tile .carousel-caption {
  background-color: #f2f2f2;
  padding: 0.75rem 1.25rem 1rem 1.25rem;
  color: inherit;
}
@media only screen and (min-width: 750px) {
  .image-carousel .tile .carousel-caption {
    background-color: #f2f2f2;
  }
}
.image-carousel .tile .carousel-caption h3 {
  margin: 0 0 0.25rem 0;
  color: #fff;
}
.image-carousel .tile .carousel-caption p {
  color: inherit;
}
@media print {
  .image-carousel .tile .carousel-caption {
    display: block;
    width: 100%;
  }
}
.image-carousel .tile a {
  color: #222;
}
@media print {
  .image-carousel .tile img, .image-carousel .tile .slick-slide img {
    display: none !important;
  }
}
@media print {
  .image-carousel .tile {
    display: block;
    height: 0px;
    width: 100%;
    page-break-inside: avoid;
  }
}
.slick-dots {
  margin-bottom: 2em;
}
.slick-dots li button::before {
  background-color: #fff;
  border: 2px solid #333333;
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button::before {
  background-color: #333333;
  width: 10px;
  height: 10px;
}
@media print {
  .slick-dots {
    display: none;
  }
}
.image-carousel .slick-prev, .image-carousel .slick-next {
  top: 30%;
}
@media only screen and (min-width: 1000px) {
  .image-carousel .slick-prev, .image-carousel .slick-next {
    top: 50%;
  }
}
@media print {
  .image-carousel .slick-prev, .image-carousel .slick-next {
    display: none;
  }
}
.connect-title {
  text-align: center;
}
.connect-with-us {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.5rem;
}
.connect-with-us li {
  margin: 0 1rem;
}
.connect-with-us li a {
  color: #666 !important;
  transition: all 0.15s ease;
}
.connect-with-us li a:hover {
  color: #000 !important;
}
.contact-footer-container {
  background-color: #222;
  color: #fff;
}
.contact-footer-container .contact-footer a {
  color: #fff;
}
.contact-footer-container .contact-footer .social a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.content-audit {
  color: #555;
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
* + .tile-container {
  margin-top: 4rem;
}
.tile-container {
  padding: 0 1.25rem;
}
@media only screen and (min-width: 1000px) {
  .tile-container {
    padding: 0;
  }
}
.content-tile {
  margin-bottom: 4rem;
}
.content-tile .tile-title, .content-tile .tile-intro {
  margin-bottom: 2rem;
}
.content-tile.centred {
  text-align: center;
}
.content-tile .content-tile-listing {
  list-style-type: none;
  padding: 0;
  margin: -0.75rem;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.content-tile .content-tile-listing.dynamic > li {
  flex-grow: 1;
}
@media only screen and (min-width: 750px) {
  .content-tile .content-tile-listing.dynamic > li {
    width: calc(33.33333333% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 1000px) {
  .content-tile .content-tile-listing.dynamic > li {
    width: calc(25% - 1.5rem);
  }
}
@media only screen and (min-width: 750px) {
  .content-tile .content-tile-listing.col-2 > li {
    width: calc(50% - 1.5rem);
  }
  .content-tile .content-tile-listing.col-3 > li {
    width: calc(33.33333333% - 1.5rem);
  }
  .content-tile .content-tile-listing.col-4 > li {
    width: calc(25% - 1.5rem);
  }
}
.content-tile .content-tile-listing.col-2 > li:nth-child(odd) {
  background-color: #263746;
  /*999;*/
}
.content-tile .content-tile-listing.col-2 > li:nth-child(even) {
  background-color: #666;
}
.content-tile .content-tile-listing > li {
  display: flex;
  flex-direction: column;
  margin: 0.75rem;
  color: #fff;
  justify-content: space-between;
  width: 100%;
}
.content-tile .content-tile-listing > li:nth-child(1), .content-tile .content-tile-listing > li:nth-child(5) {
  background-color: #595959;
  /*263746*/
  /*999*/
}
.content-tile .content-tile-listing > li:nth-child(2), .content-tile .content-tile-listing > li:nth-child(6) {
  background-color: #414140;
  /*666*/
}
.content-tile .content-tile-listing > li:nth-child(3), .content-tile .content-tile-listing > li:nth-child(7) {
  background-color: #1d1d1d;
  /*333*/
}
.content-tile .content-tile-listing > li:nth-child(4), .content-tile .content-tile-listing > li:nth-child(8) {
  background-color: #001224;
  /*000*/
}
.content-tile .content-tile-listing > li .tile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  flex-shrink: 1;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .content-tile .content-tile-listing > li .tile-content {
    min-height: 250px;
  }
}
.content-tile .content-tile-listing > li .tile-content h3 {
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.content-tile .content-tile-listing > li .tile-content .tile-button {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  transition: all 0.15s ease;
  background-color: transparent;
  line-height: 1;
  position: relative;
}
.content-tile .content-tile-listing > li .tile-content .tile-button:hover {
  background-color: #fff;
  text-shadow: none;
  color: #333;
}
.content-tile .content-tile-listing > li .tile-content .tile-button:active {
  top: 2px;
}
.content-tile .content-tile-listing > li .tile-content p {
  margin-bottom: 1.5rem;
}
.content-tile .content-tile-listing > li .tile-content p.spacer {
  display: none;
}
@media only screen and (min-width: 750px) {
  .content-tile .content-tile-listing > li .tile-content p.spacer {
    display: block;
    height: 39px;
    margin: 0;
  }
}
.content-tile .content-tile-listing > li .tile-image {
  flex-shrink: 0;
  overflow: hidden;
  height: 175px;
}
@media only screen and (min-width: 750px) {
  .content-tile .content-tile-listing > li .tile-image {
    height: 225px;
  }
}
.content-tile .content-tile-listing > li .tile-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.data-block-container {
  margin-bottom: 2rem;
}
.data-block-container .data-block {
  list-style-type: none;
  margin: 0 -0.5rem 0.25rem -0.5rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 1;
  width: 100%;
}
.data-block-container .data-block li {
  background-color: #f2f2f2;
  padding: 1rem;
  width: 50%;
  margin: 0 0.5rem;
}
.data-block-container .data-block li .data {
  font-size: 2.5rem;
  font-weight: 600;
  color: #666;
  margin: 0;
}
.data-block-container .data-block li .desc {
  font-size: 0.9rem;
  margin: 0;
}
.data-block-container .timestamp {
  font-size: 0.75rem;
  margin: 0;
}
.fat-footer {
  background-color: #eaeaea;
}
.fat-footer .footer-header {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAL0lEQVQYV2NMS0v7z4AE1NXVGRiRBUECN2/eRAjCBECawCqRBcCCvb29/0FakAEAqV4XcJRCqVUAAAAASUVORK5CYII=)  repeat #666;
  height: 65px;
}
.fat-footer .footer-header .qgov-logo {
  height: 45px;
  display: block;
  margin: 0 0 0 1em;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
@media only screen and (min-width: 1000px) {
  .fat-footer .footer-header .qgov-logo {
    margin: 10px 0 0 0;
  }
}
.fat-footer a {
  transition: all 0.15s ease;
}
.fat-footer .container {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .fat-footer .container {
    display: flex;
  }
}
.fat-footer .container > div {
  width: 100%;
  padding: 1.25em;
}
.fat-footer .container > div.about-text {
  padding: 1rem;
}
@media only screen and (min-width: 1000px) {
  .fat-footer .container > div.about-text {
    padding: 2em 1.25em;
  }
}
@media only screen and (min-width: 1000px) {
  .fat-footer .container > div.about-text {
    width: 30%;
  }
  .fat-footer .container > div.portfolio {
    width: 40%;
  }
  .fat-footer .container > div.connect {
    width: 30%;
  }
}
.fat-footer .about-text {
  font-size: 0.8em;
}
.fat-footer .about-text .white-ribbon {
  width: 125px;
}
.fat-footer .portfolio .portfolio-sites {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.fat-footer .portfolio .portfolio-sites li {
  height: 64px;
  margin: 0 7px 7px 0;
  align-items: center;
  display: flex;
}
.fat-footer .portfolio .portfolio-sites li img {
  display: block;
}
.fat-footer .portfolio .portfolio-sites li:nth-child(1) img {
  height: 32px;
}
.fat-footer .portfolio .portfolio-sites li:nth-child(2) img {
  height: 64px;
}
.fat-footer .connect p {
  margin-bottom: 0;
}
.fat-footer .connect .contact-number {
  color: #111;
  font-weight: bold;
}
.fat-footer .connect .social {
  display: flex;
}
.fat-footer .connect .social li {
  margin-right: 0.5em;
}
.fat-footer .connect .social li a {
  font-size: 2em;
  opacity: 1;
}
.fat-footer .connect .social li a .fa-facebook-square {
  color: #3b5998;
}
.fat-footer .connect .social li a .fa-twitter {
  color: #1da1f2;
}
.fat-footer .connect .social li a .fa-youtube {
  color: #f00;
}
.fat-footer .connect .social li a:hover {
  opacity: 0.75;
}
p + .filter-list {
  margin-top: 3rem;
}
.filter-list {
  margin-bottom: 1.5em;
  padding: 0 1.25rem;
}
@media only screen and (min-width: 1000px) {
  .filter-list {
    padding: 0;
  }
}
.filter-list .no-entries {
  margin: 0.75em;
}
.filter-list .filter-bar {
  margin-bottom: 1em;
}
@media only screen and (min-width: 750px) {
  .filter-list .filter-bar {
    display: flex;
    align-items: flex-end;
  }
}
.filter-list .filter-bar label {
  font-weight: 600;
  margin: 0.4em 0.75em 0.4em 0;
}
.filter-list .filter-bar select {
  margin-bottom: 0;
  border-radius: 3px;
  font-size: 0.85em;
  margin-right: 1.25em;
  padding: 0.5em;
}
.filter-list .filter-bar select .option-year {
  font-weight: bold;
}
.filter-list .listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 2em 0;
}
@media only screen and (min-width: 750px) {
  .filter-list .listing {
    margin: 0 -0.75em 2em -0.75em;
  }
}
.filter-list .listing.story-module .list-item {
  flex-grow: 1;
}
@media only screen and (min-width: 750px) {
  .filter-list .listing.story-module .list-item {
    max-width: calc(50% - 1.5em);
  }
}
.filter-list .listing.single-rows {
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 2em 0;
}
.filter-list .listing.single-rows .list-item {
  width: 100%;
  background-color: transparent;
  border-top: 1px solid #dfe1e5;
  margin: 0;
}
.filter-list .listing.single-rows .list-item .list-image {
  display: none;
}
.filter-list .listing.single-rows .list-item .list-content {
  padding: 1rem 0;
}
.filter-list .listing.single-rows .list-item .list-content .list-date {
  color: #888;
  margin: 0 0 0.5rem 0;
}
.filter-list .listing.single-rows .list-item .list-content .list-heading a {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.filter-list .listing.single-rows .list-item .list-content .list-description {
  margin-top: 0.25rem;
}
.filter-list .listing.single-rows .list-item .list-content .read-more {
  text-transform: uppercase;
  font-size: 0.75rem;
  text-decoration: none;
  color: #888;
  display: inline-block;
  margin-top: 0.5rem;
}
.filter-list .listing.single-rows .list-item .list-content .read-more:hover {
  text-decoration: none;
}
.filter-list .listing.single-rows .list-item .dev-test-only {
  margin: 0.5rem 0;
}
.filter-list .listing.single-rows .page_numbers {
  padding-top: 1em;
  border-top: 1px solid #dfe1e5;
}
.filter-list .listing .list-item {
  display: flex;
  flex-direction: column;
  /*background-color: #f2f2f2;*/
  background-color: #e5eef7;
  width: 100%;
  margin: 0.75em 0;
}
@media only screen and (min-width: 750px) {
  .filter-list .listing .list-item {
    width: calc(50% - 1.5em);
    margin: 0.75em;
  }
}
@media only screen and (min-width: 1000px) {
  .filter-list .listing .list-item {
    width: calc(33.33333333% - 1.5em);
  }
}
.filter-list .listing .list-item .list-image {
  background-color: #d2d2d2;
  height: 200px;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .filter-list .listing .list-item .list-image {
    height: 175px;
  }
}
@media only screen and (min-width: 1000px) {
  .filter-list .listing .list-item .list-image {
    height: 150px;
  }
}
.filter-list .listing .list-item .list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print {
  .filter-list .listing .list-item .list-image img {
    display: none;
  }
}
.filter-list .listing .list-item .list-image a {
  display: block;
  height: 100%;
}
@media print {
  .filter-list .listing .list-item .list-image a {
    display: none;
  }
  .filter-list .listing .list-item .list-image a::after {
    display: none;
  }
}
@media print {
  .filter-list .listing .list-item .list-image {
    height: 0px;
  }
}
.filter-list .listing .list-item .list-content {
  padding: 1rem 1.5rem;
}
.filter-list .listing .list-item .list-content .list-heading {
  font-size: 1.25em;
  line-height: 1.25;
}
.filter-list .listing .list-item .list-content .list-heading a {
  color: inherit;
  text-decoration: none;
}
.filter-list .listing .list-item .list-content .list-heading a:hover {
  text-decoration: underline;
}
@media print {
  .filter-list .listing .list-item .list-content .list-heading a {
    display: block;
    width: 100%;
    word-break: break-all;
  }
}
.filter-list .listing .list-item .list-content .list-date {
  margin-top: 0.75rem;
  font-size: 0.85em;
  color: #666;
}
.filter-list .listing .list-item .list-content .list-date + .list-description {
  margin-top: 0.5rem;
}
.filter-list .listing .list-item .list-content .list-description {
  margin-top: 0.75rem;
  font-size: 0.9em;
}
.filter-list .listing .list-item .list-content .list-description:empty {
  display: none;
}
.filter-list .listing .list-item .list-content .list-category {
  background-color: #ddd;
  padding: 0.75rem;
  font-size: 0.9rem;
  word-break: break-word;
  margin-top: 1rem;
}
@media print {
  .filter-list .listing .list-item .list-content {
    display: block;
    width: 100%;
  }
}
.filter-list .listing .list-item .dev-test-only {
  background-color: #f6f6f6;
  padding: 1em;
  margin: 0 1em 1em;
  font-size: 0.9rem;
}
@media print {
  .filter-list .listing .list-item {
    width: calc(32.33333333% - 1em);
    margin: 0.5em;
    display: inline-block;
    page-break-inside: avoid;
  }
}
.filter-list .listing button {
  margin: 0.5em;
}
.filter-list .listing .item-none {
  padding: 1.5em 0;
}
@media print {
  .filter-list {
    display: block;
    page-break-inside: avoid;
  }
}
#storyList .list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#latest-news-filtering #filter-button {
  margin-top: 1rem;
}
@media only screen and (min-width: 750px) {
  #latest-news-filtering #filter-button {
    margin-top: 0;
  }
}
.home #storyContent {
  max-width: 1320px;
  margin: 0 auto 3rem auto;
}
.home .homepage-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2.25rem;
  text-align: center;
}
.home #storyList .story-title {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .home .filter-list .listing .list-item .list-image {
    height: 225px;
  }
}
.filter-list .news-modern {
  --spacing: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--spacing);
  margin-top: var(--spacing);
}
@media only screen and (min-width: 750px) {
  .filter-list .news-modern {
    flex-direction: row;
  }
}
.filter-list .news-modern .list-item {
  flex: 1 1 calc((100% / 3) - 4rem);
  /*background-color: #f2f2f2;*/
  background-color: #e5eef7;
}
.filter-list .news-modern .list-item:first-child {
  flex: 1 1 100%;
  max-width: 100%;
}
.filter-list .news-modern .list-item:first-child .list-image {
  aspect-ratio: 3.2;
}
@media only screen and (min-width: 750px) {
  .filter-list .news-modern .list-item {
    flex: 1 1 calc((100% / 2) - 2rem);
  }
}
@media only screen and (min-width: 1000px) {
  .filter-list .news-modern .list-item {
    flex: 1 1 calc((100% / 3) - 4rem);
  }
}
.filter-list .news-modern .list-item .list-image {
  aspect-ratio: 2.2857142857;
}
.filter-list .news-modern .list-item .list-content {
  padding: 1.25rem 1.5rem;
}
.filter-list .news-modern .list-item .list-content .list-heading {
  font-size: 1.25em;
  line-height: 1.25;
}
.filter-list .news-modern .list-item .list-content .list-heading a {
  color: inherit;
  text-decoration: none;
}
.filter-list .news-modern .list-item .list-content .list-date {
  margin-top: 0.75rem;
  font-size: 0.85em;
  color: #666;
}
.filter-list .news-modern .list-item .list-content .list-date + .list-description {
  margin-top: 0.5rem;
}
.filter-list .news-modern .list-item .list-content .list-description {
  margin-top: 0.75rem;
  font-size: 0.9em;
}
.filter-list .news-modern .list-item .list-content .list-description:empty {
  display: none;
}
.filter-list .news-modern .list-item .list-content .list-tags {
  margin-top: 1.5rem;
  font-size: 0.9em;
}
ul.tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
ul.tags a {
  display: block;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 100vmax;
  padding: 0.15rem 0.65rem;
  border: 1px solid #ccc;
  color: #666;
  background-color: #fff;
  text-decoration: none;
}
ul.tags a:hover {
  text-decoration: underline;
}
div.tagNews ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
div.tagNews li {
  display: block;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 100vmax;
  padding: 0.15rem 0.65rem;
  border: 1px solid #ccc;
  color: #666;
  background-color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
div.tagNews {
  margin-bottom: 20px;
}
footer.footer {
  background-color: #f2f2f2;
  padding: 3em 1em;
  font-size: 0.85em;
}
footer.footer .footer-links ul {
  flex-wrap: wrap;
}
footer.footer .footer-links li:not(:last-child) {
  border-right: 1px solid #999;
}
@media print {
  footer.footer .footer-links li:not(:last-child) {
    border-style: none;
  }
}
footer.footer a, footer.footer a:active, footer.footer a:visited {
  color: #000;
}
footer.footer .footer-site-links {
  list-style-type: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 2rem;
  font-weight: 200;
  opacity: 0.8;
}
footer.footer .footer-site-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  column-gap: 1.5rem;
}
@media only screen and (min-width: 750px) {
  footer.footer .footer-site-links ul {
    flex-direction: row;
  }
}
footer.footer .footer-site-links > li {
  display: flex;
  justify-content: center;
  margin: 0 0.75rem;
}
@media only screen and (min-width: 750px) {
  footer.footer .footer-site-links > li {
    justify-content: flex-start;
  }
}
footer.footer .footer-site-links a:hover {
  text-decoration: underline 2px;
}
@media print {
  footer.footer {
    display: none;
  }
}
footer.footer .footer-site-links .social-links {
  margin-bottom: 2rem;
  text-align: center;
}
footer.footer .footer-site-links .social-links h2 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
}
footer.footer .footer-site-links .social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 1.5rem;
  justify-content: center;
}
footer.footer .footer-site-links .social-links ul .fab {
  font-size: 1.65rem;
}
footer.footer .footer-site-links .social-links ul .social-name {
  display: none;
}
/* FROM HOUSING 14/2/25 */
footer.footer .footer__heading {
  font-size: 1.6rem;
  font-weight: 200;
}
footer.footer .footer__sub-heading {
  font-size: 1.5rem;
  font-weight: 200;
  margin-bottom: 1rem;
  margin-top: -0.25rem;
}
footer.footer .footer__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
footer.footer .footer__contact {
  display: flex;
  flex-direction: column;
  font-size: 1.04rem;
  column-gap: 3rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 1.25rem;
}
footer.footer .footer__contact div p:last-child {
  margin-bottom: 0;
}
footer.footer .footer__links {
  padding-right: 1rem;
}
footer.footer .footer__links, footer.footer .footer__social {
  width: 100%;
  border-bottom: 2px solid #fff;
  padding-bottom: 1.2rem;
}
footer.footer .footer__social .footer__sub-heading {
  margin-bottom: 0;
}
footer.footer .footer__links ul, footer.footer .footer__social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footer .footer__links ul {
  display: flex;
  flex-wrap: wrap;
}
footer.footer .footer__links ul li {
  line-height: 2rem;
  flex: 0 0 50%;
}
footer.footer .footer__qld {
  width: 100%;
}
footer.footer .footer__qld img {
  height: 2.5rem;
}
footer.footer .footer__ack {
  font-size: 1.04rem;
  margin-top: 1rem;
}
@media (min-width: 420px) {
  footer.footer .footer__contact {
    flex-direction: row;
  }
  footer.footer .footer__links ul li {
    flex-basis: 33.33333%;
  }
  header .brand-contact {
    display: flex;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  footer.footer .footer__inner-wrapper {
    flex-direction: row;
  }
  footer.footer .footer__contact {
    width: 28%;
    display: block;
    padding-right: 0.8rem;
    border-bottom: none;
    padding-bottom: 0;
  }
  footer.footer .footer__contact .btn {
    margin-top: 1.5rem;
  }
  footer.footer .footer__links, footer.footer .footer__social {
    width: 16.6667%;
    border-right: 2px solid #fff;
    border-bottom: none;
  }
  footer.footer .footer__social .footer__sub-heading {
    margin-bottom: 1rem;
  }
  footer.footer .footer__qld {
    width: 38.6%;
  }
  footer.footer .footer__links ul {
    display: block;
  }
}
form .sq-form-required-field {
  color: #d00;
  text-decoration: none;
  font-size: 1.1em;
}
form input[type="text"], form input[type="email"], form input[type="date"], form input[type="tel"], form input[type="password"], form input[type="file"], form textarea, form select {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #555;
}
form input[type="text"]:focus, form input[type="date"]:focus, form input[type="email"]:focus, form input[type="tel"]:focus, form input[type="password"]:focus, form input[type="file"]:focus, form textarea:focus, form select:focus {
  border-color: #007eb1;
  box-shadow: 0 0 3px 0 #11ceb4;
  color: #111;
  outline: none;
}
form input[type="text"]:disabled, form input[type="date"]:disabled, form input[type="email"]:disabled, form input[type="tel"]:disabled, form input[type="password"]:disabled, form input[type="file"]:disabled, form textarea:disabled, form select:disabled {
  background-color: #e5e5e5;
  color: #666;
}
form button, form input[type="button"], form input[type="submit"], form input[type="reset"] {
  border-radius: 4px;
  background-color: #2980b9;
  color: #fff;
}
form input[type="reset"] {
  background-color: #c0392b;
}
form button:hover, form input[type="button"]:hover, form input[type="submit"]:hover {
  background-color: #3498db;
}
form input[type="reset"]:hover {
  background-color: #e74c3c;
}
form fieldset {
  border-style: none;
  padding: 0;
  /*
        background-color: #fff;
        border: 1px solid #aaa;
        border-bottom-width: 2px;
        */
}
form fieldset legend {
  font-weight: 700;
  background-color: #fff;
}
form .sq-form-section-title {
  color: #007eb1;
  font-size: 1.1em;
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
}
form .sq-form-error {
  color: #c0392b;
  background-color: rgba(192, 57, 43, 0.065);
  border-left: 6px solid #c0392b;
}
form .sq-form-question-note {
  display: block;
  font-style: normal;
  margin: 0.5em 0;
  font-size: 0.9em;
}
form .sq-form-errors {
  border: 1px solid #c0392b;
  background-color: rgba(192, 57, 43, 0.05);
  border-left-width: 8px;
  border-radius: 0 3px 3px 0;
  padding: 0.25em 2em;
  margin: 0 0 2em 0;
}
.sq-form-question-answer ul li {
  display: flex;
}
.sq-form-question-answer ul li input[type="radio"], .sq-form-question-answer ul li input[type="checkbox"] {
  margin: 0.45rem 0.65rem;
}
.sq-form-row {
  display: flex;
}
.sq-form-row .sq-form-question.sq-form-question-text {
  margin-right: 1rem;
}
.global-alert {
  background-color: #fff;
  color: #111;
  border-top: 4px solid #c00;
  border-bottom: 4px solid #c00;
  display: none;
  margin: 0;
}
@media print {
  .global-alert {
    border: 4px solid #c00;
  }
}
.global-alert .container {
  padding: 1.5em;
}
.global-alert .container p:last-child {
  margin-bottom: 0;
}
.global-alert .fa-exclamation-triangle {
  font-size: 2.5em;
  color: #000;
  display: none;
}
.global-alert::before, .global-alert::after {
  display: none;
}
.global-alert .close-alert {
  color: #666;
  border-radius: 50%;
  background-color: #eee;
  display: block;
}
.global-alert .close-alert:hover {
  background-color: #222;
  color: #eee;
}
.global-alert .close-alert::before, .global-alert .close-alert::after {
  display: none;
}
header {
  background-color: #05325F;
  /* JC 1/4/25 - old colour was black */
  z-index: 1000;
}
@media only screen and (min-width: 1000px) {
  header {
    position: sticky;
    top: 0;
  }
}
@media print {
  header {
    background-color: #fff;
  }
}
header .mini-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
@media only screen and (min-width: 1000px) {
  header .mini-header {
    height: 70px;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 1em;
  }
}
header .mini-header a {
  color: #fff;
  text-decoration: none;
}
header .mini-header .header-department {
  display: flex;
  align-items: center;
  padding: 0 1em;
  height: 70px;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .header-department {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 1rem;
  }
}
header .mini-header .header-department .logos {
  margin-top: -5px;
  width: 130px;
}
@media print {
  header .mini-header .header-department .logos img {
    display: none;
  }
}
header .mini-header .header-department .logos .print-logo {
  display: none;
}
@media print {
  header .mini-header .header-department .logos .print-logo {
    display: block;
  }
}
header .mini-header .header-department .department-name {
  width: 12.5em;
  font-weight: 300;
  padding-left: 1.25em;
  margin-left: 1.25em;
  line-height: 1.25em;
  border-left: 1px solid #666;
  font-size: 0.85em;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .header-department .department-name {
    font-size: 1rem;
  }
}
@media print {
  header .mini-header .header-department .department-name {
    color: #000;
  }
}
header .mini-header .navigation-search {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 0.65rem 0.65rem 0.65rem;
  justify-content: flex-end;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search {
    padding: 0;
  }
}
header .mini-header .navigation-search .primary-nav-container {
  display: none;
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .primary-nav-container {
    display: flex;
  }
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .primary-nav-container {
    order: 1;
    height: 100%;
    width: auto;
  }
}
header .mini-header .navigation-search .primary-nav-container .header-nav {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 1rem;
  /*background-color: #333;*/
  background-color: #595959;
  /* JC 26/08/25 */
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .primary-nav-container .header-nav {
    display: flex;
    padding: 0 0 0 1rem;
    background-color: transparent;
    flex-direction: row;
    height: 70px;
  }
}
header .mini-header .navigation-search .primary-nav-container .header-nav > li {
  position: relative;
}
header .mini-header .navigation-search .primary-nav-container .header-nav > li:hover {
  /*background-color: #333;*/
  background-color: #595959;
  /* JC 26/08/25 */
}
header .mini-header .navigation-search .primary-nav-container .header-nav > li a {
  padding: 0.25em 1em;
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .primary-nav-container .header-nav > li a {
    padding: 0 1em;
  }
}
header .mini-header .navigation-search .primary-nav-container .header-nav > li a:hover {
  color: #fff;
}
header .mini-header .navigation-search .primary-nav-container .header-nav > li ul {
  display: none;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(1):hover ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(2):hover ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(3):hover ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(4):hover ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(5):hover ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(6):hover ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(7):hover ul {
    display: flex;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(1) ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(2) ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(3) ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(4) ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(5) ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(6) ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(7) ul {
    list-style-type: none;
    margin: 0;
    padding: 0.75em 0;
    flex-wrap: wrap;
    width: 450px;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(1) ul li, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(2) ul li, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(3) ul li, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(4) ul li, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(5) ul li, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(6) ul li, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(7) ul li {
    width: 50%;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(1) ul li:nth-child(odd), header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(2) ul li:nth-child(odd), header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(3) ul li:nth-child(odd), header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(4) ul li:nth-child(odd), header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(5) ul li:nth-child(odd), header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(6) ul li:nth-child(odd), header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(7) ul li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(1) ul li a, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(2) ul li a, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(3) ul li a, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(4) ul li a, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(5) ul li a, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(6) ul li a, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(7) ul li a {
    line-height: 1.3;
    padding: 0.5em 1.25em;
    background-color: transparent;
    transition: background 0.1s ease;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(1) ul li a:hover, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(2) ul li a:hover, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(3) ul li a:hover, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(4) ul li a:hover, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(5) ul li a:hover, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(6) ul li a:hover, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(7) ul li a:hover {
    text-decoration: underline;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(5) ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(6) ul, header .mini-header .navigation-search .primary-nav-container .header-nav > li:nth-child(7) ul {
    left: auto;
    right: 0;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    /*background-color: #333;*/
    background-color: #595959;
    /* JC 26/08/25 */
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 100%;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li ul li {
    width: 100%;
  }
  header .mini-header .navigation-search .primary-nav-container .header-nav > li:hover > ul {
    display: block;
  }
}
header .mini-header .navigation-search .icon-menu-toggle {
  display: block;
  margin-left: 0.5em;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: transparent;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .icon-menu-toggle {
    display: none;
  }
}
header .mini-header .navigation-search .icon-menu-toggle .icon-menu-bar {
  display: block;
  width: 29px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  top: 9px;
  left: 6px;
  transition: all 0.15s ease;
}
header .mini-header .navigation-search .icon-menu-toggle .icon-menu-bar.menu-bar-2 {
  top: 19px;
}
header .mini-header .navigation-search .icon-menu-toggle .icon-menu-bar.menu-bar-3 {
  top: 29px;
}
header .mini-header .navigation-search .icon-menu-toggle.active {
  background-color: transparent;
}
header .mini-header .navigation-search .icon-menu-toggle.active .menu-bar-1 {
  opacity: 0;
}
header .mini-header .navigation-search .icon-menu-toggle.active .menu-bar-2-1 {
  transform: rotate(46deg);
}
header .mini-header .navigation-search .icon-menu-toggle.active .menu-bar-2-2 {
  transform: rotate(-46deg);
}
header .mini-header .navigation-search .icon-menu-toggle.active .menu-bar-3 {
  opacity: 0;
}
@media print {
  header .mini-header .navigation-search .icon-menu-toggle {
    display: none;
  }
}
header .mini-header .navigation-search .header-search-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .header-search-toggle {
    display: flex;
    order: 2;
  }
}
@media print {
  header .mini-header .navigation-search .header-search-toggle {
    display: none;
  }
}
header .mini-header .navigation-search .global-search {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 749px) {
  header .mini-header .navigation-search .global-search {
    display: block !important;
  }
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .global-search {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1500;
  }
}
@media print {
  header .mini-header .navigation-search .global-search {
    display: none;
  }
}
header .mini-header .navigation-search .global-search .header-search-reveal {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
header .mini-header .navigation-search .global-search .header-search-reveal .header-search-input {
  width: 100%;
  border-style: none;
  border-radius: 0;
  padding: 0.6565em 3em 0.6565em 1em;
  line-height: 1;
  margin: 0;
}
header .mini-header .navigation-search .global-search .header-search-reveal button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: 0;
  color: #bbb;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  padding: 0;
  transition: color 0.15s ease;
}
@media only screen and (min-width: 1000px) {
  header .mini-header .navigation-search .global-search .header-search-reveal button {
    right: 0;
  }
}
header .mini-header .navigation-search .global-search .header-search-reveal button:hover {
  color: #111;
}
.home .homepage-title {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.2;
  padding: 0 1.5rem;
  text-align: center;
  display: block;
  margin-bottom: 3rem;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .home .homepage-title {
    font-size: 3.25rem;
    line-height: 1.5;
    padding: 0;
  }
}
.home .homepage-content {
  text-align: center;
}
.home .homepage-stats {
  padding: 0 3rem;
  margin: 0 0 2rem 0;
  width: 100%;
  list-style-type: none;
  text-align: center;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
@media only screen and (min-width: 1000px) {
  .home .homepage-stats {
    display: flex;
    padding: 3.5rem 0;
    margin: 0 0 4rem 0;
  }
}
.home .homepage-stats li {
  padding: 1.5rem;
}
@media only screen and (min-width: 1000px) {
  .home .homepage-stats li {
    padding: 0;
    width: 33.33333333%;
  }
}
.home .homepage-stats li:not(:last-child) {
  border-bottom: 1px solid #111;
}
@media only screen and (min-width: 1000px) {
  .home .homepage-stats li:not(:last-child) {
    border-bottom-style: none;
    border-right: 1px solid #111;
  }
}
.home .homepage-stats li h3 {
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media print {
  .home .homepage-stats li h3 {
    font-size: 2rem;
  }
}
.home .homepage-stats li p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
@media print {
  .home .homepage-stats li {
    display: inline-block;
    width: 32.33%;
    page-break-inside: avoid;
  }
}
.home .your-region {
  margin: 0 0 3rem 0;
  list-style-type: none;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  .home .your-region {
    display: flex;
    flex-grow: 1;
    margin: 0 -1.5rem 3rem -1.5rem;
  }
}
.home .your-region > li {
  margin: 1.5rem;
}
@media only screen and (min-width: 1000px) {
  .home .your-region > li {
    width: 33.33333333%;
    margin: 0 1.5rem;
  }
}
@media print {
  .home .your-region > li {
    page-break-inside: avoid;
  }
}
.home .your-region .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .home .your-region .title {
    padding: 0 2rem;
  }
}
.home .your-region .title h3 {
  font-size: 3.25rem;
  margin-bottom: 1.5rem;
}
.home .your-region .title p {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
}
.home .your-region .title .button {
  color: inherit;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 5px;
  line-height: 1;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  transition: all 0.15s ease;
  background-color: transparent;
}
.home .your-region .title .button:hover {
  background-color: #666;
  color: #fff;
}
.home .your-region .map {
  align-items: center;
  display: flex;
  position: relative;
}
.home .your-region .map img {
  margin: 0 auto;
}
.home .your-region .map .svg-map {
  width: 100%;
}
.home .your-region .map .mapsvg-region {
  cursor: pointer;
  fill: #666;
}
.home .your-region .map .mapsvg-region:hover {
  fill: #999;
}
.home .your-region .map .mapsvg-region.active {
  cursor: pointer;
  fill: #999;
}
.home .your-region .map .mapsvg-region-disable {
  user-select: none;
  pointer-events: none;
  cursor: default;
  fill: #e0e1e5;
}
.home .your-region .map .mapsvg svg {
  user-select: none;
  width: 100%;
  height: auto;
  position: relative;
  transition: transform 0.4s;
  transform-origin: 0 0;
}
.home .your-region .map .tooltip {
  position: absolute;
  top: 6.5rem;
  left: 1.5rem;
  line-height: 1;
  background-color: #eee;
  border: 1px solid #ccc;
  z-index: 500;
  padding: 0.5rem;
  display: none;
}
@media print {
  .home .your-region .map {
    display: none;
  }
}
.home .your-region .regions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .your-region .regions .regions-list {
  margin: 0;
  list-style-type: none;
  font-size: 1.1rem;
}
.home .your-region .regions .regions-list > li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 1.35rem;
  content: "";
  margin-right: 1rem;
}
.home .your-region .regions .regions-list > li a {
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}
.home .your-region .regions .regions-list > li a:hover {
  text-decoration: underline;
}
.home-tiles {
  margin: 0 0 3rem 0;
  list-style-type: none;
  width: 100%;
  padding: 0;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .home-tiles {
    display: flex;
    flex-grow: 1;
    margin: 0 -1.5rem 3rem -1.5rem;
  }
}
.home-tiles + .home-tiles {
  margin-top: -1.5rem;
}
.home-tiles > li {
  margin: 1.5rem;
}
@media only screen and (min-width: 1000px) {
  .home-tiles > li {
    width: 33.33333333%;
  }
}
.home-tiles > li .tile-content {
  padding: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .home-tiles > li .tile-content {
    justify-content: space-between;
    min-height: 312px;
  }
}
.home-tiles > li .tile-content h3 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1;
}
@media print {
  .home-tiles > li .tile-content h3 {
    font-size: 2rem;
    display: block;
    width: 100%;
  }
}
.home-tiles > li .tile-content p {
  margin-bottom: 2rem;
}
.home-tiles > li .tile-content .button {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  transition: all 0.15s ease;
  background-color: transparent;
  line-height: 1;
}
.home-tiles > li .tile-content .button:hover {
  background-color: #fff;
  color: #333;
}
@media print {
  .home-tiles > li .tile-content .button {
    padding: 1rem;
    display: block;
    width: 100%;
  }
}
@media print {
  .home-tiles > li .tile-content {
    padding: 1rem;
  }
}
.home-tiles > li .tile-image {
  overflow: hidden;
  height: 175px;
}
@media only screen and (min-width: 750px) {
  .home-tiles > li .tile-image {
    height: 250px;
  }
}
.home-tiles > li .tile-image a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #bbb;
  background-size: cover;
}
@media print {
  .home-tiles > li .tile-image a {
    display: none;
  }
}
@media print {
  .home-tiles > li .tile-image {
    height: 0px;
  }
}
@media print {
  .home-tiles > li {
    width: 25%;
    display: inline-block;
  }
}
.home-tiles > li:nth-child(1) {
  /*background-color: #999;*/
  background-color: #595959;
  /* JC 27/08/2025 */
}
.home-tiles > li:nth-child(2) {
  background-color: #666;
  background-color: #414141;
  /* JC 27/08/2025 */
}
.home-tiles > li:nth-child(3) {
  background-color: #333;
  background-color: #1D1D1D;
  /* JC 27/08/2025 */
}
.tiled + .tiled {
  margin-top: -3rem;
}
.sq-icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
.sq-icon[src*="/pdf_file/icon.png"] {
  padding-left: 16px;
  background: url("https://www.statedevelopment.qld.gov.au/resources/images/pdf_icon.gif");
  background-repeat: no-repeat;
}
img[src*="/images/pdf_icon.gif"], img[src*="/pdf_file/icon.png"], img[src*="/doc_icon.gif"], img[src*="/xls_icon.gif"], img[src*="/pdf_icon.gif"], img[src*="/file/icon.png"], img[src*="/image/icon.png"] {
  display: inline-block;
}
.data-table .sq-icon {
  box-sizing: border-box;
}
.image-banner {
  height: 275px;
}
@media only screen and (min-width: 750px) {
  .image-banner {
    height: 375px;
  }
}
@media only screen and (min-width: 1000px) {
  .image-banner {
    height: 450px;
  }
}
.image-banner .image-rights {
  line-height: 2;
}
.image-banner .image-rights .fa-camera {
  display: none;
}
@media print {
  .image-banner {
    display: none;
  }
}
.image-gallery-container {
  margin: 4rem 0;
}
.image-gallery-heading {
  margin-bottom: 0.5em;
}
.image-gallery {
  margin: 0 -0.5rem;
}
.image-gallery.col-2 li {
  margin: 0.25rem;
  width: calc(50% - 0.5rem);
  padding: 0;
  height: 150px;
}
@media only screen and (min-width: 750px) {
  .image-gallery.col-2 li {
    margin: 0.5rem;
    width: calc(50% - 1rem);
    height: 225px;
  }
}
@media print {
  .image-gallery.col-2 li img {
    display: none;
  }
}
@media print {
  .image-gallery.col-2 li {
    width: 100%;
    height: 20%;
  }
}
.full-width .image-gallery.col-3 li, .project-page .image-gallery.col-3 li {
  width: calc(33.33333333% - 0.5rem);
  height: 75px;
  padding: 0;
  margin: 0.25rem;
}
@media only screen and (min-width: 750px) {
  .full-width .image-gallery.col-3 li, .project-page .image-gallery.col-3 li {
    margin: 0.5rem;
    width: calc(33.33333333% - 1rem);
    height: 200px;
  }
}
@media only screen and (min-width: 1000px) {
  .full-width .image-gallery.col-3 li, .project-page .image-gallery.col-3 li {
    height: 225px;
  }
}
@media print {
  .full-width .image-gallery.col-3 li img, .project-page .image-gallery.col-3 li img {
    display: none;
  }
}
@media print {
  .full-width .image-gallery.col-3 li, .project-page .image-gallery.col-3 li {
    width: 100%;
    height: 20%;
  }
}
.key-points {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 750px) {
  .key-points {
    width: 40%;
    float: right;
    margin: 0 0 1.5rem 1.5rem;
    padding: 1.5rem;
  }
}
.key-points h3 {
  font-weight: bold;
}
.key-points ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.125rem;
}
.key-points ul li {
  position: relative;
  padding-left: 2rem;
}
.key-points ul li:not(:last-child) {
  margin: 0 0 1rem 0;
}
.key-points ul li::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #999;
  content: "";
}
.stories-tile > ul, .filtered-news, .filtered-stories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.stories-tile > ul li, .filtered-news li, .filtered-stories li {
  position: relative;
  padding: 0.75rem 0;
  border-bottom: 1px solid #dfe1e5;
}
.stories-tile > ul li:last-child, .filtered-news li:last-child, .filtered-stories li:last-child {
  border-style: none;
}
.stories-tile > ul li::before, .filtered-news li::before, .filtered-stories li::before {
  position: absolute;
  top: 0.9rem;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 400;
  color: #bbb;
  margin-right: 1rem;
  font-size: 0.85rem;
}
.stories-tile > ul li a, .filtered-news li a, .filtered-stories li a {
  color: #111;
  line-height: 1.3;
  text-decoration: none;
  margin-left: 1.25rem;
  display: block;
}
.stories-tile > ul li a:hover, .filtered-news li a:hover, .filtered-stories li a:hover {
  text-decoration: underline;
}
.stories-tile > ul li .multiple_category_region, .filtered-news li .multiple_category_region, .filtered-stories li .multiple_category_region {
  font-size: 0.9rem;
  background-color: #eee;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 0.5rem;
  padding: 0.25em 0.75em;
  display: inline-flex;
  word-break: break-word;
}
/*
.main-content .filtered-news, 
.main-content .single_news{
    border: 1px solid #dfe1e5;
    border-radius: 5px;
    padding: 0.5em 1.25em;
    margin-bottom: 1.5em;
    
    a {
        color: #111;
        line-height: 1.3;
        text-decoration: none;
        display: block;
    
        &:hover {
            text-decoration: underline;
        }
    }
        
    .single_news_desc {
        font-size: 0.9em;
        color: #777;
        padding-top: 0.25em;
    }
}*/
.leadership-team {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.leadership-team > li {
  padding: 0.75rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .leadership-team > li {
    width: 50%;
  }
}
.leadership-team > li .member {
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #111;
  transition: all 0.15s ease;
  box-shadow: none;
}
.leadership-team > li .member:hover {
  color: #111;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.leadership-team > li .member .details {
  margin-left: 1rem;
}
.leadership-team > li .member .details p {
  margin: 0;
}
.leadership-team > li .member .details .name {
  font-size: 1.5rem;
}
.leadership-team > li .content {
  display: none;
}
.content.fancybox__content {
  padding: 1.5rem;
}
@media only screen and (min-width: 750px) {
  .content.fancybox__content {
    max-width: 65%;
  }
}
.marketing-banner .marketing-content a {
  border-radius: 5px;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #111;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.15s ease;
}
.marketing-banner .marketing-content a:hover {
  background-color: white;
}
.modal-popup__link img {
  display: inline-block;
}
.modal-popup__content {
  display: none;
  max-width: 500px;
  width: 100%;
}
.news-and-stories-container {
  max-width: 1320px;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1000px) {
  .news-and-stories-container {
    margin: 0 auto 5rem auto;
  }
}
@media only screen and (min-width: 1000px) {
  .news-and-stories-container .news-and-stories {
    display: flex;
    margin: 0 -1rem;
    padding: 0;
  }
}
.news-and-stories-container .news-and-stories > div {
  margin: 0 0 1.5rem 0;
  border: 1px solid #dfe1e5;
  border-radius: 7px;
  padding: 1.5rem 2rem;
}
@media only screen and (min-width: 1000px) {
  .news-and-stories-container .news-and-stories > div {
    width: calc(50% - 2rem);
    margin: 0 1rem;
  }
}
.home .news-and-stories-container .news-and-stories > div {
  margin: 0 1.5rem 1.5rem 1.5rem;
}
@media only screen and (min-width: 1000px) {
  .home .news-and-stories-container .news-and-stories > div {
    margin: 0 1.5rem;
  }
}
.news-article .news-date {
  font-size: 0.9em;
  color: #666;
}
.news-article .news-summary p {
  font-size: 1.5em;
  font-weight: 300;
  color: #949494;
}
.news-listing {
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-top-width: 2px;
}
.news-listing .news-item {
  border: 1px solid #e6e6e6;
  border-bottom-width: 2px;
}
.news-listing .news-item .news-image {
  background-color: #e6e6e6;
}
.news-listing .news-item .news-summary {
  background-color: #fff;
}
.news-listing .news-item .news-summary .news-date {
  font-size: 0.9em;
  color: #666;
}
.wide-main .page-index.col-2 .page-index-item .index-image {
  height: 250px;
}
@media print {
  .wide-main .page-index.col-2 .page-index-item .index-image {
    height: 0 !important;
  }
}
.page-index {
  clear: both;
  margin: 0 -0.75rem 3rem -0.75rem;
}
.page-index.no-subpages .sub-page-index {
  display: none;
}
.page-index.col-2 .page-index-item {
  width: 100%;
}
.page-index.col-2 .page-index-item:nth-child(odd) {
  background-color: #002549;
}
.page-index.col-2 .page-index-item:nth-child(even) {
  background-color: #002549;
}
@media only screen and (min-width: 750px) {
  .page-index.col-2 .page-index-item {
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
  }
}
.page-index.col-2 .page-index-item .index-image {
  height: 175px;
}
@media only screen and (min-width: 750px) {
  .page-index.col-2 .page-index-item .index-image {
    height: 250px;
  }
}
@media print {
  .page-index.col-2 .page-index-item {
    width: calc(50% - 0.75rem);
    display: inline-block;
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 750px) {
  .page-index.col-3 {
    margin: 3rem -0.75rem;
  }
}
.page-index.col-3 .page-index-item {
  width: 100%;
}
.page-index.col-3 .page-index-item:nth-child(1), .page-index.col-3 .page-index-item:nth-child(4) {
  background-color: #333;
}
.page-index.col-3 .page-index-item:nth-child(2), .page-index.col-3 .page-index-item:nth-child(5) {
  background-color: #333;
}
.page-index.col-3 .page-index-item:nth-child(3), .page-index.col-3 .page-index-item:nth-child(6) {
  background-color: #333;
}
@media only screen and (min-width: 750px) {
  .page-index.col-3 .page-index-item {
    width: calc(33.33333333% - 1.5rem);
    margin: 0.75rem;
  }
}
.page-index.col-3 .page-index-item .index-image {
  height: 175px;
}
@media only screen and (min-width: 750px) {
  .page-index.col-3 .page-index-item .index-image {
    height: 150px;
  }
}
@media print {
  .page-index.col-3 .page-index-item {
    width: calc(50% - 1.5rem);
    display: inline-block;
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 750px) {
  .page-index.col-4 {
    margin: 3rem -0.75rem;
  }
}
.page-index.col-4 .page-index-item {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .page-index.col-4 .page-index-item {
    width: calc(25% - 1.5rem);
    margin: 0.75rem;
  }
}
@media print {
  .page-index.col-4 .page-index-item {
    width: calc(25% - 1.5rem);
    display: inline-block;
    page-break-inside: avoid;
  }
}
.page-index .page-index-item {
  background-color: #666;
  color: #fff;
  display: inline;
  flex-direction: column;
  padding: 0;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .page-index .page-index-item {
    margin: 1.5rem;
  }
}
.page-index .page-index-item .index-content {
  flex-direction: column;
  padding: 2rem;
  justify-content: space-between;
}
.page-index .page-index-item .index-content .index-title {
  color: inherit;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1;
  text-decoration: none;
  word-wrap: break-word;
  hyphens: auto;
}
.page-index .page-index-item .index-content .button {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  transition: all 0.15s ease;
  background-color: transparent;
  line-height: 1;
  position: relative;
}
.page-index .page-index-item .index-content .button:hover {
  background-color: #fff;
  color: #333;
}
.page-index .page-index-item .index-content .button:active {
  top: 2px;
}
.page-index .page-index-item .index-image {
  flex-shrink: 0;
  box-shadow: inset 0 0 10px -4px rgba(0, 0, 0, 0.25);
}
.page-index .page-index-item .index-image img {
  transition: all 0.75s ease-in-out;
  transform: scale(1);
}
.page-index .page-index-item .index-image img:hover {
  transform: scale(1.1);
}
@media print {
  .page-index .page-index-item .index-image a {
    display: none;
  }
  .page-index .page-index-item .index-image a::after {
    display: none;
  }
}
.page-index .page-index-item .index-description {
  margin-bottom: 1.5rem;
}
.page-index .page-index-item .index-description:empty {
  display: none;
}
.pagination-wmp {
  list-style-type: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: center;
  font-size: 0.9rem;
}
.pagination-wmp li a, .pagination-wmp li span {
  display: block;
  border: 1px solid #d7d7d7;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  margin: 0 0.15rem 0.3rem 0.15rem;
  min-width: 26px;
  text-decoration: none;
  color: #757575;
}
.pagination-wmp li a:hover, .pagination-wmp li span:hover {
  background-color: #efefef;
}
.pagination-wmp li.active a, .pagination-wmp li.active span {
  font-weight: 600;
  border: 1px solid #656565;
  background-color: #757575;
  color: #fff;
}
/*==------------------------------------------------------====
    Matrix default pagination styling 
====------------------------------------------------------==*/
.pagination li {
  height: initial;
  display: flex;
  padding: 0.5em 0;
  line-height: 1;
  color: #ccc;
  margin: 0 0.15em;
  min-width: 26px;
}
.pagination li span, .pagination li a {
  text-align: center;
}
.pagination li span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #007eb1;
  font-size: 1.1em;
}
.pagination li a:hover {
  text-decoration: underline;
}
.pagination li a:active, .pagination li.active a:hover, .pagination li.active a {
  border-color: #007eb1;
  background-color: #007eb1;
  color: #fff;
}
.pagination li.button {
  background-color: #007eb1;
  border-radius: 3px;
  color: #ccc;
  padding: 0.5em 0.75em;
}
.pagination li.button a {
  color: #fff;
}
table + .pagination {
  margin-top: -1em;
  margin-bottom: 3em;
}
.primary-nav-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 500;
}
@media only screen and (min-width: 1000px) {
  .primary-nav-container {
    position: static;
    /*background-color: rgba(0,0,0,0.85);*/
    /* JC 1/4/25 - removed bg colour of nav */
    transition: all 0.5s ease;
  }
}
.primary-nav-container .primary-nav li {
  font-size: 1.4em;
  transition: all 0.1s ease;
}
.primary-nav-container .primary-nav li a {
  color: #fff;
  padding: 0.5em;
}
.primary-nav-container .primary-nav > li:hover {
  background-color: #444;
}
.primary-nav-container .primary-nav.simple .primary-sub-nav {
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.25);
}
.primary-nav-container .primary-nav.simple .primary-sub-nav > li {
  background-color: #000;
}
.primary-nav-container .primary-nav.simple .primary-sub-nav > li:hover {
  background-color: #444;
}
.primary-nav-container .primary-nav.simple .primary-sub-nav > li a {
  padding: 0.5em 1em;
}
.primary-nav-container .primary-nav.simple li a {
  padding: 0.75em 1em;
}
.two-column-container {
  margin: 4rem 0;
}
@media only screen and (min-width: 1000px) {
  .two-column-container .two-column-content {
    column-count: 2;
  }
}
.two-column-container .two-column-content blockquote {
  margin: 1em 0;
}
p + .project-footer {
  margin-top: 4rem;
}
.project-footer i + a {
  margin-left: 0.35rem;
}
.project-footer a {
  color: #111;
  text-decoration: none;
}
.project-footer a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 750px) {
  .project-footer {
    display: flex;
    flex-direction: row;
    margin: 0 -0.75rem 3rem -0.75rem;
  }
}
.project-footer > div {
  border: 1px solid #dfe1e5;
  border-radius: 7px;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 750px) {
  .project-footer > div {
    width: calc(33.33333333% - 1.5rem);
    margin: 0 0.75rem;
  }
  .project-footer > div .filtered-news {
    border-style: none;
    padding: 0;
  }
}
@media print {
  .project-footer > div {
    display: block;
    margin-bottom: 2em;
  }
}
.project-footer .connect-grid {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.project-footer .connect-grid li {
  display: flex;
  justify-content: center;
  height: 44px;
  width: 33.33333333%;
  margin: 0 0 2rem 0;
}
.project-footer .connect-grid li a {
  height: 50px;
  width: 50px;
  /* background-color: #f2f2f2;
                color: #bbb;
                */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color 0.15s ease;
  font-size: 2rem;
  color: #666;
}
.project-footer .connect-grid li a:hover {
  color: #bbb;
}
.project-overview {
  margin: 4rem 0;
}
.project-link {
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 7px;
  padding: 0.75em 1em;
}
.project-link p {
  margin: 0;
}
.project-link a {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.project-link a:hover {
  text-decoration: underline;
}
.quick-links-container {
  background-color: #f2f2f2;
  /*margin: $default-margin 0;*/
  margin: 0 0 4rem 0;
}
.quick-links-container .quick-links-content {
  padding: 2rem;
}
@media only screen and (min-width: 750px) {
  .quick-links-container .quick-links-content .quick-links {
    column-count: 2;
  }
}
@media only screen and (min-width: 1000px) {
  .quick-links-container .quick-links-content .quick-links {
    column-count: 4;
    column-gap: 2rem;
  }
}
.quick-links-container .quick-links-content .quick-links a {
  display: block;
  margin: 0 0 0.5rem 0;
  color: #111;
  text-decoration: none;
}
.quick-links-container .quick-links-content .quick-links a:hover {
  text-decoration: underline;
}
.quick-links-container .quick-links-content .quick-links a:last-of-type {
  margin: 0;
}
.tag {
  display: block;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 0 1rem;
  font-size: 16px;
  width: fit-content;
  margin: 0 auto 0.5rem auto;
}
.tag ~ .social-share {
  margin-bottom: 1rem;
}
.region-stats-container {
  margin: 3rem 0;
  padding: 0;
  margin-bottom: 3rem;
  background-color: #f2f2f2;
  clear: both;
}
@media only screen and (min-width: 1000px) {
  .region-stats-container.full {
    margin: 4rem 0;
  }
}
.region-stats-container .region-stats {
  padding: 1.5rem 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .region-stats-container .region-stats {
    display: flex;
    margin: 0 -1.5rem;
    flex-wrap: wrap;
    flex-grow: 1;
  }
}
.region-stats-container .region-stats li {
  margin: 1.5rem;
  padding: 0 5rem;
}
@media only screen and (min-width: 750px) {
  .region-stats-container .region-stats li {
    width: calc(50% - 3rem);
  }
}
@media only screen and (min-width: 1000px) {
  .region-stats-container .region-stats li {
    width: calc(33.33333333% - 3rem);
  }
}
.region-stats-container .region-stats li h3 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
@media print {
  .region-stats-container .region-stats li h3 {
    font-size: 2rem;
  }
}
.region-stats-container .region-stats li p {
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
@media print {
  .region-stats-container .region-stats li {
    display: inline-block;
    width: 32.33%;
    page-break-inside: avoid;
  }
}
.scroll-reveal, .scroll-reveal-video {
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin: 0 -50vw 2.5rem -50vw;
}
.scroll-reveal-video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  position: absolute;
  left: 50%;
}
@media only screen and (min-width: 750px) {
  .scroll-reveal-video iframe {
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  }
}
* + .scroll-reveal, * + .scroll-reveal-video {
  margin-top: 2.5rem;
}
.scroll-to-top {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .scroll-to-top {
    display: flex;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    padding: 0.5rem;
  }
  .scroll-to-top:hover {
    opacity: 1;
  }
  .scroll-to-top a {
    display: inline-flex;
    align-items: center;
    color: #666;
    text-decoration: none;
    font-weight: bold;
  }
  .scroll-to-top a span {
    font-size: 1.75em;
    margin-left: 0.2em;
  }
}
.search-page .btn-group, .search-page .modal, .search-page h2.sr-only {
  display: none;
}
.search-page cite {
  color: #666;
  display: block;
  margin: 0.5em 0;
}
.search-page .site-select {
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
}
.search-page .site-select fieldset {
  margin: 0;
}
.search-page .search-results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-page .search-results .result {
  padding: 1.5rem 0;
}
.search-page .search-results a {
  color: inherit;
  text-decoration: none;
}
.search-page .search-results a:hover {
  text-decoration: underline;
}
.search-page .search-results h4 {
  margin-bottom: 0.5rem;
}
.search-page aside h2 {
  font-size: 1.5rem;
  padding: 1rem 0 0 1rem;
}
.search-page aside h3 {
  margin-top: 1rem;
  padding: 0;
}
.search-page aside ul {
  padding: 0;
}
.section-nav {
  border: 1px solid #dfe1e5;
  border-radius: 7px;
  overflow: hidden;
  top: 6.5rem;
}
.section-nav h3 {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #dfe1e5;
  transition: background 0.15s ease;
}
.section-nav h3 a {
  padding: 0.75em 1.25em;
}
.section-nav h3 a:hover {
  text-decoration: none;
}
.section-nav a {
  color: #222;
}
.section-nav .secondary-nav {
  margin: 0 1.25rem;
  list-style-type: none;
}
.section-nav .secondary-nav > li {
  padding: 0;
  border-top: 1px solid #dfe1e5;
}
.section-nav .secondary-nav > li:first-child {
  border-style: none;
}
.section-nav .secondary-nav li {
  position: relative;
}
.section-nav .secondary-nav li a {
  color: #111;
  line-height: 1.3;
  text-decoration: none;
  margin-left: 1.25rem;
  padding: 0.75rem 0;
  display: block;
}
.section-nav .secondary-nav li a:hover {
  font-weight: 600;
}
.section-nav .secondary-nav li::before {
  position: absolute;
  top: 0.9rem;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 400;
  color: #bbb;
  font-size: 0.85rem;
}
.section-nav .secondary-nav li.active {
  border-top-style: none;
}
.section-nav .secondary-nav li.active > a {
  background-color: #f2f2f2;
  font-weight: normal;
  margin: 0 -1.25rem;
  padding: 0.75rem 1.25rem 0.75rem 2.5rem;
}
.section-nav .secondary-nav li.active + li {
  border-style: none;
}
.section-nav .secondary-nav .secondary-sub-nav {
  margin: 0;
}
.section-nav .secondary-nav .secondary-sub-nav > li {
  border-bottom: 1px dotted #dfe1e5;
}
.section-nav .secondary-nav .secondary-sub-nav > li::before {
  left: 1.25rem;
}
.section-nav .secondary-nav .secondary-sub-nav > li a {
  margin-left: 2.5rem;
}
.section-nav .secondary-nav .secondary-sub-nav > li:last-child {
  border-style: none;
  padding-bottom: 0;
}
.skip-links {
  background-color: #04609c;
  color: #fff;
}
.skip-links a {
  color: #fff;
}
.skip-links a:hover {
  text-decoration: none;
}
.social-share {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0.35rem;
  /*
    background-color: #f6f6f6;
    border: 1px solid #dfe1e5;*/
  column-gap: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.social-share li h2 {
  font-size: 2em;
  margin: 0;
  line-height: 1;
}
.social-share li a {
  color: #999;
  font-size: 1.3rem;
  transition: all 0.05s ease;
}
.social-share li a span {
  transition: all 0.15s ease;
  transform: scale(1);
}
.social-share li a:hover {
  color: #666;
}
.social-share li a:hover span {
  transform: scale(1.2);
}
@media print {
  .social-share {
    display: none;
  }
}
table thead th {
  border-bottom: 2px solid #999;
}
table tbody th {
  font-weight: bold;
}
table tfoot td {
  border-top: 2px solid #999;
  font-weight: bold;
}
table tbody th, table tbody td {
  border-bottom: 1px solid #ddd;
}
table:not(.striped) tbody tr {
  transition: background 0.1s ease;
}
table:not(.striped) tbody tr:hover {
  background-color: #f5f5f5;
}
table.striped tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
table caption {
  color: #777;
}
.responsive-table.sticky thead tr th:first-child::after, .responsive-table.sticky tbody tr th:first-child::after, .responsive-table.sticky tbody tr td:first-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 1px;
  border-right: 1px solid #ccc;
  content: "";
}
.testimonials {
  margin: 4rem 0;
}
.testimonials ul {
  margin: 3rem 0 0 0;
  list-style-type: none;
  padding: 0;
}
@media only screen and (min-width: 750px) {
  .testimonials ul {
    display: flex;
  }
}
.testimonials ul li {
  margin-bottom: 2rem;
  display: flex;
  border-bottom: 1px dotted #dfe1e5;
  padding: 0 3rem 2rem 1rem;
  font-size: 1.15rem;
  flex-grow: 1;
}
@media only screen and (min-width: 750px) {
  .testimonials ul li {
    padding: 0 3rem 0 0;
    border-style: none;
    width: 50%;
    margin: 0;
  }
}
.testimonials ul li:last-child {
  border-style: none;
  padding-bottom: 0;
}
.testimonials ul li span {
  color: #666;
  font-size: 3rem;
  padding: 0.5rem 2rem 0 0;
}
.testimonials ul li section {
  color: #666;
  font-style: italic;
}
.testimonials ul li section .author {
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  color: #111;
}
.timeline-container {
  margin: 4rem 0;
}
.main-content.wide-main .timeline h2 {
  margin-bottom: 3rem;
}
.timeline h2 {
  width: 100%;
  margin-bottom: 3rem;
}
.timeline h4 {
  margin-bottom: 0.5em;
}
.timeline .tl-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.timeline .tl-row.right {
  justify-content: flex-end;
}
.timeline .tl-row.right > * {
  text-align: right;
}
.timeline .tl-row.right .tl-circle::before {
  left: 73px;
}
.timeline .tl-row.right .tl-circle::after {
  left: 73px;
}
.timeline .tl-row:last-child .tl-circle::after {
  height: 50%;
}
.timeline .tl-row .tl-circle {
  width: 100px;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .timeline .tl-row .tl-circle {
    width: 150px;
  }
}
.timeline .tl-row .tl-circle::before {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 50px;
  height: 50px;
  border: 2px solid #666;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  content: "";
  z-index: 50;
}
@media only screen and (min-width: 1000px) {
  .timeline .tl-row .tl-circle::before {
    left: 75px;
  }
}
.timeline .tl-row .tl-circle::after {
  position: absolute;
  top: -2px;
  left: 25px;
  width: 2px;
  height: 110%;
  border-left: 2px solid #999;
  content: "";
  z-index: 25;
}
@media only screen and (min-width: 1000px) {
  .timeline .tl-row .tl-circle::after {
    left: 75px;
  }
}
.timeline .tl-row .tl-circle.top::after {
  height: 50%;
}
.timeline .tl-row .tl-circle.top::after {
  top: auto;
  bottom: -2px;
}
.timeline .tl-row .tl-circle.past::before {
  border-color: #999;
  background-color: #f2f2f2;
}
.timeline .tl-row .tl-circle.present::before {
  border-color: #1995e3;
}
.timeline .tl-row .tl-circle.future::before {
  border-color: #999;
}
.timeline .tl-row .tl-content {
  width: 65%;
}
.timeline .tl-line {
  display: flex;
}
.timeline .tl-line div:nth-child(1), .timeline .tl-line div:nth-child(3) {
  width: 100px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1000px) {
  .timeline .tl-line div:nth-child(1), .timeline .tl-line div:nth-child(3) {
    width: 150px;
  }
}
.timeline .tl-line div:nth-child(2) {
  width: 100%;
}
.timeline .tl-line hr {
  margin: 50px 0;
  border-top: 2px solid #999;
}
.timeline .tl-line > div {
  position: relative;
}
.timeline .tl-line > div.tl::after, .timeline .tl-line > div.tr::after, .timeline .tl-line > div.bl::after, .timeline .tl-line > div.br::after {
  position: absolute;
  width: 75px;
  height: 75px;
  content: "";
  position: absolute;
}
.timeline .tl-line > div.tl::after {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  bottom: -23px;
  right: 0;
  border-radius: 30px 0 0 0;
}
.timeline .tl-line > div.tr::after {
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  bottom: -23px;
  left: 0;
  border-radius: 0 30px 0 0;
}
.timeline .tl-line > div.br::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  top: -23px;
  left: 0;
  border-radius: 0 0 30px 0;
}
.timeline .tl-line > div.bl::after {
  border-bottom: 2px solid #999;
  border-left: 2px solid #999;
  top: -23px;
  right: 0;
  border-radius: 0 0 0 30px;
}
/*.video-banner {
    &.youtube {
        height: 500px;
    }
}*/
.vimeo-video .video::after {
  text-shadow: 1px 0 10px rgba(0, 0, 0, 0.35);
}
.youtube-container .youtube-video .video::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 3.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.youtube-container .youtube-video .video:hover::after {
  color: #fff;
}
@media print {
  .youtube-container .youtube-video .video {
    display: none !important;
  }
}
.youtube-container a.hidden {
  display: none;
}
@media print {
  .youtube-container a.hidden {
    display: block;
  }
}
.youtube-container-v2 {
  --margin: 1.5rem;
  --gap: calc(var(--margin) * 2);
  margin: 2rem 0;
}
@media only screen and (min-width: 1000px) {
  .youtube-container-v2 {
    margin: var(--margin);
  }
  .youtube-container-v2.size-20 {
    width: calc(20% - var(--gao));
  }
  .youtube-container-v2.size-25 {
    width: calc(25% - var(--gao));
  }
  .youtube-container-v2.size-50 {
    width: calc(50% - var(--gap));
  }
  .youtube-container-v2.justify-centre {
    margin-inline: auto;
  }
  .youtube-container-v2.inline {
    display: inline-flex;
  }
}
.youtube-container-v2 .youtube-video-v2 {
  display: flex;
  width: 100%;
}
.youtube-container-v2 .youtube-video-v2 iframe {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.youtube-container-v2 .youtube-transcript {
  margin: 1.6rem 0 0 0;
}
.zone-container {
  display: flex;
  flex-direction: column;
  margin: 2rem -0.75rem;
}
@media only screen and (min-width: 750px) {
  .zone-container {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.zone-container .zone {
  border: 1px solid #ccc;
  margin: 0.75rem;
}
@media only screen and (min-width: 750px) {
  .zone-container .zone {
    width: calc(50% - 1.5rem);
  }
}
.zone-container .zone .zone-image {
  position: relative;
}
.zone-container .zone .zone-image img {
  width: 100%;
}
.zone-container .zone .zone-image h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: center;
  display: block;
}
.zone-container .zone .zone-content {
  padding: 1rem;
}
:root {
  --color-primary: #2f4050;
  --color-secondary: #9e5fa7;
  --color-secondary-light: #b79ac5;
  --color-accent: #52a9b9;
  --color-bg: #fff;
  --color-bg-shade: #e6e7e6;
  --color-bg-shade-dark: #cbcbcb;
  --fontsize-sm: 0.9rem;
  --fontsize-md: 1rem;
  --fontsize-lg: 1.25rem;
  --container-width: 1200px;
  --angle: 90deg;
  --mobile: 575.98px;
  --tablet: 767.98px;
  --desktop: 1199.98px;
}
.content.campaign-page {
  padding: 0;
  color: #000;
  font-size: var(--fontsize-sm);
}
.content.campaign-page .campaign-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 2rem 2rem 3rem 2rem;
}
.content.campaign-page .bg-primary {
  background-color: var(--color-primary);
}
.content.campaign-page .bg-secondary {
  background-color: var(--color-secondary);
}
.content.campaign-page .bg-secondary-light {
  background-color: var(--color-secondary-light);
}
.content.campaign-page .bg-accent {
  background-color: var(--color-accent);
}
.content.campaign-page .bg-shade {
  background-color: var(--color-bg-shade);
}
.content.campaign-page .bg-shade-dark {
  background-color: var(--color-bg-shade-dark);
}
.content.campaign-page .bg-primary-secondary {
  --left: var(--color-primary);
  --right: var(--color-secondary);
}
.content.campaign-page .bg-primary-accent {
  --left: var(--color-primary);
  --right: var(--color-accent);
}
.content.campaign-page .bg-secondary-primary {
  --left: var(--color-secondary);
  --right: var(--color-primary);
}
.content.campaign-page .bg-secondary-accent {
  --left: var(--color-secondary);
  --right: var(--color-accent);
}
.content.campaign-page .bg-accent-primary {
  --left: var(--color-accent);
  --right: var(--color-primary);
}
.content.campaign-page .bg-accent-secondary {
  --left: var(--color-accent);
  --right: var(--color-secondary);
}
.content.campaign-page .text-primary {
  color: var(--color-primary);
}
.content.campaign-page .text-secondary {
  color: var(--color-secondary);
}
.content.campaign-page .text-secondary-light {
  color: var(--color-secondary-light);
}
.content.campaign-page .text-accent {
  color: var(--color-accent);
}
.content.campaign-page .text-white {
  color: white;
}
.content.campaign-page .font-size-sm {
  font-size: var(--fontsize-sm);
}
.content.campaign-page .font-size-md {
  font-size: var(--fontsize-md);
}
.content.campaign-page .font-size-lg {
  font-size: var(--fontsize-lg);
}
.content.campaign-page h1, .content.campaign-page h2, .content.campaign-page h3 {
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.content.campaign-page .hero-banner-container {
  --background: #fff;
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .hero-banner-container {
    height: 400px;
    isolation: isolate;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 749px) {
  .content.campaign-page .hero-banner-container {
    display: flex;
    flex-direction: column;
  }
}
.content.campaign-page .hero-banner-container .hero-banner {
  display: flex;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .content.campaign-page .hero-banner-container .hero-banner {
    order: 2;
  }
}
.content.campaign-page .hero-banner-container .hero-banner .banner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .hero-banner-container .hero-banner .banner-content {
    width: 50%;
  }
}
.content.campaign-page .hero-banner-container .hero-banner .banner-content p {
  margin-bottom: 1.5rem;
}
.content.campaign-page .hero-banner-container.bg-primary .banner-background {
  --background: var(--color-primary);
}
.content.campaign-page .hero-banner-container.bg-secondary .banner-background {
  --background: var(--color-secondary);
}
.content.campaign-page .hero-banner-container.bg-accent .banner-background {
  --background: var(--color-accent);
}
@media only screen and (max-width: 749px) {
  .content.campaign-page .hero-banner-container .banner-background {
    display: flex;
    order: 1;
  }
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .hero-banner-container .banner-background {
    position: absolute;
    height: 400px;
    inset: 0;
    z-index: -1;
  }
}
.content.campaign-page .hero-banner-container .banner-background img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .hero-banner-container .banner-background.gradient::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(45deg, var(--background) 0%, var(--background) 50%, rgba(0, 0, 0, 0) 75%);
  }
}
.content.campaign-page .campaign-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .campaign-tiles {
    flex-direction: row;
  }
}
.content.campaign-page .campaign-tiles li {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 2rem;
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .campaign-tiles li {
    flex: 1 1 210px;
    max-width: 50%;
  }
}
.content.campaign-page .campaign-tiles li img, .content.campaign-page .campaign-tiles li iframe {
  aspect-ratio: 1.7777777778;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .campaign-tiles li img, .content.campaign-page .campaign-tiles li iframe {
    height: 162px;
  }
}
.content.campaign-page .campaign-tiles li img {
  object-fit: cover;
}
.content.campaign-page .columns {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .columns {
    flex-direction: row;
    gap: 8rem;
  }
  .content.campaign-page .columns > div {
    max-width: 50%;
  }
}
.content.campaign-page .columns > div {
  flex: 1 1 50%;
}
.content.campaign-page .columns iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.content.campaign-page .columns .youtube {
  aspect-ratio: 1.7777777778;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .colour-columns-container {
    background: linear-gradient(var(--angle), var(--left) 0%, var(--left) 50%, var(--right) 50%, var(--right));
  }
}
.content.campaign-page .colour-columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 749px) {
  .content.campaign-page .colour-columns {
    padding: 0;
  }
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .colour-columns {
    flex-direction: row;
  }
}
@media only screen and (max-width: 749px) {
  .content.campaign-page .colour-columns > div {
    padding: 2rem;
  }
  .content.campaign-page .colour-columns > div:first-child {
    background-color: var(--left);
  }
  .content.campaign-page .colour-columns > div:last-child {
    background-color: var(--right);
  }
}
@media only screen and (min-width: 750px) {
  .content.campaign-page .colour-columns > div {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .content.campaign-page .colour-columns > div:first-child {
    padding: 0 4rem 0 0;
  }
  .content.campaign-page .colour-columns > div:last-child {
    padding: 0 0 0 4rem;
  }
}
.content.campaign-page a.button {
  color: #fff;
  display: inline-flex;
  width: fit-content;
  border-radius: 0.25rem;
  text-decoration: none;
  padding: 0.75rem 1rem;
  font-size: var(--fontsize-md);
}
.content.campaign-page p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.content.campaign-page select {
  width: 100%;
  border: 2px solid #000;
}
