html {   font-size:17.5px;}

html * {
    box-sizing: border-box;
    /*font-family: "ff-meta-correspondence-web-p", sans-serif;*/
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}
body{background-color: #ecf2dc;
       line-height:1.45;
   }
   
h2 {
    font-size: 1.75rem;
}

strong {
    font-weight:600;
}

    em {
    font-style: italic;
}

footer {
    position: fixed;
    right: 0;
    z-index: 1;
    width:38vw;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: calc(.5rem + 1vw);
    padding-right: 3.3vw;
    padding-bottom: 1.25rem;
    align-items: center;
}

footer .privacy-link, footer span {
    color: #f2f7e5;
    font-size:.75rem;
    line-height: 1.2;

}

footer span:hover {
    cursor: pointer
}

footer .footer-logo {
    width: 160px;
    height: 37px;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0007/111112/OVC-Logo-light-green.svg); /* OVC-Logo-light-green.svg */
    background-size: contain;
    background-repeat: no-repeat;
}

footer .how-to-use {
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0014/111128/circle-info-solid.svg);  /* circle-info-solid.svg */
  background-position: 0% 45%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 12%;
  padding: 1rem 0 1rem 1.5rem;
  margin-left: 2rem;
}

footer img {
    width: 150px;
}

hr {
    border:none;
    margin-top: 2rem;
}

::selection {
  background-color: #ecffbb;
  color: #000;
}

.internal-link {
    color: #0000ee;
    text-decoration: underline;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0016/110950/internal-link.svg); /* internal-link.svg */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 10px 10px;
    padding-right: 10px;
}

.internal-link:hover {
    cursor: pointer;
}

.print-only {
    display: none;
}

.clearfix {
    position:relative;
  z-index:-1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/********************* Disclaimer ******************/

#disclaimer {
    opacity: 0;
    height:100vh;
    width:100vw;
    background-color: rgb(98 132 106 / 98%);
    color:#f2f7e5;
    position: fixed;
    z-index:10;
    transition: opacity .7s;
    visibility:hidden;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow-y:scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#disclaimer.active {
    opacity: 1;
    visibility:visible;
}

#disclaimer h2 {
   font-size: 2.5rem;
   text-align: center;
}

#disclaimer h3 {
   font-size: 1.25rem;
   font-weight: bold;
   margin-top:2rem;
}

.show-disclaimer {
    background-color: #FA9969;
    background-color: #69D6FA;
    background-color: #FA9969;
    background-color: #645954;
    color: #645954;
    padding: 1rem 2rem 1rem 3.5rem;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0013/111118/read.svg) !important;
    background-repeat: no-repeat;
    background-position: 1.5rem center;
    background-size: 23px 14px;
    margin-top: 2rem;
    transform: translateY(0px) !important;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;
    opacity: 1;
}

.show-disclaimer.active, #intro-read {
    background-color: #ffbb99;
    color: #62846a;
    background-image: none;
}

.show-disclaimer.not-active {
    transform: translateY(-60px) !important;
    opacity: 0;
}

.show-disclaimer.hidden {
    visibility: hidden;
}

.show-disclaimer:hover {
    cursor: pointer;
}

.disclaimer-container {
    padding: 2rem;
    max-width:760px;
    margin: 0 auto;
}

.disclaimer-container a {
    color:#ecffbb
}



#disclaimer-checkbox {
    display: inline-block;
    background-color: #fff;
    border-radius: 7px;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 2rem;
    position: relative;
    top: 7px;
    transition: initial !important;
    z-index: 1;
}

#disclaimer-checkbox:hover {
    cursor: pointer;
    outline: inset;
    outline-offset: -4px;
    outline-color: #69D6FA;
}

#disclaimer-checkbox:hover ~ #disclaimer-label {
    opacity: 1;
}

#disclaimer-checkbox.active {
    background-color: #68C8E3;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0018/110925/tick.svg); /* tick.svg */
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

#disclaimer-label {
    color: #f2f7e5;
    margin-left: 1rem;
    opacity: .5;
    z-index: 1;
    transition: all .3s;
}

#disclaimer-label.active {
    opacity: 1;
}

#disclaimer-exit {
    position: fixed;
    width: 2rem;
    height: 2rem;
    top: 3rem;
    right: 3rem;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0017/110924/cross.svg); /* cross.svg */
    background-size: contain;
    background-repeat: no-repeat;
}

#disclaimer-exit:hover {
    cursor: pointer;
}

#intro-read {
    margin: 3rem auto;
    display: flex;
    width: max-content;
    font-weight: bold;
}


