/**
 * Theme Name: AR 2024
 * Template:   twentytwentyfour
 */


 header .wp-block-image {
  width: 13em;
  position: relative;
  top: .3em;
 }

 .twentytwentyfour {
    font-size: 15rem;
    letter-spacing: -.05em;
    line-height: 10rem;
    font-weight: 900;
    flex-basis: 100%;
    width: 1.3em !important;
  }

  @media screen and (max-width: 760px) {
    .twentytwentyfour {
      font-size:4rem;
      line-height: .7em; 
    }
  }
  
  .twentyfour,
  .twentytwentyfour em {
    font-style: normal;
    color: #ffffff;
    display: block;
  }

  .twentytwentyfour a {
    text-decoration: none;
  }

  .wp-block-navigation__container {
    margin-bottom: 0px;
    padding: 2em;
    height: 70em;
    overflow: auto;
    column-gap: 2em !important;
    row-gap: 2em !important;
    width: 100% !important;
  }

   
  .wp-block-navigation__container li {
        width: 30%;
  }

  .wp-block-navigation__container li ul li {
        width: 100%;
  }


  @media screen and (max-width: 1200px) {
     .wp-block-navigation__container {
        height: auto;
     }
       
    .wp-block-navigation__container li {
          width: 100%;
    }
  }
  
  .wp-block-navigation__container li ul {
      padding: 1em 0em 0 1em !important;
  }
  
  .nav ul li ul li {
      padding: 0px;
      border: 0px;
    font-weight: 400;
    list-style: disc;
      padding-left: 0px;
      margin-left: -1.5em;
  }
  
  @media screen and (max-width: 760px) {
    .nav {
      grid-template-columns: 1fr;
    }
    
    .nav .twentytwentyfour {
      display: none;
    }
    
    .nav .nav_list {
      padding-left: 1em;
      overflow: auto;
    }
    
    .nav ul {
      display: block;
    }
  }

  
.taxonomy-post_tag a {
  margin-bottom: 1em;
}
  
.taxonomy-post_tag a:hover,
.taxonomy-post_tag a:focus {
  background-color: #d00000 !important;
  color: #ffffff;
  text-decoration: none;
}


.has-modal-open {
  background-image: url(/annualreport/2024/images/14_bg.webp);
  background-size: cover;
}

footer {
  background-image: url(/annualreport/2024/images/14_footer.jpg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

body {
  background-image: url(/annualreport/2024/images/2024_bck.png);
  background-size: 75% auto;
  background-repeat: no-repeat;
  background-position: 130% 10%;
}

.single .featured_caption.has-contrast-3-background-color {
  background-color: transparent !important;
  color: #555555 !important;
}

body.postid-71 {  
  background-image: url(/annualreport/2024/images/14_header.webp);
  background-size: 120%;
  background-position: top right;
  background-repeat: no-repeat;
}

.postid-71 .wp-elements-f86b4bf83074dba3ccb6242b02fb8134 {  
  background-color: rgba(0,0,0,.05) !important;
  border-bottom: 1px solid #666;
}

  @media screen and (max-width: 760px) {
    .wp-elements-f86b4bf83074dba3ccb6242b02fb8134 .is-layout-flex  {
      gap: .8rem !important;
    }
  }

  header figure a {
    width: 100%;
  }