/*
  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: 06 June 2026 05:06:39
*/


/*
CONTENTS:
- MAIN STYLES
- COMING SOON if needed
- HERO SECTION
- SECTIONS
- TOOLTIP
- FOOTNOTES
- SOCIAL ICONS
- MEDIA QUERIES
- COLOURS
- ANIMATIONS
*/


/* MAIN STYLES  */

/*.guide {*/
    p {
    font-size: 1em;
    }
    
    h4 {
        font-size: 1.2em;
    }
    
    h3 {
        font-size: 1.5em;
    }
    
    h2 {
        font-size: 1.7em;
    }
    
    h1 {
        font-size: 2em;
    }
    
    span, button {
        font-size: inherit;
    }
/*}*/

html {
  scroll-behavior: smooth;
}

/* COMING SOON OVERLAY - used for due to be updated guides */

.guide--hydrogen .guide-coming-soon {
    background-image: url(https://ei-dev.energyinst.org/__data/assets/image/0003/1046154/Hydrogen-banner-mobile.png);
}

.guide-coming-soon {
    position: relative;
    background-position: center;
    background-size: cover;
    max-height: 400px;
    height: 50vh;
}

.coming-soon-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
    
.coming-soon-overlay h1 {
    font-size: clamp(16px, 5vw, 50px);
    text-align: center;
    font-weight: bold;
    padding: 1rem;
    background-color: white !important;
    width: 100%;
}

.coming-soon-overlay h2 {
    font-size: clamp(12px, 1.5vw, 36px);
    font-weight: bold;
    background-color: white;
    padding: 1rem;
    text-transform: uppercase;
}


/*HERO SECTION*/

#guide_hero {
    height: 100%;
    width: 100%;
}

#guide_hero p img {
    height:auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.guide--subtitle {
    font-size: 1.2em;
}


/* SECTIONS */


body{
    transition: max-height 2s ease-in-out;
    
}

ol {
    overflow: visible;
}

figcaption {
    font-weight: bold;
    margin-bottom: 2rem;
}

#accordion--guide img {
    height: auto;
    width: 100%;
    max-width: 700px;
}

#accordion--guide .guide--character {
    height: auto;
    width: 100%;
    max-width: 500px;
}

#accordion--guide .fa-plus {
    font-size: 1.6rem;
}

#accordion--guide .fa-plus--rotate {
    transform: rotate(45deg);
}

#accordion--guide .fa-plus,
#accordion--guide .fa-plus--rotate {
    transition: 0.5s ease-in-out;
}

#accordion--guide ul {
    /*padding-left: 0.3rem;*/
    margin-left: 1rem;
}

#accordion--guide .guide--img-title {
    font-weight: bold;
}

.card-header:hover,
.guide--link:hover {
    cursor: pointer;
}

.guide_table ul {
    list-style-type: circle !important;
}

.guide_table .col:first-child,
.guide_table-mod2 .row {
    border-left: 1px solid grey !important;
}

.guide_table .col,
.guide_table-mod2 .row {
    border-right: 1px solid grey !important;
}

.guide_table-mod2 .row:last-child {
    border-bottom: 1px solid grey !important;
}

@media only screen and (max-width: 575px) {
    .guide_table-mod1 .col:nth-child(2) {
        border-left: 1px solid grey !important;
    }
}

@media only screen and (max-width: 376px) {
    .guide_table .row {
        border-left: 1px solid grey !important;
        border-right: 1px solid grey !important;
    }
    .guide_table .col:first-child {
        border-left: none !important;
    }
    .guide_table .col:last-child {
        border-right: none !important;
    }
}

.guide_table .col-sm-5,
.guide_table .col-sm-6,
.guide_table .col {
    border-bottom: 1px solid grey !important;
}

/*.guide_table .col-sm-5,*/
/*.guide_table .col:nth-child(1),*/
/*.guide_table .col-sm-6 {*/
/*    border-left: 1px solid grey !important;*/
/*}*/

.baloon-schematic .card {
    border-radius: 1.2rem;
}

.baloon-schematic .card p {
    border-radius: 5px;
}

#accordion--guide .guide_img__table {
    max-height: 200px;
    max-width: 200px;
}

.guide--hydrogen #accordion--guide .guide_img__table {
    max-height: 350px;
    max-width: 350px;
}

