:root, :host {
    --hero-height: 400px;
    --section-padding-x: 0px;
    --section-padding-y: 60px;
    --module-padding-x: 24px;
    --module-padding-y: 24px;
    --hero-padding-top: 80px;
    --hero-padding-bottom: 60px;
    --color-orange: #df6c42;
    --bs-body-font-size: 14px;
    --section-padding-top: 60px;
    --section-padding-bottom: 60px;

}
.home-hero {
    --section-padding-top: 80px;
    --section-padding-bottom: 80px;
}



/* 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;
        --section-padding-top: 60px;
        --section-padding-bottom: 60px;

    }
    .home-hero {
        --section-padding-top: 80px;
        --section-padding-bottom: 80px;
    }
}

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

    .home-hero {
        --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: 60px;
        --module-padding-x: 48px;
        --module-padding-y: 48px;
    }
}

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


#siteWrapper
{
    min-height: initial;
}

main#page {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}


article > section > .content-wrapper {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}

.page-section
{
    padding-bottom: 0px;
}
/*

body > .section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    color: #333;
}

    body > .section > .main-container {
        padding: 0px;
        width: 100%;
        height: auto;
    }
*/
/*** Typography ***/
h1, .h1 {
    font-weight: 700;
}

h1, .h1, h2, .h2, h3 ,.h3, h4, .h4
{
    color: inherit;
    font-weight: 700;
    margin-top: 0px;
}


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




/*** Navigation ***/
.fe-block-yui_3_17_2_1_1745565266620_4181 {
    grid-area: 1 / 1 / 1 / 27 !important;
}
#ir-menu-section {
    background-color: #fbfaf8;
}


.main-container .lead {
    font-size: 1.2rem;
}

.ir-nav .sub-menu {
    flex-direction: column;
}


.ir-nav > ul > li .nav-link
{
    text-transform: uppercase;
}

.ir-nav > ul > li > .nav-link .nav-link-name {
    margin-right: .25rem;
}




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



.ir-menu {
    width: 100%;
    display: flex;
    background-color: #fbfaf8;
    z-index: 5;
    position: relative;
    flex-direction: column;
    align-self: start;
}

.ir-nav ul {
    position: relative;
}

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

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

    .ir-nav .sub-menu {
        min-width: 240px;
    }

    .ir-nav > ul > li > ul.sub-menu {
        display: none;
    }
}

.ir-nav > ul > li > button {
    background-color: transparent;
}

.ir-nav ul > li a.nav-link {
    color: #475467;
}

    .ir-nav ul > li a.nav-link.current {
        color: #2c2d36;
    }

.ir-nav .nav-icon,
.ir-nav .child-nav-link-icon {
    display: flex;
    align-items: center;
}


.ir-nav > ul > li > ul.sub-menu.open {
    display: flex;
}


.ir-nav > ul {
    display: flex;
    flex-direction: row;
}

.ir-nav li {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    display: flex;
}

    .ir-nav li > .nav-link {
        padding: 0.5rem 0;
    }

.nav-button-open-mobile {
    margin-left: auto;
    margin-right: 0;
}

.ir-menu-header {
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .ir-menu-header {
        display: none;
    }
}


@media screen and (max-width: 991px) {

    .ir-menu-header-title
    {
        color: #666;
        font-weight: 700;
        font-size: 1.2rem;

    }
    .ir-nav {
        order: 1;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease-in-out;
    }
    #ir-menu-section > div {
        --bs-gutter-x: 0;
    }

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

    .ir-menu-header {
        display: flex;
        flex: 1 1 100%;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }

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

        .ir-menu button {
            order: 1;
            margin: 0rem;
            display: flex;
            aspect-ratio: 1;
            align-items: center;
            top: 0;
            right: 0;
            appearance: none;
            -webkit-appearance: none;

        }

    .ir-nav li > .nav-link {
        padding: 0rem;
    }

    .ir-nav ul ul {
        flex: 0 0 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease-in-out;
    }

    .ir-menu li {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ir-nav ul ul.open {
        max-height: 50vh;
    }

    .ir-nav li li > .nav-link {
        margin: 0px;
        padding: .25rem .25rem;
        font-size: .9rem;
        line-height: 1.2
    }


    .ir-nav > ul > li > a {
        flex-grow: 1;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: .375rem 0rem !important;
    }
}


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

.rotate-180 {
    transform: rotate(180deg);
}





/** CTA Module **/




.beq-news-subscription-form button.beq-sign-up-button,
.corporate-video-list .pagination button,
.btn.btn-cta {
    background-color: #36685a;
    border: 0px transparent;
    color: #FFF;
    border-radius: 0px;
    padding: 1.5rem 2rem;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
}



    .beq-news-subscription-form button.beq-sign-up-button:disabled,
    .beq-news-subscription-form button.beq-sign-up-button:disabled:hover {
        background-color: #36685a;
        color: #fff;
        opacity: 0.5;
    }


    .beq-sign-up-button:hover,
    .corporate-video-list .pagination button:hover,
    .btn.btn-cta:hover {
        opacity: 0.8;
    }



.corporate-video-list .pagination button {
    appearance: none;
    background-color: #36685a;
    border: 0px transparent;
    color: #FFF;
    border-radius: 0px;
    padding: 1.5rem 2rem;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
    margin: 0 auto;
}

