﻿.page-body h1 {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.page-content {
    padding: 70px 200px;
}

@media screen and (max-width:1200px) {
    .page-content {
        padding: 50px 0px;
    }
}

@media screen and (max-width:991px) {
    .page-content {
        padding: 40px 0px;
    }
}

body {
    font-family: 'Quicksand', sans-serif;
}

article {
    grid-area: content;
    padding: 20px;
}

aside {
    grid-area: sidebar;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
}


article, aside {
    -webkit-transition: linear padding .15s;
    -moz-transition: linear padding .15s;
    transition: linear padding .15s;
}


    article.scroll {
        padding-top: 0px;
    }

    aside.scroll {
        padding-top: 145px;
    }

    aside.scroll-more {
        padding-top: 350px;
    }

    article.scroll-more {
        padding-top: 400px;
    }

.wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 3fr;
    grid-template-areas:
        "header  header"
        "sidebar content"
        "footer  footer";
}

.side-menu {
    text-align: right;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .side-menu a {
        text-decoration: none;
        color: #9B9B9B;
        font-weight: 500;
        font-size: 18px;
        padding: 25px 30px 25px 0;
        display: block;
        -webkit-transition: ease color .15s;
        -moz-transition: ease color .15s;
        transition: ease color .15s;
        border-right: 2px solid #D9D9D9;
    }

        .side-menu a:hover {
            color: #767676;
        }

        .side-menu a.active {
            color: #0055FF;
            font-weight: 700;
            border-right-color: #0055FF;
        }



/*CONTENT*/
.blue-title {
    font-size: 24px;
    font-weight: 700;
    color: #0055FF;
}

.sub-context {
    font-size: 18px;
    font-weight: 500;
    color: #929292;
}

.company-link {
    text-decoration: none;
    transition: transform 0.4s ease-in;
}

.company-desc {
    position: relative;
}
/*OurEcosystem Css*/

.company-link:hover .row {
    transition: transform 0.4s ease-in;
    transform: translateX(20px);
}

.company-link:hover .blue-title {
    transition: transform 0.4s ease-in;
    transform: translateX(20px);
}

.company-link .text {
    display: -webkit-box;
    /* max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

@media screen and (max-width:786px) {
    .company-link .text {
        /* max-width: 500px; */
    }

    .company-link:hover .row {
        transform: translateX(10px);
    }

    .company-link:hover .read-more {
        transform: translateX(10px) !important;
    }

    .company-link:hover .blue-title {
        transition: transform 0.4s ease-in;
        transform: translateX(10px);
    }
}

.read-more {
    position: absolute;
    bottom: -30px;
    right: 20px;
    /* border:1px solid #0055FF; */
    /* width: 3.5rem; */
    border-radius: 16px;
    padding: 1px 15px;
    text-decoration: none;
    font-size: 1.125rem;
    color: #0055FF;
    opacity: 1;
}

.company-link:hover .read-more {
    /* width: 5rem; */
    /* padding: 1px 0px 1px 30px; */
    transition: all 0.4s ease;
    background-color: #0055FF;
    color: #fff;
    opacity: 1;
}

.file:hover,
.folder:hover {
    text-decoration: underline;
}




.group {
    margin-bottom: 30px;
}

.page-section {
    border-bottom: 2px dashed #D9D9D9;
    padding-bottom: 50px;
}

    .page-section:not(:nth-child(1)) {
        padding-top: 50px;
    }

    .page-section:nth-last-child(1) {
        border-bottom: none !important;
    }

.small-title {
    font-size: 18px;
    color: #979797;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.black-title {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    white-space:nowrap;
}

.text {
    font-size: 1.4rem !important;
    color: #333;
}

.file-accordion .file,
.file-accordion .folder {
    border-bottom: 2px solid #d9d9d9;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}


.file-accordion .folder {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 24px 12px;
    background-image: url('/website/img/caret-down-gray.svg');
    width: 100%;
}

.collapse-container .file-accordion {
    padding-left: 33px;
    border-left: 2px solid #d9d9d9;
}

.collapse-container-inner {
    padding-left: 10px;
}

.collapse-container:nth-last-child(1) > .folder,
.file-accordion > .file:nth-last-child(1) {
    border-bottom: none !important
}

.mb-8:not(:nth-last-child(1)) {
    margin-bottom: 80px;
}


thead th {
    background-color: #0055FF !important;
    color: #fff;
    font-size: 18px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom-width: 0 !important;
}

    tbody td:nth-child(1),
    thead th:nth-child(1) {
        padding-left: 30px;
    }

    thead th:nth-child(1) {
        border-top-left-radius: 16px;
    }

    thead th:nth-last-child(1) {
        border-top-right-radius: 16px;
    }

tbody td {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    border-bottom: none !important;
}

    tbody td .name {
        color: #0055FF;
    }

tbody tr:nth-last-child(1) td:nth-child(1) {
    border-bottom-left-radius: 16px;
}

tbody tr:nth-last-child(1) td:nth-last-child(1) {
    border-bottom-right-radius: 16px;
}

table {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgb(0 85 255);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 85, 255, 1);
    box-shadow: inset 0px 0px 0px 2px rgb(0 85 255);
    border-radius: 16px;
}