#how-to-use {
    width:100%;
    padding-bottom: 60%;
  background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0009/111114/how-to-use.svg);  
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3rem;
}





/********************* Main panel ******************/

#quick-exit {
    position: fixed;
    top: 3.3vw;
    right: 3.3vw;
    z-index: 10;
    background-color: #ffbb99;
    color: #62846a;
    font-weight: bold;
    padding: 1rem 3.25rem 1rem 1.5rem;
    border-radius: 10px;
    transition: .3s;
    text-decoration: none;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0012/111117/exit.svg);
    background-repeat: no-repeat;
    background-position: 85% 50%;
    background-size: 14%;
}

#quick-exit:hover {
    background-color: #f4ae8b;
}

#print-save {
    visibility: hidden;
    opacity:0;
    position: fixed;
    top: 3.3vw;
    right: calc(3.3vw + 10rem);
    z-index: 10;
    background-color: #B2ECAC;
    color: #62846a;
    font-weight: bold;
    padding: 1rem 3rem 1rem 1.5rem;
    border-radius: 10px;
    transition: .3s;
    text-decoration: none;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0011/111125/download.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 9%;
}

#print-save.active {
    visibility: visible;
    opacity:1;
}

#print-save:hover {
    cursor: pointer;
    background-color: #a6e0a0;
}

.info-container {
    position: relative;
    overflow-y: scroll;
    max-height: 100vh;
    padding-bottom:10vh !important;
    transition: all .6s;
    opacity:1;
}

.info-container:after {
    content: '';
    position: fixed;
    top:0;
    left:0;
    width:60vw;
    height:7vh;
    background: rgb(241,232,227);
    background: linear-gradient(0deg, rgba(241, 232, 227, 0) 0%, rgb(242 247 229) 100%);
}

.htmx-swapping .info-container {
  opacity: 0;
}

/*

.info-container::-webkit-scrollbar-track {
  background-color: transparent;
}

.info-container::-webkit-scrollbar {
  width: .5rem;
}

.info-container::-webkit-scrollbar-thumb {
  background-color: #e6ecd4;
  border-radius:10px;
}

*/
.info-container {
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer and Edge */
}

.info-container::-webkit-scrollbar {
    display: none; 
}

/**** Main content ****/

.info-container strong:hover, .disclaimer-container strong:hover {
    cursor: pointer;
}

#inner-content a {
   /* background-image: url('https://www.victimscommissioner.qld.gov.au/pathways/property-crime/images/icons/arrow-up-right-from-square-solid.svg');
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: right top;
    padding-right: .55rem;*/
}
/*
#inner-content a:after {
        font-family: FontAwesome;
    content:"\f08e";
}*/

 h2 {
    position:relative;
    padding-top: 4rem;
}

.info-heading span{
    margin-top: 0 !important;
    padding-left: 1.5rem;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0012/111126/chevron-right-solid.svg);
    background-size: .9rem 1.4rem;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    min-height:29px;
    display:block;
}

.info-heading .stage-heading {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 1.75rem;
    display: block;
    padding-left: 2.125rem;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 30px 30px;
}

.info-heading .stage-heading.stage-1 {
background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0015/110940/heart-rate-000000.svg); /* heart-rate-000000.svg */
}

.info-heading .stage-heading.stage-2 {
background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0016/110941/shoe-prints-000000.svg); /* shoe-prints-000000.svg */
}

.info-heading .stage-heading.stage-3 {
background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0017/110942/court-000000.svg); /* court-000000.svg */
}

.info-heading .stage-heading.stage-4 {
background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0018/110943/direction-signal-000000.svg); /* direction-signal-000000.svg */
}

h2.info-heading:before, h3.info-heading:before, h4.info-heading:before, h5.info-heading:before   {
    position:absolute;
    content: '';
    left: 3.5rem;
    top:-.5rem;
    width:.2rem;
    height:4rem;
    border-radius:1rem;
    background-color: #c4cbaf;
    opacity:.3;
    transition:all .3s;
}

h3.info-heading:before {
    height:3.25rem;
    top: -.95rem;
}

h3.info-heading {
    position:relative;
    padding-top: 3.25rem;
}

h3.info-heading span {
    transition:all .3s;
    opacity:.3;
    font-size:1.15rem;
    color: #000000;
    display:block;
}

h4.info-heading:before {
    height:2.5rem;
}

h4.info-heading {
    position:relative;
    /*top:-.75rem;*/
    padding-top: 2.75rem;
    margin-bottom: 0;
}

h4.info-heading span {
    transition:all .3s;
    opacity:.3;
    font-size:1.15rem;
    color: #000000;
    display:block;
}