/* End CTA and buttons */



/*** Role List module ***/

.role-list .image-column-has-no-image {
    display: none;
}

.role-list .role-title {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    display: block;
}


h4.role-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0px;
}

.ir-contact-role-list h4.role-name {
    font-size: 1.2rem;
}

/* Generic modules */

a.beq-icon-link {
    color: #36685a;
}


a.beq-icon-link:hover {
    color: #36685a;
    opacity: .8;
}



.beq-footer .beq-button-load-more {
    background-color: #36685a;
    border: 0px transparent;
    color: #FFF;
    border-radius: 0px;
    padding: 1.5rem 2rem;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
}

    .beq-footer .beq-button-load-more:hover {
        color: #FFF;
        background-color: #36685a;
        opacity: .8;
    }




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

/*** News module ***/
.beq-module-e7a8f31c-7a51-44d0-a2e2-cafc64defdac .beq-news-list {
    gap: 24px;
}

.beq-module-e7a8f31c-7a51-44d0-a2e2-cafc64defdac a.beq-news-list-item-link,
.beq-module-e7a8f31c-7a51-44d0-a2e2-cafc64defdac a.beq-news-list-item-link:hover {
    background-color: #FFF;
    padding: 24px;
}

a.beq-news-list-item-headline-link {
    font-size: 1.4rem;
    font-weight: 700;
    color: #36685a;
}

a.beq-news-list-item-headline-link:hover {
    opacity: .8;
}

.beq-module-e7a8f31c-7a51-44d0-a2e2-cafc64defdac .beq-news-list-item-wrapper {
    transition: transform .2s, border .2s;
    border: 1px solid transparent;
}

.beq-module-e7a8f31c-7a51-44d0-a2e2-cafc64defdac .beq-news-list-item-headline {
    font-weight: 700;
    font-size: 1.2rem;
    color: #36685a;
}

.beq-module-e7a8f31c-7a51-44d0-a2e2-cafc64defdac .beq-news-list-item-wrapper:hover {
    transform: scale(1.05);
    border: 1px solid #36685a20;
}

.beq-news-list .beq-news-list-item-header {
    margin-bottom: 12px;
}

.beq-news-list .beq-news-list-item-timestamp {
    color: rgb(97, 97, 97);
}

.beq-news-list .beq-news-list-item-label {
    color: #FFF;
    background-color: #36685acc;
}

.beq-news-detail-headline {
    color: #36685a;
    font-weight: 700;
}

.beq-module-f5206bc6-10ed-4ef6-aea0-21c6f8788bce .beq-news-list .beq-news-list-item-wrapper {
    border-bottom: 1px solid #36685a;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.beq-module-f5206bc6-10ed-4ef6-aea0-21c6f8788bce .beq-news-list .beq-news-list-item-wrapper:last-of-type {
    border-bottom: 1px solid transparent;
}

/*** End News module ***/

/* Home financial information block */

.home-financial-information-section .block-container > .row {
    align-content: space-between !important;
}

.home-financial-information-section .col-md-12:nth-of-type(2) {
    align-self: flex-start;
    flex-grow: 1;
    margin-top: 0;
}

.home-financial-information-section .col-md-6 > .row {
    flex-direction: column;
}

/* End home financial information block */


/*** Stock chart ***/
.key-indicators .label {
    margin-bottom: .25rem;
}
.key-indicator-value:not(.smaller) {
    font-size: 2.4rem;
    font-weight: 700;
    color: #36685a;
}
.key-indicators > * {
    box-sizing: border-box;
}
/*** End Stock chart ***/


/*** Videos ***/

.videos-list-item {
    padding: 20px;
    background-color: #fbfaf8;
}
.video-list-item-player {
    margin: -20px -20px 0px -20px;
}
.videos-list-item-heading {
    font-size: 1.2rem;
}
.corporate-video-list .pagination {
    margin-top: 3rem;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    #videosList
    {
        gap: 40px;
    }

    .videos-list-item-wrapper {
        flex: 1 1 calc(50% - 20px);
    }

}

/*** End Videos ***/

/*** Calendar module ***/
.beq-calendar-item-date-text {
    color: rgb(97, 97, 97) !important;
}

.beq-reports-table .beq-reports-table-body tr,
.beq-calendar-list .beq-calendar-item {
    border-bottom: 1px solid #36685a;
}

.beq-reports-table .beq-reports-table-body tr:last-of-type,
.beq-calendar-list .beq-calendar-item:last-of-type {
    border-bottom: 1px solid transparent;
}

/*** End Calendar module ***/

/*** Reports module ***/
.beq-module-6e85b6c5-0282-4efa-b856-9b777e4e7380 .beq-reports-table .beq-reports-table-body tr {
    border-bottom: 1px solid #36685a20;
}

.beq-module-6e85b6c5-0282-4efa-b856-9b777e4e7380 .beq-reports-table .beq-reports-table-body tr.beq-report-headers {
    border-bottom: 2px solid #36685a;
}

.beq-reports-table .beq-report-date {
    color: rgb(97, 97, 97) !important;
}

/*** End Reports module ***/