#cust-navbar {
    background-color: #2e3083;
    padding: 0px;
    height: 60px;
    max-width: 1920px;
    margin: auto;
}

#logo {
    height: 50px;
}

#page {
    max-width: 1920px;
    margin: auto;
    /*box-shadow: 0 0 10px 2px rgb(44 47 54 / 25%);*/
    background-color: #ffffff;
}

#top-img-container {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    color: white;
}

#title-row {
    padding-top: 150px;
    font-weight: 400;
    font-size: 38px;
}

#author-btn {
    height: 40px;
    width: 130px;
    background-color: #566982;
    margin-top: 20px;
}

.row.card-row {
    margin-bottom: 15px;
    margin-top: 100px;
}

.container-fluid.company-container-styling {
    max-width: 1600px;
}

.company-card-styling {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 0.5rem;
    background-color: #fff;
}

.min-525 {
    min-width: 5.25rem !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-33 {
    width: 33% !important;
}

.modal-header {
    text-align: center;
    border: none;    
    background-image: linear-gradient(234deg,#002e54 0%,#18293a 100%) !important;
}

    .modal-header .close {
        color: white;
        text-shadow: none;
        opacity: unset;
    }

.modal-footer {
    border: none;
}

.modal-body {
    font-size: .85rem;
    font-family: 'Poppins', sans-serif;
    /*padding: 0.5rem;*/
    background-color: #fff;
    color: #566982;
}

    .modal-body .form-control {
        font-size: 0.85rem;
    }

.fin-table-head {
    color: #566982;
}

.modal-body .table {
    margin: 0;
    color: #303B45;
}

.modal-title {
    color: #ffffff;
    margin-left: 0.8rem;
    font-weight: 400;
}

.btn.companyProfileRelatedInfo {
    color: #ffffff;
    border-color: #389BD8;
    background-color: #389BD8;
}

    .btn.companyProfileRelatedInfo:hover {
        color: #fff;
        border-color: #389BD8;
        background-color: #389BD8;
    }

.modal-footer button.btn {
    color: #2f6bb3;
    border-color: #2f6bb3;
    background-color: #ffffff;
}

    .modal-footer button.btn:hover {
        color: #fff;
        border-color: #2f6bb3;
        background-color: #2f6bb3;
    }


.modal-fullscreen {
    display: flex;
    flex-direction: column;
    position: fixed;
    max-width: none;
    width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    /*transition: ease-in-out;*/
    /*transition: opacity .25s linear,transform .4s;*/
}

    .modal-fullscreen .modal-content, .modal-fullscreen.modal-dialog-scrollable .modal-content {
        height: 100%;
        max-height: 100%;
        overflow: hidden;
    }

        .modal-fullscreen .modal-content .table-fixedhead {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            overflow-y: auto;
            width: 100%
        }

            .modal-fullscreen .modal-content .table-fixedhead table thead th {
                position: sticky !important;
                top: 0;
                background-color: #fff;
                padding: 1.8rem .8rem .8rem;
            }



            .modal-fullscreen .modal-content .table-fixedhead table tbody tr {
                border-bottom: 1px solid #eff0f0;
            }

                .modal-fullscreen .modal-content .table-fixedhead table tbody tr:last-child {
                    border-bottom: none;
                }

                .modal-fullscreen .modal-content .table-fixedhead table tbody tr td {
                    padding: .8rem;
                    vertical-align: middle;
                    height: 4.1625rem;
                }


.list-group-item {
    background-color: #ffffff;
    padding: .5rem 1rem;
    border-style: none;
}

.pelist-group-item {
    background-color: #F6F9FC;
    padding-left: 0px;
    border-style: none;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-title {
    text-decoration: underline;
    color: #0f1032;
    padding-bottom: 10px;
    padding: 3px;
    font-size: 16px;
    font-weight: 600;
}

#company-block-row {
    min-height: 150px;
}

#bottom--image-container {
    padding-left: 0px;
    padding-right: 0px;
    color: white;
}

#article-shadow {
    /* box-shadow: 0 2px 12px #e1edff, 0 4px 10px rgb(82 99 115 / 15%);*/
    border: none;
}