#inner-content h5.info-heading {
    padding-top:2rem;
    margin-top:1rem;
}

#inner-content h5.info-heading.history-4 {
    padding-top:2rem;
}

h5.info-heading span {
    font-size:1.15rem;
    opacity:.3;
}

h5.info-heading span:hover {
    cursor:pointer;
}

h5.info-heading:before {
    opacity:.3;
    height:2rem;
}

h5.info-heading.history-4:before {
    height:1.4rem;
    top: 0;
}


h3.info-heading:hover ~ h2:before, h4.info-heading:hover ~ h3:before, h4.info-heading:hover ~ h3 span,  h4.info-heading:hover ~ h2:before, h5.info-heading:hover ~ h2:before, h5.info-heading:hover ~ h2 span,  h5.info-heading:hover ~ h3:before, h5.info-heading:hover ~ h3 span,  h5.info-heading:hover ~ h4:before, h5.info-heading:hover ~ h4 span, h5.info-heading:hover ~ h5 span, h5.info-heading:hover span, h5.info-heading:hover ~ h5:before {
    opacity:1;
} 

h4.info-heading:hover + h3 span {
    opacity:1;
}

.info-heading:hover ~ .choice {
    border-color: #c4cbaf;
    color: #a6ad90;
    background-color: #e7edd5;
}    

 h3.info-heading span:hover,  h4.info-heading span:hover {
    cursor:pointer;
    opacity:1;
}

 h3.info-heading:hover span, h4.info-heading:hover span {
    transform: scale(1.03, 1.03);
}

.htmx-swapping .info-heading {
    transition: all .3s;
    padding-top:1rem;
    opacity:0;
}

.info-container h5 {
    font-weight:bold;
    font-size:1.2rem;
    padding-top:1rem;
    margin-bottom:.9rem;
}



.info-container .info-heading.start-journey {
    padding-top: 0;
    margin-top: 0;
}

.info-container .info-heading.start-journey:before {
    display: none;
}

.content-highlight {
    background-color: #f9ffb7;
    /* background-color: #fffbc4; */
    padding: .75rem 1rem;
    border-radius: 5px;
    border: 1.5px solid #000;
    margin: 2rem 0;
}

.choice {
    background-color: #e4e9d573;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 5rem;
    border: 4px solid #e4e9d5;
    color: #b5b9a7;
    margin-left:.75rem;
    transition: all .3s;
}

.info-heading.history-1 + .choice {
    margin-top: -.75rem;
}

.info-heading.history-2 + .choice {
    margin-top:.5rem;
    margin-bottom: .75rem;
}

.info-heading.history-3 + .choice {
    margin-top:-1rem;
    margin-bottom: 0em;
}

.start-journey + .choice {
    display: none;
}

/**** Main content animation ****/


.htmx-settling #inner-content * {
    transform: translateY(50px);
    transition: all 1s;
}

#inner-content {
    margin: 0;
    float: right;
    width:100%;
    max-width:720px;
}

#inner-content * {
    transform: translateY(0px);
}

#inner-content > *:nth-child(1 of .info-heading) {
    transition: all 1s;
}

#inner-content > *:nth-child(2 of .info-heading) {
    transition: all 1.2s;
}

#inner-content > *:nth-child(3 of .info-heading) {
    transition: all 1.4s;
}

#inner-content > h2 ~ * {
    transition: all 1.5s;
}

/******************************** Definition container *********************************/

.page-overlay {
    position:absolute;
    z-index:11;
    opacity:0;
    transition:all .7s;
}

.page-overlay.active {
    opacity:1;
    height:100vh;
    width:100vw;
    background-color: #f2f7e5fa;
    cursor: pointer;
}

#definition-container {
    position: absolute;
    border-radius:.6rem;
    padding:0;
    z-index:-1;
    transition-delay: z-index .3s;
    max-width:720px;
    opacity:0;
    transition:opacity .9s;
    transform: translateY(-45%);
    top:45%;
}

.close-container {
    position:absolute;
    top:.9rem;
    right:0;
    height:1.75rem;
    width:1.75rem;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0010/111115/circle-xmark-regular.svg); /* circle-xmark-regular.svg */
    background-size: contain;
    background-repeat: no-repeat;
}

.close-container:hover {
    cursor: pointer;
}

#definition-container.active {
    opacity:1;
    z-index:12;
}

 #definition-container h5 {
     font-size: 1.75rem;
     margin-top:.75rem;
     margin-bottom:.75rem;
 }


