html,
body,
#mapContainer {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.regulatoryFilings-container {
    min-height: 600px;
}

.regulatoryFilings-title-tabs {
    display: flex;
    justify-content: space-between;
    padding: 0 28px 28px 28px;
}

.regulatoryFilings-title{
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.regulatoryFilings-content-iframe{
    /*border: solid 2px blue;*/
    border: none;
    width: 100%;
    padding: 0 8px;
    /*border-radius: 20px;*/
}

.regulatoryFilings-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.regulatoryFilings-nav div{
    display: block;
    padding: 0 12px;
    margin-right: 12px;
    line-height: 40px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.regulatoryFilings-nav div:after {
    content: '';
    background: #0fa4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.regulatoryFilings-nav div:hover {
    color: #0fa4e4;
}
.regulatoryFilings-nav div:hover:after {
    width: 100%;
}
.regulatoryFilings-nav div.current:after {
    content: '';
    background: #0fa4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.corporateGovernance-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.corporateGovernance-nav div{
    display: block;
    padding: 0 12px;
    margin-right: 12px;
    line-height: 40px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.corporateGovernance-nav div:after {
    content: '';
    background: #0fa4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.corporateGovernance-nav div:hover {
    color: #0fa4e4;
}
.corporateGovernance-nav div:hover:after {
    width: 100%;
}
.corporateGovernance-nav div.current:after {
    content: '';
    background: #0fa4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.corporateGovernance-content .items{
    display: none;
}
.corporateGovernance-content .items .content{
    padding: 16px 16px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    border-radius: 30px;
}

.corporateGovernance-content .items.active{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: flex-start;
}

.corporateGovernance-content .items .item{
    display: flex;
    flex-direction: column;
    width: 22%;
    padding: 12px 12px;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 30px;
    margin:0 1.5%;
}

.corporateGovernance-content .items .item .avatar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    cursor: pointer;
    background-color: #f2f2f2;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.corporateGovernance-content .items .item .avatar:hover{
    background-color: #0fb1fa;
}


.corporateGovernance-content .items .item .avatar img{
    width: 95%;
    height: 95%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.corporateGovernance-content .items .item .name{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 24px 8px;
    cursor: pointer;
}
.corporateGovernance-content .items .item .name:hover {
    color: #0fa4e4;
}

.corporateGovernance-content .items .item .role{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 2px;
    padding: 0 8px;
    cursor: pointer;
}
.corporateGovernance-content .items .item .role:hover {
    color: #0fa4e4;
}

.corporateGovernance-content-remark {
    width: 100%;
    padding: 16px 5%;
    background-color: #f2f2f2;
    letter-spacing: 2px;
    border-radius: 30px;
    line-height: 2;
    font-size: 18px;
}


.governanceFile-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.governanceFile-nav div{
    display: block;
    padding: 0 12px;
    margin-right: 12px;
    line-height: 40px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.governanceFile-nav div:after {
    content: '';
    background: #0fa4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.governanceFile-nav div:hover {
    color: #0fa4e4;
}
.governanceFile-nav div:hover:after {
    width: 100%;
}
.governanceFile-nav div.current:after {
    content: '';
    background: #0fa4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.modal{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-top-toolbar{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
}

.modal .container{
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    animation-name: modalOpen;
    animation-duration: 0.5s;
    border-radius: 30px;
}

.modal .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    padding: 8px 8px;
    line-height: 10px;
}

.modal .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.corporateGovernance-item-detail{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.corporateGovernance-item-detail .avatar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    background-color: #f2f2f2;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.corporateGovernance-item-detail .avatar img{
    width: 95%;
    height: 95%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.corporateGovernance-item-detail .name{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 24px 8px;
}

.corporateGovernance-item-detail .role{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 2px;
    padding: 0 8px;
}

.corporateGovernance-item-detail .content{
    display: unset;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    padding: 20px 0;
}

.governanceFile-items{
    padding: 10px 0 10px 40px;
}

.governanceFile-items ul li{
    padding: 10px 0;
    font-size: 24px;
    display: flex;
    cursor: pointer;
    width: auto;
}

.governanceFile-items ul li:hover{
    text-underline: #0a84ff;
    color: #0a84ff;
}

.governanceFile-items .fileIcon{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.governanceFile-items .fileName{
    width: 80%;
}

.location-tab{
    letter-spacing: 2px;
}

.location-content {
    display: flex;
    flex-direction: row;
    padding: 8px 0;
    letter-spacing: 2px;
}

.location-content-title {
    font-size: 18px;
    font-weight: bold;
    padding-right: 4px;
    color: #333;
}

.location-content-value {
    font-size: 18px;
}

@keyframes modalOpen {
    from {
        display: none;
    }
    to {
        display: block;
    }
}

@media screen and (max-width: 960px){

    .regulatoryFilings-title-tabs{
        padding: 8px 4px;
    }

    .regulatoryFilings-title{
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 2px;
    }

    .corporateGovernance-nav div{
        font-size: 14px;
        line-height: 24px;
        padding: 0 4px;
        margin-right: 4px;
        font-weight: normal;
    }

    .governanceFile-nav div{
        font-size: 14px;
        line-height: 24px;
        padding: 0 4px;
        margin-right: 4px;
        font-weight: normal;
    }

    .governanceFile-items{
        flex-direction: column;
        align-items: center;
    }

    .governanceFile-items .item{
        width: 90%;
    }


    .corporateGovernance-items .item .avatar {
        width: 140px;
        height: 140px;
    }
    .corporateGovernance-items .item .name {
        padding: 8px 8px;
    }

    .corporateGovernance-content .items.active{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

    .corporateGovernance-content .items .item{
        width: 100%;
        margin: 12px 0;
    }

    .corporateGovernance-item-detail .avatar {
        width: 140px;
        height: 140px;
    }

    .corporateGovernance-item-detail .name {
        padding: 8px 8px;
    }
    
    .governanceFile-items{
        width: 100%;
    }
    .governanceFile-items ul li{
        font-size: 16px;
    }
    .governanceFile-items .fileIcon{
        width: 16px;
        height: 16px;
    }
}