#article-col {
    font-size: 1rem;
    font-weight: 300;
    color: #303B45;
    font-family: 'Poppins', 'Source Sans Pro', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
}

    #article-col .card-body {
        background-color: #fff;
    }

#article-text-row {
    margin-top: 30px;
}

/** levers ***/


.levers .levers-card-title {    
    color: #303B45;
    font-size: .9rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.levers .lever-container ul li{
    margin-bottom:0.9rem;
}
.levers .lever-container ul li:last-child {
    margin-bottom: 0;
}

.levers .lever-body {
    max-width: 35rem;
    margin-bottom: 15px;
    color: #303b45;
    background-color: whitesmoke;
    font-family: 'Poppins', sans-serif;
    padding: 10px 15px;
    border-radius: 2.5em;
    font-size: 12px;
    display:inline-block;
}

    .levers .lever-body:hover {
        cursor: pointer;
        background-color: #bad7fb;
        color: #303b45;
    }

    .levers .lever-body:last-child{
        margin-bottom: 0;
    }

    .levers .lever-body.selected-lever {
        background-color: #bad7fb;
        color: #303b45;
    }


intel-lever.highlightSnippet {
    background-color: #bad7fb !important;
}

#topics, #levers {
    border: none;
    background: white !important;
}

.col.company-block-sections {
    padding-left: 20px;
}

.card-body.company-block {
    padding-top: 10px;
}

.body-font {
    font-family: 'Source Sans Pro', sans-serif;
}

#company-data-section {
    background-color: #F6F9FC;
    padding-bottom: 30px;
}

.col-md-6.col-right-padding {
    padding-right: 7px;
}

.col-md-6.col-left-padding {
    padding-left: 7px;
}

.card.topic-card {
    border: none;
    background-color: rgb(246,244,250);
}

.card-body.topic-card-body {
    margin-right: 10px;
    margin-left: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 1px;
}

#ext-topic-col {
    padding-left: 0px;
}

.col-11.topic-body {
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 25px;
    align-self: center;
}

.topic-text {
    padding-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

#policies > li {
    padding-top: 15px;
}

.fin-table-head > tr > th {
    line-height: 30px;
    padding: 0.5rem 1rem;
    font-size: 15px;
    font-weight: 500;
}

.fin-table-body > tr > td {
    line-height: 20px;
    padding: 3px;
}

@media (min-width: 576px) {
    #pe-2card {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

.right-panel-heading {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1rem;
}

.container.lever-container {
    padding-left: 0px;
    padding-top: 10px;
}

.row.right-panels {
    padding-left: 1rem;
}

.container.vc-container {
    padding-left: 0px;
}

#vc-card {
    background-color: #A75FED;
    max-width: 35rem;
    color: white;
    border-style: none;
    margin-bottom: 15px;
    font-size: 14px;
}

#article-title {
    text-decoration: initial;
    text-align: center;
}

#vc-check {
    font-size: 35px;
    color: blue;
}

#socials {
    color: #2e3083;
    text-align: center;
}

.events-table-body > tr > td {
    line-height: 20px;
    padding: 3px;
}

.events-table-head > tr > th {
    line-height: 30px;
    padding: 3px;
    font-size: 16px;
}

#date {
    min-width: 80px;
}

.data-sections {
    margin-top: 40px;
}

.transaction-section {
    padding-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 80px;
    /* background-color: #F6F9FC;*/
}

.card {
    border-color: whitesmoke;
    background-color: #F6F9FC;
}

.company-section {
    margin-top: 20px;
    padding-bottom: 20px;
    /*margin-left: 20px;
    margin-right: 20px;*/
    background-color: #F6F9FC !important;
}

.pe-section {
    padding-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #F6F9FC;
}

.card-header {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 2px 3px #dbe3e7;
}

    .card-header.company-section-heading {
        background-color: #2f6bb3;
        border-top: 2px solid #f6f9fc;
    }

    .card-header.pe-section-heading {
        background-color: #2e4e96;
        border-top: 2px solid #f6f9fc;
    }

    .card-header.transaction-section-heading {
        background-color: #2e3179;
        border-top: 2px solid #f6f9fc;
    }