/******************************** Sidetray *********************************/
    
    
.side-tray {
    position:fixed;
    top:0;
    right:-38vw;
    bottom:0;
    height:100vh;
    width:38vw;
    background-color:#62846A;
    opacity:0;
    transition:transform 1.2s;
    transform:translateX(0);
    padding-left: 5vw;
    animation-fill-mode: forwards;
}

@media screen and (max-width:800px) {

.side-tray.active {
    opacity:1;
    transform:translateX(-38vw);
}
}

@media screen and (min-width:801px) {
.side-tray.active {
    animation-name: slideTray;
    animation-duration: 1.2s;

}
}

.side-tray h2 { 
    display:none;
    visibility: hidden;
    color: #7a706b;
    transition: all 1s;
    opacity: 0;
}


@keyframes slideTray {
  from {transform: translateX(0);opacity: 0;}
  to {transform: translateX(-38vw);opacity: 1;}
}


/******************************** Timeline *********************************/

@media screen and (max-width:800px) {

.timeline-container.active {
    opacity:1;
    transform:translateX(-38vw);
}
}

@media screen and (min-width:801px) {
.timeline-container.active {
    animation-name: slideTray;
    animation-duration: 1.2s;
}
}

.timeline-container {
    opacity:0;
    position:fixed;
    right:-.8rem;
    top:0;
    width:.8rem;
    height:100vh;
    z-index:2;
    background-color: #e6ecd4;
    transform:translateX(0);
    animation-fill-mode: forwards;
}





.timeline-container.hidden {
    display: none;
}

#timeline {
    transition:all .3s;
    height: auto;
    display: flex;
    flex-direction:column;
    text-decoration:none;
    padding: 0;
    margin-top: 0;
    min-height: 50px;
    background: rgb(141,128,121);
    background: linear-gradient(0deg, rgb(98 132 106) 0%, rgb(230 236 212) 100%);
}

#timeline > span:nth-child(2) {
    padding:.45rem;
    margin-left: -.22rem;
}

#timeline span {
    transition: all .3s;
    padding:.5rem;
    border-radius: 2rem;
    border: 3px solid #b7c7ae;
    background-color: #98b49f;
    margin-top:.3vh;
    margin-left: -.17rem;
    margin-bottom:-.6rem;
    font-size: 0;
}

#timeline span.stage {
    background-color: #62846a;
    border-color:#4d6a54;
    padding: .6rem;
    margin-left: -.38rem;
}

#timeline span::after{
    position: absolute;
    right: 2rem;
    opacity: 0;
    top: -.3rem;
    transition: .3s;
    text-align: right;
    padding: .25rem .75rem;
    border-radius: 10px;
    color: #fff;
    font-size:1rem;
}

#timeline span:hover::after{
    content: attr(data-title);
    width: max-content;
    background-color: rgb(98 132 106);
    opacity: 1;
    box-shadow: -20px 0px 7px 12px rgb(242 247 229);
}

#timeline > span:last-child:hover::after{
    content: '';
    display: none;
}



#timeline span:hover {
    transform: scale(1.15);
    cursor: pointer;
}

#timeline > span:last-child {
    border-color: rgb(183 199 174);
    padding:.6rem;
    margin-left:-.4rem;
}

#timeline span::marker {
    content: '';
    display: none;
}

#timeline span {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top:0;
    padding: 0;
}

#timeline :nth-last-child(-n + 9) {
    margin-top:8vh;
    opacity: 1;
    padding: .4rem;
    display: block;
    visibility: visible;
}

/******************************** Intro *********************************/


.vj-component .info-container {
    width: 60vw;
    padding: 5vw;
}

#vj-intro {
    min-width: 100vw;
    min-height: 100vh;
    opacity:1;
    background-color: #62846A;
    transition:all 1s;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0008/111113/pc-pathways.svg); /* pc-pathways.svg */
    background-size:contain;
    background-repeat: no-repeat;
    background-position: right top;
}

@media(max-width: 890px) {
    #vj-intro {
          background-size:180%; 
    }
}

#vj-intro h1 {
    font-size: calc(2.5rem + 1.25vw);
    color:#f2f7e5;
    margin:0;
}

#vj-intro h2 {
    font-size: calc(1.25rem + .5vw);
    padding-top:0;
    margin-top:calc(1.25rem + .75vw);
    color:#f2f7e5;
}

#vj-intro h1:before, #vj-intro h2:before {
    display:none;
}

#vj-intro #inner-content {
    position:absolute;
    margin-top: calc(30vh - 8rem);
    left: 10vw;
}

.htmx-swapping #vj-intro {
    opacity:0;
}

#vj-intro:after {
    opacity: 0;
}


#vj-intro .continue-container {
    justify-content:left;
    margin-top: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    display: block;
    transform: translateY(0);
}

