/** 08/11/2024 Article page too much white space **/
p, .unordered-list li{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
/*
 .section__heading p{
  margin-bottom: 2.4rem!important;
 }
/** /End article page css changes **/
.team-detail__flyout{
    font-size: 1.5rem;
  }

  .insights-card__link:hover .insights-card__title{
    color: #374151;
}

.insights-card__group p{
  font-size: 1.2rem;
}

.btn:hover{
    color: #FB7945;
}

.slick-arrow:hover{
    color: #FB7945;
}

.history__list{
    padding-bottom: 6rem;
}

.insights-card__link:hover .insights-card__icon:hover {
    color: #fb7945;
  }

.icon-btn:hover{
    color: #fb7945;
  }

.info-popup.active svg rect{
    color: #FB7945;
    fill: #FB7945;
  }

.info-popup__open-btn:hover svg rect{
  fill: #fb7945;
  color: #FB7945;
 }

.info-popup .active svg rect{
  fill: #fb7945;
  color: #FB7945;
 }

 .active .info-popup__content p{
  z-index: 5;
 }

  .link-btn:hover .link-btn__label{
    text-decoration: none;
  }

  .link__plain{
    text-decoration: none;
  }
  
/*  .btn--white:hover{
    color: #fff;
    border-color: #fff;
  }*/
  
 

 .menubar a:hover{
    color: #fb7945;
 }

 .link-btn__label{
  line-height: 1.5;
 }
 
 .custom-select--secondary .custom-select__option:not(.custom-select__option--value):hover{
  background-color: #C0ADAD;
 }

 contact-card__link:hover, .user-menu a:hover {
  color:#FB7945; 
}
/*
.download-link:hover{
  color: #FB7945;
}
  */
.padlock_icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-size: cover;
}
.lock.padlock_icon{
  background-image: url(images/padlock.svg);
}

.insights-card__link:hover .lock.padlock_icon{
  background-image: url(images/padlock_orange.svg);
}

.icons-list__text{
  line-height: 1.5;
}
.sidebar-list a{
  border: none;
  font-size: 1.6rem;
  text-transform: capitalize;
}

.sidebar-list a.anchor-active {
  background-color: unset;
  border-color: unset;
  color: #FB7945;
  font-weight: 600;
}

.team-description__close{outline: none;}

.sidebar-list a:hover{
  box-shadow: none;
  color: #FB7945;

}
.sidebar-list__text{
  font-size: 1.2rem;
  padding: 1.111rem 2rem;
}

.table td:first-child, .table th:first-child{
  padding-left: 1rem;
  text-align: left;
}

.table--secondary .table__row-title,.table--secondary thead{
  background-color: #c0adad;
  line-height: 1.2;
}

td {
  text-align: center;
}

.about__table td{
  text-align: left;
}

.table--secondary th {
  text-align: center;
  line-height: 1.2;
}

.literature-start{
  padding-bottom: 0rem;
}

.sidebar-list li{
  margin-bottom: .2rem;
}

.table--secondary tr:last-child .text-xs{
  font-weight: normal;
}

.facts-list__item{
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
}

.custom-select__option:not(.custom-select__option--value) {
  padding: 1.1rem 5.2rem 1.1rem 1.6rem;
}

.contact-card__link:hover{
  color: #FB7945;
}

.investor_info p{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.insights__detail strong{
  font-weight: 550;
}
.deq__block{
  padding-bottom: 5rem;
}

.custom-select__dropdown{
  position: relative; max-height: 16em; overflow-y: auto
}

/* Responsive Table from https://russellsamora.github.io/responsive-table-generator/ */

/* info (hed, dek, source, credit) */
.rg-container {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  /*color: #222;*/
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  /*color: #333;*/
}
table.rg-table thead {
  /*border-bottom: 3px solid #ddd;*/
}
table.rg-table tr {
 /* border-bottom: 1px solid #ddd;
  color: #222;*/
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
  border: 1px solid #0a3158;
}

table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
  text-align: left;
  border: 1px solid #0a3158;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

.disclaimer__content p{
  font-size: 1.2rem;
}

.contact__consent p{
  font-size: 1.2rem;
  margin-left: 3rem;
}

/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em .25em 0.25em .25em;
    border-bottom: none;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 1px solid #0a3158;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }

  .approach-card{min-height: 340px;}

  /*.hero-links{align-items: end;}*/

  .awards__section{display: none;}

  .footer__menu li{margin-right: 0.8rem;}

  .testimonials .text-md{max-width: 24rem;}

  .sidebar {display: none;}

}


/* End  */

.cta__image img{
  object-fit: contain;
}

/* BEGIN MEDIA QUERIES */

 @media (min-width: 768px) {
/*
  .cta, .cta--2, .cta--4 {
    padding-bottom: 20rem;
    padding-top: 13rem;
  }
  */

/* Restrict title width on insights headings 29/01/2025 JGD */
  .hero h2 {
  width: 60%; 
 }


 .testimonials__text h3{
  font-size: 3rem;
 }

.team-description__detail p{
  font-size: 1.2rem;
 }

  .cta__image img{
    object-position: right;
  }
 

  .info-popup__content p{font-size: 1.2rem;}



  .section--1 p:has(+ h4), .section--1 p:has(+ h5){
    margin-bottom: 4rem;
  }
  .investor__info .custom-select{
    max-width: 15rem;
  }
  .de-custom-select{
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    background-color: #fff;
    font-size: 1.6rem;
    padding: 1.1rem 5.2rem 1.1rem 1.6rem;
  }

  .contact-card__link{
    position: absolute;
    left:3.5rem;
    top:21rem;
  }

  .header {
    position: sticky;
    z-index: 6;
  }
  
  .hide {
    display: none;
  }

  .table--secondary .table__row-title td{
    line-height: .5;
    text-align: center;
  }

  .table--secondary .table__row-title td:first-child{
    text-align: left;
  }

 .icons-list{
  grid-template-columns: repeat(3,3fr);
 }
 
  .investing {
    padding-top: 14.7rem;
    padding-bottom: 13.7rem;
  }

  .stats-card {
    border-left: 1px solid #c0adad;
  }

  .parallax__img{
    padding-bottom: 2rem;
  }

  .chart__view{
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-chart-view{
    padding-bottom: 10rem;
  }
  .chart__label-list{
    left: 0rem;
    font-size: 1.6rem;
  }
  .testimonials__content{
    position: relative;
    margin: 0;
    margin-left: 0px;
    padding-left: 1.5rem;
    margin-left: 4.3rem;
    border-left: 1px solid #0A3158;
  }

  .custom-select__option--value, .team-description__close, .insights .custom-select__option--value{
    font-size: 1.6rem;
    padding: 1.1rem 5.2rem 1.1rem 1.6rem;
  }
  .team .custom-select, .insights .custom-select {
    max-width: 33.9rem;
    z-index: 5;
  }
  textarea {
    height: 12rem;
    line-height: 1.5;
  }
  .consent__text{
    margin-left: 3rem;
  }
}

@media (min-width: 1024px) {

  .cta::before{
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.96) 35%,hsla(0,0%,100%,0) 65%);   
  }

  .section--6, .section--7{
    padding-bottom: 15rem;
    padding-top: 13.1rem;
  }

  .download-link:hover .icon-download-circle{
    color: #fb7945;
  }
  .download-link .icon-download-circle:hover{
    color: #fb7945;
  }
  .table{
    line-height: 0.5;
  }



  .section--21 {
    padding-bottom: 1.2rem;
    padding-top: 8.5rem;
}
  .sidebar{
    padding-top: 10.8rem;
  }
}