@media only screen and (min-width: 992px) {
    #accordion--guide .card-header:target {
        top: 250px;
    }
}

.pdfLink {
    font-weight: bold;
    padding: 0.5rem 2rem;
    /*font-size: 1rem;*/
    border: 2px solid;
}


/* TOOLTIP  */

.definition {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.definition .definitionText {
  visibility: hidden;
  width: auto;
  /*width: 30vw;*/
  min-width:100px;
  background-color: #231f58;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  /*top: 150%;*/
  /*left: 50%;*/
  /*margin-left: -60px;*/
  top: calc(0.5rem + 100%);
  right: 50%;
  transform: translateX(50%);
  padding: 5px;
  font-weight:500;
  /*font-size:1rem;*/
}

.definition .definitionText-small {
   visibility: hidden;
  /*width: auto;*/
  width: 13vw;
  min-width:100px;
  background-color: #231f58;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  /*top: 150%;*/
  /*left: 50%;*/
  /*margin-left: -60px;*/
  top: calc(0.5rem + 100%);
  right: 50%;
  transform: translateX(50%);
  padding: 5px;
  font-weight:500;
}

.definition .definitionText::after,
.definition .definitionText-small::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;

}

.definition:hover .definitionText,
.definition:hover .definitionText-small {
  visibility: visible;
}

/* FOOTNOTES */
.footnote__number-reference,
.footnote__number-details {
    vertical-align: super;
}

.footnote__number-reference {
    cursor: pointer;
}

.guide--footnote {
    scroll-margin-top: 175px;
}

.footnote_number-details .active {
    animation: footnoteHighlight 2s;
}

/* SOCIAL ICONS */

#shareThis p {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

#shareThis .shareIcon {
    padding: 0 0.5rem;
}

.shareIcon svg {
    width: 30px;
}

.shareIcon i {
    font-size: 2.5rem;
}

/* MEDIA QUERIES */

@media screen and (min-width: 478px) {
    .img__sources-small {
        max-width: 15rem;
    }
}

@media screen and (max-width: 477px) {
    .img__sources-small {
    max-width: auto;
    }
}

@media screen and (min-width: 992px) {
    #heading-1,
    #heading-2,
    #heading-3,
    #heading-4,
    #heading-5,
    #heading-6,
    #heading-7,
    #heading-8 {
        scroll-margin-top: 175px;
    }
}

/* COLOURS  */

#guide_hero h1,
#guide_hero,
.know-more,
.card-header:hover,
.card-header:active,
.guide--img-title {
    background-color: #231f58;
    color: white !important;
} 

.guide h2 {
    color: #03366b;
}

.guide h2:hover {
    color: white;
}


/* Scale down the targeting to only affect h2s inside .guide */
.guide h2, 
.guide .card-header h2,
.guide .card-header--active h2 {
    color: #ffffff !important;
}




.bg--blue {
    background-color: #231f58;
}

.bg--white {
    background-color: #ffffff91;
}

.bg-green {
    background-color: #629818;
}

.guide--colour-section {
    background-color: #00a0e429;
}

.accordion--guide .card-body {
    background-color: #f2f2f2;
}

#shareThis span,
.accordion--guide .card--white .card-body  {
    background-color: white;
}

.accordion--guide .card--grey .card-body,
.accordion--guide .card--grey .card {
    background-color: #f2f2f2;
}

.shareIcon {
    color: #00a0e4;
}

.card-header--active {
    background-color: #231f58 !important;
}

.card-header {
    background-color: #00a0e4;
}

.baloon-schematic-1 {
    background-color: #00a0e4;
}

.baloon-schematic-2 {
    background-color: #231f58;
}

.baloon-schematic-3 {
    background-color: #f37021;
}

.baloon-schematic-4 {
    background-color: #629818;
}

.guide-bg-green {
    background-color: #629818;
}

.pdfLink {
    background: grey;
    color: white;
}
.pdfLink:hover{
    background:white;
    color: grey;
}

.guide--link,
.footnote__number-reference {
    color: #007bff;
}

.guide--link:hover,
.footnote__number-reference:hover {
    color: #007eb4;
}

/* ANIMATIONS */
@keyframes footnoteHighlight {
    50%  {background-color: #231f58;}
}