#vj-intro .continue-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5.5rem);
}

#vj-intro .continue-container .continue {
    background-color:#f2f7e5;
    color: #62846a;
    font-weight:bold;
    margin-top: 0;
}

#vj-intro .continue-container .continue:hover {
    background-color:#ffffff;
}

#start-journey { 
    display: inline-block;
    padding: 1rem 2.5rem;
}

#select-journey-container {
    margin-top: 2rem;
    border: 2px solid #f2f7e5;
    border-radius: 10px;
    background-color: #506c57;
    transition: all .3s;
    display: block;
    min-height: 60px;
    height: 60px;
    overflow: hidden;
}

#select-journey-container.active {
    height: auto
}

#select-journey { 
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    padding-left: 2.5rem;
    box-shadow: none;
    transition: all .3s;
}

#stage-select.hidden {display: none;}

#stage-select {
    width: 100%;
}

#stage-select ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#stage-select span {
    color:#f2f7e5;
    padding: 1.25rem .75rem 1rem 5rem;
    border-top: 2px solid #f2f7e5;
    transition: all .3s;
    display: block;
    background-repeat: no-repeat;
    background-position: 2rem center;
    background-size: 25px 25px;
}

#stage-select span:hover {
    cursor: pointer;
    background-color: #3d5644;
}

#stage-select ul > span:first-child {
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0014/111119/reporting.svg); /* reporting.svg */
}
#stage-select ul > span:nth-child(2) {
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0007/111121/shoe-prints.svg); /* shoe-prints.svg */
}

#stage-select ul > span:nth-child(3)  {
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0006/111120/court.svg); /* court.svg */
}

#stage-select ul > span:nth-child(4) {
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0008/111122/direction-signal.svg); /* direction-signal.svg */
}

#vj-intro .continue-container #select-journey {
   display:block;
   color: #f2f7e5;
   background-color: #62846A;
   border-radius: 0;
   background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0009/111123/Angle-down.svg); /* Angle-down.svg */
   background-repeat: no-repeat;
   background-position: 90% center;
   background-size: 20px 20px;
}

#vj-intro .continue-container #select-journey:hover {
    background-color: #506c57;
}


/******************************** Resources *********************************/

.resources-container {
    position: fixed;
    width: 37.3vw;
    padding-right:3.3vw;
    z-index: 3;
    right:0;
    top: 0;
    max-height:100vh;
    display: flex;
    overflow-y: scroll;
    overflow-x: visible;
}

.resources-container {
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer and Edge */
}

.resources-container::-webkit-scrollbar {
    display: none; 
}

.resources-container > ul {
    padding-top:calc(2vw + 6rem)
}

.resource {
    margin-top:1rem;
    transition: all .7s;
    background-color: #4d6a54;
    border-radius: 6px 10px 10px 6px;
    box-shadow: 0 0 10px 10px #62846a;
    transform: translateX(200px);
    opacity: 0;
    overflow: hidden;
}

ul > .resource:first-child {
    margin-top:0;
}

.resource:hover {
    /*box-shadow:0px 0px 8px 0px #0000003b*/
}

.resource h5:hover {
    cursor:pointer;
}

.resource.active {
    opacity: 1;
    transform: translateX(0px);
}

.resource.active:nth-of-type(2) {
    animation-delay:.05s;
    transition-delay: .05s;
}

.resource.active:nth-of-type(3) {
    animation-delay:.1s;
    transition-delay: .1s;
}

.resource.active:nth-of-type(4) {
    animation-delay:.15s;
    transition-delay: .15s;
}

.resource.active:nth-of-type(5) {
    animation-delay:.2s;
    transition-delay: .2s;
}

.resource.active:nth-of-type(6) {
    animation-delay:.25s;
    transition-delay: .25s;
}

#dynamic-content.htmx-swapping .resource {
    transform: translateX(200px);
    opacity: 0;
}

.resource::marker {
    content: '';
}

.resource h5 {
    padding: 1rem;
    margin: 0;
    position: relative;
    font-weight: normal;
}

.resource h5:after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    font-size: 1.25rem;
    top:51%;
    transform:translateY(-50%);
}

.resource.expanded h5 {
    font-weight: 600;
}

.resource h4 {
    color:#fff;
    font-weight: 600;
    margin-bottom:0;
}


.resource.expanded h5:after {
    content: '–';
}
.resource-inner {
    transition: all .2s;
    height: 0;
    padding: 0;
}

.resource-inner >*:last-child {
    margin-bottom: 1rem;
}

