/* START CORPORATE GOVERNANCE */

.corporate-governance .article-button {
    font-size: clamp(0.85rem, 1vw + 0.5rem, 0.9rem);
}

.corporate-governance .article-button span {
    display: inline-block;
    width: max-content;
}

/* END CORPORATE GOVERNANCE */

/* START: GENERAL */

.corporate-charter-documents a:not(.button--primary, .dropdown-item, .banner-breadcrumbs *, table a),
.corporate-governance-scorecards a:not(.button--primary, .dropdown-item, .banner-breadcrumbs *, table a, .accordion-link){
    color: #13a0f0;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

.corporate-charter-documents a:not(.button--primary, .dropdown-item, .banner-breadcrumbs *):hover,
.corporate-governance-scorecards a:not(.button--primary, .dropdown-item, .banner-breadcrumbs *, .accordion-link):hover{
    text-decoration: underline !important;
}

.corporate-governance-scorecards .accordion-link {
    text-decoration: none;
}

.corporate-charter-documents .article-card a,
.corporate-governance-scorecards .article-card a {
    font-weight: normal;
}

.corporate-charter-documents .article-card a:hover,
.corporate-governance-scorecards .article-card a:hover {
    text-decoration: none !important;
}

.corporate-charter-documents table,
.corporate-governance-scorecards table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.25rem;
    overflow-x: auto;
    width: 100%;
}

.corporate-charter-documents table tr td,
.corporate-governance-scorecards table tr td {
    align-content: center;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.corporate-charter-documents table tr:nth-child(odd),
.corporate-governance-scorecards table tr:nth-child(odd) {
    background: #f0f0f0;
}

/* END: GENERAL */


/* START: CORPORATE CHARTER DOCUMENTS */

.corporate-charter-documents table tr th {
    font-weight: bold;
    text-align: left;
    background: #13a0f0;
    color: #ffffff;
    padding: 6px 15px;
    border: 1px solid #ccc;
}

.corporate-charter-documents table thead tr th {
    text-align: center;
    background-color: #ffffff;
    color: #414141 !important;
}


.corporate-charter-documents table a {
    color: #13a0f0;
    font-weight: 600;
    text-decoration: none;
}


/* END: CORPORATE CHARTER DOCUMENTS */

/* START: CORPORATE GOVERNANCE SCORECARDS */

.corporate-governance-scorecards h3 {
    font-size: 1.5rem !important;
}

.corporate-governance-scorecards .accordion-body {
    color: #414d6a;
}

.corporate-governance-scorecards .table>:not(caption)>*>* {
    background-color: transparent;
}

.corporate-governance-scorecards table a {
    color: #2e3092;
    font-weight: 600;
    text-decoration: none;
}

/* END: CORPORATE GOVERNANCE SCORECARDS */

/* START: POLICIES AND PROTOCOLS */

.policies-and-protocols-list ul {
    list-style-type: disc;
    padding-left: 2.7rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.policies-and-protocols-list li {
    font-size: clamp(0.82rem, 1.2vw + 0.5rem, 0.85rem);
    padding-bottom: 0.5rem;
}

@media only screen and (max-width: 540px) {
    .policies-and-protocols-table table {
        min-width: 100% !important;
    }   
}

/* END: POLICIES AND PROTOCOLS  */

/* START: GOVERNANCE PRACTICES */

.governance-practices-list table tr:nth-child(even) {
    background: white !important;
}

.governance-practices-list table tr:nth-child(odd) {
    background: #f0f0f0 !important;
}

.governance-practices-list ul {
    list-style-type: disc;
    padding-left: 2.7rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.governance-practices-list li {
    font-size: clamp(0.82rem, 1.2vw + 0.5rem, 0.85rem);
    padding-bottom: 8px;
}

.governance-practices-custom-h6 h6 {
    font-size: 1.125rem !important;
    font-weight: 450;
    margin-bottom: 1.5rem;
}

/* END: GOVERNANCE PRACTICES  */