/* =========================================================
   Change header to dark on the investor inner pages
   All these pages have light background in body
   ========================================================= */
.parent-pageid-8456 .ch-header,
.parent-pageid-4895 .ch-header {
    background: var(--darktheme-bg-gray-dark);
}

/* =========================================================
   Investor Homepage
   ========================================================= */

body {
    --lighter-orange: #f58220;
    --darker-orange: #f56b20;
    --orange: hsl(17, 72%, 58%);
}

.white-bg {
    padding: 10px;
    background-color: hsla(0, 0%, 100%, 0.58);
}

.bg-image {
    position: fixed !important;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: 50% 3px;
    object-fit: cover;
}

.investor-homepage {
    padding: 100px 0;
}

.investor-box {
    background: #fff;
    box-shadow: 0 0 3px #000;
    min-height: 215px;
}

@media screen and (min-width: 768px) {
    .investor-box.span-2 {
        grid-column: span 2;
    }
}

@media screen and (max-width: 767px) {
    .box-wrapper {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

.investor-box .box-wrapper {
    padding: 15px;
    flex: 1;
}

.investor-box .elementor-widget-image,
.investor-box .elementor-widget-image img {
    min-width: 120px !important;
    min-height: 120px !important;
    max-width: 120px !important;
    max-height: 120px !important;
}

.investor-box h2,
.investor-box p {
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
}

.investor-box h2 {
    font-size: 1.3rem;
    line-height: 1.3;
}

@media screen and (max-width: 1520px) {
    .investor-box h2 {
        font-size: 1.1rem;
    }
}

.investor-box p {
    font-size: 13px;
    line-height: 1.2;
}

.investor-box:hover .box-read-more {
    background: var(--darker-orange);
}

.investor-box .box-read-more {
    background: var(--lighter-orange);
    color: white;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 0;
}

/* =========================================================
   Page with Siblings Sidebar (namespaced: investor-)
   ========================================================= */

@media screen and (min-width: 1025px) {
    .chairman-picture {
        flex: 0 0 35%;
    }
}

.widget-title span {
    margin: 0 0 .5em;
    font-size: 150%;
    line-height: 1;
    letter-spacing: -0.035em;
}

.first-paragraph h2 {
    letter-spacing: -0.035em;
    font-weight: 400;
    font-size: 171%;
    line-height: 130%;
}

.investor-heading {
    margin: 0 0 25px 0 !important;
}

.investor-heading h1 {
    font-size: 228.5%;
    position: relative;
    letter-spacing: -0.035em;
}

.investor-heading h1::after {
    content: '';
    display: block;
    height: 3px;
    background: #2d2d2d;
    width: 100px;
    margin: 20px auto 0 auto;
}

.investor-heading.white h1::after {
    background: white;
}

.investor-child-page {
    color: var(--darktheme-black);
}

/* ---------- Sidebar ---------- */

.investor-sidebar {
    flex: 0 0 320px;
    max-width: 320px;
}

.investor-sidebar__title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin: 0 0 16px 0;
    padding: 0 8px;
    line-height: 1.2;
}

.investor-sidebar__menu {
    overflow: hidden;
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    list-style: none;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: 0 1px 1px #fffffff2;
    padding-left: 0;
    margin: 0;
}

.investor-sidebar__item {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px #fffffff2;
}

.investor-sidebar__item:last-child {
    border-bottom: none;
}

.investor-sidebar__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: .65em .85em;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.investor-sidebar__link:hover,
.investor-sidebar__link:focus {
    color: #000;
}

.investor-sidebar__arrow {
    display: inline-block;
    font-size: 12px;
    color: #666;
    flex-shrink: 0;
    transform: translateY(-1px);
}

.investor-sidebar__label {
    flex: 1;
    letter-spacing: 0;
}

.investor-sidebar__item:not(.investor-sidebar__item--current) .investor-sidebar__label {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .95);
}

/* Current / active page */
.investor-sidebar__item--current {
    background-color: var(--lighter-orange);
}

.investor-sidebar__item--current .investor-sidebar__link {
    color: #ffffff;
    font-weight: 500;
}

.investor-sidebar__item--current .investor-sidebar__link:hover,
.investor-sidebar__item--current .investor-sidebar__link:focus {
    background-color: var(--lighter-orange);
    color: #ffffff;
}