.transaction-info-advisors .fin-table-body tr td:nth-child(1) {
    width: 40%;
}

.fa.fa-linkedin-square.company-linkedin {
    font-size: 1.7rem;
    color: #2f6bb3;
    display: inline-block;
}

.fa.fa-linkedin-square.pe-linkedin {
    font-size: 1.5rem;
    color: #2f6bb3;
}

.sticky-card.levers {
    border-left-style: none;
}

.sticky-card {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1;
}

.article-section {
    margin-left: 20px;
    margin-right: 20px;
}

    .article-section .card-body {
        padding: 0.5rem;
    }


    /*** article page hyperlinks ****/

    .article-section a {
        color: #389BD8;
        text-decoration: none;
        cursor: pointer;
    }

    .article-section .accordian a {
        color: #389BD8;
    }

    .article-section .accordian.relatedArticles a {
        color: #389BD8;
    }



.nav-link {
    padding: 0;
    margin-top: .3rem;
}


.accordian {
    font-family: 'Poppins', sans-serif;
    border: none !important;
    border-color: #fff !important;
    border-radius: 0 !important;
}

    .accordian .card-body {
        border-radius: 0;
        font-size: 0.8rem;
        background-color: #fff;
    }

    .accordian .card-header {
        background-color: #fff;
        border-color: #fff;
        border: none;
        box-shadow: none;
        font-family: 'Poppins', sans-serif;
    }

        .accordian .card-header .card-title {
            /*color: #566982;*/
            color: #303B45;
            text-decoration: none;
            font-family: 'Poppins', sans-serif;
            font-size: .9rem;
            font-weight: 400;
            padding: 0;
        }



    .accordian .btn-link {
        color: #566982;
    }

        .accordian .btn-link:hover {
            color: #007bff;
        }

        .accordian .btn-link:before, #accordian .btn-link.collapsed:before {
            content: '';
            display: none;
        }

    /*** related articles accordian overrides **/


    /*.accordian.relatedArticles .card-header .card-title {
        font-weight: 500;
    }

    .

        .accordian.relatedArticles .btn-link:hover {
            color: #007bff;
        }*/


    .accordian.relatedArticles .btn-link {
        color: #389BD8;
    }

        .accordian.relatedArticles .btn-link:after {
            content: '\2212';
            font-size: 1.75rem;
            text-align: center;
            left: 0;
            right: unset;
            top: 0.65rem;
            position: absolute;
        }

        .accordian.relatedArticles .btn-link.collapsed:after {
            content: '\002B';
        }


/** accordian within modal **/



.modal-body .accordian .btn-link, .modal-body .accordian a {
    color: #389BD8;
}

.modal-body .accordian .default-colour, .default-colour {
    color: #566982;
}

.modal-body .accordian .facet {
    padding: 0.5rem 0.75rem 0.5rem 1.8rem;
}

.modal-body .accordian .card-body {
    color: #566982;
    background-color: #f5f5f5;
    background-color: #f9f9f9;
    border-left: 4px solid #566982;
}

.modal-body .card {
    background-color: unset;
}

.modal-body .accordian .btn {
    font-size: 14px;
}

/*.modal-body .accordian .count {
    background-color: #4ba2db;
    color: #ffffff;
    font-size: 14px;
}

.modal-body .accordian .count, .modal-body .non-accordian .count {
    width: 1.8rem;
}*/


.modal-body .count:not(:empty) {
    background-color: whitesmoke;
    color: #566982;
    font-size: 14px;
}

.modal-body .count {
    display: inline-block;
    text-align: center;
    border-radius: 1rem;
    padding: 0.25rem;
    margin: 0;
    width: 1.8rem;
    height: 1.8rem;
}



.modal-body .accordian .default-colour.investment-date, .modal-body .non-accordian .investment-date {
    font-size: 14px;
}


