:root, :host {
    --hero-height: 400px;
    --section-padding-x: 0px;
    --section-padding-y: 60px;
    --module-padding-x: 24px;
    --module-padding-y: 24px;
    --hero-padding-top: 8rem;
    --hero-padding-bottom: 4rem;
    --bs-body-font-size: 14px;
    --color-beige: #fbf8ec;
}



/* Adjust padding for tablets */
@media (min-width: 768px) {
    :root, :host {
        --hero-height: 480px;
        --section-padding-x: 0px;
        --section-padding-y: 80px;
        --module-padding-x: 36px;
        --module-padding-y: 36px;
        --hero-padding-top: 14rem;
        --hero-padding-bottom: 6rem;
    }
}

/* desktop */
@media (min-width: 1024px) {
    :root, :host {
        --hero-height: 600px;
        --hero-padding-top: 18rem;
        --section-padding-top: 120px;
        --section-padding-bottom: 120px;
    }

    .umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
        --section-padding-x: 0px;
        --section-padding-y: 120px;
        --module-padding-x: 48px;
        --module-padding-y: 48px;
    }
}

/*** Corrections for IR web template ***/

main
{
    padding-top: 0px !important;
    margin-top: 0px !important;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}


div.entry-content
{
   padding: 0px !important;
}

div.entry-content > section,
div.entry-content > footer {
    max-width: 100% !important;
}

div.entry-content > footer
{
    margin-top: 0px;
}
    
/*** Typography ***/

body {
    font-family: 'Poppins', sans-serif !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Outfit', sans-serif;
    color: inherit;
    margin-top: 0px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}


.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}

.module.rte table {
    border-spacing: 0px;
}

.module.rte table tr th,
.module.rte table tr td,
.module.rte table tr {
    height: auto !important;
    width: auto !important;
}

.module.rte table tr th,
.module.rte table tr td {
    padding: 4px 8px;
}


.module.rte table th {
    font-weight: 600;
    border-bottom: 2px solid #ccc;
    text-align: start;
}

.module.rte table tr td {
    border-bottom: 1px solid #ccc;
}

.module.rte table tr:nth-of-type(odd) td {
    background-color: #f2f2f2;
}

/*** Navigation ***/

#ir-menu-section
{
    background-color: var(--color-beige);
}

#ir-menu-section *
{
    box-sizing: border-box;

}


.ir-menu {
    width: 100%;
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
}

.ir-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
}

.ir-nav {
    order: 1;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    overflow-y: auto;
    transition: max-height 0.25s ease-in-out;
    position: relative;
}

.ir-menu.open .ir-nav {
    max-height: 80vh;
}

.ir-menu > .ir-menu-header,
.ir-menu > .ir-nav {
    flex: 1 0 100%;
    box-sizing: border-box;
}

.ir-nav ul, .ir-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.ir-nav > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 1rem;
}

.nav-link {
    flex-grow: 1;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: .5rem 1rem;
    appearance: none;
    background: inherit;
    border: none;
    line-height: inherit;
}

.nav-item.dropdown {
    position: relative;
}

.ir-nav .nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    align-self: center;
    margin-right: 0;
    margin-left: auto;
}

.ir-nav .nav-button:hover {
    cursor: pointer;
}

.ir-nav .nav-link:focus-visible,
li.dropdown .nav-button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .125);
}

.ir-nav .sub-menu {
    flex-direction: column;
    min-width: 240px;
    display: flex;
    margin-left: .5rem;
}

.nav-item-content {
    display: flex;
    align-items: center;
}

li.dropdown .nav-button {
    height: 100%;
}

.ir-menu {
    z-index: 10;
}

.menu-dropdown {
    display: none;
}

li.dropdown.open > .menu-dropdown {
    display: block;
}

.ir-menu .nav-button {
    order: 1;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
}