.resource-inner p {
    transition: color.3s;
    transition-delay color.3s;
    margin: 0;
    color: #ffffff;
}

.resource.expanded .resource-inner{
    height:auto;
    padding: 0 1.75rem;
}

.resource.expanded .resource-inner p{
    color: #000000;
    margin-top:1rem;
    margin-bottom:1rem;
}

/**** New resource css ****/

.resource h5 {
    color:#fff;
    font-weight: 600;
    padding-left:3.75rem;
    position: relative;
    transition: all .2s;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 32px 19px;
}

.resource.expanded, .resource:hover {
    background-color: #3d5644;
}

.victims-rights h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0020/110927/victims-rights.svg); /* victims-rights.svg */
}

.support h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0022/110929/support.svg); /* support.svg */
}

.financial-assistance h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0016/110932/finance.svg); /* finance.svg */
}

.information h5 { 
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0021/110928/info.svg); /* info.svg */
}

.dfv h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0015/110931/dv-ribbon.svg); /* dv-ribbon.svg */
}

.n-r-s h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0014/110930/nrs.svg)/* nrs.svg */
}

.resource:before {
    content:'';
    background-color: #FFB1B6;
    position: absolute;
    left: 0;
    top:50%;
    transform:translateY(-50%);
    width:6px;
    height:100%;
    transition: all .3s;
}

.resource.support:before {
    background-color: #B2ECAC
}

.resource.financial-assistance:before  {
    background-color: #98E2F9
}

.resource.information:before  {
    background-color: #F6E5A2
}

.resource.dfv:before  {
    background-color: #ECC7FF
}

.resource.n-r-s:before  {
    background-color: #FFB890
}

.resource.expanded .resource-inner, .resource .resource-inner  {
    padding: 0 1.75rem;
}


.resource.expanded .resource-inner p, .resource.expanded .resource-inner li, .resource.expanded .resource-inner span{
    color: #fff;
}

.resource.expanded .resource-inner a{
    color: #ecffbb;
}

.resource.expanded .resource-inner >*:first-child {
    margin-top:0;
}


/**** Options / Buttons ****/

.options {
    position:relative;
    padding-top:4.5rem;
}
.option {
    position:relative;
    display:block;
}

.options {
    display: flex;
    gap:2rem;
    position: relative;
}

.options .option {
    background-color: #fff;
    padding: 1rem 1.75rem;
    border-radius:10px;
    transition:.3s;
}

.option-2 .option {
    padding: 1rem 1.75rem;
    min-width: 150px;
}

.options .option:hover, .continue:hover {
    cursor: pointer;
    box-shadow:0px 0px 8px 0px #00000029
}

.option-2 > .option:first-child:before {
    content: '';
    position:absolute;
    left: 3.5rem;
    top:-5.5rem;
    width:.2rem;
    height:4.5rem;
    border-radius:1rem;
    background: #c4cbaf;
    opacity:.4;
    transition:all .3s;
}

.option-2> .option:nth-child(2):before {
    content: '';
    position:absolute;
    left: -6.5rem;
    top:-5.5rem;
    width:13rem;
    height:4.5rem;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0010/111124/option-line.svg); /* option-line.svg */
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s;
    opacity: .4;
}

.option-2> .option:hover:before {
    opacity: 1;
}


/**********3 or more options************/


.option-multi {
    display: block;
    padding-top:0rem;
    margin-top:3.5rem;
    padding-left:6.2rem;
    position: relative;
}

.option-multi:before, .option-multi:after {
    content: '';
    position:absolute;
    left: 3.5rem;
    top:-2.5rem;
    width:.2rem;
    height:calc(100% - 17px);
    border-radius:1rem 1rem 0 0;
    background: #e4e9d5;
    transition: background .3s;
    z-index:0;
}

.option-multi:after {
    z-index:2;
    height:0;
    transition: all .2s;
}

.option-multi > .option:first-child {
    margin-top:0;
}

.option-multi .option {
    display: block;
    margin-top:1rem;
    float:left;
    clear:both;
}

.option-multi .option:before {
    content: '';
    position: absolute;
    left: -2.7rem;
    top: -.3rem;
    width: 2.3rem;
    height: 2.3rem;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0019/105436/Option-curve.png); /* Option-curve.png */
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .4;
    transition: opacity .25s;
    z-index:0;
}

.option-multi .option:hover:before {
    opacity:1;
    z-index:5;
}

.option-multi.highlight:after {
    background:#c4cbaf;
}

.option-multi.highlight-1:after {
    height:2.7rem;
}

.option-multi.highlight-2:after {
    height:6.8rem;
}

.option-multi.highlight-3:after {
    height:10.9rem;
}