.contact-text {
    font-size: 18px;
    font-weight: 500;
    color: #929292;

    
}
    .contact-text a {
        text-decoration: none;
        color: #929292;
        filter:brightness(100%);
        transition:filter 0.4s ease;

    }
        .contact-text a:hover {
            filter: brightness(70%);
        }
        .contact-wrapper {
            display: flex;
        }

    .contact-wrapper .group:nth-last-child(1) {
        margin-bottom: 0;
    }

.contact-details {
    padding-right: 100px;
    border-right: 2px solid #D9D9D9;
    width: 320px;
}

.people {
    padding-left: 50px;
    display: flex;
}

    .people > * {
        margin-left: 50px;
    }

    .people .small-group {
        margin-bottom: 50px;
    }

.profile {
    display: flex;
    align-items: center;
}

    .profile .photo {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        overflow: hidden;
        border-radius: 555px;
        border: 5px solid #0055FF;
        margin-right: 30px;
    }

        .profile .photo img {
            width: 100%;
            object-fit: cover;
        }

    .profile .profile-text {
        font-size: 16px;
        font-weight: 500;
        color: #929292;
    }

.message {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    margin-bottom: 30px;
}



.quick-link:before {
    background-image: url(/website/img/click.png);
    width: 26px;
    height: 26px;
    left: -8px;
}

.quick-link {
    line-height: 24px;
    padding-left: 10px;
}

.pf-logo {
    max-width: 230px;
    padding-left: 30px;
    display: block;
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    filter: grayscale(100);
    opacity: .6;
    -webkit-transition: ease opacity .2s, ease filter .2s;
    -moz-transition: ease opacity .2s, ease filter .2s;
    transition: ease opacity .2s, ease filter .2s;
}

.group:hover .pf-logo {
    filter: grayscale(0);
    opacity: 1;
}



@media(max-width:1440px) {
    .contact-details {
        padding-right: 30px !important;
        width: 60%;
    }

    article {
        padding: 0;
    }

    .contact-details .group {
        display: block;
        width: 100%;
    }

    .people > div:nth-child(1) {
        margin-left: 0;
    }
}

@media(max-width:1199px) {
    .side-menu a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pf-logo {
        padding-left: 0;
        max-width: 190px;
        margin-bottom: 15px;
        margin-top: 5px;
    }
}

@media(max-width:991px) {
    .blue-title {
        font-size: 20px;
    }

    tbody td {
        font-size: 16px;
    }

    .small-title, .black-title, .contact-text, .text, .read-more, .file, .folder, .sub-context {
        font-size: 1.125rem;
    }



    .file, .folder {
        line-height: 22px;
    }

    thead tr th {
        font-size: 16px;
    }

    .contact-details {
        padding-right: 30px;
    }

    .people {
        padding-left: 30px;
        display: block;
    }

        .people > div {
            margin-left: 0;
        }
}



@media (max-width: 767px) {
    .wrapper {
        grid-template-columns: 4fr;
        grid-template-areas:
            "header"
            "content"
            "sidebar"
            "footer";
    }

    article {
        padding: 0;
    }

    aside {
        display: none;
    }
}

@media(max-width:576px) {
    .file, .folder {
        padding-left: 30px;
    }

        .file:before, .folder:before {
            left: 30px;
            position: absolute;
        }


    .file-accordion.collapse .file:before {
        left: 60px;
    }

    .collapse-container .file-accordion {
        padding-left: 20px;
    }

    .contact-wrapper {
        display: block;
    }

    .contact-details {
        width: 100%;
        padding-right: 0 !important;
        border-right: none;
        margin-bottom: 100px;
    }

    .people {
        padding-left: 0;
    }
}

.investments-container {
    padding-top: 0 !important;
}

.report-file {
    white-space: nowrap;
    display: inline;
    margin-top: 10px;
    background-color: #0055FF;
    border: 1px solid #0055FF;
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 10px;
    border-radius: 16px;
    transition: all 0.4s ease;
}

    .report-file:hover {
        background-color: #fff;
        color: #0055FF;
    }

.td-label {
    text-align: center;
    vertical-align: middle;
}