.ir-nav .dropdown.open > .nav-item-content svg {
    transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
    .menu-dropdown {
        position: absolute;
        top: 100%;
        background-color: #e2e2e2;
    }

    .ir-nav .sub-menu .sub-menu {
        margin-left: 0px;
    }

    .nav-link {
        padding: .5rem .5rem;
    }

    .ir-nav .nav-button:hover {
        cursor: initial;
    }

    .ir-nav {
        padding-left: 0px;
        padding-right: 0px;
        max-height: initial;
        overflow: initial;
    }

        .ir-nav > ul {
            padding-right: 0px;
        }

    .ir-menu-header {
        display: none;
    }

    .menu-dropdown .menu-dropdown {
        display: none;
        position: absolute;
        top: 0%;
        left: 100%
    }

    li.dropdown.open:not(:hover) > .menu-dropdown {
        display: none;
    }

    li.dropdown:hover > .menu-dropdown {
        display: block;
    }

    .ir-nav > ul > li {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

        .ir-nav > ul > li:hover > .nav-item-content svg {
            transform: rotate(180deg);
        }

    .ir-nav .menu-dropdown .nav-item-content svg {
        transform: rotate(-90deg) !important;
    }
}

.nav-link {
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 600;
    text-decoration: none;
}

button.nav-button {
    border: 0px;
    background-color: transparent;
    padding: 0px;
}


ir-nav .nav-icon > svg {
    stroke-width: 1px;
    stroke: currentColor;
}

.ir-menu-header button {
    appearance: none;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
}

.ir-menu .nav-button svg {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 992px) {

    .nav-link:hover
    {
        text-decoration: underline;
    }


    .ir-nav > ul > li {
        margin-left: 8px;
        margin-right: 8px;
    }

    .ir-nav > ul > li > div > .nav-button {
        margin-left: -.5rem;
    }

    .menu-dropdown {
        background-color: var(--color-beige);

    }

    .ir-menu .nav-button svg {
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 991px) {
    .ir-nav li li > div > .nav-link {
        font-size: .9rem;
        line-height: 1.2
    }

    .ir-menu button {
    }
}


.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

/*** End Menu ***/


/* Home */

.why-invest-item {
    border-bottom: 1px solid #f2f2f2;
}

.why-invest-item ul {
    padding-left: 1rem;
}


/* General meetings */


.general-meetings h2,
.general-meetings h3,
.general-meetings h4,
.general-meetings h5 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}







/* KPI Counter */

.kpicounter-value {
    font-size: clamp(1.624rem, 1.624rem + ((1vw - 0.374rem) * 2.998), 2.75rem);
    line-height: 1.15;
    font-family: 'Outfit', sans-serif;
}

.kpicounter-legend {
    font-weight: 300;
    font-size: 1.2rem;
}


/* Calendar */

.beq-calendar-item-heading-text {
    font-size: 1.2rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.beq-calendar-item .beq-calendar-item-date-text {
    color: inherit;
    margin-bottom: 1rem;
    font-size: 13px;
}

/* Governance Groups */

.beq-group-person .beq-group-person-name {
    font-weight: 300;
    font-size: calc(1.3rem + .6vw);
}

.beq-group-person-content {
    padding: 30px;
    background-color: #fbf8ec;
    width: 100%;
}

.beq-group-person .beq-group-person-image img {
    width: 100%;
}

.beq-group-person-list-items .beq-group-person {
    column-gap: .75rem;
}

.beq-module-b48b4169-5f7d-43e9-a038-9358039b0c0a {
    margin-bottom: 36px;
}

@media (min-width: 992px)
{
    .beq-group-person .beq-group-person-image img {
        margin-bottom: 0px;
    }
}



/** Buttons and CTA **/
.cta-group-wrapper {
    min-height: auto !important;
}

.cta-group-wrapper .row > .col-md-12 {
    flex: 0 0 auto;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.beq-module .beq-button,
.aoa-file > a,
.module.cta .btn.btn-cta,
.subscribe-button.btn.btn-cta,
.pagination-show-more .paging-button,
.pagingbox .page-item .page-link {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    padding: 8px 32px 8px 32px;
    width: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    display: inline-flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    text-align: left;
    -webkit-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
}

.pagination-show-more .paging-button,
.pagingbox .page-item .page-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
}
.paging_item.page-item
{
    display: flex;
}
.subscribe-button.btn.btn-cta:disabled,
.paging_item.page-item.current.disabled,
.pagingbox .page-item.disabled .page-link {
    background-color: #f2f2f2;
    border-color: #cdcdcd;
    color: #222222cc;
}

.beq-module .beq-button:hover,
.aoa-file > a:hover,
.module.cta .btn.btn-cta:hover,
.subscribe-button.btn.btn-cta:hover,
.pagination-show-more .paging-button:hover,
.pagingbox .page-item:not(.disabled) .page-link:hover {
    background-color: #222;
    border-color: #222;
    color: #FFF;
}


.pagination-show-more {
    justify-content: center;
}

.pagingbox .page-item:not(.disabled) .page-link:hover {
    cursor: pointer
}


.btn.btn-cta .btn-text {
    width: 100%;
    text-align: center;
}


.btn-cta .btn-icon {
    margin-left: .5rem;
    font-size: .75rem;
}

    .btn-cta .btn-icon i:before {
        vertical-align: baseline;
    }



/* End Buttons and CTA */





/*** Subscription module ***/
.beq-news-subscription-form .beq-filter-heading {
    margin-bottom: .25rem !important;
}


/* Cision news */
#target-report-list .report-list,
#target-release-list .news-list
{
    max-width: 768px;
    margin-bottom: 2rem;
}

#target-report-list .pagingbox,
#target-release-list .pagingbox {
    display: flex;
    column-gap: 12px;
}

#target-release-detail .pressreleasebox
{
    max-width: 768px;

}
#target-release-detail .pressreleasebox li,
#target-release-detail .pressreleasebox p,
#target-release-detail .pressreleasebox p span {
    font-family: 'Poppins', sans-serif !important;
}


.news-list .news-item {
    padding-top: 1.5rem;
    border-bottom: 1px solid #222;
}


.news-header {
    font-size: 13px;
    margin-bottom: 1rem;
    display: flex;
}

.news-header .news-header-divider {
    width: 20px;
}

.news-header .news-regulatory {
    color: #FFF;
    font-weight: 400;
    padding: 3px 6px;
    background-color: #4c6c3f;
    font-size: 10px;
}


h4.presshead {
    margin-top: 0px;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.report-item h4.presshead {
    margin-bottom: 1rem;
}

.report-item {
    margin-bottom: .5rem;
    border-bottom: 1px solid #222222;
}


.report-item .news-header
{
    margin-bottom: .5rem;
}


h4.presshead a {
    text-decoration: none;
}

h4.presshead a:hover {
    text-decoration: none;
    opacity: .75;
}

.reportbox .presshead:hover {
    cursor: pointer;
    text-decoration: underline;
}




/* Cision subscription form */

.cisionSubscription .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.cisionSubscription input[type="email"] {
    background-color: #FFFFFF;
}