.option-multi.highlight-4:after {
    height:15.4rem;
}

.option-multi.highlight-5:after {
    height:19.7rem;
}

.continue-container {
    display: flex;
    justify-content: center;
}

.continue {
    background-color: #62846a;
    color: #fff;
    padding: 1rem 4rem 1rem 3rem;
    border-radius: 10px;
    transition: .3s;
    margin-top: 3rem;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0009/111123/Angle-down.svg); /* Angle-down.svg */
    background-repeat: no-repeat;
    background-position: 77% center;
    background-size: 20px 20px;
}

.continue:hover {
    background-color: #3d5644;
}

.pathway-summary {
    background-image:url(https://www.youthjustice.qld.gov.au/__data/assets/file/0013/111127/download-white.svg); /* download-white.svg */
    background-position: 92% center;
}

/***Animation***/

@keyframes fadeOut {
  from { opacity: 1;transform:translateY(0px) }
  to { opacity: 0;transform:translateY(-120px)  }
}
@keyframes fadeIn {
  0% { opacity: 0;transform:translateY(120px)}
  50% { opacity: 0; }
  100% { opacity: 1;transform:translateY(0px) }
}

@keyframes fadeInReverse {
  0% { opacity: 0;transform:translateY(-120px)}
  50% { opacity: 0; }
  100% { opacity: 1;transform:translateY(0px) }
}

@keyframes fadeOutReverse {
  from { opacity: 1;transform:translateY(0px) }
  to { opacity: 0;transform:translateY(120px)  }
}

#inner-content > * {
 /* animation-duration: 2s;
animation-fill-mode: both;*/
}

#dynamic-content.htmx-swapping #inner-content {
  animation: fadeOut .7s;
  animation-fill-mode: forwards;
}

#dynamic-content.hx-trigger-enter #inner-content {
  animation: fadeIn 1s;
    animation-fill-mode: both;
}

#dynamic-content.htmx-settling #inner-content {
  animation: fadeInReverse 1s;
    animation-fill-mode: forwards;
}

#dynamic-content.hx-trigger-exit #inner-content {
  animation: fadeOutReverse .7s;
  animation-fill-mode: forwards;
}



@media print {
    .print {
        display: block;
    }
    .choice {
        background-color: #000;
        color: #fff;
    }
    .no-print {
        display: none !important;
    }
    h2 {
        font-size:10px;
    }
}

@media (max-aspect-ratio: 5/2) and (max-width: 1500px) {
    #vj-intro:before {
    content: '';
    position: fixed;
    top: 0;
    left:0;
    bottom: 0;
    z-index: 0;
    width:100%;
    height:100vh;
    background-color: rgb(98 132 106 / 92%);
  }
}

@media screen and (max-width: 1200px) {
    #print-save {
    padding: 1rem 0.75rem 1rem 1rem;
    background-image: none;
    width: 7.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
}

