/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

.reverse-string {
  direction: rtl;
  unicode-bidi: bidi-override;
}

 #submit-loading {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  margin: 0;
  padding: 0;
  z-index: 9999;    
}

#submit-loading div {
  opacity: 25%;
}

.exclude-sold-checkbox {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
/* ------------------- */
/*        setup        */
/* ------------------- */
:root{
    --purple: #712878;
    --purple-1: #A75AC2;
    --purple-2:#CCA0DC;
    --purple-3: #E2C7EB;
    --purple-4: #EDDDF3;
    --grey: #818284;
    --grey-2: #DDDDDD;
    --grey-4: #EDDDF3;
    --extra-grey:#3D3D3D;
    --txt-color: #475467;
    --dark-title: #101828;
    --franklin-medium:'Franklin Gothic', sans-serif;
    --acumin: "acumin-pro", sans-serif;
}
body a{
    text-decoration: none;
}
.mw-480{
    max-width: 480px;
}
.mw-576{
    max-width: 576px;
}
.mw-768{
    max-width: 768px;
}
h1,h2,h3,h4,h5{
    font-family: var(--franklin-medium);
}
p{
    font-family: var(--acumin);
}
.bg-purple4{
    background-color: var(--purple-4);
}

/* Skip to main content */
.skip-to-main-content {
    position: absolute;
    left: -9999px;
    z-index: 9999;
    padding: 1em;
    background-color: black;
    color: #fff;
    opacity: 0;
}
.skip-to-main-content:focus {
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    opacity: 1;
    border: 1px solid red;
}

/* navigation bar */
.agnb-nav nav.navbar{
    width: 100%;
    border: 1px solid var(--purple);
    background: #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 24px 32px;
}
.navbar-brand{
    width: 150px;
}
.navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar-nav .nav-link{
    font-family: var(--franklin-medium);
    border-radius: 8px;
    background-color: transparent;
    transition: background-color 0.2s ease;
    font-weight: 400;
    color: var(--txt-color);
}
.navbar-nav .nav-link.contact{
    background: var(--purple);
    border-radius: 8px;
    border: 1px solid var(--purple-1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #ffffff;
    padding: 10px 18px;
    white-space: nowrap;
    transition: background-color 0.2s ease-in, color 0.2s ease-in, border 0.2s ease-in;
}
.navbar-nav .nav-link.contact:hover{
    background-color: #ffffff;
    color: var(--purple);
    border: 1px solid var(--purple);
}
.navbar-nav .nav-link.contact.active{
    border-radius: 8px;
    background-color: var(--purple-4, #EDDDF3);
    color: var(--purple);
    font-weight: 500;
}
.navbar-nav .nav-link:hover{
    background-color: var(--purple-4, #EDDDF3);
}
.navbar-nav .nav-link.active{
    border-radius: 8px;
    background-color: var(--purple-4, #EDDDF3);
    color: var(--purple);
    font-weight: 500;
}
.navbar-nav .nav-link.show{
    color: var(--purple);
}
.navbar-nav .nav-link.lang-dropdown{
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--purple-1, #A75AC2);
}
.lang-list.dropdown-menu{
    min-width: unset;
}
.navbar-expand-xl .navbar-nav .nav-link{
    padding-left: 8px;
    padding-right: 8px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: var(--purple-4);
}
.dropdown-item:active,
.dropdown-item.active{
    background-color: var(--purple-4);
    color: #212529;
}
.dropdown-menu{
    border: none;
}
.lang-dropdown + ul{
    border: 1px solid var(--purple);
}
/* home banner */
.home-banner .carousel{
    width: 100%;
    /* height: 500px; */
    height: 100vh;
    min-height: 750px;
}
.home-banner .carousel-item{
    height: 100%;
}
.home-banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.hb-inner-content{
    padding: 224px 0px 56px 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(113, 40, 120, 0.80) 0%, rgba(113, 40, 120, 0.80) 100%);
}
.hb-text{
    color: #ffffff;
}
.hb-text h1{
    font-size: 48px;
    line-height: 52px;
}
.hb-text p{
    font-size: 24px;
    line-height: 32px;
}
.agnb-white-button{
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid var(--purple-2);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    transition: background-color 0.2s ease-in, color 0.2s ease-in, border 0.2s ease-in;
}
.agnb-white-button:hover{
background-color: var(--purple-4);
border: 1px solid var(--purple);
}
.agnb-white-button i {
    color: var(--purple);
    font-size: 20px;
}

/* main */
/* home CTA section */
.home-cta{
    padding-top: 48px;
    padding-bottom: 48px;
}
.home-cta h2{
    color: var(--purple);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
}
.home-cta p{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.agnb-purple-button{
    background: var(--purple);
    border-radius: 8px;
    border: 1px solid var(--purple-1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #ffffff;
    font-family: var(--acumin);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    white-space: nowrap;
    transition: background-color 0.2s ease-in, color 0.2s ease-in, border 0.2s ease-in;
}
.agnb-purple-button:hover{
    background-color: #ffffff;
    color: var(--purple);
    border: 1px solid var(--purple);
}
.section-p{
    padding-top: 64px;
    padding-bottom: 64px;
}

/* quick links section */
.section-p h2{
    color: var(--dark-title);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
}
.sect-subtitle{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.home-quick-links ul{
    list-style: none;
    padding-left: 0;
}
.home-quick-links ul li div{
    padding-top: 12px;
}
.home-quick-links h4{
    color: var(--dark-title);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.home-quick-links ul li p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--txt-color);
    font-family: var(--acumin);
}
.home-quick-links .link-icon{
    border-radius: 10px;
    background-color: var(--purple);
    display: flex;
    width: 48px;
    height: 48px;
    /* padding: 12px; */
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    flex-shrink: 0;
}
.link-arrow{
    color: var(--purple);
    font-size: 18px;
    font-family: var(--acumin);
    font-weight: 500;
    position: relative;
}
.link-arrow i{
    padding-left: 8px;
    transition: padding 0.2s ease;
}
.link-arrow::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--purple);
}
.link-arrow:hover i{
    padding-left: 16px;
}
.home-quick-links img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
}

/* Home news */
.home-latest-news{
    padding-top: 64px;
    padding-bottom: 128px;
    background-image: url(/assets/frontend/purple-bg-376f0175fb208b78a238385ab14ec909a6a6c34e8c661e493f21e292b1ae156c.jpg);
    background-position: center;
    background-size: cover;
}
.home-latest-news h2{
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
}
.home-latest-news p{
    color: #ffffff;
    text-align: center;
    font-family: var(--acumin);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.news-cards-sect{
    transform: translateY(-64px);
}
.news-cards-sect .no-results{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
}
.home-news-card{
    display: flex;
    flex-direction: column;
    /* row-gap: 20px; */
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
} 
.single-padding-bottom{
    padding-bottom: 64px;
}
.home-news-card figure{
    background-color: var(--grey-2);
    /* height: 240px; */
    width: 100%;
    aspect-ratio: calc(29/20);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.home-news-card figure .card-default{
    width: 110px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-news-card figure .card-upload{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.news-card-text span{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.news-card-text a{
    color: var(--dark-title);
    position: relative;
}
.news-card-text a::after{
    content: "";
    position: absolute;
    bottom: 8px;
    background-color: var(--dark-title);
    height: 0;
    width: 100%;
    transition: height 0.2s ease;
}
.news-card-text a:hover::after{
    height: 2px;
}
.news-card-text h3{
    color: var(--dark-title);
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
}
.news-card-text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* divider */
.section-divider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-divider div{
    height: 1px;
    width: 100%;
    max-width: 1300px;
    padding: 0px 32px;
    align-self: center;
    background-color: var(--purple-4);
}

/* home career section */
.home-career ul{
    list-style: none;
    padding-left: 0;
}
.home-career li a{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-self: stretch;
    border-radius: 8px;
    background-color: transparent;
    transition: background-color 0.2s ease;
}
.home-career li a:hover, .home-career li a:focus, .home-career li a:focus-visible{
    background-color: var(--purple-4);
}
.home-career li h4{
    color: var(--dark-title);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.home-career li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--txt-color);
    text-overflow: ellipsis;
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.home-career li a i{
    color: var(--txt-color);
    font-size: 16px;
    line-height: 24px;
}
.home-career li a span{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.home-career li a .closing-date{
    font-weight: 600;
}
.home-career img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
}
/* home career no opening section */
.home-career-no-opening{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.home-career-no-opening h3{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 28px;
    font-weight: 400;
}
.home-career-no-opening p{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 18px;
}

/* no jobs career page */
.career-no-current-jobs h2{
    color: var(--purple);
    font-size: 28px;
    font-weight: 400;
}
footer{
    border-top: 10px solid var(--purple);
    padding-top: 48px;
    padding-bottom: 32px;
}
footer figure{
    width: 100%;
    max-width: 768px;
    max-height: 150px;
}
footer figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer h4{
    color: var(--purple);
    font-size: 20px;
    font-weight: 400;
}
footer ul li a, 
footer ul li span, 
footer .contact-info a{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 500;
}
footer ul li a:hover, footer .contact-info a:hover{
    color: var(--purple);
}
footer .contact-info .link-icon{
    border-radius: 10px;
    display: flex;
    width: 35px;
    height: 35px;
    /* padding: 12px; */
    justify-content: center;
    align-items: center;
    color: var(--purple);
    font-size: 20px;
    flex-shrink: 0;
}
/* new styles jan 16 */
.footer-link-icon{
    display: flex;
    column-gap: 8px;
}

.footer-link-icon i{
    font-size: 20px;
    color: var(--purple);
    align-content: end;
}
.email-info{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ----------------------- *//* ------------------------ *//* ----------------------- */
/*                                      Subpages                                      */
/* ----------------------- *//* ------------------------ *//* ----------------------- */

/* ----------------------- */
/*       Who we are        */
/* ----------------------- */
.subpage-banner{
    padding: 268px 0px 64px 0px;
    background-image: url(/assets/frontend/purple-bg-376f0175fb208b78a238385ab14ec909a6a6c34e8c661e493f21e292b1ae156c.jpg);
    background-position: center;
    background-size: cover;
}
.subpage-banner h1{
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
}
.subpage-banner p{
    color: #ffffff;
    font-family: var(--acumin);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.96px;
}
.agnb-rich-text h2{
    color: var(--dark-title);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}
.agnb-rich-text p, .agnb-rich-text li{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.agnb-rich-text img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 8px;
}
.agnb-rich-text figcaption{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.agnb-rich-text figcaption a{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.agnb-rich-text figcaption a:hover{
    text-decoration: underline;
}


/* ----------------------- */
/*       Paul Martin       */
/* ----------------------- */
.section-p .agnb-title{
    color: var(--purple, #712878);
    font-family: var(--acumin);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.ag-bio img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 16px;
}
.ag-bio p{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* -------------------------------- */
/*       Organizational Chart       */
/* -------------------------------- */
.org-chart-img{
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: contain;
}

/* ---------------------------------- */
/*       Deputy Auditor General       */
/* ---------------------------------- */
.deputy-card img{
    width: 100%;
    max-width: 280px;
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-radius: 16px;
    flex-shrink: 0;
}
.dep-auditor-general-content{
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.dep-card-name h3{
    color: var(--dark-title);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}
.dep-card-name h4{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}
.dep-card-name span{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}
.dep-card-text p{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.dep-auditor-general-content h2{
    color: var(--purple);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}
.dep-card-content a{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 600;
}
.dep-card-text[id^='deputyCollapse'].collapse:not(.show) {
    height: 11rem;
    display: block;
    overflow: hidden;
}
.dep-card-text[id^='deputyCollapse'].collapsing {
    height: 11rem;
}
.dep-card-content a::before {
  content: var(--read-more);
}


.dep-card-content a:not(.collapsed)::before {
  content: var(--read-less);
}

.dep-card-content a::after{
    margin-left: 0.5rem;
    font: var(--fa-font-solid);
    content: '\f063';
}

.dep-card-content a:not(.collapsed)::after{
    margin-left: 0.5rem;
    font: var(--fa-font-solid);
    content: '\f062';
}

/* --------------------------- */
/*       Report of the AG      */
/* --------------------------- */

.general-report figure{
    background-color: var(--grey-2);
    width: 100%;
    max-width: 576px;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.general-report img{
    width: 100%;
    max-width: 385px;
    object-fit: contain;
}
.general-report ul{
    padding-left: 0;

}
.general-report li p{
    margin-bottom: 0;
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* reports and report tabs */

.tab-menu ul.nav{
    border-radius: 8px;
    border: 1px solid var(--purple-3);
    background-color: var(--purple-4);
    padding: 4px;
}
.tab-menu ul .nav-item .nav-link{
    border-radius: 6px;
    border: 1px solid transparent;
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.tab-menu ul .nav-item .nav-link.active{
    background-color: var(--purple);
    color: #ffffff;
}
.tab-menu ul .nav-item .nav-link.active:hover{
    background-color: var(--purple);
    border-color: var(--purple-3);
}
.tab-menu ul .nav-item .nav-link:hover{
    background-color: white;
    border-color: var(--purple);
}

/* cards */
.report-cards-wrapper{
    transition: transform 0.5s ease;
}
.report-card{
    aspect-ratio: 3/4;
    /* height: 480px; */
    /* min-width: 296px; */
    width: 296px;
    /* max-width: 360px; */
    overflow: hidden;
    flex-shrink: 0;
}
.report-card p{
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.report-card img{
    aspect-ratio: 3/4;
    height: 100%;
    width: 100%;
}
.report-card img.default-img{
    height: auto;
    width: auto;
}
.report-img-container{
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    width: 100%;
    height: 100%;
    background-color: var(--grey);
}
.report-card div{
    background-color: var(--purple-4);
    padding: 8px 16px;
    bottom: 0;
    width: 100%;
}
.report-card div span{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 4px;
}
.report-card div a{
    position: relative;
    color: var(--purple);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--acumin);
    font-weight: 600;
}
.report-card div a::after{
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    bottom: -4px;
    left: 0;
    background-color: var(--purple);
    transition: height 0.2s ease;
}
.report-card div a:hover::after{
    height: 2px;
}
.rep-card-controllers button{
    border-radius: 9999px;
    border: 1px solid var(--purple);
    color: var(--purple);
    background-color: transparent;
    width: 56px;
    height: 56px;
    transition: background-color 0.2s ease;
}
.rep-card-controllers button:hover,
.rep-card-controllers button:active{
background-color: var(--purple);
color: #ffffff;
}
.year-filter span{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.year-filter .dropdown-menu{
    min-width: 7rem;
    border: 1px solid var(--purple);
}
.year-filter .dropdown-toggle{
    font-family: var(--acumin);
    color: var(--txt-color);
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid #D0D5DD;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: box-shadow 0.2s ease;
}
.year-filter button.dropdown-toggle:active,
.year-filter button.dropdown-toggle:hover,
.year-filter button.dropdown-toggle[aria-expanded="true"] {
    -webkit-box-shadow: 0px 0px 7px 4px rgba(237, 221, 243, 1);
    -moz-box-shadow: 0px 0px 7px 4px rgba(237, 221, 243, 1);
    box-shadow: 0px 0px 7px 4px rgba(237, 221, 243, 1);
}

/* reports by year */
.report-pill-container{
padding-left: 0;
}
.report-pill{
    /* min-width: 560px; */
    padding: 24px 24px 28px 24px;
    /* flex-direction: column; */
    /* align-items: center; */
    border-radius: var(--radius-2xl, 16px);
    border: 1px solid var(--purple-3);
    background-color: #ffffff;
    transition: background-color 0.2s ease;
}
.report-pill:hover{
    background-color: var(--purple-4);
}
.report-pill span{
    color: var(--purple, #712878);
    font-family: var(--acumin);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.report-pill span.report-origin{
    color: var(--extra-grey, #3D3D3D);
    font-family: var(--acumin);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}
.report-pill div span.title,
.report-pill div a{
    color: var(--dark-title);
    font-family: var(--acumin);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    position: relative;
}
.report-pill div a::after{
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    background-color: var(--purple);
    position: absolute;
    bottom: 0;
    transition: height 0.2s ease;
}
.report-pill div a:hover{
    color: var(--purple);
}
.report-pill div a:hover::after{
    height: 2px;
}
.report-pill .link{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; 
    position: relative;
}
.report-pill .link::after{
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    background-color: var(--purple);
    position: absolute;
    bottom: 0;
    transition: height 0.2s ease;
}
.report-pill .link:hover::after{
    height: 2px;
}

.no-results-message{
    width: 100%;
}

.pagy-bootstrap-nav, .pagy-bootstrap-nav .pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    gap: 5px;
}

.pagy-bootstrap-nav{
    border-top: 1px solid var(--Colors-Border-border-secondary, #EAECF0);
}

.pagy-bootstrap-nav .pagination{
    padding-top: var(--spacing-2xl, 20px);
}

.pagination .page-link {
    color: var(--txt-color);
    display: flex;
    width: 40px;
    padding: var(--spacing-lg, 12px);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border: none;
    border-radius: var(--spacing-md, 8px);
}
.pagination .next .page-link, .pagination .prev .page-link {
    color: var(--txt-color);
    display: flex;
    width: 40px;
    padding: var(--spacing-lg, 12px);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--Component-colors-Components-Buttons-Secondary-button-secondary-border, #D0D5DD);
    background: var(--Component-colors-Components-Buttons-Secondary-button-secondary-bg, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.page-item.prev {
    position: absolute;
    left: 0;
}
.page-item.next {
    position: absolute;
    right: 0;
}
.pagination .next.disabled .page-link, .pagination .prev.disabled .page-link {
    background: var(--Colors-Background-bg-primary_hover, #F9FAFB); 
    color: var(--txt-color-disabled, #A0A0A0);
    cursor: not-allowed; 
}
.pagination .page-item.active .page-link, .page-link:hover {
    color: var(--dark-title);
    background: var(--Colors-Background-bg-primary_hover, #F9FAFB);
    border-color: var(--grey-2);
    border-radius: var(--spacing-md, 8px);
}

/* ---------------------------- */
/*       Follow up reports      */
/* ---------------------------- */


.follow-up-report figure{
    background-color: var(--grey-2);
    width: 100%;
    max-width: 480px;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.follow-up-report img{
    width: 100%;
    max-width: 385px;
    object-fit: contain;
}

.follow-up-report row{
    margin-bottom: 2rem;
}

/* ------------------ */
/*       Careers      */
/* ------------------ */

.career-media .carousel {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.career-media .carousel-item{
    height: 300px;
}
.career-media .carousel-item video,
.career-media .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-p .sect-subheading{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.career-opening-list{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.career-opening{
    display: flex;
    padding-top: 24px;
    flex-direction: column;
    border-top: 1px solid var(--purple-3);
    row-gap: 24px;
}
.career-opening h3{
    color: var(--dark-title);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
.career-opening p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--txt-color);
    text-overflow: ellipsis;
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.career-opening span{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.career-opening .link-arrow{
    font-size: 14px;
    font-weight: 700;
}
.career-opening .link-arrow i{
    font-size: 18px;
    line-height: 20px;
}
.career-container{
    position: relative;
}

/* careers send us your cv */
.on-the-look{
    border-top: 10px solid var(--purple);
    padding-top: 48px;
    padding-bottom: 32px;
}
.on-the-look img{
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.form-div textarea{
    height: 135px;
    resize: none;
}
.form-div{
    align-content: center;
}
.form-div .form-control{
    border: 1px solid var(--purple-3);
}
.form-div .form-label{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.form-div .form-control:not([type=file]){
    border-radius: var(--radius-md, 8px);
    /* border: 1px solid #D0D5DD; */
    padding: 10px 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-div .form-control:focus{
    border-color: var(--purple-3);
    box-shadow: 0 0 0 0.25rem rgba(204, 160, 220, 0.25);
}

/* careers updates */
.mw-1024{
    max-width: 1024px;
}
.single-p{
    padding-bottom: 64px;
}
.single-p h2{
    color: var(--dark-title);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}
.role-impact-item{
    display: flex;
    min-width: 280px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    max-width: 385px;
}
.role-impact-item i{
    width: 48px;
    height: 48px;
    background-color: var(--purple);
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    align-content: center;
    border-radius: 10px;
}
.role-impact-item h3{
    color: var(--dark-title);
    font-family: var(--acumin);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.role-impact-item p{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.key-career-text p {
    color: var(--txt-color);
    text-align: center;
    font-family: var(--acumin);
    font-size: 24px;
    font-weight: 400;
}

.career-purple{
    background-image: url(/assets/frontend/purple-bg-376f0175fb208b78a238385ab14ec909a6a6c34e8c661e493f21e292b1ae156c.jpg);
    background-position: center;
    background-size: cover;
}
.career-purple h2{
    color: var(--purple-4);
    font-size: 30px;
    font-weight: 400;
}
.career-purple p{
    color: #E9D7FE;
    font-family: var(--acumin);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.development-list{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.development-list h3{
    color: var(--purple);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.sqr-img-career{
    width: 100%;
    height: 300px;
}
.sqr-img-career img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.sqr-txt-career p{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.sqr-txt-career h4{
    color: var(--purple);
    font-size: 20px;
    font-weight: 400;
}
.sect-subtitle.careers p{
    margin-bottom: 0;
}
#career-form, #jobs {
    scroll-margin-top: 15vh;
}

/* ------------------------------------ */
/*       Job Description - Careers      */
/* ------------------------------------ */
.job-desc p{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.form-div .form-control::file-selector-button{
    background-color: var(--purple-4);
    color: var(--dark-title);
}

/* -------------------- */
/*       Resources      */
/* -------------------- */

.useful-links ul{
    max-width: 576px;
    list-style: none;
    border-radius: 16px;
    border: 1px solid var(--purple-3);
    padding: 16px;
    align-items: center;
    gap: 16px;
}
.useful-links li{
    display: flex;
    width: 100%;
    /* min-width: 240px;
    max-width: 264px; */
    /* flex: 1 0 0; */
}
.useful-links li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px 8px;
    font-size: 16px;
    column-gap: 8px;
    background-color: transparent;
    color: #000000;
    font-weight: 500;
    flex: 1 0 0;
    align-items: start;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.useful-links li i{
    font-size: 18px;
    color: var(--purple);
}
.useful-links li a:hover{
    background-color: var(--purple);
    color: #ffffff;
}
.useful-links li a:hover i{
    color: #ffffff;
}

/* ------------------------ */
/*       News Releases      */
/* ------------------------ */
.news-preview{
    padding: 16px 16px 18px 16px;
    gap: 24px;
    border-radius: 16px;
    border: 1px solid var(--purple-3);
}
.news-preview-content span{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.news-preview-content .news-title{
    color: var(--dark-title);
    font-family: var(--acumin);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}
.news-preview-content .news-text-preview{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--txt-color);
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 1rem;
}
.news-preview-content .link-arrow{
    font-size: 14px;
    font-weight: 600;
}
.news-preview-content .link-arrow i{
    font-size: 16px;
}

.news-preview figure{
    background-color: var(--grey-2);
    /* height: 240px; */
    width: 100%;
    aspect-ratio: calc(29/20);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    flex-shrink: 0;
}
.news-preview figure .card-default{
    width: 110px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-preview figure .card-upload{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
/* ------------------------------ */
/*       News Release letter      */
/* ------------------------------ */
.agnb-rich-text figure{
    padding-top: 24px;
    padding-bottom: 18px;
}
.media-contact p{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.media-contact ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.media-contact li,
.media-contact li a{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 400;
}
.media-contact li a{
    position: relative;
}
.media-contact li a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -2px;
    left: 0;
    background-color: var(--purple-1);
    transition: height 0.2s ease;
}
.media-contact li a:hover::after{
    height: 2px;
}

.share-news{
    border-top: 1px solid var(--purple-3);
}
.share-news span{
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.share-news a{
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--purple);
    background-color: var(--purple-4);
    color: var(--purple);
    padding: 10px 14px;
    /* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.share-news a i{
    font-size: 20px;
}
.share-news a:hover{
    border-color: var(--purple-3);
    background-color: var(--purple);
    color: #ffffff;
}

/* ------------------------------ */
/*       Photo album gallery      */
/* ------------------------------ */
.agnb-albums{
    row-gap: 32px;
    column-gap: 32px;
    max-width: 1218px;
    margin-left: auto;
    margin-right: auto;
}
.agnb-albums .album{
    max-width: 400px;
    width: 100%;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid var(--purple);
    background-color: #ffffff;
    overflow: hidden;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.agnb-albums .album img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
}
.agnb-albums .album div{
    width: 100%;
    row-gap: 4px;
}
.agnb-albums .album p{
    color: #000000;
    font-family: var(--acumin);
    /* font-size: 24px; */
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}
.agnb-albums .album span{
    color: var(--purple);
    font-family: var(--acumin);
    /* font-size: 18px; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.agnb-albums .album:hover,
.agnb-albums .album:focus{
    background-color: var(--purple);
    border-color: var(--purple-2);
}
.agnb-albums .album:hover p,
.agnb-albums .album:hover span,
.agnb-albums .album:focus p,
.agnb-albums .album:focus span{
    color: #ffffff;
}

/* ------------------------ */
/*       Image gallery      */
/* ------------------------ */
.agnb-image-gallery .gallery-img-container{
    aspect-ratio: 1/1;
    max-height: 296px;
    margin-left: auto;
    margin-right: auto;
}
.agnb-image-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.img-gallery-modal .modal-content{
    border-radius: 16px;
    overflow: hidden;
}
.img-gallery-modal .modal-header{
    background-color: var(--purple);
    border-radius: 0;
    border-bottom: 0;
}
.img-gallery-modal .modal-header button{
    background-color: transparent;
    border: 1px solid var(--purple-3);
    width: 36px;
    height: 36px;
    color: #ffffff;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}
.img-gallery-modal .modal-header button:hover{
    background-color: var(--purple-4);
    color: var(--purple);
}
.img-gallery-modal .modal-body{
    position: relative;
    background-color: var(--purple-4);
    overflow: hidden;
    padding: 32px;

}
.modal-body::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 40px;
    width: 40px;
    border-top-left-radius: 40%;
    box-shadow: 0 -20px 0 0 var(--purple);
}
.modal-body::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    width: 40px;
    border-top-right-radius: 50%;
    box-shadow: 0 -20px 0 0 var(--purple);
}

.img-gallery-modal .modal-body img{
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

/* ------------------------ */
/*       Image gallery      */
/* ------------------------ */

.contact-section img{
    width: 100%;
    height: 250px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 16px;
    max-width: 576px;
    object-fit: cover;
}
.contact-content{
    /* align-content: center; */
}

/* ------------- */
/* footer bottom */
/* ------------- */
.footer-end{
    border-top: 1px solid var(--purple-1);
}
.footer-end p{
    color: var(--purple);
    margin-bottom: 0;
}
.footer-end a{
    color: var(--purple);
}
.footer-end i{
    color: var(--purple);
    font-size: 24px;
}
.footer-end{
    color: var(--purple, #712878);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer-end a{
    color: var(--dark-title);
    font-family: var(--montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.footer-copyright a img{
    filter: invert(0.7);
}



/* ----------------------------- */
/*       Reports by subject      */
/* ----------------------------- */
.rep-by-subject label.subheader {
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 600;
}

.rep-by-subject label {
    width: 100%;
    color: var(--txt-color);
    font-family: var(--acumin);
    font-size: 16px;
    font-weight: 600;
}
.rep-by-subject .form-control:not([type=file]){
    border-radius: var(--radius-md, 8px);
    /* border: 1px solid #D0D5DD; */
    padding: 10px 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.rep-by-subject .form-select{
    border-radius: var(--radius-md, 8px);
    /* border: 1px solid #D0D5DD; */
    padding: 10px 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.rep-by-subject .form-control:focus{
    border-color: var(--purple-3);
    box-shadow: 0 0 0 0.25rem rgba(204, 160, 220, 0.25);
}
.rep-by-subject .form-select:focus{
    border-color: var(--purple-3);
    box-shadow: 0 0 0 0.25rem rgba(204, 160, 220, 0.25);
}
.rep-by-subject .categories-list button.btn{
    color: var(--purple);
    font-family: var(--acumin);
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 12px;
    line-height: 24px;
}
.rep-by-subject .categories-list button.active{
    color: var(--purple);
    border: none;
    background: var(--purple-4, #EDDDF3);
}
.rep-by-subject .categories-list button.btn:hover{
    background: var(--purple-4, #EDDDF3);
}

/* General hover styling for unselected buttons */
.btn:hover {
    background: var(--purple-4, #EDDDF3);
    color: var(--purple-dark, #5A2D82); /* Example hover color */
}

/* Add active styling when the radio button is selected */
.btn-check:checked + .btn {
    color: var(--purple);
    background: var(--purple-4, #EDDDF3);
    border: none;
}

/* Hover styling for checked state */
.btn-check:checked + .btn:hover {
    background: var(--purple-5, #DAC4E6); /* Adjust the color for hover if needed */
    color: var(--purple-dark, #5A2D82); /* Example hover color */
}

/* Ensure the hidden radio button does not interfere */
.btn-check {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Hover styling remains for unselected buttons, but checked takes precedence */
.btn-check + .btn:hover {
    background: var(--purple-4, #EDDDF3);
    color: var(--purple-dark, #5A2D82); /* Example hover color */
}

/* new styles for contact card */
.c-purple{
    color: var(--purple);
}
.media-contact-container{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.media-contact-card{
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
    max-width: 480px;
    min-width: 294px;
    border-radius: 16px;
    column-gap: 32px;
    row-gap: 16px;
    background-color: var(--purple-4);
    padding: 24px;
}
.media-contact-card .media-contact{
    padding-top: 14px;
}
.media-contact-card i{
    width: 48px;
    height: 48px;
    background-color: var(--purple);
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

/* reports by subject */
.report-pill div p{
    color: var(--dark-title);
    font-family: var(--acumin);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}
.report-pill div em{
    font-size: 16px;
}
.report-links-container{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.rep-by-subject .report-pill .link::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--purple);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease-out;
}

.rep-by-subject .report-pill .link:hover::after {
    transform: scaleX(0);
    transform-origin: right;
    animation: slide-in 0.3s ease-out 0.3s forwards;
}

@keyframes slide-in {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    100% {
        transform: scaleX(1);
        transform-origin: left;
    }
}

/* search reports */

.gsc-input-box{
    border: 0!important;
    border-bottom: 2px solid var(--purple)!important;
    border-radius: 0!important;
}
.gsc-input,
.gsc-input::placeholder {
    font-size: 32px!important;
    font-family: var(--acumin)!important;
}
/* td.gsib_a{
    font-size: 32px!important;
    font-family: var(--acumin)!important;
    position: relative;
}
td.gsib_a::before{
    content: "Search here...";
    position: absolute;
    font-size: 32px;
    font-family: var(--acumin);
    color: rgba(113, 40, 120, 0.30);
    font-weight: 300;
    left: 16px;
    bottom: 4px;
    pointer-events: none;
} */
.gsc-search-button{
    padding-left: 16px!important;
}
.gsc-search-button-v2{
    border-radius: 9999px!important;
    background-color: var(--purple)!important;
    border-color: var(--purple)!important;
    transition: background-color 0.2s ease;
    width: 48px!important;
    height: 48px!important;
    text-align: center;
    padding: 0!important;
    align-content: center;
}
.gsc-search-button-v2 svg{
    width: 18px;
    height: 18px;
}
.gsc-search-button-v2:hover{
    background-color: transparent!important;
}
.gsc-search-button-v2:hover svg{
    fill: var(--purple)!important;
}

.gsc-result-info{
    display: none;
}
.gsc-selected-option-container{
    border: 1px solid var(--purple)!important;
    padding: 4px 16px!important;
    max-width: unset!important;
    height: auto!important;
    font-family: var(--acumin)!important;
    border-radius: 8px!important;
    font-size: 14px!important;
    line-height: 24px!important;
    font-weight: 500!important;
    background-color: var(--purple-4)!important;
    color: var(--purple)!important;
}
.gsc-selected-option-container:hover{
    cursor: pointer!important;
}
.gsc-control-cse .gsc-option-selector{
    top: unset!important;
    transform: translateY(-100%)!important;
}

.gs-webResult.gs-result a.gs-title, .gs-webResult.gs-result a.gs-title,
.gs-webResult.gs-result a.gs-title, .gs-result .gs-title *, .gs-result .gs-title, .gs-result .gs-title * {
    color: var(--purple)!important;
}

.gs-promotion-image-box, 
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait, 
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape{
    float: unset!important;
    margin-left: 0!important;
}
.gsc-control-cse .gsc-table-result{
    display: flex;
    flex-direction: column;
}
.gs-web-image-box{
    /* width: 150px!important; */
    margin-top: 16px!important;
    width: 100%!important;
    height: 200px!important;
}
.gs-result .gs-image{
    width: 100%;
    height: 100%;
    max-height: unset!important;
    display: block;
}
.gs-web-image-box .gs-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: unset!important;
    max-width: unset!important;
    border: none!important;
    border-radius: 16px;
    /* box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08); */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.gs-promotion-image-box img.gs-promotion-image, 
.gs-web-image-box-portrait img.gs-image, 
.gs-web-image-box-landscape img.gs-image{
    max-height: unset!important;
    width: 100%!important;
    height: 100%!important;
}
.gsc-table-cell-snippet-close{
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    font-family: var(--acumin)!important;
    font-size: 16px!important;
    /* font-weight: 300!important; */
}
.gs-fileFormat, .gs-fileFormatType{
    font-family: var(--acumin)!important;
    font-size: 14px!important;
}
.gsc-webResult.gsc-result{
    padding: 32px 0!important;
}
.gsc-webResult .gsc-result{
    border-bottom-color: var(--purple-2)!important;
}
.gcsc-more-maybe-branding-root,
.gcsc-find-more-on-google-root{
    display: none;
}
.anchor-link {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}


/* updates August 18th */
/* Nav updates */
.agnb-nav{
    padding-top: 0;
    background-color: #ffffff;
}
.agnb-nav .nav-item{
    align-content: center;
}
.agnb-nav .navbar{
    /* margin-top: 66px; */
    margin-top: 107px;
    transition: margin 0.2s ease;
}
.agnb-nav nav.navbar{
    border: 0;
    border-top: 1px solid var(--purple);
    border-bottom: 1px solid var(--purple);
}
.agnb-nav.scrolled .navbar{
    margin-top: 0;
}
.nav-search{
    padding: 8px 0;
    position: absolute;
    width: 100%;
}
.nav-search form{
    margin-bottom: 0;
}
.nav-search .form-control{
    border: 1px solid var(--purple-3);
}
.nav-search .form-control{
    border-radius: var(--radius-md, 8px);
    /* border: 1px solid #D0D5DD; */
    padding: 10px 14px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-overflow: ellipsis;
}
.nav-search .form-control:focus{
    border-color: var(--purple-3);
    box-shadow: 0 0 0 0.25rem rgba(204, 160, 220, 0.25);
}
.nav-search .form-control::placeholder {
    font-size: 0.85rem;
    font-weight: 500;
}
.nav-search .agnb-purple-button{
    width: auto;
    content: '\01f0';
}

.nav-search .lang-toggle {
    display: flex;
    flex-direction: row;
    column-gap: 1px;
    background-color: #ffffff;
    border-radius: 8px;
    justify-content: center;
    border: 1px solid var(--purple);
    overflow: hidden;
}
.nav-search .lang-toggle a {
    background-color: #ffffff;
    padding: 5px 12px;
    color: var(--purple);
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.2s ease;
    align-content: center;
}
.nav-search .lang-toggle a:hover,
.nav-search .lang-toggle:focus-visible {
    background-color: var(--purple-1);
    color: #fff;
}
.nav-search .lang-toggle a.active {
    background-color: var(--purple);
    color: #fff;
}
.nav-search .lang-toggle a:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.nav-search .lang-toggle a:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
@media screen and (max-width: 575px) {
    .agnb-white-button{
        width: 100%;
    }
    .agnb-purple-button{
        width: 100%;
    }
    .agnb-albums .album{
        gap: 0;
    }
    .agnb-albums .album img{
        aspect-ratio: 2/3;
    }
    .img-gallery-modal .modal-body{
        padding: 16px;
    }
}
/* Phablet */
@media screen and (min-width: 425px) {
    .report-card{
        width: 360px;
    }
    
    .nav-search .form-control {
        width: 250px;
    }
}
@media screen and (min-width: 576px) {
    /* contact section */
    .contact-section img{
        height: 400px;
    }

    .agnb-nav .navbar{
        margin-top: 66px;
    }    
}

/* Tablet */
/* @media screen and (max-width:767px) {
    
} */
@media screen and (min-width: 768px) {
    /* .agnb-nav{
        padding-top: 48px;
    } */
    /* .agnb-nav nav.navbar{
        max-width: 90%;
        border-radius: 16px;
    } */
    .hb-text h1{
        font-size: 64px;
        line-height: 72px;
    }
    .hb-text p{
        font-size: 32px;
        line-height: 48px;
    }
    .home-cta{
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .home-quick-links img{
        height: 560px;
    }
    .sect-subtitle{
        font-size: 20px;
        line-height: 30px;
    }
    .home-latest-news{
        padding-top: 96px;
        padding-bottom: 160px;
    }
    .news-cards-sect{
        transform: translateY(-96px);
    }
    .home-career img{
        height: 624px;
    }
    .subpage-banner{
        padding: 256px 0px 96px 0px;
    }
    .subpage-banner h1{
        font-size: 48px;
        line-height: 60px;
    }
    .agnb-rich-text img{
        height: 480px;
    }
    .agnb-rich-text p, .agnb-rich-text li{
        font-size: 18px;
        line-height: 28px;
    }
    .ag-bio img{
        /* height: 654px; */
    }
    .ag-bio p{
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }
    .section-p .agnb-title{
        font-size: 24px;
        line-height: 36px;
    }
    .report-card div{
        padding: 18px 32px;
    }

    /* career video */
    .career-media .carousel-item{
        height: 420px;
    }
    .job-desc p{
        font-size: 18px;
        line-height: 28px;
    }
    .useful-links li{
        min-width: 240px;
        max-width: 264px;
        flex: 1 0 0;
    }

    /* news release preview */
    .news-preview{
        padding: 24px 24px 28px 24px;
    }
    .news-preview figure{
        max-width: 348px;
    }

    /* photo gallery albums */
    .agnb-albums .album{
        max-width: 592px;
    }
    .agnb-albums .album img{
        height: 296px;
    }
    .agnb-albums .album p{
        font-size: 24px;
        line-height: 32px;
    }
    .agnb-albums .album span{
        font-size: 18px;
        line-height: 28px;
    }
    
    /* contact section */
    .contact-section img{
        height: 600px;
    }

    /* career update */
    .career-purple h2{
        font-size: 36px;
    }

    /* new reports search */
    .gsc-control-cse .gsc-table-result{
        flex-direction: row;
        column-gap: 16px;
    }
    .gsc-table-cell-snippet-close{
        align-content: center;
    }
    .gs-web-image-box{
        width: 200px!important;
    }
}


@media screen and (max-width:991px) {
    .tab-menu{
        width: 100%;
    }
}
/* Laptop */
@media screen and (min-width: 992px) {
    .home-cta h2{
        font-size: 36px;
        line-height: 44px;
    }
    .section-p{
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .section-p h2, .single-p h2{
        font-size: 36px;
        line-height: 44px;
    }
    .link-arrow::after{
        height: 0px;
        transition: height 0.2s ease;
    }
    .link-arrow:hover::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--purple);
    }
    .home-latest-news h2{
        font-size: 36px;
        line-height: 44px;
    }
    .single-padding-bottom{
        padding-bottom: 96px;
    }
    footer{
        border-top: 10px solid var(--purple);
        padding-top: 64px;
        padding-bottom: 48px;
    }
    .general-report figure{
        padding: 48px;
    }
    .report-card div{
        bottom: -42px;
        transition: bottom 0.2s ease;
    }
    .report-card:hover div{
        bottom: 0;
    }

    .reports-container{
        min-height: 25vh;
    }
    .reports-by-year{
         min-height: 70vh;
    }

    /* logo floating reports by year */
    .reports-by-year > div.container{
        position: relative;
    }
    .reports-by-year > div.container::after{
        position: absolute;
        /* top: 200px; */
        top: 40%;
        /* transform: translateY(-50%); */
        left: 60px;
        content: "";
        display: block;
        background-image: url(/assets/frontend/logo-grey-ec499624a5e697d8ed12470e3676dea789dbd31bdab2b41642f49806d402103b.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 200px;
        height: 300px;
    }
    .follow-up-report figure{
        max-width: 576px;
        padding: 48px;
    }

    /* career video */
    .career-media .carousel-item{
        height: 560px;
    }

    .career-container.has-after::after {
        content: "";
        display: block;
        width: 200px;
        height: 300px;
        background-image: url(/assets/frontend/logo-grey-ec499624a5e697d8ed12470e3676dea789dbd31bdab2b41642f49806d402103b.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 150px;
    }

    /* careers form image */
    .on-the-look img{
        height: 768px;
    }

    /* albums gallery */
    .agnb-albums{
        row-gap: 48px;
    }
    .agnb-albums .album{
        max-width: 450px;
    }
    .agnb-albums .album img{
        height: 250px;
    }
    
    /* image gallery modal */
    .modal-lg{
        --bs-modal-width: 700px;
    }

    /* reports by subject */
    .rep-by-subject form{
        max-width: 320px;
    }

    /* careers updates */
    .key-career-text p {
        font-size: 28px;
    }
    .mw-lg-768{
        max-width: 768px;
    }
    .single-p{
        padding-bottom: 96px;
    }
    .sqr-img-career{
        height: 400px;
    }

    /* no jobs career page */
    .career-no-current-jobs h2{
        font-size: 36px;
    }
}
/* Small screen */
@media screen and (min-width: 1200px) {
    /* .agnb-nav nav.navbar{
        max-width: 95%;
        border-radius: 16px;
    } */
    .home-news-card h3{
        font-size: 24px;
        line-height: 32px;
    }
    .dropdown-menu[data-bs-popper]{
        margin-top: 0.5rem;
    }
    .dropdown-menu{
        border: 1px solid var(--purple);
    }
    .reports-by-year > div.container::after{
        left: 120px;
    }
    .career-container.has-after::after {
        top: 45%;
        left: 200px;
    }

    /* albums gallery */
    .agnb-albums .album{
        max-width: 540px;
    }
    .agnb-albums .album img{
        height: 296px;
    }
    .agnb-albums .album{
        gap: 24px;
    }
    .contact-section img{
        height: 800px;
    }
}
/* Large screen */
@media screen and (min-width: 1400px) {
    /* .agnb-nav nav.navbar{
        max-width: 1280px;
    } */
    .hb-text h1{
        font-size: 80px;
        line-height: 88px;
    }
    .reports-by-year > div.container::after{
        width: 250px;
        height: 350px;
        left: 150px;
    }

    /* albums gallery */
    .agnb-albums .album{
        max-width: 592px;
    }
}
/* ultra large */
@media screen and (min-width:1536px) {
}
