@charset "UTF-8";
.navigation--single > li {
  position: relative;
  height: 10rem;
  width: 10rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 0.5rem; }
  .navigation--single > li > a {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    white-space: normal !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); }
  .navigation--single > li.expand a {
    padding-right: 15px !important; }
    .navigation--single > li.expand a::after {
      display: none; }
  .navigation--single > li ul.depth-1 {
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.5); }
    .navigation--single > li ul.depth-1 ul {
      border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
      box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.5); }
      .navigation--single > li ul.depth-1 ul.opened {
        overflow: visible;
        z-index: -1000; }
    .navigation--single > li ul.depth-1.opened {
      padding-top: 2rem;
      padding-bottom: 2rem;
      overflow: visible;
      z-index: -1000; }
    .navigation--single > li ul.depth-1 li {
      border-bottom: 1px dotted white;
      position: relative; }
    .navigation--single > li ul.depth-1 li:nth-last-child(1) {
      border-bottom: none; }
  .navigation--single > li.expand::after {
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 0.5em);
    height: 1em;
    width: 1em;
    content: "" !important;
    font-size: 2rem;
    background-image: url(//cache.cms.io/2021.highwyc.wa.edu.au/upload/assets/preferences/arrow-white-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .navigation--single > li .depth-1 li.expand::after {
    position: absolute;
    right: 0.5em;
    top: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    content: "";
    font-size: 1.5rem;
    background-image: url(//cache.cms.io/2021.highwyc.wa.edu.au/upload/assets/preferences/arrow-white-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: right 0.4s ease-in, left 0.4s ease-in; }
  .navigation--single > li .depth-1 li.expand:hover::after {
    right: -0.5em; }
  .navigation--single > li.expandright ul.depth-1 {
    border-radius: 0.5rem 0 0.5rem 0.5rem; }
  .navigation--single > li li.expand.expandright::after,
  .navigation--single > li .expandright li.expand::after {
    right: initial;
    left: -0.5em;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .navigation--single > li::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
    right: -1.5rem;
    opacity: 0.9;
    mix-blend-mode: multiply;
    overflow: hidden;
    border-radius: 0.5rem;
    z-index: -1;
    transition-property: -webkit-transform top bottom left right border-radius;
    transition-property: transform top bottom left right border-radius;
    transition-property: transform top bottom left right border-radius, -webkit-transform top bottom left right border-radius;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    transition-delay: 0.4s;
    pointer-events: none; }
  .navigation--single > li:hover::before {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition-delay: 0s; }
  .navigation--single > li.expand:hover::before {
    border-radius: 0.5rem 0.5rem 0 0; }

.navigation--single li.selected > a.pages {
  color: black !important;
  font-weight: 800;
  text-shadow: none; }

.navigation--single li:hover > a {
  color: white !important;
  font-weight: 800; }

.navigation--single > li:nth-child(1)::before {
  background-color: #e464a5;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg); }

.navigation--single > li:nth-child(1) ul {
  background-color: #e464a5; }

.navigation--single > li:nth-child(2)::before {
  background-color: #6d75a4;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg); }

.navigation--single > li:nth-child(2) ul {
  background-color: #6d75a4; }

.navigation--single > li:nth-child(3)::before {
  background-color: #dd5827;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg); }

.navigation--single > li:nth-child(3) ul {
  background-color: #dd5827; }

.navigation--single > li:nth-child(4)::before {
  background-color: #f1bd1a;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg); }

.navigation--single > li:nth-child(4) ul {
  background-color: #f1bd1a; }

.navigation--single > li:nth-child(5)::before {
  background-color: #10a47f;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg); }

.navigation--single > li:nth-child(5) ul {
  background-color: #10a47f; }

.navigation--single > li:nth-child(6)::before {
  background-color: #3576bc;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg); }

.navigation--single > li:nth-child(6) ul {
  background-color: #3576bc; }

.navigation--single > li:nth-child(7)::before {
  background-color: #ac5169;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg); }

.navigation--single > li:nth-child(7) ul {
  background-color: #ac5169; }

.header__navigation {
  padding-right: 0; }

.header__logo {
  position: relative; }

.header__logo::after {
  content: '';
  z-index: 100;
  position: absolute;
  background-image: url(//cache.cms.io/2021.highwyc.wa.edu.au/upload/assets/preferences/youngster-gecko-transparent-512px-squashed.png);
  right: -12rem;
  bottom: -4rem;
  height: 12rem;
  width: 12rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  transition: bottom 0.5s ease, right 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, bottom 0.5s ease, right 0.5s ease;
  transition: transform 0.5s ease, bottom 0.5s ease, right 0.5s ease, -webkit-transform 0.5s ease;
  transition-delay: 1s;
  pointer-events: none; }
  @media only screen and (max-width: 1200px) {
    .header__logo::after {
      bottom: -6rem;
      right: 12rem;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media only screen and (max-width: 1083px) {
    .header__logo::after {
      bottom: -4rem;
      right: -12rem;
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg); } }

.hero.richslide .content {
  max-width: 50%;
  text-shadow: 0.1rem 0.1rem 1rem black; }

.rsBullets {
  display: none; }

.place-gecko {
  overflow: visible; }
  .place-gecko::after {
    position: absolute;
    content: "";
    right: 8rem;
    bottom: -8rem;
    height: 25vh;
    min-height: 25vw;
    width: 25vw;
    min-width: 25vh;
    pointer-events: none;
    z-index: 10;
    background-image: url(//cache.cms.io/2021.highwyc.wa.edu.au/upload/assets/preferences/gecko-transparent1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.gecko1::after {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg); }

.gecko2::after {
  -webkit-transform: rotate(-85deg);
          transform: rotate(-85deg); }

.gecko3::after {
  -webkit-transform: rotate(-100deg);
          transform: rotate(-100deg); }

.gecko4::after {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg); }

.grid--news {
  margin-top: 0.2rem; }

.card-index .grid__items--news .grid__item {
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  min-height: 30rem;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.1s ease-in; }
  .card-index .grid__items--news .grid__item:hover .grid__details::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.card-index .grid__items--news .grid__thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10; }
  .card-index .grid__items--news .grid__thumbnail img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .card-index .grid__items--news .grid__thumbnail::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 30%); }

.card-index .grid__items--news .grid__details {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem; }
  .card-index .grid__items--news .grid__details .grid__title {
    color: white;
    font-weight: bold; }
  .card-index .grid__items--news .grid__details::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -5rem;
    left: -5rem;
    right: -5rem;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    z-index: -5;
    mix-blend-mode: multiply; }

.card-index .grid__items--news .grid__link:hover {
  background-color: transparent; }

.grid__items--news .grid__item:nth-child(1n) .grid__details::before {
  background-color: #e464a5;
  -webkit-transform: rotate(-3.33333deg);
          transform: rotate(-3.33333deg); }

.grid__items--news .grid__item:nth-child(1n):hover {
  box-shadow: 0 0 0 0.2rem #e464a5; }

.grid__items--news .grid__item:nth-child(2n) .grid__details::before {
  background-color: #6d75a4;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg); }

.grid__items--news .grid__item:nth-child(2n):hover {
  box-shadow: 0 0 0 0.2rem #6d75a4; }

.grid__items--news .grid__item:nth-child(3n) .grid__details::before {
  background-color: #dd5827;
  -webkit-transform: rotate(-1.66667deg);
          transform: rotate(-1.66667deg); }

.grid__items--news .grid__item:nth-child(3n):hover {
  box-shadow: 0 0 0 0.2rem #dd5827; }

.grid__items--news .grid__item:nth-child(4n) .grid__details::before {
  background-color: #f1bd1a;
  -webkit-transform: rotate(3.33333deg);
          transform: rotate(3.33333deg); }

.grid__items--news .grid__item:nth-child(4n):hover {
  box-shadow: 0 0 0 0.2rem #f1bd1a; }

.grid__items--news .grid__item:nth-child(5n) .grid__details::before {
  background-color: #10a47f;
  -webkit-transform: rotate(-1.66667deg);
          transform: rotate(-1.66667deg); }

.grid__items--news .grid__item:nth-child(5n):hover {
  box-shadow: 0 0 0 0.2rem #10a47f; }

.grid__items--news .grid__item:nth-child(6n) .grid__details::before {
  background-color: #3576bc;
  -webkit-transform: rotate(3.33333deg);
          transform: rotate(3.33333deg); }

.grid__items--news .grid__item:nth-child(6n):hover {
  box-shadow: 0 0 0 0.2rem #3576bc; }

.slider.slider--advanced .slide__panel {
  position: absolute;
  top: auto;
  bottom: 1.5vw;
  left: 4.5vw;
  padding: 3vw;
  max-width: 50%; }

.slider.slider--advanced .slide__title {
  font-family: 'Oswald';
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0.1rem 0.1rem 1rem black; }

.slider.slider--advanced .slide__description {
  text-shadow: 0.1rem 0.1rem 1rem black;
  margin-top: 1.5rem; }

.section__footer {
  background: url(//cache.cms.io/2021.highwyc.wa.edu.au/upload/assets/footer/footer-2.svg), linear-gradient(to bottom, rgba(128, 128, 128, 0.1), white 20%, white);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 90rem;
  border-top: solid 0.2rem #0051a6; }

main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  main > * {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

blockquote {
  background-color: rgba(0, 81, 166, 0.1);
  border-radius: 0.5rem; }

.section__home-icons .content p a {
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0 white;
  transition: box-shadow 0.2s ease, -webkit-transform 0.4s ease;
  transition: box-shadow 0.2s ease, transform 0.4s ease;
  transition: box-shadow 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
  .section__home-icons .content p a:nth-child(1n):hover {
    box-shadow: 0 0 0 0.2rem #ac5169; }
  .section__home-icons .content p a:nth-child(2n):hover {
    box-shadow: 0 0 0 0.2rem #3576bc; }
  .section__home-icons .content p a:nth-child(3n):hover {
    box-shadow: 0 0 0 0.2rem #13a37f; }
  .section__home-icons .content p a:nth-child(4n):hover {
    box-shadow: 0 0 0 0.2rem #f1bd1a; }
  .section__home-icons .content p a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.gallery__items--print li {
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  transition: box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 white; }
  .gallery__items--print li:nth-child(1n):hover {
    -webkit-transform: rotate(-3.33333deg) scale(1.05);
            transform: rotate(-3.33333deg) scale(1.05);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #e464a5; }
  .gallery__items--print li:nth-child(2n):hover {
    -webkit-transform: rotate(4deg) scale(1.05);
            transform: rotate(4deg) scale(1.05);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #6d75a4; }
  .gallery__items--print li:nth-child(3n):hover {
    -webkit-transform: rotate(-1.66667deg) scale(1.05);
            transform: rotate(-1.66667deg) scale(1.05);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #dd5827; }
  .gallery__items--print li:nth-child(4n):hover {
    -webkit-transform: rotate(3.33333deg) scale(1.05);
            transform: rotate(3.33333deg) scale(1.05);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #f1bd1a; }
  .gallery__items--print li:nth-child(5n):hover {
    -webkit-transform: rotate(-1.66667deg) scale(1.05);
            transform: rotate(-1.66667deg) scale(1.05);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #10a47f; }
  .gallery__items--print li:nth-child(6n):hover {
    -webkit-transform: rotate(3.33333deg) scale(1.05);
            transform: rotate(3.33333deg) scale(1.05);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #3576bc; }

/* Define the color of each bullet point on the list */
.container .content ul {
  list-style: none;
  /* Remove list bullets */
  text-indent: -15px;
  /* key property */
  -webkit-padding-start: 0;
          padding-inline-start: 0; }
  .container .content ul li {
    padding-left: 18px; }
  .container .content ul li::before {
    content: "•";
    /* Insert content that looks like bullets */
    padding-right: 10px;
    color: #3576bc; }


