/* =====  QUICK LINKS  ==================================================== */

body {
    background-color: var(--color-beige);
}

.holder-tess img {
    opacity: 1;
}

.col-line {
    width:100%;
    border-top: 1px solid var(--color-red);
}
.board-members-list .container-full {
    margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
    .segment .col-md-8 {
        padding-top: 0 !important;
         margin-top: 0 !important;

    }
    .segment .col-md-4 {
        padding-top: 0 !important;
    }

}
.page-annual-report a {
    pointer-events: all !important;  
}
.page-annual-report img {
    margin-bottom: 15px;
}