/*** interviewee **/
.accordian .interviewee .interviewee-person {
    color: #566982;
    font-size: 0.9rem;
    font-weight: 400;
}

.accordian .interviewee .interviewee-company {
    color: #566982;
    font-size: 0.8rem;
    /* font-family: 'Montserrat', sans-serif; */
}

.accordian .interviewee .interviewee-person-role {
    color: #566982;
    font-size: 0.8rem;
}

.accordian .interviewee .interview-date {
    color: #303B45;
    font-size: 1rem;
}

/*** key person **/

.facet-container .count {
    background-color: whitesmoke;
    border-radius: 1rem;
    /*margin-right: .3rem;*/
    text-align: center;
    padding: 0;
    width: 1.5rem;
}

.accordian .facet-image {
    width: 1.6rem;
}

.accordian .facet {
    padding: 0.5rem 0.75rem 0.5rem 3.3rem;
    font-size: 0.85rem;
}


.topic-item-container img, .interviewee img {
    width: 2.1rem;
    display: inline-block;
}

.modal-open-link {
    cursor: pointer;
}

.modal.fade {
    /*transition: opacity .15s linear;*/
    transition: opacity .25s linear,transform .4s;
}

    .modal.fade .modal-dialog {
        transform: none;
    }


.modal .modal-header, .modal .modal-footer {
    border: none
}

.uwy .uai {
    background-color: #389bd8;
}

.modal a {
    /*color: #017DFB;*/
    color: #389BD8;
    cursor: pointer;
}

@media (min-width: 800px) {

    #keyPeopleRelatedInfoModal.modal {
        padding: 0;
        overflow: hidden;
    }


    #modalContentWrapper .modal table thead tr th {
        position: relative;
    }

    /**** sortable table columns ***/


    #modalContentWrapper .modal .sortable {
        cursor: pointer;
        white-space: nowrap;
    }

    /* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

    .icon-duotone {
        position: relative;
        padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
    }

        /* Step 2: Set the font styles for Duotone */
        .icon-duotone::before,
        .icon-duotone::after {
            font: var(--fa-font-duotone);
            /* include the basic Font Awesome font style settings if you haven't already */
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1.25em;
            text-align: center;
        }

        /* Step 3: Set the default opacity levels and colors for each layer */
        .icon-duotone::before {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone::after {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone.asc::before {
            color: var(--fa-primary-color, inherit);
            opacity: 1;
            opacity: var(--fa-primary-opacity, 1.0);
        }

        .icon-duotone.asc::after {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }


        .icon-duotone.desc::before {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone.desc::after {
            color: var(--fa-primary-color, inherit);
            opacity: 1;
            opacity: var(--fa-primary-opacity, 1.0);
        }


    /* Step 4: Reference an individual icon's layers using unicodes */
    /* This rule renders the primary duotone for the door-open icon */
    .icon-sort::before {
        content: "\f0dc";
    }

    /* This rule renders the secondary duotone for the door-open icon */
    .icon-sort::after {
        content: "\f0dc\f0dc";
    }
}

.defaultEmptyValue {
    color: #c2c2c2;
}

#relatedDocumentsChart {
    width: 100%;
    min-height: 350px;
}
#searchResultsModalLabel {
    margin: auto;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.modal-header-search-results {
    display: table-column;
}

.search-input {
    margin: auto;
}

.search-input-form {
    margin-bottom: -1.7rem;
    position: relative;
    z-index: 1
}

    .search-input-form .d-inline-block .fa-magnifying-glass {
        position: absolute;
        top: 20px;
        left: 15px;
        font-size: 20px;
    }

    .search-input-form .d-inline-block {
        position: relative;
        width: 50%;
    }

#searchInputModal {
    width: 100%;
    padding-left: 3rem;
}

.bar {
    position: absolute;
    right: 6rem;
}

.cancel-btn {
    position: absolute;
    right: 2rem
}
.element-value .fa-linkedin{
    font-size:1rem;
}
.spinner-search-div {
    position: fixed;
    top: 10.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden{
    display:none;
}
    .spinner-search-div .fa-loader{
        font-size:2.3rem;
    }