@media screen and (max-width: 800px) {
    
    html {
        font-size: 14.5px;
    }
    
    #inner-content {
        float: left;
    }
    
    #vj-intro .continue-container .continue {
        width:100%;
        text-align: center;
        background-image: none;
    }
    
    .page-overlay.active {
       background-color: rgb(242 247 229 / 95%);
    }
    
    #definition-container {
        background-color:#fff9f6;
        background-color:transparent;
        padding: 0px;
        transition: all .2s;
        width:90vw !important;
    }
    
    #definition-container.active {
        filter: none;
        top: 10% !important;
        transform:translateY(-10%);
        left: 5vw;
    }
    
    
    #definition-container * {
            font-size: 1.25rem;
    }
    #definition-container .triangle {
        display: none;
    }
    
   .timeline-container {
       display: none !important;
   }
   .vj-component .info-container {
        width: 100vw;
        padding-left:5vw;
   }
   
   .vj-component .info-container {
       padding-top:8vh;
   }
   
   .info-container:after {
       width: 90vw;
       right: 0;
       left: 0;
   }
   
   
   .resources-container.mobile-active {
       padding-right: 0;
       padding-left:3.3vw;
   }
   
   .side-tray {
       background-color: #62846a;
       width: 10vw;
       right:initial;
       right: 0;
       transform: translateX(8vw);
       transition: all .3s;
       z-index: 1;
   }
   
   
  .side-tray.active {
        transform: translateX(0vw);
   }
   .side-tray.mobile-active {
       width: 95vw;
   }
   
    .side-tray h5 {
      color: transparent;
   }
   
     .side-tray.mobile-active h5 {
      color: #fff;
   }
   
    .mobile-active > ul {
      height:100%;
   }
   
     .side-tray.mobile-active h2 { 
       color:#fff;
       display: block;
       visibility: visible;
       padding-top:2rem;
       min-width: 350px;
       opacity: 1;
    }
   
     #inner-content {
       width: 77vw;
   }
   
   #vj-intro #inner-content {
       left: 5vw;
       margin-top: 15vh;
       width: 92vw;
   }
   
   
   footer {
       width: 100vw;
       transition: all .3s;
       transform: translateX(100vw);
   }
   
   .mobile-active ~ footer {
     transform: translateX(-5vw);
   }
   
    .option-multi {
       padding-left: 4.5rem;
   }
   
   .options {
       gap: .75rem;
   }
   
   .options .option {
    padding: 1rem 1.25rem;
}
   
   .option-multi:before, .option-multi:after {
    left: 1.75rem;
    height: calc(100% - 37px);
   }
   
   h2.info-heading:before, h3.info-heading:before, h4.info-heading:before, h5.info-heading:before {
       left: 1.75rem;
   }
   
   #disclaimer-label {
       display: block;
       float: left;
       transform: translateY(-9rem);
       margin-top: .5rem;
       margin-left: 0;
       
   }
   
   #disclaimer-checkbox {
     transform: translateY(-9rem);
    margin-top: 0rem;
   }
   
   .show-disclaimer {
       width:100%;
       text-align: center;
       margin-top:4rem;
       margin-bottom: 2rem;
   }
   
   .show-disclaimer.not-active {
          transform: translateY(0px) !important;
   }
   
   #vj-intro .continue-container.active {
        transform: translateY(-8.5rem);
   }
   
   #select-journey-container {
    min-height: 55px;
    height: 55px;
}

   #quick-exit, #print-save {
        width: 88vw;
        top: initial;
        left: 88.5vw;
        bottom: 25vw;
        right: initial;
        border-radius: 4px;
        background-size: 25px 25px;
        background-position: 4% 50%;
        padding: 1.125rem 4rem 1.125rem 5.75rem;
        transform: translateX(0);
        z-index: 3;
   }
   
   #print-save {
       bottom: 42vw;
       background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0011/111125/download.svg); /* download.svg*/
       background-size: 4%;
       background-position: 5% 50%;
   }
   
  .mobile-active ~  #quick-exit,  .mobile-active ~  #print-save  {
        transform: translateX(-80vw);
        padding-left:3.75rem;
   }
   
   .how-to-use {
       flex-basis: 17%;
       background-size:20%;
   }
   
   
#how-to-use {
    margin-top: 3rem;
    padding-bottom: 70%;
    background-position: 60% center;
    background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0011/111116/how-to-use-mobile.svg);  /* how-to-use-mobile.svg */
}
   
   .resource  {
       transform: translateX(200px);
       border-radius:5px 0px 0px 5px;
       background-color: #4d6a54;
       box-shadow:20px 0px 10px 10px #62846a
   }
   
   .resource h5:after {
       display: none;
   }
   
   .resource:before {
       left: 0;
   }
   
   .resources-container {
       width: 100vw;
       z-index:3;
       transform: translateX(88.5vw);
       transition: all .3s;
   }
   
   .resources-container > ul {
       padding-left: 0;
   }
   
    .resources-container.mobile-active {
       transform: translateX(0);
   }
   
#dynamic-content.htmx-swapping .resource {
    transform: translateX(200px);
    opacity: 0;
}

   .resource:before {
       width: 4.5rem;
   }
   
   .resource.expanded:before {
       width: 1.5vw;
   }
   
    .resource.expanded h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0017/110924/cross.svg);
        background-position: 95.5% 41%;
        background-size: 17px;
    }
   
   .resource h5 {
       padding-left: 5rem;
       background-position: 5% 50%;
   }
   
    .mobile-active  .resource h5 {
       padding-left: 5.75rem;
      }
     .mobile-active  .resource.expanded h5 {
         padding-left: 1.75rem;
     }
     
   .victims-rights h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0020/110945/victims-rights-50.svg); /* victims-rights-50.svg */
}

.support h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0019/110944/support-50.svg); /* support-50.svg */
}

.financial-assistance h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0022/110947/finance-50.svg); /* finance-50.svg */
}

.information h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0021/110946/info-50.svg); /* info-50.svg */
}

.dfv h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0024/110949/dv-ribbon-50.svg); /* dv-ribbon-50.svg */
}

.n-r-s h5 {
        background-image: url(https://www.youthjustice.qld.gov.au/__data/assets/file/0023/110948/nrs-50.svg); /* nrs-50.svg */
}
   
} 



