#menu-corporate-governance {
    display: block !important;
}

.investors-sidebar.c-layout-sidebar-menu .c-sidebar-menu {
    display: block !important;
}

/*.c-layout-sidebar-menu {
    margin-top: 58px !important;
}*/

div.investors {
    width: 100%;
}

div.investors .table-responsive {
    border: 0;
}

div.investors table.table {
    width: 100% !important;
}

div.investors table.table,
div.investors table.table thead,
div.investors table.table tbody,
div.investors table.table tr,
div.investors table.table td {
    border: 0;
}

div.investors table.table tr {
    border-bottom: 1px solid #989898;
}

div.investors-last-update {
    margin-top: 40px;
    font-style: oblique;
    text-align: center;
}

#grid__investors .investors {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#grid__investors .ajax_investors_pagination {
    text-align: center;
}

#investors__ps_loading {
    margin-top: 60px;
}

.c-layout-sidebar-menu.investors-sidebar ul {
    margin-bottom: 0;
}

.c-layout-sidebar-menu.investors-sidebar .widget:first-of-type {
    margin-bottom: 0;
}

.investors-content {
    padding-right: 0 !important;
}

@media screen and (min-width: 992px) {
    .c-layout-sidebar-menu.investors-sidebar {
        width: 33.33333333%;
    }
}

/*IPO*/

.accept-cookie-container {
    text-align: center;
}

#accept-cookie-submit {
    background-color: #0088c4 !important;
    text-transform: uppercase;
    text-align: center;
    padding-left: 29px;
    padding-right: 28px;
    color: #fff;
    border-radius: 2px;
}

/*VC*/
.investors-nomad .wpb_single_image {
    height: 120px;
}

.investors-sidebar .widget h3.c-title {
    background: #1D87C2 !important;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 12px 30px 12px 20px !important;
}

.investors-sidebar ul {
    margin-top: 0 !important;
    border: none !important;
}

.investors-sidebar .current-menu-item.current_page_item a {
    background: #ffffff !important;
    color: black !important;
}

.c-layout-sidebar-menu.investors-sidebar .c-sidebar-menu>li>a {
    padding: 8px 30px 8px 20px !important;
}

.c-layout-sidebar-menu.investors-sidebar .c-sidebar-menu>li>a,
.investors-sidebar .widget h3.c-title {
    background-color: #3F99CB;
    color: #fff;
    font-size: 14px !important;
    line-height: 22px;
    border-bottom: 1px solid #ffffff;
    font-weight: 400 !important;
}

.investors-sidebar .widget h3.c-title {
    padding: 16px 20px !important;
}

.c-layout-sidebar-menu.investors-sidebar .c-sidebar-menu > li > a:before {
    content: '\2022';
    margin-right: 6px;
    display: inline-block;
}

.c-layout-sidebar-menu.investors-sidebar > li:last-child > a {
    border-bottom: none;
}

.menu-item.menu-item-type-post_type.menu-item-object-page:hover a {
    background: #3F99CB !important;
    opacity: 0.9;
}
.investors-sidebar h3+div.c-line-left.c-theme-bg {
    display: none;
}

div.investors table.table td {
    padding: 8px 4px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    vertical-align: middle;
}

div.investors table.table td .download-link {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
}

div.investors table.table td .download-link:before {
    display: none;
}

div.investors table.table td .download-link i {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    font-size: 14px;
    line-height: 24px;
    background-image: url('../../../../assets/img/download-icon.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

div.investors table.table td .download-link:hover i {
    background-image: url('../../../../assets/img/download-icon-hover.png');
}

div.investors table.table tr td:first-of-type {
    padding-left: 0;
}

div.investors table.table tr td:last-of-type {
    padding-right: 0;
}

table thead {
    background: #0088c4 !important;
    border: 1px solid #0088c4 !important;
}

.table > thead > tr > th {
    font-weight: 500 !important;
    color: white !important;
}

.table > tbody > tr > td {
    font-weight: 300 !important;
    color: black!important;
}

@media screen and (min-width: 1200px) {
    div.investors table.table td {
        height: 78px;
        padding: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    div.investors table.table tr td:first-of-type {
        font-size: 18px;
        line-height: 26px;
    }
}