.investor-sidebar__item--current .investor-sidebar__arrow {
    color: #ffffff;
}

/* =========================================================
   Boards of directors
   ========================================================= */
.directors-title {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--orange);
}

.directors-name {
    font-size: 171.4%;
    letter-spacing: -0.035em;
    font-weight: 400;
    margin: 10px 0;
}

.directors-edu {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: -0.035em;
}

.directors-bio {
    border-top: 1px hsl(0, 1%, 77%) solid;
    border-bottom: 2px hsl(0, 0%, 18%) solid;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-heading span {
    text-transform: uppercase;
}

.contact-heading span {
    letter-spacing: -0.035em;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

.contact-box {
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 0;
    margin: 0;
}

.field-box {
    background: #ddd;
    padding: 10px;
}

.contact-box li {
    background: #ddd;
    padding: 7px 10px 7px 40px;
    margin-bottom: 2px;
}

.contact-box li a {
    color: var(--orange);
}

.contact-box li.icon {
    position: relative;
}

.contact-box li.icon::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 5px;
    top: 10px;
    background-size: cover;
}

.contact-box li.icon.phone::before {
    background-image: url(/wp-content/uploads/2026/04/phone.svg);
}

.contact-box li.icon.link::before {
    background-image: url(/wp-content/uploads/2026/04/link.svg);
}

.contact-box li.icon.address::before {
    background-image: url(/wp-content/uploads/2026/04/address.svg);
}

.contact-box li.icon.fax::before {
    background-image: url(/wp-content/uploads/2026/04/fax.svg);
}

.contact-box li.icon.email::before {
    background-image: url(/wp-content/uploads/2026/04/envelope.svg);
}

.contact-box li.icon.stock::before {
    background-image: url(/wp-content/uploads/2026/04/stock.svg);
}

/* =========================================================
   Corporate Information
   ========================================================= */

.corporate-container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    border-bottom: 2px hsl(0, 0%, 18%) solid;
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
}

.corporate-item {
    margin-bottom: 10px;
}

.corporate-title {
    display: block;
    color: hsl(17, 100%, 52%);
    letter-spacing: -0.035em;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 18px;
}

.corporate-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.corporate-item ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    color: #333;
}

.corporate-item ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    width: 10px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 12'><polygon points='0,0 10,6 0,12' fill='%234a4a4a'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

.corporate-item ul li em,
.corporate-item ul li i {
    font-style: italic;
}

.corporate-item .sub-text {
    display: block;
    font-style: italic;
    margin-top: 2px;
}

.corporate-item .italic-item {
    font-style: italic;
}

@media (max-width: 768px) {
    .corporate-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .corporate-title {
        font-size: 24px;
    }
}

/* Files download */
.table_title {
    overflow: auto;
    border-bottom: 3px solid #3b3939;
    color: #333;
    font-weight: bold;
    font-size: 18px !important;
    padding: 10px 20px;
}

.table_title .left {
    float: left;
    width: calc(100% - 100px);
}

.table_title .right {
    float: right;
    width: 100px;
    text-align: right;
}

.files-list {
    margin-bottom: 40px !important;
}

@media screen and (min-width: 1025px) {
    .files-list {
        margin-top: -15px;
    }
}

ul.investors-list {
    padding: 0;
    margin: 0;
}

ul.investors-list.list-separated li {
    padding: 10px 20px;
}

/* PDF info box */

.pdfnoticebox {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    border: 1px solid #dddddd;
    margin: 0 auto;
    color: #4f4f4f;
    padding: 35px;
    width: auto;
    text-align: center;
}

.pdfnoticebox p {
    margin: 0 0 0 0;
}

.pdfnoticebox img,
.pdfnoticebox span {
    display: inline-block;
    vertical-align: middle;
}

.pdfnoticebox img {
    width: 80px;
    margin: 0 10px 0 0;
}

.pdfnoticebox span {
    width: calc(100% - 90px);
    text-align: left;
}

.pdfnoticebox a {
    color: rgb(255, 102, 0);
}

@media (max-width: 480px) {
    .pdfnoticebox {
        padding: 20px 15px;
    }

    .pdfnoticebox img {
        width: 100px;
        margin: 0 auto 1em;
    }

    .pdfnoticebox span {
        width: 100%;
    }
}