#section-investor-relations {
    padding: 4rem 0;
}

    #section-investor-relations .bod-image {
        max-width: 70px;
        border: 1px solid #ccc;
    }

    #section-investor-relations .bod-name {
        color: #000;
        font-weight: 600;
        margin-bottom: 0;
    }

    #section-investor-relations .bod-title {
        color: #000;
        font-size: 0.9em;
        margin-bottom: 0;
    }

#section-investor-relations .nav.nav-tabs {
    border-bottom: 0px solid #fff;
}



.side-nav {
    color: #000;
}

    .side-nav .nav-item a {
        color: #000;
    }

    .side-nav .nav-item .nav-link {
        border: 1px solid #c1c1c1;
        border-radius: 0px;
        background-color: #fff;
    }

        .side-nav .nav-item .nav-link:hover {
            background-color: #dddddd;
        }

        .side-nav .nav-item .nav-link.active {
            background-color: #dddddd;
            border: 1px solid #b4b4b4 !important;
        }

#tab-investor-relations {
    color: #000;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}

    #tab-investor-relations .nav {
        background-color: #dadada;
    }

        #tab-investor-relations .nav .nav-item a {
            color: #000;
            font-weight: 500;
        }

        #tab-investor-relations .nav .nav-item .active {
            border-top: 5px solid #0000ff;
            border-left: 0px solid;
            border-right: 0px solid;
        }

    #tab-investor-relations .nav-link {
        height: 100%;
        color: #000 !important;
    }

    #tab-investor-relations .tab-pane {
        padding: 10px 20px;
    }

    #tab-investor-relations .list-group {
        cursor: pointer;
    }

        #tab-investor-relations .list-group a {
            text-decoration: none;
        }

        #tab-investor-relations .list-group .list-group-item:hover {
            background-color: #d1d1d1;
            border: 1px solid rgba(0,0,0,.125);
            color: #000;
        }

        #tab-investor-relations .list-group .active {
            background-color: #d1d1d1;
            color: #000;
            border: 1px solid #b4b4b4;
        }

.side-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
}
