/*Autocomplete*/

.autocomplete-result-list {
    padding: 0px 0px;
    margin: 0px;
    background: white;
    list-style-type: none;
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
}

.autocomplete-result-list li {
    padding: 10px 30px;
    cursor: pointer;
    border-bottom:1px solid #f2f2f2;
}

.autocomplete-result-list li:hover {
    background:#f8f8f8;
}

    .autocomplete-result-list li:last-child {
border:0px;
}

.autocomplete-result-list.result_st2 {
    box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 25px;
    max-height:300px;
    overflow:auto;
}

.company_name {
    font-size: 14px;
    color:#363836;
}

.company_details {
    font-size: 14px;
    color: #777777;
}

.autocomplete-result-list li:hover .company_name,
.autocomplete-result-list li:hover .company_details {
    color: #02424B!important;
}

.autocomplete-input.form-control {
    display: inline;
    max-width: 500px;
}

@media(max-width: 768px) {
    .autocomplete-input.form-control {
        display: inline;
        max-width: 300px;
    }
}

@media(max-width: 576px) {
    .autocomplete-input.form-control {
        display: block;
        max-width: initial;
        margin-bottom: 10px;
    }
}

/* Special styling for "Add New Service" option in autocomplete */
.autocomplete-result-list li.add-new-service-option {
    background-color: #f8f9fa;
    border-top: 2px solid #dee2e6;
}

.autocomplete-result-list li.add-new-service-option:hover {
    background-color: #e9ecef;
}

.autocomplete-result-list li.add-new-service-option .company_service_name {
    color: #0066cc;
    font-weight: 500;
}

.autocomplete-result-list li.add-new-service-option .company_service_description {
    font-style: italic;
    font-size: 13px;
}

/* Funds */

.rotate180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}

input.watchlist-checkbox {
    background-color: white;
}
input.watchlist-checkbox:checked {
    background-color: #FED766;
    border-color: #FED766;
}

.dropdown-menu.export-menu,
.dropdown-menu.watchlist-menu {
    top: auto;
    left: auto;
    margin-left: -20px;
    border-radius: 5px;
    margin-top: 1px;
}

    .dropdown-menu.export-menu .dropdown-item,
    .dropdown-menu.watchlist-menu .dropdown-item {
        width: 100%;
        display: block;
        line-height: 1;
    }

.dropdown-menu.export-menu {
    top: 100%;
    left: auto;
    right:0px!important;
}

.watchlist-select {
    display: inline-block;
    width: 200px;
    margin-right:11px;
}

.sp-search-group {
border-bottom: 1px solid #cccccc;
padding:15px 0px;
}

.circle_icon {
    width: 16px;
    height: 16px;
    border: 1px solid #777777;
    display: inline-block;
    border-radius: 100%;
    font-weight: bold!important;
    font-size: 9px;
    text-align: center;
    line-height: 14px!important;
    margin-right:7px;
}

    .circle_icon.text-danger {
        border-color: #de1e29;
    }

.sp-search-group td {
padding-bottom:10px;
}

.sp_search_col {
width:80px;
padding-right:7px;
}

.accordion-body select,
.sp_search_col select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #777777;
    font-size: 14px;
    width: 100%;
    height: 24px;
    outline: 0px;
    padding-left: 7px;
    box-sizing: border-box;
}
.accordion-body input[type="text"],
.accordion-body input[type="number"],
.accordion-body input[type="search"],
.sp_text_search_col input {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #777777;
    font-size: 14px;
    width: 100%;
    outline: 0px;
    padding-left: 7px;
    box-sizing: border-box;
}

.accordion-body input[type="checkbox"] {
background-color:#ffffff;
}

    .accordion-body input[type="checkbox"]:checked {
        background-color: #FED766;
    }
    .add_filters_block {
    color: #777777;
}

.sp_text_st2 {
    text-transform: uppercase;
    color: #1B998B;
    font-weight: 500;
    padding: 7px 0px 10px 0px;
}

.sp-search-group a {
text-decoration:underline;
text-transform:uppercase;
color:#1B998B;
font-weight:500;
font-size:14px;
}

    .sp-search-group a:hover {
    color:#00A6A6;
    }

.sp_text_st3 {
padding:15px 0px;
}

.filter_checkbox_holder {
width:calc(50% - 5px);
display:inline-block;
vertical-align:top;
margin-bottom:7px;
}

.text_m_15 {
margin-bottom:15px;
}

/* Compare chart */
.darker_bar {
    /*fill: rgba(0,0,0,0.8)!important;*/
    opacity: 0.3;
}

.highlight_bar {
    /*fill: rgba(255,255,255,0.8) !important;*/
    opacity: 1;
}

.legend text {
    cursor: default;
}


/* FAQ */

.full_page2.faq_page {
    padding-top:90px;
}

.faq_page {
    margin: 0px auto;
}

    .faq_page .container {
    padding-top:45px;
    }

    .faq_page .page_top_sub_nav_holder {
        padding: 30px;
        position: sticky;
        top: 90px;
        left:0px;
        z-index:9;
        background: #f6f6f6;
    }

    .faq_page .page_top_sub_nav_holder ul {
        margin:0px auto;
        max-width:1130px;
    }

        .faq_content {
        max-width: 1130px;
        margin: 0px auto;
    }

.faq-info-highlighted {
    width: 100%;
    max-width: 800px;
    padding: 0px 0px 0px 60px;
    margin: 30px auto 45px auto;
    position: relative;
    min-height: 70px;
}

.faq-info-highlighted img {
    float: left;
    margin-top: -10px;
    position:absolute;
    width:90px;
    left:-48px;
}

.faq-info-highlighted strong {
    color: #00A6A6;
    display:block;
}

    .faq-info-highlighted ul,
    .faq-info-highlighted ul  li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    /* Modal */
    .modal p {
        text-align: left;
    }

/* Upgrade */
.upgrade-title {
    width: 100%;
    max-width: 850px;
}

/* Alert Settings */

.alert-time-selector.col-lg-4 {
    width: 430px;
}

.alert-time-selector .form-select {
    width: 80px;
    display: inline;
}

.alert-time-selector .form-select.wide {
    width: 150px;
}

.alerts-settings-updates.col-lg-4 {
    width: 335px;
}

/* Cookie disclaimer */

.cookie-banner {
    position: fixed;
    bottom: 15px;
    right:15px;
    border-radius:15px;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    background-color: #00A6A6;
    color: #ffffff;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px;
    max-width:640px;
}

.cookie-banner p {
    margin-top: 1rem;
}

.cookie-banner a {
    color: #ffffff;
    text-decoration:underline;
}

    .cookie-banner a:hover {
       text-decoration:none;
       color:#ffffff;
    }

.cookie-close {
    height: 30px;
    width: 30px;
    border: none;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    top: 15px;
    right: 15px;
}

.list-summary {
   list-style: none;
   padding:30px 30px;
   margin:0px;
   display:flex;
   flex-wrap:wrap;
   width:calc(100% + 15px);
   box-sizing:border-box;
   background:#f8f8f8;
}

.list-summary-item {
    list-style: none;
    padding: 10px 30px;
    margin: 0px 15px 15px 0px;
    border: 1px solid #cccccc;
    width: calc(33.3333% - 15px);
    display: inline-flex;
    align-items: center;
    line-height: 22px;
    min-height: 66px;
}

.list-summary-item:hover {
    border:1px solid #1B998B;
}

.list-summary-item > span {
display:inline-block;
width:50%;
}


.list-summary-item span.text-primary {
color:#363836;
font-size:16px;
text-align:left!important;
}

    .list-summary-item span.text-secondary {
        font-size: 20px;
        font-weight: 500;
        color: #1B998B;
        text-align:right!important;
        text-transform:capitalize;
    }

        .list-summary-item span.text-secondary strong {
        display:block;
        font-size:14px;
        font-weight:500;
        }

        .notes {
            font-size: 14px;
        }

.era-box {
    background: #FED766;
    color: #02424B;
    padding: 1px 3px 1px 3px;
    font-weight: 500;
    font-size: 9px;
    font-style: normal;
    border-radius: 4px;
    min-width: 20px;
    text-align: center;
    vertical-align: top;
    margin-top: 2px;
    display: inline-block;
}


/* Explain Service Providers */
.link {
    fill: none;
    stroke: #f8f8f8;
}

.link:hover {
    stroke: #f5f5f5;
}

    .link.accent {
        stroke: #e1f1f0;
    }

.node rect {
    stroke: transparent!important;
    min-height:7px!important;
}

.node text {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600;
}

/*.node .New {
    fill: #363836 !important;
}

.node .Closed {
    fill: #363836 !important;
}

.node .No.Change {
    fill: #363836 !important;
}

.node .Gained {
    fill: #363836 !important;
}

.node .Lost {
    fill: #363836 !important;
}*/
.node .Administrator,
.node .Auditor,
.node .Custodian,
.node .Prime.Broker {
    fill: #02424B !important;
}

.accent_sel + text,
.accent_sel {
    fill: #1B998B !important;
}

.node .accent_sel + text.Administrator,
.node .accent_sel + text.Auditor,
.node .accent_sel + text.Custodian,
.node .accent_sel + text.Prime.Broker {
    fill: #1B998B!important;
}

.text-new {
    color: #02424B !important;
}

.text-closed {
    color: #777777!important;
}

/* Fund segmentation */
.funds_segmentation_legend {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 7px;
    margin-top: 2px;
    border-radius: 100%;
}

.pf_segmentation h4 {
    cursor: pointer;
    margin:0px;
    font-weight:500;
    font-size:14px;
}

.redar_chart_holder canvas {
max-height:560px;
}

/* Filter */
.inputFrom, .inputTo {
    margin: 0 3px 0 3px;
}

/* Hide arrow for number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.loading-img {
    width: 16px;
    height: 16px;
    margin-bottom:-2px;
}

.fa-crunchbase-logo {
    background: url(/assets/images/crunchbase-logo.svg);
    height: 18px;
    width: 18px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center !important;
    margin-bottom: -3px;
}

.float-request {
    position: fixed;
    width: 180px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999; 
}

.load_spinner {
    height:16px;
    display:inline-block;
}

.selected {
    background-color: #FED766;
    color: white;
}

/* Blog */
.blog_post {
    overflow: hidden;
}

.blog_post .image img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.post_date {
    font-size: 14px;
    color: #1B998B;
    display: block;
    margin-top: -10px;
}

.export-button {
position:relative;
}

.content_preview {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog_post {
margin-bottom:60px;
}

.blog_post a {
    text-decoration: none;
}

.blog_post a:hover {
    text-decoration: underline;
}

.social-share {
    color: #363836;
    margin-top:-4px;
}
.social-share a {
    text-decoration: none !important;
}

h4.post_date_blog {
    font-size: 14px;
    color: #1B998B;
    text-transform: none;
    font-weight: 500;
    margin: 0px;
    display: block;
    margin-bottom:15px;
}

.blog_container {
list-style:none;
padding:30px 0px 0px 0px;
margin:0px 0px 30px 0px;
width:calc(100% + 30px);
display:flex;
flex-wrap:wrap;
}

    .blog_container li {
    width:calc(33.333% - 30px);
    list-style:none;
    padding:0px 0px 40px 0px;
    margin:0px 30px 30px 0px;
    border-top:4px solid #1B998B;
    position:relative;
    }

    .blog_container li .read_more_link {
        position:absolute;
        left:30px;
        bottom:26px;
    }

        .blog_container li h2 {
        font-size:20px;
        margin-bottom:15px;
        }

        .blog_container li figure img {
        object-fit:cover;
        width:100%;
        height:260px;
        }

        .blog_container li figure {
            background: #f6f6f6;
            width: 100%;
            height: 260px;
            padding:0px;
            margin:0px;
            overflow:hidden;
        }

.blog_short_description {
    padding: 30px;
}

    .blog_short_description a {
    text-decoration:none;
    }

    .blog_short_description a:hover {
        text-decoration: underline;
    }

.blog_post h3 {
margin-bottom:15px;
font-weight:500!important;
color:#363836!important;
font-size:16px!important;
text-transform:uppercase!important;
}

    .blog_post h3 span {
        color: #363836 !important;
    }

    .blog_post ul li {
    list-style-image: url(../assets/images/checkmark_green.svg);
    margin-bottom: 7px;
}

.blog_post ul li a {
    color:#363836;
    text-decoration:none;
}

    .blog_post ul li a:hover {
        color: #00A6A6;
        text-decoration: none;
    }

    .blog_paging_button {
    display: inline-block;
    padding: 8px 22px;
    position: relative;
    color: #363836;
    text-decoration: none;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    font-weight: 400;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .blog_paging_button:hover {
        color: #363836;
        background-color: #f6f6f6;
        border-color: #cccccc;
    }

.blog_post figure {
margin:30px 0px;
}

.blog_post .table td {
padding:10px!important;
border-color:#cccccc!important;
}

.blog_post .table td strong {
    font-weight:600!important;
    color:#363836!important;
}

    .social-share span {
    color: #1B998B;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog_button_left img {
    margin-right: 5px;
}

.blog_button_right img {
    margin-left: 5px;
}

.blog_short_description .content_preview p br {
    display: none;
}

.img_blog_holder {
margin:30px 0px;
width:100%;
max-width:640px;
}

.img_blog_holder img {
    width: 100%;
    max-width: 640px;
    border-radius: 5px;
}

.blog_short_description .content_preview p {
    margin: 0px;
}

.content_full {
width:100%;
max-width:1440px;
} 

.title_dark a {
    color: #363836;
    text-decoration: none;
}

    .title_dark a:hover {
    color:#00A6A6;
    text-decoration:none!important;
    }

.title_dark img {
    width: 26px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

/* Ad Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* This is the aspect ratio for 16:9 videos. Adjust if your video has a different aspect ratio. */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Export */

.export-icon-button {
    margin-left: 20px;
    padding: 0.25rem 0.5rem;
}


/* Misc */
.crm_company_link .small {
    font-size: small;
}

.text_list_st1 {
padding-left:0px;
}

.text_list_st1 li {
    background: url(../assets/images/checkmark_green.svg) no-repeat left top;
    margin-bottom: 7px;
    list-style: none;
    padding-left: 28px;
    background-size: 20px;
}

.text_list_st3 {
padding:0px;
margin:0px;
list-style:none;
}

    .text_list_st3 li {
    list-style:none;
    margin-bottom:1px;
    display:flex;
    }

        .text_list_st3 li i {
            font-size: 10px;
            margin-top: 4px;
        }

        .text_list_st3 li a {
        text-decoration: none;
        color: #363836;
        }

        .text_list_st3 li a:hover {
            text-decoration: none;
            color: #00a6a6;
        }

.link_st_sm_green {
margin-top:10px;
}

    .link_st_sm_green a {
    text-decoration:none;
    font-size:14px;
    text-transform:uppercase;
    }

.page_twocol {
    background: #f6f6f6;
}

    .page_header {
        width: 100%;
        box-sizing:border-box;
        padding:30px 30px 30px 30px;
        min-height:112px;
        z-index:9;
    }

        .page_header h2 {
        text-transform:capitalize!important;
        }

        .page_header > .row {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

.page_twocol .page_header {
position:sticky;
top:90px;
left:0px;
width:100%;
background:rgba(242, 242, 242, 0.85);
}

.col_left_fixed_height {
    top: 230px;
    position: sticky;
    height: calc(100vh - 230px);
    margin-right: -30px;
}

.filters_holder {
   width:100%;
   max-width:1660px;
   margin:0px auto;
   display:flex;
   padding:0px 60px;
   flex-wrap:wrap;
}

    .filters_holder h3 {
    margin-top:8px;
    width:35px;
    }

    .filters_holder .accordion {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 145px);
        align-items: flex-start;
    }

.filters_connections .accordion {
    width: calc(100% - 35px);
}
    .leftcol_top_buttons {
    width: 110px;
    text-align: right;
}

    .leftcol_top_buttons .btn_st_hidden  {
        margin-top: 8px;
    }

    .filters_leftcol + .related_companies_col .filters_leftcol,
    .filters_col + .related_companies_col .filters_leftcol {
        padding-top: 15px;
    }

    .filters_col + .related_companies_col .leftside_button {
    display:none!important;
    }

    .show_block {
        display: block;
    }

.twocol_container {
    width: 100%;
}

    .twocol_container > .row {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    }

.twocol_container .col_left {
width:340px;
box-sizing:border-box;
padding:26px 30px 30px 30px;
font-size:14px;
}

.twocol_container .col_left.hidden h3 {
    display: none;
}

        .twocol_container .col_left.hidden h3 .clear_filters_button {display:none;}

    .twocol_container .col_left.hidden ul,
    .twocol_container .col_left.hidden .filters_holder > div,
    .twocol_container .col_left.hidden .filters_holder > div input[type="search"],
    .twocol_container .col_left.hidden h4,
    .twocol_container .col_left.hidden .checkbox_holder {
        display: none;
    }

        .twocol_container .col_left.hidden .filters_holder > div.left_search_block {
            display: block !important;
            border:0px;
        } 

        .twocol_container .col_left.hidden .filters_holder > div.left_search_block .leftside_button {
            display: block !important;
        }

        .twocol_container .col_left.hidden {
            width: 30px;
            padding-left:0px;
        }

    .twocol_container .col_left.hidden.h_st2 {
    width: 30px;
    padding-left:0px;
    }

    .col_left h4 {
        font-weight: 600;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

.col_left .btn-secondary {
    height: 22px;
    line-height: 16px;
    background: #363836;
    color: #ffffff !important;
    font-size: 12px;
    padding: 0px 12px;
    text-transform: none;
    border: 0px;
    margin-top: -3px;
    margin-bottom: -3px;
    box-shadow: none !important;
}
}

    .col_left .btn-secondary:active,
    .col_left .btn-secondary:focus {
    outline:0px!important;
    }

        .col_left .btn-secondary:hover {
        color: #ffffff!important;
        background:#00A6A6;
    }

.twocol_container .col_right {
    width: calc(100% - 340px);
    box-sizing: border-box;
    padding: 30px 30px;
    border-top-left-radius: 25px;
    background: #ffffff;
    min-height:calc(100vh - 283px);
}

.hidden_left_col.twocol_container.h_st2 .col_right {
    width: calc(100% - 30px);
}

.hidden_left_col.twocol_container .col_right {
    width: calc(100% - 30px);
}

.companies_col {
padding-bottom:30px;
}

.total_num_block {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    color: #777777;
    font-weight: 500;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    background: #f8f8f8;
    line-height: 22px;
}

.total_num_block strong {font-weight:600; color:#1B998B; margin-left:5px; font-size:16px;}

.text-info strong {font-weight: 600;}

input.calendar_input {
border-radius:5px;
color:#777777;
padding-right:10px;
}

.grid_edit_button {
font-size:16px;
}
.grid_delete_button {
font-size:16px;
margin-top:2px;
}

.buttons_holder_right {
padding-top:30px;
text-align:right;
}

.register_container .buttons_holder_right {
padding-top:0px;
}

.table_container > tr:first-child td {border-bottom:0px; padding-bottom:0px;}
    .table_container tr:first-child td:first-child a {font-weight:600; }


.filings_grid {
width:100%;
display:flex;
flex-wrap:wrap;
}

    .filings_grid .col_fg_left {
    width:25%;
    }

    .filings_grid .col_fg_right {
        width: 75%;
    }

.fg_grid_title h4 {
    border-bottom: 1px solid #1B998B;
    padding-bottom:10px;
    font-size:14px;
    text-transform:none;
    color:#1B998B;
    margin:0px;
}

.col_fg_left h4 {margin-bottom:5px; padding-top:10px;}
.col_fg_left p {line-height:1.7;}

/* Latest Filings Table Styles */
.filings_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.filings_table thead th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 16px;
    border-bottom: 2px solid #1B998B;
    text-align: left;
}

.filings_table tbody tr {
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.15s ease;
}

.filings_table tbody tr:hover {
    background-color: #f8f9fa;
}

.filings_table tbody tr:last-child {
    border-bottom: none;
}

.filings_table td {
    padding: 14px 16px;
    font-size: 15px;
    vertical-align: middle;
}

.filing_link {
    color: #1B998B;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.15s ease;
}

.filing_link:hover {
    color: #147a7a;
    text-decoration: none;
}

.filing_link i {
    font-size: 14px;
    opacity: 0.8;
}

.filing_date {
    color: #363836;
    font-size: 14px;
}

.filings_section .grid_holder_st1 {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.filings_section .table-wrapper {
    padding: 0;
}

.adv_info_block_st1 {
width:100%;
overflow-x:hidden!important;
}

    .adv_info_block_st1 .container {
    display:flex;
    }


    .sp_holder .container {
        display: block;
    }

.sp_header_grid {
    display: flex;
    align-items: center;
    margin-bottom:30px;
    justify-content: space-between:
}

    .sp_header_grid p {
        font-size: 32px;
        color: #363836;
        display: inline-block;
        padding: 0px 20px;
        margin: 0px 0px 5px 20px;
        border-left: 1px solid #e3e3e3;
        font-weight: 300;
    }

        .sp_header_grid p strong {
        font-weight:400;
        color:#00a6a6;
        }

        .col_text_left {
        font-size: 20px;
        line-height: 1.5;
        width: calc(100% - 360px);
        box-sizing: border-box;
    }

    .col_text_left > p:first-child {
    margin-top:15px;
    }

    .col_text_left > p {
    margin-bottom:30px;
    }

.description_logo_holder {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.description_logo_holder img {
    width:100%;
    max-width:220px;
    object-fit:cover;
    border-radius:0px;
}

.sf_media_link {
    color: #00A6A6;
    display: flex;
    text-decoration: none;
    font-size: 16px;
    text-transform: lowercase;
    max-width: 220px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #00a6a6;
    justify-content: space-between;
}

        .sf_media_link span {
            max-width: 270px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
        }

        .sf_media_link i {
            margin-right: 7px;
            vertical-align: middle;
            font-size: 24px;
        }

        .sf_media_link img {
            width:18px;
        }

        .sf_media_link:hover {
            color: #ffffff;
            background:#00A6A6;
        }

            .sf_media_link:hover img {
                filter: brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(650%) hue-rotate(200deg) brightness(401%) contrast(401%);
            }

            .col_additional_info {
    width: 360px;
    box-sizing: border-box;
    padding-right: 60px;
}

    .col_additional_info h4 {
    margin-bottom:7px;
    }

    .col_additional_info p {
    width:100%;
    }

    .col_additional_info p,
    .col_additional_info h2 {
        margin-bottom: 30px;
    }

    .card-text {
        line-height: 1.5;
    }

.ai_details {
    width: 100%;
}

.modal-body .list-group {
overflow:auto;
max-height:360px;
}

    .modal-body .list-group a {
    text-decoration:none;
    }

.modal-body .card {
width:100%;
text-align:left;
}

    .modal-body .card input,
    .modal-body .card select,
    .modal-body .card textarea {
    width:100%;
    }

    .ai_details .table_st2 td {
        padding: 10px 0px;
    }

        .ai_details .table_st2 td:first-child {
        width:150px;
        }

        .col_additional_info .table_st2 td strong {
            margin-right: 30px;
        }

.number_st2 {
    color: #1B998B;
    font-size: 18px;
    font-weight: 500;
}

.ai_details > div strong {
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #1B998B;
    line-height: 48px;
}

    .ai_details > div label {margin-bottom:7px;}

.col_text_left .text_list_st1 li {
    background-position: 0px 2px;
    font-size:16px;
}

.col_text_left .text-group {
padding-top:15px;
}

.headquarters_location {
    color: #363836;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: left;
    background: url(../assets/images/location_map.svg) left top no-repeat;
    background-size: 20px;
    padding-left: 27px;
    float: right;
}

.h_location_left .headquarters_location {
float:none;
}

    .headquarters_location a {
    text-decoration: none;
    color: #363836;
}

    .headquarters_location a:hover {color:#1B998B;}


.smedia_links {
width:100%;
text-align:right;
box-sizing:border-box;
}

.media_link {
    line-height: 34px;
    text-align: center;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    background: #f6f6f6;
    color: #363836 !important;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
}

    .media_link:hover {
        border-color: #1B998B;
        color:#1B998B;
    }

        .media_link:hover i {
            color: #1B998B;
        }
        .globe_icon {background:transparent; font-size:24px; line-height:24px; color:#1B998B!important;}
        .globe_icon:hover {background:transparent; color:#00A6A6!important;}

.details_container_st1 {
position:relative;
width:100%;
margin-bottom:45px;
}

.details_container_st1 > .row {
    position: relative;
    width: calc(100% + 60px);
    margin-left:-30px;
}

    .details_container_st1 > .row > h3 {
    background:#1B998B;
    color:#ffffff;
    margin:0px;
    padding:10px 30px;
    box-sizing:border-box;
    font-size:16px;
    text-transform:uppercase;
    width:100%;
    }

.details_col1 {
background:#f8f8f8;
padding:30px;
box-sizing:border-box;
width:33.333333%;
font-size:14px;
}

.dd_list_width250 select {
width:250px;
}

span.dd_list_width250 {
font-weight:500;
text-transform:uppercase;
}

.field_st2 {
font-weight:500;
color:#1B998B;
}

.triggers .buttons_holder_right {
    padding: 0px!important;
}

    .triggers .buttons_holder_right a {
    margin-left:7px;
    }

    .details_col1.bg_st2 {
        background: #F0F0F0;
    }

.block_content_ws {
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f6f6f6;
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
}

    .block_content_ws canvas {
    min-height:360px;
    max-height:420px;
    }

    .block_content_ws h3 {
        margin-bottom: 30px;
        width: 100%;
        padding-bottom: 25px;
        border-bottom: 1px solid #363836;
    }

.total_numbers_list {
padding:0px;
margin:0px 0px 15px 0px;
list-style:none;
width:100%;
display:flex;
}

    .total_numbers_list li {
        padding: 25px 30px;
        margin: 0px;
        list-style: none;
        width: calc(100% - 15px);
        box-sizing: border-box;
        background: #00A6A6;
        color: #ffffff;
        border-radius: 5px;
        margin-left: 15px;
        background: linear-gradient(66deg, rgba(2, 66, 75, 1) 0%, rgba(0, 166, 166, 1) 100%);
        background-attachment: fixed;
        position:relative;
    }

        .total_numbers_list li:first-child {
        margin-left:0px;
    }

        .total_numbers_list li img {
        position:absolute;
        z-index:1;
        opacity:0.05;
        width:90px;
        }

.aum_tab_st img {
    left: -7px;
    bottom: -17px;
}

.aum__discr_tab_st img {
left:-6px;
bottom:-6px;
}

.gav_tab_st img {
    left: 15px;
    bottom: -13px;
}

.empl_icon_tab_st1 img {
left:15px;
bottom:-12px;
}

.empl_icon_tab_st2 img {
    left:15px;
    bottom:-5px;
}

.total_numbers_list li p {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    margin: 0px;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

        .total_numbers_list li p strong {
        font-size:14px;
        line-height:18px;
        font-weight:500;
        margin-left:0px;
        margin-bottom:20px;
        width:100%;
        text-align:left;
        }

            .total_numbers_list li p strong span {
                padding-right:90px;
                display:inline-block;
                position:relative;
            }

            .total_numbers_list li p small {
            font-size:14px;
            line-height:18px;
            text-align:right;
            position:absolute;
            right:0px;
            top:-5px;
            padding:5px 15px;
            background:#ffffff;
            border-radius:25px;
            font-weight:500;
            }

            .chart_holder_dashboard {
        width:100%;
        box-sizing: border-box;
    }

.block_content_st3 {
    background: #ffffff;
    box-sizing: border-box;
    width: calc(50% - 30px);
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0px;
}

    .block_content_st3 h4 {
    color:#363836;
    font-size:14px;
    font-weight:bold;
    }

    .block_content_st3 .compare_details_block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #1B998B;
        padding: 10px 0px;
        align-items: center;
        line-height: 18px;
    }

        .block_content_st3 .compare_details_block h5 {
        margin: 0px;
        line-height:18px;
        font-size:14px;
        font-weight:500;
        width:50%;
    }
        .block_content_st3 .compare_details_block .value_same,
        .block_content_st3 .compare_details_block .value_differ {
            color: #1B998B;
            font-size: 18px;
            font-weight: 500;
            text-align: right;
            width: 50%;
        }

        .block_content_st3 .compare_details_block .value_same {
            text-align: right;
            width: 50%;
            text-transform:capitalize;
        }

.details_container_st1.compare_advisers_holder:last-child {margin-bottom:45px;}

.details_container_st1 .d-flex .details_accordion .compare_details_block,
.details_container_st1 .d-flex .table_st2 .compare_details_block {
    font-size: 16px;
    padding: 0px;
    width: 100%;
    margin-bottom: 10px;
}

    .details_container_st1 .d-flex .details_accordion .compare_details_block h5,
    .details_container_st1 .d-flex .table_st2 .compare_details_block h5 {
        margin: 0px;
    }


.compare_details_block > div {
    margin-bottom: 5px;
}

@media (max-width: 1499px) {
    .details_container_st1 .d-flex {
    flex-wrap:wrap;
    }

}

.table_st2 {
    width: 100%;
}

    .table_st2 td {
    padding:10px 0px;
    font-size:14px;
    vertical-align:top;
    border-top:1px solid #1B998B;
    }

    .table_st2 td small {
    display:inline-block;
    font-size:14px;
    margin-left:3px;
    }
        .table_st2 td.td_label {font-size: 14px; width:47%;}

.table_st2 td strong {font-weight:600; font-size:14px;}
        .table_st2 td[colspan="2"] strong {margin-bottom:5px;}

        .table_st2 td sup {
            font-size: 10px;
        }

.details_col1 .table_st2 td {
padding:15px 0px;
}

    .details_col1 .table_st2 tr:first-child td {
    padding-top: 0px;
    border-top: 0px;
}

.row_npb {padding-bottom:0px!important;}

.row_nb td {
    border: 0px !important;
    padding-top: 0px !important;
}

.table_st2 td strong {display:block;}

.details_accordion {
width:100%;
}

    .details_accordion .da_item:first-child {padding-top:0px;}

    .da_item {
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px solid #1B998B;
    }
    .da_item h3 {margin:0px; width:100%; position:relative; display:table; cursor:pointer; font-weight:500;}

    .da_item h3:after {
        height: 24px;
        width: 24px;
        background: #1B998B url(../assets/images/white_arrow_down.svg) center 9px no-repeat;
        background-size: 13px 8px;
        content: "";
        display: inline-block;
        vertical-align: top;
        float:right;
        border-radius: 50%;
        margin-top:-3px;
    }

.details_accordion .da_item:last-child {border:0px;}
.da_full_info {display:none; padding-top:15px;}

#carouselNews .carousel-inner {min-height:310px; }

.d_row {width:calc(100% + 30px); flex-wrap:wrap;}

.col_width100 {width:100%;}

.col_width110 {width:110px;}

.col_width80 {
    width: 80px;
}

.d_row .col_width100 {width: calc(100% - 30px);}

h3 a {text-decoration:none;}
h3 a:hover {color:#363836;}

.top_checkbox_holder {
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #cccccc;
}

.subnav_st2 {
    display: inline-block;
    vertical-align: middle;
}

    .subnav_st2 + .subnav_st2 {
    margin:0px 0px 0px 30px;
    }

    .subnav_st2.view_nav {
        border-radius: 5px;
        background: #f6f6f6;
        padding: 3px;
        border:1px solid #e3e3e3;
    }

    .subnav_st2 label {
        color: #aaaaaa;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        cursor: pointer;
        vertical-align: middle;
        margin-bottom:0px;
        margin-top:-3px;
        position:relative;
        z-index:2;
    }

.subnav_st2_tab {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    position: relative;
    padding: 0px 12px;
    border-radius: 5px;
}

    .subnav_st2_tab:first-child {
    margin-left:0px;
    }

.view_nav .subnav_st2_tab label {
line-height:14px;
color:#363836;
}
    .view_nav .subnav_st2_tab {
        padding: 5px 20px;
        border-radius: 5px;
        margin-left: 0px;
    }

.view_nav .subnav_st2_tab img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 4px;
}

    .subnav_st2_tab.sel {
        color: #363836;
    }

.view_nav .subnav_st2_tab.sel label {
    color: #363836;
}

    .view_nav .subnav_st2_tab.sel img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(5%) saturate(314%) hue-rotate(71deg) brightness(104%) contrast(90%);
}

.view_nav .subnav_st2_tab.sel {
background:#ffffff;
}

.block_content_ws .subnav_st2_tab.sel label {
color:#ffffff;
}

.subnav_st2_tab input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-top: 0px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .subnav_st2_tab.sel input[type="radio"] {
    background:#00A6A6;
    }

    #carouselNews .carousel-inner h4 {
    font-size: 14px;
    color: #1B998B;
    text-transform: none;
    font-weight: 500;
}

    #carouselNews .carousel-inner h4 a {
    text-decoration:none;
    }

#carouselNews .carousel-inner h2 {line-height:1.3;}
#carouselNews .carousel-inner h2 a {
    color: #363836;
}

.title_nav_holder {
width:100%;
display:table;
}

    .title_nav_holder .buttons_holder_right {
    float:right;
    }

.title_nav_holder h3 {display:inline-block;}

    .container_charts {
        width: 100%;
    }

    .container_charts > .row {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    }

    .ch_col2 {
    width:50%;
    }

        .container_charts > .row .ch_col2:first-child {padding-right:15px;}
        .container_charts > .row .ch_col2:last-child {padding-left: 15px;}

.block_content_ws .buttons_holder_right,
.container_charts > .row .ch_col2 .buttons_holder_right {
    padding-top: 0px;
    padding-bottom:30px;
}

.block_content_ws col_width100 h3 .buttons_holder_right {
    padding-bottom: 0px;
}

.contact_us_cm_form_bottom {
display:flex;
flex-wrap:wrap;
align-items:center;
}

    .contact_us_cm_form_bottom .form-check {
    margin-left:30px;
    margin-top:5px;
    }

.cm_remove_button {text-align:right;}
    .cm_remove_button button {
    margin-top:5px;
    }

    .chart_w100 {
        width: 100%;
    }

.col_width70 {
    box-sizing: border-box;
    width: 70%;
    padding-right: 45px;
}

.col_width30 {
    box-sizing: border-box;
    width: 30%;
}

.col_width160 {width:160px;}

.client_relation {
    font-size: 12px;
    color: #1B998B;
    border: 1px solid #1B998B;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 12px;
    border-radius: 5px;
    margin-bottom: 4px;
    margin-left:7px;
}

    .client_relation a {
    text-decoration:none;
    }

    .ch_col1 {
        width: 100%;
    }

.search_home_section {
position:relative;
width:100%;
}

.search_home_section input {
    height: 60px;
    border-radius:5px;
}

    .search_home_section button {
        height: 60px;
        width:70px;
        padding:0px;
        background:transparent;
        border-radius:0px;
    }

    .search_home_section button:hover {
        background:transparent;
    }

        .search_home_section button img {
        width:24px;
        margin-right:4px;
        margin-top:-5px;
        vertical-align:middle;
    }

.search_home_section input[type="search"] {
    height:60px;
    width:100%;
    background:transparent;
    border:1px solid #ffffff;
    color:#ffffff;
    box-sizing:border-box;
    }

.search_home_section input[type="search"]::placeholder {
    opacity: 1;
    color:#ffffff;
}

.checkbox_holder_grid .form-check-label {
    margin-right: 15px;
}

.checkbox_holder_grid input {
    margin-right: 4px;
    margin-top: 2px;
}

.bar_ch_legend {
width:100%!important;
padding-top:30px;
}

    .bar_ch_legend .d-flex {
    width:auto!important;
    }

    .hb_search {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 60px;
    }

.overview {
    width: 100%;
    background: rgba(2, 66, 75, 0.92);
}

.overview_container {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position:relative;
    padding:0px;
    margin:0px auto;
}

    .overview_container .overview_nav {
        width: 100%;
        padding: 0px 0px;
        margin: 0px auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        max-width: 1220px;
    }

        .overview_container .overview_nav li {
            margin:0px;
            padding:30px;
            width:33.33333%;
            position: relative;
            text-align:center;
        }

            .overview_container .overview_nav li h2 {
            font-size:16px;
            font-weight:400;
            text-transform:uppercase;
            margin:0px;
            color:#ffffff;
            
            }

                .overview_container .overview_nav li h2 a {
                    text-decoration: none !important;
                    display: flex;
                    align-items: center;
                    color:#ffffff;
                    margin:5px 0px;
                    justify-content: center;
                }

                .overview_container .overview_nav li h2 a > div {
                    margin-left:10px;
                    text-align:left;
                    margin-top:-5px;
                }

                    .overview_container .overview_nav li h2 a div img {
                        opacity: 0;
                        transition: all 0.25s ease;
                        margin-left:0px;
                        width:26px;
                        height:12px;
                        margin-right:7px;
                    }

                    .overview_container .overview_nav li h2 a div:hover img {
                        opacity: 1;
                        margin-left: 7px;
                        margin-right:0px;
                    }

                    .overview_container .overview_nav li h2 a .count_number {
                        display: block;
                        color: #1B998B;
                        font-size: 38px;
                        line-height: 40px;
                        font-weight: 400;
                    }

                    .overview_container .overview_nav li h2 a .count_number:after {
                        content:"+";
                        margin-left:2px;
                    }

                .overview_container .overview_nav li h2 .odometer-inside {
                    display:inline-block;
                }

.overview_container .overview_nav li h2 a:hover {
    color: #ffffff;
}

                    .overview_container .overview_nav li h2 a img {
                        width:68px;
                    }


                    .overview_container .overview_nav li h2 a:hover {
                    color:#ffffff;
                    }

                    .overview_container .overview_nav li h2 img {
                        margin-right: 15px;
                    }
.home_info_block1 {
    width: 100%;
    background: #02424B;
    background: linear-gradient(152deg,rgba(2, 66, 75, 1) 0%, rgba(2, 66, 75, 1) 50%, rgba(27, 153, 139, 1) 100%);
    color: #ffffff;
    padding: 120px 0px;
    box-sizing: border-box;
    overflow:hidden!important;
}

.home_info_block1 .container img {
    max-width: 330px;
}

    .home_info_block1 .container {
    display:flex;
    flex-wrap:wrap;
    max-width:1160px;
    margin:0px auto;
    }

    .home_info_block1 .container aside {
        width: calc(100% - 330px);
        padding-left: 90px;
        box-sizing: border-box;
    }

    .home_info_block1 h2 {
    color:#1B998B;
    font-size:34px;
    margin-bottom:30px;
    line-height:1.4;
    }

.home_info_block1 p {
margin-bottom:30px;
}

    .h2_s24,
    .home_info_block1 .h2_s24 {
        font-size: 20px;
        line-height:1.5;
    }

.home_info_block2 {
    background: #f6f6f6;
    color: #02424B;
    padding: 120px 0px;
    box-sizing: border-box;
    overflow-x:hidden;
}

.home_info_block2 .container {
    max-width: 1160px;
    margin: 0px auto;
}

    .home_info_block2 p {
        font-size: 24px;
        line-height: 1.5;
    }

    .home_info_block2 h2 {
        color: #02424B;
        font-size: 42px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .home_info_block2 strong {
        font-weight: 400;
        text-shadow: 0px 1px 0px #f6f6f6, 1px 2px 0px #f6f6f6;
    }

    .home_info_block2 h2 strong {
        font-weight: 300;
    }

.sp_connect_page .row_content_st_buttons  {
padding:60px 30px;
}

    .sp_connect_page .row_content_st_buttons .buttons_holder_bottom {
        max-width: 1100px;
        margin: 0px auto;
    }

    .text_line_st3 {
    position: relative;
}

        .text_line_st3 span {
            height: 3px;
            background: transparent;
            width: 0px;
            border-radius: 2px;
            position: absolute;
            left: 0px;
            bottom: 1px;
            transition: all 0.500s ease;
            transition-delay:0.75s;
            z-index:-1;
        }

.aos-animate .text_line_st3 span {
    height: 3px;
    background: #FED766;
    width: 100%;
}

p.aos-animate .text_line_st3 span {
    transition-delay: 1.5s;
}

.home_info_block2 p a {
color:#02424B;
text-decoration:none;
}

.home_about_section {
    width: 100%;
    padding: 120px 0px;
    background: #ffffff;
    overflow-x: hidden;
}

.navbar-nav > li.search_tab {
    width: 360px;
    margin-right:0px!important;
    margin-top:25px;
    float:none;
}

#search_containerConnect {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    position:relative;
}


.btn_search {
    border: 0px;
    background: transparent;
    outline: 0px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.search_tab input#search_fieldConnect {
    background-color: #f6f6f6;
    background-position: 17px center;
    background-size: 16px auto;
    background-image: url(/assets/images/search_grey.svg);
    border: 1px solid #e3e3e3;
    color: #777777;
    outline: 0px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 45px;
    display: block !important;
}

    .search_tab input[type="search"]::placeholder {
        opacity: 1;
        color: #777777;
    }

.home_info_block1 strong {
   font-weight: 400;
   color:#FED766;
}

.home_about_section .container {
    width: 100%;
    max-width: 1360px;
}

    .home_about_section article {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0px auto;
        align-items: center;
    }

    .home_about_section article .btn_border_st {
    margin-left:10px;
    }

        .home_about_section article .btn {min-width:152px;}



        .home_about_section article .video_border {
            width: 820px;
            margin: 0px;
        }

        .cta_text {
            padding-right: 60px;
            width:calc(100% - 820px);
            box-sizing:border-box;
        }

.home_about_section h2 {
margin-bottom:45px;
}

    .home_about_section h2 b {
    font-weight:500;
    color:#1B998B;
    }

.home_filings_section {
    padding: 90px 0px;
    background:#f8f8f8;
}

    .home_filings_section .container {
        width:100%;
        max-width:1220px;
    }

.filings_list {
padding-top:30px;
display:flex;
flex-wrap:wrap;
}

    .filings_list .filings_item {
        width: calc(33.333333% - 15px);
        margin-bottom:15px;
        margin-right:15px;
        display:flex;
        padding:15px 30px;
        box-sizing:border-box;
        align-items:center;
        border:1px solid #cccccc;
    }

    .filings_list .filings_item:hover {
        border-color:#1B998B;
    }
        .filings_list .filings_item .filings_type {
        width:140px;
        text-align:right;
        order:2;
        }

            .filings_list .filings_item .filings_type a {text-decoration:none;}

                .filings_list .filings_item p a {
                    font-size: 16px;
                    text-decoration: none;
                    color: #363836;
                }

        .filings_list .filings_item p {
            width: calc(100% - 140px);
            margin: 0px;
            order:1;
            box-sizing:border-box;
        }


        .fl_form_type {
            text-transform: uppercase;
            color: #1B998B;
            font-size: 20px;
            line-height: 26px;
            font-weight: 500;
            display: block;
            text-decoration: none;
        }

.fl_date {
font-size:14px;
font-weight:500;
display:block;
}

.home_news_section {
    width: 100%;
    padding: 90px 0px;
    position: relative;
    background:#ffffff;
}

    .home_news_section:after {
        content: "";
        width: 356px;
        height: 220px;
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: url(../assets/images/circles_bg.svg) right 20px no-repeat;
        background-size: 356px 220px;
        z-index:-1;
    }

    .home_news_section .container {
    max-width:1220px;
    }

.news_list {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 0px -15px;
    padding: 30px 0px 0px 0px;
    list-style: none;
    justify-content:center;
}

    .news_list li {
        margin: 0px 15px 30px 15px;
        width: calc(33.33333% - 30px);
        list-style: none;
        background: #ffffff;
        box-shadow: rgba(0,0,0,0.15) 0px 0px 20px;
        box-sizing: border-box;
        border-top: 4px solid #1B998B;
        padding: 30px 30px 70px 30px;
        position: relative;
        transition: all 0.5s ease-in-out;
    }

        .news_list li:hover {
            box-shadow: rgba(0,0,0,0.15) 0px 0px 5px;
        }
            .news_list li h4, .news_list li h4 a {
            font-size: 14px;
            color: #1B998B;
            text-transform: none;
            font-weight: 500;
        }

            .news_list li h4 a:hover {color:#00A6A6;}

                .news_list li h4 span {margin:0px 7px;}

        .news_list li h2 {
        margin-bottom:5px;
        font-size:20px;
        font-weight:500;
        }

        .news_list li h2 a {color:#363836;}

            .news_list li h2 a:hover {color: #00A6A6;}

        .news_list li p {margin:0px;}

.read_more_link {
font-size:14px;
color:#1B998B;
padding-top:15px;
}

    .read_more_link img {
        margin-left: 7px;
        transition: all 0.3s ease-in-out;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .read_more_link:hover img {
    margin-left:15px;
    }

.news_list .read_more_link {
position:absolute;
left:30px;
bottom:30px;
}

.header_adv_link a {
display:inline-block;
font-size:14px;
color:#363836;
text-decoration:none;
text-transform:uppercase;
font-weight:500;
}

    .header_adv_link a i {
    margin-left:7px;
    width:16px;
    height:16px;
    display:inline-block;
    background:url(../assets/images/external_link_icon.svg) no-repeat;
    background-size:16px 16px;
    }

    .header_adv_link a i:before {
        display:none;
    }

.header_adv_link {
display:inline-block;
margin-right:15px;
}

.btn_st_hidden {
    width: auto;
    border: 0px;
    background: transparent;
    padding: 0px;
    outline: none;
    font-size: 16px;
    color: #363836;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration:none;
}

.btn_st_hidden span {
margin-right:7px;
}

    .btn_st_hidden img {
    width:16px;
    margin:0px 5px;
    }

.settings_button.btn_st_hidden img {
    width: 18px;
    margin-bottom: -1px;
}

.btn_st_hidden:focus {
    outline: 0px;
}

.header_buttons_holder {float:right;}

.filters_leftcol .btn_st_hidden {
    float: right;
}

.header_adv_link a:hover,
.btn_st_hidden:hover {
    color: #00A6A6;
}

.btn_st_hidden:hover img {
    fill: #00A6A6;
    filter: brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(650%) hue-rotate(137deg) brightness(101%) contrast(101%);
}

.filters_menu {
margin:0px;
list-style:none;
width:100%;
padding:0px;
}

    .filters_menu li {
        list-style:none;
        padding:13px 0px;
        margin:0px 0px;
        font-size:14px;
        color:#363836;
        display:flex;
        border-bottom:1px solid #cccccc;
        text-transform:uppercase;
    }

        .filters_menu li a {
        text-decoration:none;
        color:#363836;
        width:calc(100% - 35px);
        cursor:pointer;
        line-height:17px;
        }

        .filters_menu li.sel a {
            font-weight: 500;
            color: #1B998B;
        }

            .filters_menu li span.fl_icon_holder {width:30px; text-align:right;}

            .filters_menu li span.fl_icon_holder .fa-minus-circle {
            font-size:16px;
            color:#de1e29;
            }

            .filters_menu li a:hover {
                color: #363836;
            }

        .filters_menu li a.active {
        font-weight:500;
        color:#1B998B;
        }

        .left_menu_icons {
            display: inline-block;
            margin: 0px 0px 0px auto;
        }

.checkbox_holder input {
margin-right:4px;
margin-top:2px;
}

.checkbox_holder {padding-top:15px; font-size:14px;}

.table_notes {
    padding-top: 15px;
    font-size: 14px;
    color: #777777;
}

.table_notes p {margin-bottom:5px;}

    .table_notes p sup {
        font-size: 10px;
    }

.g_table_notes {
    margin-top: -30px;
    margin-bottom: 45px;
}

.tick line,
.domain {
    stroke: #cccccc;
}

.bar-chart-item {
    font-size: 14px !important;
    font-family: 'Open Sans';
    text-align:left!important;
}

.tick {
    font-size: 12px !important;
    font-family: 'Open Sans';
    font-weight:600;
}

.blurry-text {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.text_2col_container {
padding-top:15px;
}

    .text_2col_container .d-flex .col-lg-6 {
    line-height:1.5;
    }

    .text_2col_container .d-flex .col-lg-6:first-child {
        padding-right: 30px;
    }
    .text_2col_container .d-flex .col-lg-6:last-child {padding-right:30px;}

    .dropdown_list_st2 {
        display: inline-block;
        font-size: 14px;
        color: #363836;
        position: relative;
        line-height: 16px;
        padding-right: 20px;
        text-decoration: none;
        color: #777777;
        font-weight: 500;
        text-transform: capitalize;
        width: 115px;
        padding-bottom:10px;
    }

    .dropdown_list_st2:after {
        display: block;
        content: "";
        border-top: 1.5px solid #777777;
        border-right: 1.5px solid #777777;
        border-bottom: 0;
        border-left: 0px;
        width: 9px;
        height: 9px;
        transform: rotate(135deg);
        position: absolute;
        right: 3px;
        top: 2px;
        transition: all 0.25s ease;
    }

    .dropdown_list_st2:hover {
        color:#00A6A6;
    }

        .dropdown_list_st2:hover:after {
            border-top: 1.5px solid #00A6A6;
            border-right: 1.5px solid #00A6A6;
        }

    .fund_alt_names_holder {
    display: inline-block;
    position: relative;
    margin-top:-4px;
}

ul.alt_names_list {
    margin: 0;
    list-style: none;
    font-size: 14px;
    padding: 30px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 320px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #cccccc;
    z-index: 10;
    max-height: 210px;
    overflow-y: auto;
}

    ul.alt_names_list > li {
        margin: 0px 0px 7px 0px;
        padding: 0px;
        list-style: none;
    }

        ul.alt_names_list > li:last-child {
            margin: 0px;
        }

.filter_plus_arrow {
    margin-left: auto;
    display: inline-block;
    content: "";
    border-top: 1.5px solid #363836;
    border-right: 1.5px solid #363836;
    border-bottom: 0;
    border-left: 0px;
    width: 9px;
    height: 9px;
    transform: rotate(135deg);
    transition: all 0.25s ease;
    float:right;
    /*float: right;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #363836;
    margin-top: -1px;
    text-align: center;
    line-height: 16px;
    line-height: 16px;
    color: #363836;
    font-size: 18px;
    font-weight: 500;*/
}

    /*.filter_plus_arrow:before {
    content:"+";
    }*/

.add_filters_block h3 a.active .filter_plus_arrow {
    border-color: #1B998B;
    transform: rotate(-45deg);
    margin-top: 5px;
}

    .filters_leftcol a {
        color: #363836;
        font-size:0px;
    }

    .add_filters_block .filters_leftcol {
    border:0px;
    }

.add_filters_block {
    border-bottom: 1px solid #cccccc;
}

.add_filters_block h3 {
    font-weight:400;
    text-transform:uppercase;
    padding-bottom:15px;
    padding-top:15px;
    font-size:14px;
    display:block;
    
}

.filters_leftcol {
padding-right:2px;
}

    .filters_leftcol a:before {
        content: "";
        display: inline-block;
        float: left;
        width: 24px;
        height: 24px;
        background: url(../assets/images/filters_icon.svg) center no-repeat;
        background-size: 24px;
        margin-right: 7px;
        margin-top: 1px;
    }

.related_companies_col h3 a:before {
    content: "";
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../assets/images/related_companies_icon.svg) center no-repeat;
    background-size: 18px;
    margin-right: 7px;
}
/*
.filters_leftcol a:after {
    margin-left: auto;
    display: inline-block;
    content: "";
    border-top: 1.5px solid #363836;
    border-right: 1.5px solid #363836;
    border-bottom: 0;
    border-left: 0px;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    transition: all 0.25s ease;
    float:right;
    margin-top:5px;
}

.filters_leftcol a.active:after {
    transform: rotate(135deg);
    margin-top:0px;
}

.related_companies_col h3 a:after {
    transform: rotate(135deg);
    margin-top:0px;
}

.related_companies_col h3 a.active:after {
    transform: rotate(-45deg);
    margin-top:5px;
}*/

    .add_filters_block h3 a:after, .add_filters_block h3 a:before {
    display: none;
}

.add_filters_block h3 a.active {
    color: #1B998B;
    font-weight:500;
}

.filters_leftcol.history_title a:before {
    content: "";
    display: inline-block;
    float: left;
    width: 18px;
    height: 16px;
    background: url(../assets/images/history_icon.svg) center no-repeat;
    background-size: 18px;
    margin-right: 7px;
}

        .add_filters_block #divServiceProvidersSearch {
    padding-bottom:30px;
    }

    .add_filters_block h3 a:hover {
        color: #363836;
    }

.add_filters_block h3 a.active:hover {
    color: #1B998B;
}

    .historical_list {
        width: 100%;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

.historical_list li {
    width: 100%;
    padding: 10px 0px 9px 0px;
    margin: 0px;
    list-style: none;
    border-bottom:1px solid #cccccc;
    display:table;
}

    .historical_list li a {
        text-decoration:none;
        color:#363836;
    }

    .historical_list li a:hover {color:#00A6A6;}

        .historical_list li a.text-secondary {
        font-weight:600;
        }

.historical_change {
    margin: 0px 2px;
    display: inline-block;
    vertical-align: top;
    padding: 1px 5px;
    font-size: 11px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: 500;
}

.historical_change.active {
    border-color:#02424B;
    color:#02424B;
}

.historical_change_closed {
    margin: 0px 2px;
    display: inline-block;
    vertical-align: top;
    padding: 1px 5px;
    font-size: 11px;
    border: 1px solid #de1e29;
    color: #de1e29;
    border-radius: 5px;
    background: #f8f8f8;
    font-weight: 500;
}

.historical_change_info {
    width: 100%;
    display: none;
    padding-top: 7px;
    text-align: right;
    box-sizing: border-box;
    padding-left: 30px;
}

.h_c_label {
float:right;
display:inline-block;
text-align:right;
}

.contacts_list {
padding:0px;
margin:0px;
list-style:none;
}

.contacts_list li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width:100%;
}

.contact_card {
width:58px;
vertical-align:top;
}

.contact_card figure {
    position:relative;
    width:43px;
    height:26px;
    margin:0px;
}

    .contact_card figure .era-box {
        display:inline-block;
        position:absolute;
        bottom:-5px;
        right:-7px;
        border:2px solid #ffffff;
        min-width:22px;
    }

    .contact_card figure .contact_card_icon {
        display: inline-block;
        position: absolute;
        bottom: -5px;
        right: -7px;
        border: 2px solid #ffffff;
        color:#de1e29;
        background:#ffffff;
    }

.contact_card .contact_info h2 {
    font-size: 18px;
    /*text-transform: lowercase;*/
    margin-bottom: 3px;
    line-height: 1;
    font-weight: 500;
}

    .contact_card .contact_info h2 a {
    color:#363836;
    text-decoration:none;
    }

#divContacts h3 {
margin-bottom:0px;
}

.table_st4 {
    width: 100%;
    margin-bottom: 15px;
}

    .table_st4 th {
        font-weight:500;
        text-transform:uppercase;
        color:#777777;
        font-size:12px;
        border-bottom:1px solid #cccccc;
        padding:0px 15px 15px 0px;
    }

    .table_st4 td {
        font-size: 14px;
        border-bottom: 1px solid #cccccc;
        padding: 10px 15px 10px 0px;
        vertical-align:top;
    }

        .table_st4 td:last-child {
        padding-right:0px;
        }

        .modal_contacts li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 7px;
    }

.modal_contacts li span.text-primary {
width:150px;
}

    .modal_contacts li span.text-secondary {
        width: calc(100% - 150px);
    }

.ws_link,
.col_contact_name {
    /*text-transform: lowercase;*/
}
.text_lc_st1, 
.contact_title {
    /*text-transform: lowercase;*/
    margin-bottom: 3px;
}

    .col_contact_name:first-letter,
    .col_contact_name:first-line,
    .text_lc_st1:first-letter,
    .text_lc_st1:first-line,
    .contact_title:first-letter,
    .contact_title:first-line,
    .contact_card .contact_info h2:first-letter,
    .contact_card .contact_info h2:first-line {
        text-transform: capitalize;
    }

.text_lc_st2 {
    /*text-transform: lowercase;*/
}
    .contact_info {
    font-size:14px;
}


.contact_details a {
    /*text-transform: lowercase;*/
    text-decoration: none;
    color:#363836;
}

.contact_details a:hover {
    text-decoration:underline;
}

    .contact_details span:before {
content:"|";
margin:0px 7px;
color:#cccccc;
}

.contact_details span:first-child:before {display:none;}

.contact_info h2 .smedia_links,
.contact_details .smedia_links {
    display: inline-block;
    width: auto;
    color:#ffffff;
    margin-left:auto;
}

    .contact_info h2 .smedia_links a {color:#ffffff;}

    .brochure_content {
        width: 100%;
        line-height: 1.5;
    }

.contact_info_list li {
    margin-bottom:15px;
}

.news_list_grid {
    list-style: none;
    padding: 30px;
    margin: 0px 0px 45px 0px;
    box-shadow: rgba(0,0,0,0.15) 0px 0px 20px;
}

.news_list_grid li {
    list-style: none;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 30px 0px;
    width:100%;
    box-sizing:border-box;
    border-bottom:1px solid #cccccc;
    display:flex;
    align-items:center;
}

    .news_list_grid li:last-child {
        padding-bottom:0px;
        margin:0px;
        border-bottom:0px;
    }

    .news_list_grid li .news_logo_holder  {
        width:180px;
        text-align:center;
        padding-right:30px;
    }

    .news_list_grid li .news_logo_holder span {
    font-size:14px;
    font-weight:600;
    }

    .news_list_grid li .news_logo_holder img {
    width:auto;
    max-width:100%;
    max-height:80px;
    }

        .news_list_grid li .news_details {
    width:calc(100% - 180px);
    }

    .news_list_grid.view_grid {
        width: calc(100% + 30px);
        box-shadow: none;
        padding:0px;
        display:flex;
        flex-wrap:wrap;
    }

        .news_list_grid.view_grid li {
            width: calc(25% - 30px);
            padding: 30px;
            margin-right: 30px;
            border-top: 4px solid #1B998B;
            flex-wrap: wrap;
            border-bottom: 0px;
            box-shadow: rgba(0,0,0,0.15) 0px 0px 20px;
        }

        .news_list_grid.view_grid li .news_details {
            width: 100%;
        }

        .news_list_grid.view_grid li .news_logo_holder {
            width:100%;
            height:100px;
        }

            .news_company_holder {
        margin-bottom: 10px;
        }

    .news_company_holder a {
    text-transform:uppercase;
    color:#363836;
    font-size:14px;
    text-decoration:none;
    }

    .news_company_holder strong {
    display:block;
    font-weight:400;
    color:#777777;
    font-size:14px;
    }

.news_list_grid li h4 {margin-bottom:10px;}

.news_list_grid li h4,
.news_list_grid li h4 a {
    font-size: 14px;
    color: #1B998B;
    text-transform: none;
    font-weight: 500;
}

    .news_list_grid li h4 strong {font-weight:500;}

    .news_list_grid h2 a,
    .news_list_grid h2 {
        font-size: 20px;
        color: #363836;
        font-weight: 500;
        text-decoration: none;
    }

        .news_list_grid h2 {margin-bottom:5px;}

        .news_list_grid h2 a:hover {
            color: #00A6A6;
        }

.news_list_grid li h4 span {
    margin: 0px 7px;
}

.nav_label {
    margin-right: 15px;
}

.sorting_button {
position:relative;
}

.sorting_button span {
    display: inline-block;
    font-weight: normal;
    color: #777777;
    text-transform: capitalize;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   /*background:#ffffff url(../assets/images/sorting.svg);
    background-size:15px 15px;
    background-position: 12px center;
    background-repeat: no-repeat;*/
    border: 1px solid #cccccc;
    padding: 0px 40px 0px 40px;
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    position: relative;
}

    .sorting_button img {
    position:absolute;
    width:12px;
    height:7px;
    right:17px;
    top:17px;
    }

.scrolling_holder {
    position: relative;
    padding-bottom: 30px;
    margin-bottom:45px;
}

    .scrolling_holder .notes {
    margin:15px 0px 0px 0px;
    float:left;
    }

    .scroll-container {
        position: relative;
        overflow-x: scroll;
        white-space: nowrap;
        /* Hide scrollbar */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        border-bottom: 1px solid #cccccc;
        padding-bottom:30px;
    }

    .scroll-container::-webkit-scrollbar {
        display: none; /* Chrome and Safari */
    }

.scrolling-wrapper {
    width: 100%;
    min-height: 250px;
    
}

.compare_advisers_holder .scrolling_holder {
margin-bottom:0px;
}

.compare_advisers_holder .compare_details_block {
    width: calc(50% - 4px);
    padding: 0px 30px;
    box-sizing: border-box;
    display:inline-block;
}


    .card {
    display: inline-block;
    width: 280px;
    margin-right: 15px;
    text-align: center;
    vertical-align: top;
    border-bottom: 4px solid #ffffff;
    box-shadow: rgba(0,0,0,0.10) 0px 0px 15px;
    background: #ffffff;
    min-height: 220px;
}

    .card.active {
        border-bottom: 4px solid #1B998B!important;
    }

    .card h4 {
    width:100%;
    display:block;
    margin-bottom:0px;
    font-size:14px;
    font-weight:600;
    text-align:center;
    padding:8px 0px;
    text-transform:uppercase;
    color:#363836;
    background:#f6f6f6;
    }

        .card h4 a {
        color:#363836;
        text-decoration:none;
        }

        .card.active h4 {color:#ffffff; background:#1B998B;}

    .card.active h4 a {color: #ffffff;}

.card_info_row2 {
    padding: 10px 0px;
    text-align: center;
    border-top: 1px solid #FED766;
    border-bottom: 1px solid #FED766;
    font-size:14px;
    line-height:14px;
    font-weight:500;
    margin-top:-1px;
}

.card_info_row2_holder {
width:100%;
min-height:36px;
}

    .card_info {
        padding: 15px;
        position: relative;
    }

.card_info_row3 {
padding-top:15px;
font-size:14px;
}

.card_info_row1 {
margin-bottom:15px;
display:flex;
width:100%;
flex-wrap:wrap;
align-items:center;
}

    .card_info_row1 .text-primary {
    width:50%;
    color:#1B998B;
    font-size:38px;
    font-weight:500;
    }

    .card_info_row1 .aum_note {
    width:50%;
    font-weight:600;
    text-align:left;
    }

    .card_info_row1 .aum_note:after {
        display:none;
    }

        .card_info_row1 .aum_note strong {
        display:block;
        margin-top:0px;
        font-weight:500;
        }

            .card_info_row1 .aum_note strong small {
            font-size: 16px!important;
            }

            .card_info_row3 .text-secondary {
            font-size: 12px;
            line-height: 12px;
            border-radius: 5px;
            padding: 5px 10px;
            background: #f6f6f6;
            color: #363836;
            display:inline-block;
            text-decoration: none;
            text-transform: uppercase;
        }

.card_info_row3 .text-secondary:hover {
    background:#FED766;
    color:#02424B;
}

.scroll-button {
        position: absolute;
        color: #f57f30;
        border: none;
        width: 26px;
        height: 12px;
        cursor: pointer;
        z-index: 10;
        display:block;
    }

.scroll-button:hover {
    filter: brightness(0) saturate(100%) invert(19%) sepia(12%) saturate(5023%) hue-rotate(149deg) brightness(97%) contrast(98%);
}

.scrolling_holder .scroll-button {
    bottom: 4px;
}

    .scroll-left {
    right: 33px;
}

.scroll-right {
    right: 0px;
}

.list_settings {
width:100%;
margin:0px;
padding:0px;
list-style:none;
}


.list_settings li {
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 30px;
    border-radius:5px;
    background:rgba(255,255,255,0.1);
    list-style: none;
    color:#ffffff;
}

    .list_settings li a {
    color:#FED766;
    text-decoration:underline;
    }

    .list_settings li strong {
    color:#FED766;
    font-weight:400;
    }

    .list_settings li label {
    display:inline;
    }

    .list_settings li input[type="checkbox"] {
    margin:3px 7px 0px 0px;
    }

    .container#notifications {
        margin: 85px auto 0px auto;
        width: 100%;
        max-width: 780px;
    }

.email_title h2 {
font-size:16px;
margin-bottom:3px;
}


.input-group.login_button_holder {
padding-top:15px;
}

    .input-group.login_button_holder .btn_st2 {
        float: right;
    }

.register_container .input-group.login_button_holder .btn_st2 {
    margin-top: -22px;
}

        .navbar-nav .nav-item.user_nav_tab.active .nav-link:before {
            display: none;
        }

.manage_page.full_page2,
.full_page3 {
    min-height: calc(100% - 84px);
    padding-top: 205px;
}
    .login_page .full_page2 h1,
    .manage_page.full_page2 h1,
    .full_page3 h1 {
        color: #ffffff;
        margin-bottom: 30px;
    }

    .login_page .full_page2 h2,
    .login_page .full_page2 h3,
    .manage_page.full_page2 h2,
    .manage_page.full_page2 h3,
    .full_page3 h2,
    .full_page3 h3 {
        color: #ffffff;
    }


        .schedule .table,
        .schedule .table a {
            color: #ffffff !important;
        }

.manage_page > .container {
    margin: 0px auto;
    width: 100%;
    max-width: 560px;
    padding-bottom:45px;
    color:#ffffff;
}

.c_error_page > .container {
    margin: 0px auto;
    width: 100%;
    max-width: 660px;
    padding-top: 120px;
    color: #ffffff;
}

.c_error_page h1 {
margin-bottom:5px!important;
}

.manage_page .buttons_holder_right .btn_st2 {
    margin-top: 4px;
}

.download_documents_list {
    margin: 0px auto;
    width: 100%;
    max-width: 1130px;
    padding-top: 85px;
}

.doc_types_download_button {
margin-top:30px;
width:100%;
}

    .doc_types_download_button button {
    width:100%;
    }

.d_docs_row {
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    box-sizing: border-box;
}

    .download_documents_list .document_item.col_width100 {
        width:100%;
    }

.docs_types_row {
    flex-wrap: wrap;
    display: flex;
    padding: 30px!important;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 30px;
    box-sizing: border-box;
    width: 290px;
    color: #ffffff;
}

    .docs_types_row label {
    margin-bottom:10px;
    color:#ffffff;
    font-size:14px;
    }

    .docs_types_row > div {
        width: 100%;
        padding-bottom: 15px;
    }
        .docs_types_row > div:first-child {
        padding-left:0px;
        }

    .docs_types_row select {
        background-color: transparent;
        border-color: #ffffff;
        color: #ffffff;
        background-image: url(../assets/images/white_arrow_down.svg);
    }

        .docs_types_row select option {
        color:#363836;
        }

        .locations_holder {
    display: flex;
}

.locations_holder span {
    font-size: 14px;
    margin-right:15px;
}

.locations_holder .btn-radio-group {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;

}

    .locations_holder .btn-radio-group label {
    margin-right:15px;
    }

.manage_chp_holder {
padding-top:45px;
}

    .manage_chp_holder h1:before {
    background:#cccccc;
    }

    .manage_chp_holder h1 {
    margin-bottom:0px!important;
    display:inline-block;
    cursor:pointer;
    }

    .manage_chp_holder #changePasswordContainer {
    padding-top:30px;
    padding-bottom:30px;
    }

    .manage_chp_holder + .buttons_holder_right {
    margin-top:-30px;
    }

.list_history_emails {
padding:0px;
margin:0px;
list-style:none;
}

.list_history_emails li {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    list-style: none;
    border-bottom:1px solid rgba(255,255,255,0.10);
    display:flex;
    flex-wrap:wrap;
}

.email_attachments_block {
width:100%;
}

.email_title {
width:calc(100% - 40px);
padding-right:30px;
}

.documents_holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top:30px;
}

    .documents_holder iframe {
    margin-bottom:60px;
    }

    .document_item {
        width: calc(50% - 30px);
        box-sizing: border-box;
        margin-right: 30px;
        margin-bottom: 15px;
        margin-top:30px;
        position: relative;
        color: #ffffff;
        padding-left: 77px;
        font-size:14px;
    }

.document_item a {
position:absolute;
top:0px;
left:0px;
display:block;
width:100%;
height:100%;
}

    .document_item a img {
    width:62px;
    }
        .document_item p {
    margin:0px;
    }

    .document_item h2 {
        margin-bottom: 3px;
        margin-top: -3px;
    }

    .document_item span {
    display:block;
    margin-bottom:3px;
    }

        .document_item span.doc_date {
        color:#FED766;
        }

.table-wrapper .d-flex p {
margin:0px;
padding:0px;
}

.col_width30 .table_st2 {
border-bottom:1px solid #1B998B;
margin-bottom:15px;
margin-top:3px;
}

.lt_chart_holder canvas {
max-height:350px;
width:100%;
}

.colleft_buttons_holder {
padding-bottom:15px;
text-align:right;
}

.filters_leftcol .colleft_buttons_holder {
    float: right;
    padding: 0px;
}

.leftside_button {
    text-align: right;
    cursor: pointer;
    display: inline-block !important;
    position: absolute;
    bottom: 13px;
    right: 0px;
    transition: all 0.25s ease;
    border-radius: 7px 0px 0px 7px;
    background-color: #ffffff;
    width: 22px;
    height: 40px;
    padding:10px 0px 0px 8px;
}

    .leftside_button a {
        display: block;
        vertical-align: middle;
        background: url(../assets/images/bars_filters.svg) center center no-repeat;
        background-size: 16px;
        width: 16px;
        height: 20px;
        transition: all 0.25s ease;
    }

        .leftside_button:hover {
            box-shadow: rgba(0, 0, 0, 0.10) -5px 0px 5px;
        }

.col_left.hidden .leftside_button {
padding-left:5px;
}

.col_left.hidden .leftside_button a {
    transform: rotate(180deg);
}

.table .text-end .d-flex {
justify-content:end;
}

.funds-allocated-meter .background {
    fill: #f2f2f2;
}

.funds-allocated-meter .foreground {
    fill: #FED766;
}

.funds-allocated-meter text.percent-complete {
    font-size: 40px;
    fill: #02424B;
}

.funds-allocated-meter text.description {
    fill: #aaaaaa;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
}

.text-black {
    color: #363836!important;
}

.d-flex.d_row .d-flex {
width:calc(100% + 60px);
}

.filters_holder .select_role_dd {margin-top:15px;}

.contact_info_col a {
text-transform:lowercase!important;
}

.col_fund_segmentation td {
border-bottom:0px;
}

.col_fund_segmentation:last-child td {
    border-bottom: 1px solid #cccccc;
}

.col_fund_segmentation td:first-child {
    padding-left:40px;
}

.subnav_st2_tab .aum_note:hover:after {display:none;}

.ch_col2 .table {
margin-bottom:15px;
}

.gav_chart_st2 canvas {
max-height:450px;
}

.col_width120 {
width:120px;
}

.col_width130 {
    width: 130px;
}

.col_width140 {
    width: 140px;
}

.table td .list-unstyled {
margin-bottom:7px;
}

.content_container_st3 {
padding-top:15px;
border-top:1px solid #1B998B;
}

    .content_container_st3 p {
        margin-bottom: 10px;
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 400;
    }

#divWebsiteDetails .content_container_st3 p {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.content_container_st3 h4 {
font-size:14px;
color:#363836;
font-weight:600;
}

.close_button_sm {
    display: inline-block;
}

    .close_button_sm a {
        display: block;
        width: 10px;
        height: 10px;
        margin-left:4px;
        box-sizing: content-box;
        color: #363836;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/12px auto no-repeat;
        border: 0px;
        opacity: 0.9;
    }

    .close_button_sm a:hover {opacity:0.5;}

.compare_blocks .block_content_ws {
    position: relative;
    padding-bottom:60px;
}

.compare_advisers_details .compare_details_block {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    white-space: normal;
}

.compare_blocks .scroll-container {
border-bottom:0px;
padding-bottom:0px;
}

.compare_blocks .carousel {
height:100%;
position:static;
}

    .compare_blocks .carousel .carousel_buttons {
    position:absolute;
    bottom:24px;
    right:30px;
    }

.filter_radiobox_holder {
display:block;
margin-bottom:7px;
}

.block_content_ws .form-select {
width:220px;
display:inline-block;
}

.block_content_30 {
padding:30px 0px;
}

.table_st3 {
width:100%;
}

    .table_st3 th {
        background: transparent;
        text-align: center;
        padding: 10px 10px;
    }

.table_st3 td {
padding:20px 10px;
color:#ffffff!important;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

.table_st3 td:hover {
background:#f2f2f2!important;
color:#02424B!important;
}

    .table_st3 td strong {
    font-weight:600;
    color:#363836!important;
    }

.row_total td {
font-weight:500;
color:#ffffff;
background:#00A6A6;
}

    .row_total td strong,
    .row_total td b {
        font-weight: 500;
    }

.chart_holder_pie {
text-align:center;
width:100%;
max-width:400px;
margin:0px auto;
}

.checkbox_holder.st2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.col_width15 {
width:15%;
}

.video {
    position: fixed;
    top: 0px;
    left: 50%;
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
    transform: translate(-50%, 0%);
    z-index: -1;
}

.mb_30 {
margin-bottom:30px;
}

.header_grb {
border-bottom:1px solid #1B998B;
padding-bottom:15px;
margin-bottom:30px;
margin-top:30px;
}

.header_grb h3 {
font-weight:600;
margin:0px;
}

.btn_gr_st2 {
    font-weight: 600;
    color:#1B998B;
    font-size:16px;
}

.btn_gr_st2:hover {
    color:#1B998B;
}

    .btn_gr_st2 .filter_plus_arrow {
        color: #1B998B;
        border: 1px solid #1B998B !important;
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 0px;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        transform: rotate(0deg);
        text-align:center;
        line-height:18px;
    }

    .btn_gr_st2 .filter_plus_arrow:before {
    content:"+";
    font-weight:300;
    font-size:20px;
    }

        .col_width20 {
width:20%;
}

.table td .fa-minus-circle {
color:#de1e29;
margin-right:4px;
}

.filter_settings_block {
padding:10px 0px;
border-bottom:1px solid #cccccc;
}

    .filter_settings_block strong {
    font-weight:600;
    display:block;
    margin-bottom:5px;
    }

.grid_subtabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.grid_subtabs li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.grid_subtabs_bull {
margin:0px 7px;
color:#cccccc;
}

.grid_subtabs li a {
text-decoration:none;
color:#363836;
}

    .grid_subtabs li a:hover {
    color:#00A6A6;
    }

.clear_grid_tabs {
margin-left:10px;
}

.clear_grid_tabs:hover {
color:#ffffff!important;
}
    .text-green {
color:#1B998B;
}

.sp_historical_details {
    padding: 20px 15px;
    width:100%;
}

    .sp_historical_details p {
        margin-bottom:15px;
        font-size:16px;
    }

    .sp_historical_details .table-details-preview  {
        margin-bottom: 15px;
    }

.td_middle {
vertical-align:middle;
}

.compare_col {
    color: #1B998B !important;
    font-weight: 600;
    background: #f8f8f8;
}

.total_info_text {vertical-align:middle;}

.table_hidden_st td {
    border: 0px !important;
    padding: 0px 3px !important;
}

.table th img {
    width: 12px !important;
    margin-left: 7px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(5%) saturate(284%) hue-rotate(71deg) brightness(99%) contrast(94%);
}

.col_fund_segmentation:hover td {
background:#f8f8f8;
}

.subnav_mobile_button {
    height: 24px;
    width: 24px;
    background: #1B998B url(../assets/images/white_arrow_down.svg) center 9px no-repeat;
    background-size: 13px 8px;
    float:right;
    display: none;
    vertical-align: top;
    float: right;
    border-radius: 50%;
    margin-top: -3px;
}


.stype_block .compare_details_block,
.stype_block .similarity_holder {
    width: 33.33333%;
    box-sizing: border-box;
    padding-right: 15px;
    max-width: 280px;
}

    .stype_block .compare_details_block h5 {
        font-weight: 600;
        margin-bottom: 7px;
        word-break: break-all;
    }

.stype_block .similarity_holder {
min-height:180px;
margin-top:-40px;
margin-left:auto;
}

.sp_compare_holder .block_content_st3 {
width:calc(33.3333% - 30px);
}

.compare_adv_grid .block_content_st3 {
    width: calc(33.3333% - 30px);
}

.compare_pf_container .block_content_st3 {
    width: calc(25% - 30px);
}

.col_width12 {
    width: 12%;
}

.checkbox_holder > strong {
display:block;
}

.mt-45 {
margin-top:45px;
}

.table_row .d-flex {
width:100%!important;
}

.table_row {
width:calc(100% - 30px);
}

.container_form_d {
width:100%;
}

.contact_card h3,
.contact_card p {
    margin: 0px;
}

.form_d_container .block_content_ws p strong {
    font-weight:400;
    font-size:14px;
    margin-right:10px;
    color:#777777;
}

.form_d_container .block_content_ws p {
margin-bottom:7px;
}

.form_d_container .block_content_ws .table_st4 {
margin:0px;
}

.form_d_container .block_content_ws .table_st4 tr:last-child td {
 border:0px;
}

    .form_d_container .block_content_ws .table_st4 td p {
    margin:0px;
    }

.events_main_table strong {
font-weight:600;
}

.our_clients_section {
width:100%;
padding:120px 0px;
background:#f6f6f6;
}

    .oc_container {
        width: 100%;
        margin:0px auto;
        justify-content:center;
        align-items:center;
        max-width:1160px;
        display:flex;
        flex-wrap:wrap;
        padding:0px 30px;
    }

        .oc_container h2 {
            font-weight:300;
            font-size:42px;
            width:100%;
            text-align:left;
            margin-bottom:7px;
        }

        .oc_container p {
        text-align:left;
        margin-bottom:45px;
        font-size:20px;
        width:100%;
        }

        .home_featured_links .btn_st2 img {
            margin-bottom: -2px;
        }

.clients_logo_holder {
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

            .clients_logo_holder li {
                padding: 30px 15px;
                margin: 0px 7px 0px 0px;
                box-sizing: border-box;
                justify-content: center;
                align-content: center;
                position: relative;
                width: calc(20% - 7px);
                border: 1px solid #e3e3e3;
                border-radius: 5px;
            }

            .clients_logo_holder li:last-child {
                margin-right:0px;
            }

                .clients_logo_holder li .clients_details {
    display: none;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 110%;
    left: calc(50% - 110px);
    width: 220px;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 25px;
}

    .clients_logo_holder li .clients_details:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 12px solid #ffffff;
        border-bottom: 0;
        content:"";
        position:absolute;
        left:calc(50% - 10px);
        bottom:-10px;
    }

        /*.clients_logo_holder li:hover .clients_details {
            display:block;
        }*/

            .clients_logo_holder li img {
            display: block;
            max-width: 160px;
            max-height: 60px;
            object-fit: cover;
            filter: grayscale(100%);
            margin: 0px auto;
            opacity: 0.7;
            display: block;
            transition: all 0.5s ease;
        }

            .clients_logo_holder li img:hover {
                filter: grayscale(0%);
                opacity: 1;
            }

.clients_row1 {
    margin-top:30px;
}

.clients_row1 li {align-content:flex-end;}
    .clients_row1 li:nth-child(2) img {margin-bottom:40px;}

.clients_row2 li:nth-child(4) img {max-height:60px;}

.clients_row3 li {
    align-content: flex-start;
}

.clients_row3 li:nth-child(2) img {
    margin-top: 40px;
}

.text-st4 {
color:#363836;
}

.text_st3_r {
color:#1B998B;
font-weight:500;
padding:5px 12px;
border-radius:5px;
display:inline-block;
border:1px solid #00A6A6;
}

.dropdown_list_holder {
display:inline-block;
width:auto;
position:relative;
}

.export-button:hover .export-menu {
    display: block;
}

.subnav_st2.view_nav {margin-left:0px;}

.ext_holder span {
 margin-bottom:7px;
 text-align:center;
 display:block;
}

.i_icon_text {
    font-weight: 700;
    display: inline-block;
    height: 14px;
    width: 14px;
    text-align: center;
    border: 1px solid #363836;
    line-height: 12px;
    border-radius: 100%;
    font-size: 12px;
    margin-left: 3px;
}

.i_icon_text:hover {
color:#00A6A6;
border-color:#00A6A6;
}

    /*** WAS ADDED INTERIM ****/
    /*** PLEASE REVIEW BELLOW ****/
    /* !!!!!!!!!!!!!!!!!!!!!!!!!! */
    .aum_note {
    position: relative;
    z-index: 1;
}

        .aum_note:hover:after {
            content: "Regulatory AUM, as provided by the adviser in their ADV";
            position: absolute;
            top: 100%;
            left: 0px;
            width: 240px;
            background-color: #ffffff;
            color: #363836;
            box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 15px;
            border-radius: 5px;
            padding: 7px;
            border: 0px;
            float: left;
            z-index: 10;
            font-size: 12px;
        }

.gav_note {
    position: relative;
    z-index: 1;
}

    .gav_note:hover:after {
        content: "Sum of GAV of private funds serviced";
        width: 240px;
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: #ffffff;
        color: #363836;
        box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 15px;
        border-radius: 5px;
        padding: 7px;
        border: 0px;
        float: left;
        z-index: 10;
        font-size: 12px;
    }

gav_note2 {
    position: relative;
    z-index: 1;
}

.gav_note2:hover:after {
    content: "Sum of GAV of private funds listed by the adviser, excluding feeder funds";
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #ffffff;
    color: #363836;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 15px;
    border-radius: 5px;
    padding: 7px;
    border: 0px;
    float: left;
    z-index: 10;
    font-size: 12px;
}

.compare_adv_grid .block_content_st3:nth-child(1)  {order:1;}
.compare_adv_grid .block_content_st3:nth-child(2) {order: 2;}
.compare_adv_grid .block_content_st3:nth-child(5) {order: 3;}
.compare_adv_grid .block_content_st3:nth-child(3) {order: 4;}
.compare_adv_grid .block_content_st3:nth-child(4) {order: 5;}
.compare_adv_grid .block_content_st3:nth-child(6) {order: 6;}

.table ul .table_location_icon {
text-decoration:none;
width:12px;
display:inline-block;
font-weight:600;
margin-left:-12px;
}

.table_location_list {
    padding-left:12px;
}

.bg_st2_container {
    background: #f8f8f8;
}

.table_container tr:hover {
background:transparent!important;
}

.table_container:hover {
    background: #f8f8f8;
}

.bg_st2_container .table_container:hover {
    background: transparent;
}

.fg_details,
.table-details-preview {
    margin-bottom: 15px;
    width: 100%;
}

    .fg_details th {
        background: transparent;
        color: #363836;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 600;
        color:#1B998B;
    }

    .table-details-preview th {
        background: transparent;
        padding: 10px 10px;
        font-size: 14px;
        color: #1B998B;
        font-weight: 600;
    }

    .fg_details td,
    .table-details-preview td {
        padding: 10px 10px;
        border-top: 1px solid #cccccc;
    }


        .caption-top {
    caption-side: top;
}

.table-details-preview th:first-child,
.table-details-preview td:first-child,
.fg_details td:first-child,
.fg_details th:first-child {
    padding-left: 0px;
}

.table-details-preview th:last-child,
.table-details-preview td:last-child,
.fg_details td:last-child,
.fg_details th:last-child {
    padding-right: 0px;
}

.sf_filings_table .table-details-preview tr:last-child td {
border:0px;
}

    .sp_h_table_icon {
    padding-right: 0px !important;
    width: 16px;
}

.fg_details td:last-child,
.fg_details th:last-child {
    padding-right: 0px;
}

.mobile_view {
    display: none;
}

.btn_st_hidden.clear_filters_button img { }
.btn_st_hidden.clear_filters_button {
    position: absolute;
    left: calc(100% - 52px);
}

.trigger_block input[type="number"],
.trigger_block input[type="text"] {
border-radius:5px;
}

.col_width18 {
width:18%;
}

.col_width15 {
    width: 15%;
}

#relatedCompanies1.table_row {
margin-bottom:60px;
margin-top:15px;
}

.testimonials_section {
    width: 100%;
    background: rgba(255,255,255,1);
    padding: 120px 0px;
}

    .testimonials_section .container {
    padding:0px 120px;
    position:relative;
    }

    .testimonials_section .container > h2 {text-align:center; font-size:34px;}

        /* Slider */
        .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
        padding: 0px 0px 30px 0px;
        width:100%!important;
    }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 30px 0px!important;
    &:focus
    {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }

}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    &:before, &:after

    {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }

}


.slick-slide {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px;
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    opacity: 0.6;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    min-height: 320px;
    border-top:4px solid #f2f2f2;
    transform: scale(0.8, 0.8);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    [dir="rtl"] &
    {
        float: right;
    }

    img {
        display: block;
    }

    &.slick-loading img {
        display: none;
    }
    display: none;
    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: flex;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: flex;
        height: auto;
        border: 1px solid transparent;
    }

}

.slick-slide .text_block_t {
width:100%;
padding:45px 0px;
}

.slick-slide .text_block_t h2 {text-align:center; margin:0px;}

    .slick-slide .text_block_t:before {
        content: "\f10d";
        font-family:'Font Awesome 5 Free';
        font-weight:bold;
        font-size:32px;
        color:#f2f2f2;
        display:inline-block;
        margin-bottom:10px;
        position:absolute;
        left:20px;
        top:20px;
    }


    .slick-slide .text_block_t:after {
        content: "\f10e";
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        font-size: 32px;
        color: #f2f2f2;
        display:inline-block;
        float:right;
        position:absolute;
        bottom:20px;
        right:20px;
    }


.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide.slick-current {
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 20px;
    transform: scale(1, 1);
    opacity: 1;
    transform: scale(1, 1);
    background: #ffffff;
    border-top-color:#1B998B;
}

    .slick-slide.slick-current h2 {
        color: #363836;
    }

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #f2f2f2;
    border-radius: 100%;
    z-index: 9;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.slick-next {
    background-image: url(../assets/images/long_arrow_right_green.svg);
    background-position:center;
    background-repeat:no-repeat;
}

.slick-prev {
    background-image: url(../assets/images/long_arrow_left_green.svg);
    background-position: center;
    background-repeat:no-repeat;
}

    .slick-prev:hover {
        background-position: 30% center;
    }

.slick-next:hover {
    background-position: 70% center;
}

    .slick-prev:focus,
    .slick-next:focus {
    outline:none;
    }

        .slick-prev.slick-disabled, .slick-next.slick-disabled {
        opacity: .25;
    }

.slick-prev {
    left: -60px;
}


.slick-next {
    right: -60px;
}

.crm_company_link a {
text-decoration:none;
color:#363836;
text-transform:uppercase;
font-size:14px!important;
margin-left:15px;
}

    .crm_company_link a:hover {
    color:#777777;
    }

    /* Dots */
    .slick-dots {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 16px;
            height: 16px;
            border-radius:100%;
            cursor: pointer;
            color: transparent;
            border: 1px solid #f2f2f2;
            background:#f2f2f2;
            outline: none;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
                border: 1px solid #cccccc;
            }

        .slick-dots li.slick-active button {
            background: #1B998B;
            border: 1px solid #1B998B;
        }

/**/

.green_bg {
background:#02424B;
color:#ffffff;
}

.signup_button_holder .btn {
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 20px;
    padding: 15px 30px;
    height: auto;
    font-weight: 300;
}

    .signup_button_holder .btn:hover {
        background: rgba(255,255,255,0.05);
    }

    .signup_button_holder .btn img {
        margin-right: 15px;
        vertical-align: middle;
        margin-bottom: 5px;
        margin-top: -5px;
    }


.login_white_box {
    background: #ffffff;
    color: #02424B;
    padding:45px;
    max-width:540px;
    border-radius:25px;
}

.login_container.client_login {
margin-top:160px;
}

.login_box {
max-width:1300px;
margin:0px auto;
}

.login_box h2 strong {
color:#FED766;
font-weight:300;
}

    .login_col_w50 {
        width: 50%;
    }

    .login_col_w50 .home_logo {
    margin-bottom:45px;
    }

    .login_left_content {
        width: 100%;
        max-width: 570px;
        margin: 0px auto;
        color: #ffffff;
        text-align: left;
    }

.login_container {
margin-bottom:30px;
}

.div_line {
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #ffffff;
}

.login_google_holder {
    display: flex;
    align-items: center;
}

    .login_google_holder p {
    margin-right:15px;
    }

    .header_search .header_buttons_holder button {
        white-space: nowrap;
        margin-left: 15px;
    }

.header_search input {width:320px; margin-left:15px;}

.header_search {
align-items:center;
justify-content:flex-end;
}

.label_from,
.label_to {font-weight:600;}

.states_div .ps-2,
.states_div .ps-4 {
padding-left:0px!important;
}

.left_search_block input {
    padding: 0px 0px 0px 25px;
    color: #363836;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    width: 100%;
    background-image: url(../assets/images/search_dark.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size:18px;
    height:26px;
}

    .left_search_block input[type="search"]::placeholder {
        opacity: 1;
        color: #363836;
        font-weight:500;
    }

.filters_leftcol {flex-wrap:wrap;}

.filters_col > .accordion {
margin-bottom:15px;
}

.left_search_block {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 13px;
    padding-bottom: 11px;
    min-height: 38px;
}

.slider_line + .d-flex input[type="number"] {
width:110px!important;
}

.alert_description_row {
background:#f2f2f2;
}

.body_content {
    word-spacing: normal;
    background-color: #f8f8f8;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main_table {
    width: 100%;
    max-width: 750px;
    min-width: 300px;
    margin: 0 auto;
    padding: 15px;
}

.w_100 {
    width: 100%;
}

.ptb_15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb_20_25 {
    padding-top: 20px;
    padding-bottom: 25px;
}

.logo_lnk {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.logo_img {
    display: inline-block;
    vertical-align: middle;
}

.logo_title {
    display: inline-block;
    vertical-align: middle;
    color: #363836;
    font-size: 16px;
    font-weight: 600;
    padding-left: 8px;
}

.request_demo_top {
    background-color: #1B998B;
    padding: 10px 14px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.request_demo_bottom {
    background-color: #1B998B;
    padding: 14px 28px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.salutation {
    color: #363836;
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    padding-bottom: 10px;
    padding-top: 15px;
}

.pb_23 {
    padding-bottom: 23px;
}

.topic_message {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.table_section {
    padding: 16px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}

.section_title_1 {
    color: #02424B;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 2px;
}

.section_title_2 {
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 10px;
}

.table_data {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

    .table_data th {
        background-color: #f2f2f2;
        padding: 6px 12px;
        color: #ffffff;
        font-weight: 600;
        font-size: 12px;
    }

.table_data_center {
    border-top-left-radius: 8px;
    width: 58%;
}

.table_data_right {
    border-top-right-radius: 8px;
    text-align: right;
}

.table_data tr td {
    padding: 8px 12px;
    color: #363836;
    font-size: 11px;
    font-weight: 400;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
}

.table_data tr.alt td {
    background-color: #f8f8f8;
}

.table_data td.num {
    font-weight: 600;
    text-align: right;
}

.h_18 {
    height: 18px;
}

.text_r {
    text-align: right;
}

.pt_18 {
    padding-top: 18px;
}

.pb_26 {
    padding-bottom: 26px;
}

.chart_title_1 {
    padding-right: 10px;
    vertical-align: top;
}

.chart_title_2 {
    padding-left: 10px;
    vertical-align: top;
}

.chart_sub_title {
    color: #777777;
    font-size: 13px;
    margin: 0 0 10px;
}

.w_320 {
    width: 320px;
}

.article_title {
    color: #1B998B;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 6px;
    text-transform:uppercase;
}

.article_list {
    margin: 0;
    padding: 0 0 0 20px;
}

    .article_list li {
        color: #1B998B;
        padding-bottom: 4px;
    }

        .article_list li a {
            color: #1B998B;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
        }

.tr_line td {
    text-align: center;
}

    .tr_line td div {
        background-color: #02424B;
        height: 1px;
        width: 90%;
        display: block;
        margin: 0 auto;
        opacity: 0.3;
    }

.message_footer td {
    padding-top: 20px;
    text-align: center;
}

    .message_footer td table {
        width: 100%;
    }

.message_footer_container {
    text-align: center;
    padding-bottom: 18px;
    padding-right: 15px;
    padding-left: 15px;
}

    .message_footer_container p {
        color: #777777;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin: 0px;
    }

.unsubscribe {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #777777;
    font-size: 14px;
}

    .unsubscribe a {
        text-decoration: underline;
        color: #777777;
    }

.ck-restricted-editing_mode_standard {
min-height:250px;
}

@@media screen and (max-width: 600px) {
    .chart_view, .chart_view tbody, .chart_view tr, .chart_view tr td {
        display: block !important;
    }

        .chart_view tr td {
            padding-bottom: 20px !important;
        }

    .table_data2 tr td {
        font-size: 12px !important;
        padding: 5px 12px !important;
    }
}

.page_header input[type="number"] {
border:1px solid #cccccc;
height:40px;
padding-left:7px;
border-radius:5px;
margin:0px 7px;
}

.alter_row_bg2 {
    background: #f8f8f8;
}

.content_container_st4 .row {
    background: #f8f8f8;
    padding:30px;
}

.dot:hover {
    background-color: #FED766;
}

.slide_item_active {
    font-weight: bold;
    color: #1B998B!important;
}

.d_line {
    width: 100%;
    height: 1px;
    line-height: 0px;
    font-size: 0px;
    background: #e3e3e3;
    margin-bottom: 30px;
}

.btn_st3 {
height:52px;
background:#02424B;
color:#ffffff;
}

.danger_button {
    height: 18px;
    padding: 0px 2px;
    border-radius: 5px;
    margin: 0px 5px;
    background:#02424B;
    display:inline-block;
}

    .danger_button img {
        filter:saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(200%) contrast(200%);
    }

.page_header .danger_button,
.page_header .edit_button {
    margin-left: 15px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #1B998B;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background: url(../assets/images/clear_filters.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.search_home_section input[type="search"]::-webkit-search-cancel-button,
.search_tab [type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background: url(../assets/images/clear_filters.svg);
    filter: brightness(1000%) saturate(100%) invert(18%) sepia(5%) saturate(314%) hue-rotate(71deg) brightness(104%) contrast(200%);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    cursor: pointer;
    display: none;
}

.sp_compare_grid {margin-bottom:30px;}

.miami_hero {
    background: url(../assets/images/miami_bg_hero.jpg) center bottom;
    background-size: cover;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: -1;
}

.event_page_buttons {
    width: 100%;
    text-align: center;
}

.event_page_buttons .btn {
    margin: 0px 5px;
    min-width: 175px;
    height: 48px;
    font-size: 20px;
}

.event_page_buttons a.btn {
    line-height: 46px;
}

.text_st4 {
    font-size: 52px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
}

.event_page .jumbotron_video p {
    margin-bottom: 30px;
    font-weight: 300;
}

.event_page .jumbotron_video .home_content h2 {
    margin-bottom: 15px;
}

.iOs_mobile .video {
display:none;
}

.iOs_mobile .jumbotron_video:after {
    background: rgba(2, 66, 75, 0.92) url(../assets/images/poster_home_page.jpg) center center no-repeat;
    background-size:cover;
    content:"";
    z-index:-1;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    width:100%;
    min-height:100vh;
}

.jumbotron_video {
    min-height: calc(100vh - 138px);
}

.event_page {
    padding-right: 0px !important;
    overflow: auto !important;
}

    .event_page header {
        padding-right: 0px !important;
    }

.app_search_form {
    position: fixed;
    padding-left: 30px;
    padding-right:30px;
    top: 90px;
    left:0px;
    width:100%;
    box-sizing:border-box;
    z-index: 1333;
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    overflow: hidden;
    bottom: 0px;
}

    .sr_row {
        background: #f6f6f6;
        padding: 15px 15px 15px 30px;
        border-bottom: 1px solid #e3e3e3;
    }

.app_search_form > .row {
    width: 100%;
    max-width: 760px;
    margin: 0px 0px 0px auto;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    color: #363836;
}

.app_search_results {
    overflow: auto;
    width: 100%;
    max-height: calc(100vh - 320px);
    padding-bottom: 5px;
}

.app_search_form h2 {
    margin: 0px;
}

        .buttons_holder_bottom {
            text-align:right;
            padding:0px;
            width:100%;
            max-width:1540px;
            margin:0px auto;
            position:relative;
        }

            .buttons_holder_bottom:before {
            content:"";
            width:100%;
            height:1px;
            background:#ffffff;
            display:inline-block;
            top:14px;
            position:absolute;
            left:0px;
            }

            .buttons_holder_bottom .text_holder_bggr {
            background:#02424B;
            padding-left:15px;
            display:inline-block;
            line-height:26px;
            z-index:2;
            position:relative;
            }

            .btn_large48 {
                height: 54px;
            }

a.btn_large48 {
    line-height: 52px;
}

#appSearchForm .d_line {
    margin:0px;
}

.sf_list {
    list-style: none;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

    .sf_list > li {
        list-style: none;
        padding: 5px 10px;
        margin: 0px 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .sf_logo_holder img {
margin:7px 0px;
}

.sf_list .news_company_holder {
    margin: 0px;
}

.details_p_block strong {
    font-weight: 600;
}
.details_p_block .btn_border_st2 {
display:inline-block;
margin-top:15px;
}

.details_p_block span {
display:block;
}

.sf_logo_holder img {
    width: auto;
    max-width: 180px;
    max-height: 50px;
}

    .sf_details {
        width: 100%;
        box-sizing:border-box;
        padding:15px 20px;
        background:#f6f6f6;
        border:1px solid #f6f6f6;
        border-radius:5px;
    }

        .sf_details:hover {
            border-color:#00A6A6;
        }

        .sf_description {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 50px;
            font-size: 14px;
            padding-right: 30px;
        }

.sf_company_details .col-3 {
    border-left: 1px solid #e3e3e3;
    padding: 0px 30px;
}

.app_search_form .btn-close {
    position: absolute;
    right: 15px;
    top: 18px;
}

.app_search_results h2 {
    color: #00A6A6;
    margin-bottom:7px;
    font-size:20px;
    font-weight:400;
}
.app_search_results h2 a {
    color: #00A6A6;
    text-decoration:none;
}

.app_company .form-group {
margin-bottom:15px;
}

.app_c_form .text_list_st1 {
margin-top:15px;
}

.textarea_st {
padding-top:10px;
min-height:90px;
}

.new_service_button {
    margin: 15px 0px;
}

.delete_sm_button {
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    font-size: 18px;
    color: #777777;
    border-radius: 100%;
    border: 1px solid #777777;
    text-align: center;
    line-height: 12px;
    cursor:pointer;
}

.modal-body .form-group label {
margin-bottom:7px;
}

.app_c_form .textarea_st {
    min-height: 90px;
} 

.col_width100#divContacts {
    width: 100% !important;
}

.ai_details .table_st4 td {font-weight:400!important;}

.app_search_results h2 a:hover {
    color: #00A6A6;
}

        .app_sf_top {
    align-items: center;
}
    .app_sf_top strong {
    font-weight:600;
    }

.related_service_provider_list {
text-align:left;
width:180px;
display:flex;
}

    .related_service_provider_list span {
    margin-left:5px;
    margin-right:5px;
    }

.text_list_st1 li div.small {
margin-bottom:7px;
padding-top:4px;
}


/*AD page*/
.ad_home_section {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #02424B url(/assets/images/ad_home_banner.jpg) no-repeat left bottom;
    background-size:cover;
    position:relative;
    
}

.home_featured_section h3 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
}

.home_featured_links {
    display: flex;
    gap: 30px;
    padding-top: 15px;
}

    .home_featured_links .btn_st2 {
        text-decoration: none;
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        padding: 10px 30px;
        border: 1px solid #ffffff;
        border-radius: 5px;
    }

    .emails_paging_holder {
        background: transparent !important;
        padding-top: 0px !important;
        text-align: right !important;
        border: 0px !important;
        display: block !important;
    }

.emails_paging_holder a {
    text-transform:uppercase;
    font-size:14px;
    color:white!important;
    text-decoration:none!important;
}

    .full_page4 {
        padding: 0px;
        width: 100%;
        height: auto;
        min-height: 100%;
    }

.ad_page header {
opacity:0;
top:-90px;
}

    .ad_page header.ad_header_visibility {
        opacity: 1;
        top: 0px;
    }

.ad_page .search_tab,
.ad_page .top_tab_2,
.ad_page .top_tab_3,
.ad_page .top_tab_4,
.ad_page .top_tab_5,
.ad_page .nav-item.nav-button {
    display: none !important;
}

.ad_page .navbar-brand.logo {
left:auto;
right:30px;
}

.ad_home_logo {
    position: absolute;
    right: 90px;
    top: 90px;
}

    .ad_home_logo img {
    width:420px;
    height:278px;
    }

.ad_home_content {
width:100%;
height:100vh;
display:flex;
align-items:flex-end;
justify-content:flex-end;
padding-bottom:90px;
padding-right:90px;
box-sizing:border-box;
border-bottom:8px solid #FED766;
}

.ad_client_section {
    width: 100%;
    min-height: 750px;
    box-sizing: border-box;
    padding: 0px 0px;
    background: url(/assets/images/ad_client_banner.jpg) no-repeat center bottom;
    background-size:cover;
    overflow:hidden;
    position:relative;
}

    .ad_client_section:before {
    content:"";
    display:block;
    position:absolute;
    width:1700px;
    height:1670px;
    bottom:20px;
    left:-520px;
    background:#ffffff;
    border-radius:900px;
    }

    .ad_client_content {
        padding:120px 0px 0px 120px;
        position: relative;
        z-index: 2;
        max-width:820px;
    }

.ad_page .ad_home_content h1:before {
    display: none;
}

.ad_page h1 {
    font-size: 48px;
    font-weight:400;
    text-transform: none;
    margin-bottom: 90px;
}

.ad_page h1:before {
height:8px;
width:105px;
margin-right:15px;
margin-left:-120px;
margin-top:29px;
}

.ad_home_content h1 {
    font-size: 48px!important;
    font-weight:400;
    text-align: right;
    color: #ffffff;
    text-transform: none;
    max-width: 900px;
    margin-bottom: 0px;
    padding-left:0px!important;
}

.ad_page p {
line-height:1.4;
font-size:24px;
margin-bottom:30px;
}

.ad_page_link {display:none!important;}

.ad_page .ad_page_link {
display:inline-block!important;
text-transform:uppercase;
}

.ad_page .ad_page_link a {
text-decoration:none;
color:#ffffff;
cursor:pointer;
}

    .ad_page .ad_page_link a:hover {
    color:#FED766;
    }

        .ad_page .navbar-nav {
margin-left:90px;
}

.ad_client_goals_section {
    width: 100%;
    min-height: 810px;
    box-sizing: border-box;
    padding: 0px 0px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.ad_section_header {
color:#ffffff;
background:#02424B;
padding:60px 60px 60px 120px;
}

.ad_section_header h1 {
    color:#ffffff;
    margin:0px!important;
}

.ad_cg_content {
    width: 100%;
    margin: 0px;
    padding: 120px 120px 90px 120px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: url(/assets/images/ad_client_goals_banner.jpg) no-repeat right bottom;
}

    .ad_cg_content li {
        width: 50%;
        font-size: 26px;
        line-height:1.4;
        padding-left:120px;
        background: url(/assets/images/ad_bullet.jpg) no-repeat left top;
        background-size:100px;
        box-sizing:border-box;
        min-height:170px;
        margin-bottom:10px;
    }

.li_no_bullet {
background:none!important;
}

/*Css for Connect pages*/

.sp_connect_page .full_page2 {
    padding-bottom: 0px;
}

.sp_connect_page {
overflow-x:hidden!important;
}

.text_list_st100 {
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin: 0px;
}

    .text_list_st100 li {
        margin-bottom: 2px;
    }

.sf_company_info h5 {
    margin-bottom: 4px;
    min-width: 107px;
}

.app_sf_top .d-flex {
    align-items: center;
}

.app_sf_top h1 {
    margin-bottom: 0px;
}

.sf_select select {
    max-width: calc(100% - 155px);
}

.sf_company_info {
    margin-bottom: 4px;
}

    .sf_company_info h5 {
        margin-top: 3px;
    }

.ai_details_company_logo {
    width: 100% !important;
    margin-bottom: 15px;
}

    .ai_details_company_logo img {
        max-height: 80px;
        width: auto;
        height: auto;
        max-width: 220px;
    }

.sf_company_info .text_list_st1 {
    padding-left: 22px;
}

    .sf_company_info .text_list_st1 li {
        font-size: 14px;
        margin-bottom: 2px;
    }

.sp_connect_page header {
    background: transparent;
}

.sp_connect_page .navbar-brand.logo {
    display: none;
}

.sp_connect_page .jumbotron {
    padding: 0px;
    color: #ffffff;
    background: rgba(2, 66, 75, 0.8);
    min-height: 100vh;
    overflow-x:hidden!important;
}

.sp_connect_page .navbar-nav {
    margin-left: 0px;
}

.home_logo {
    padding-right: 90px;
}

    .home_logo img {
        width: 235px;
    }

.home_content {
    width: calc(100% - 330px);
}

.jumbotron > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 210px;
    padding-bottom: 180px;
    box-sizing: border-box;
    min-height: 100vh;
}

.jumbotron h2 b {
    font-weight: 300;
    color: #FED766;
    font-size:52px;
}

.jumbotron h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
}

.jumbotron p {
    line-height: 1.7;
    font-size: 26px;
    margin: 0px;
}

.jumbotron h2 p {
    line-height:inherit;
    font-size:inherit;
    margin:0px;
}

    .confirmation_page .jumbotron p {
    font-size: 20px;
}

.confirmation_page .signup_button_holder {
    margin-top: 30px;
}

.confirmation_page .full_page2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.jumbotron .login_container {
    margin: 0px;
}

.sp_holder,
.sp_directory .adv_info_block_st1 {
    width: 100%;
    padding: 0px 60px;
    box-sizing: border-box;
}

.sp_holder {
overflow-y:hidden;
}

    .news_list .news_logo_holder {
        width: 100%;
        height: 90px;
    }


.ad_cg_content li strong {
    color: #1B998B;
    font-weight: 600;
    display: block;
}

    .ad_cg_content li p {
        margin-bottom:60px;
        max-width:600px;
    }

.ad_challenge_section {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    overflow: hidden;
    position: relative;
}

.ad_challenge_content {
    width: 100%;
    padding: 90px 120px;
    background: #f8f8f8;
    background-size: cover;
}

    .ad_challenge_content ul {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    padding:0px;
    }

        .ad_challenge_content ul li {
            padding: 45px;
            margin: 0px 0px 45px 45px;
            width: calc(50% - 90px);
            box-sizing: border-box;
            background: #eeeeee;
            color: #02424B;
            list-style: none;
            border-radius: 5px;
            display: inline-flex;
            align-items: center;
        }

            .ad_challenge_content ul li:hover {
            }

            .ad_challenge_content ul li:first-child {
            margin-left:0px;
            }

            .ad_challenge_content ul li p {
            margin:0px 0px 0px 30px;
            }

    .ad_results_section {
        width: 100%;
        min-height: 720px;
        box-sizing: border-box;
        padding: 0px 0px;
        background: url(/assets/images/ad_results_banner.jpg) no-repeat center;
        background-size: cover;
        overflow: hidden;
        position: relative;
    }

.ad_results_content {
width:100%;
padding:120px 120px;
color:#ffffff;
}

.ad_results_content h1 {
color:#ffffff;
}

.ad_results_content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .ad_results_content ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 45px;
        list-style: none;
        line-height: 1.4;
        background: url(/assets/images/list_bullet_white.png) no-repeat left top;
        background-size:30px auto;
    }

        .ad_results_content ul li:last-child p {
        margin-bottom:0px;
        }

.ad_contact_section {
color:#ffffff;
background:#02424B;
padding:120px 120px;
width:100%;
box-sizing:border-box;
}

    .ad_contact_section h1 {
    color:#ffffff;
    }

    .ad_contact_content {
        display: flex;
        flex-wrap: wrap;
    }

.ad_contact_content > div {
width:50%;
}

.ad_contact_logo img {
width:320px;
float:right;
}

.ad_contact_text p {
width:100%;
max-width:600px;
font-size:26px;
}

.ad_contact_text a {
color:#FED766;
}

.ad_approach_content strong {
display:block;
font-weight:700;
}

.ad_approach_section {
    width: 100%;
    min-height: 880px;
    box-sizing: border-box;
    padding: 0px 0px;
    background:#02424B;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    .ad_approach_section:before {
        content: "";
        display: block;
        position: absolute;
        width: 1700px;
        height: 1670px;
        bottom: 10px;
        right: -520px;
        background: #ffffff;
        border-radius: 900px;
    }

.ad_solution_content {
    position: relative;
    z-index: 2;
    padding: 120px 30px 90px 120px;
}

.ad_approach_content {
    position: relative;
    z-index: 2;
    padding: 120px 30px 60px 30px;
}

.ad_content_container_st2 {
width:100%;
display:flex;
flex-wrap:wrap;
}

.ad_solution_content .ad_content_container_st2 aside {
    width: calc(100% - 900px);
    box-sizing: border-box;
    padding-right: 60px;
}

.ad_approach_content .ad_content_container_st2 aside {
    width: 853px;
    box-sizing: border-box;
    padding-right: 0px;
    padding-left: 120px;
}

.ad_content_container_st2 aside p {
    max-width: 640px;
}

.ad_solution_section .ad_content_container_st2 figure {
    width: 900px;
    margin: 0px;
    padding: 0px;
}

.ad_approach_content .ad_content_container_st2 figure {
    width: calc(100% - 853px);
    margin: 0px;
    padding: 0px;
}

.ad_solution_section .ad_content_container_st2 figure img {
    float: right;
    margin-top: -150px;
}

.ad_approach_content .ad_content_container_st2 figure img {
margin-top:-30px;
float:none;
}

.about_us_container h2 a {
    color: #363836;
    text-decoration: underline;
    text-decoration-color: #FED766;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

    .about_us_container h2 a:hover {
        text-decoration-color: #00A6A6;
    }

    .ad_solution_section {
    width: 100%;
    min-height: 880px;
    box-sizing: border-box;
    padding: 0px 0px;
    background: #02424B;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    .ad_solution_section:before {
        content: "";
        display: block;
        position: absolute;
        width: 1700px;
        height: 1670px;
        top: 0px;
        left: -520px;
        background: #ffffff;
        border-radius: 900px;
    }

.ad_solution_content ul {
padding:0px;
margin:0px;
list-style:none;
}

    .ad_solution_content ul li {
        padding: 0px 0px 0px 75px;
        margin: 0px;
        list-style: none;
        background: url(/assets/images/list_bullet_green.png) no-repeat left 5px;
    }

.item_filters_chb input[type="checkbox"],
.item_filters_chb input[type="radio"] {
margin-right:7px;
}

.item_filters_chb {
    margin-top: 4px;
    margin-bottom: 4px;
}

.accordion-body .form-control-sm {
min-height:24px;
}

    .calendar_nav a:after {
    content:"|";
    margin:0px 4px;
    color:#cccccc;
    font-size:12px;
    }

    .calendar_nav a:last-child:after {
    display:none;
    }

        .calendar_nav a {
    text-decoration:none;
    }

.calendar_nav_holder {
    margin-bottom:3px;
    justify-content:space-between;
}

.news_description {
margin-top:15px;
}

.post_register_blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    max-width: 500px;
    box-sizing: border-box;
}

    .post_register_blocks > li {
        margin: 0px 0px;
        padding: 30px 30px 15px 30px;
        list-style: none;
        border-radius:5px;
        box-sizing:border-box;
        background:#ffffff;
        color:#02424B;
        width:100%;
        font-size:16px;
    }

        .post_register_blocks > li .locations_holder .btn-radio-group {
            font-size: 16px;
        }

.post_register_blocks > li p {
    margin-bottom: 10px;
}

    .post_register_blocks .input-group {
        position:relative;
    }

.reg_steps span {
    text-transform: uppercase;
    background: #FED766;
    font-weight: 400;
    display: inline-block;
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    color: #fff;
    left: -48px;
    text-align: center;
    top: 10px;
    border-radius: 100%;
    position: absolute;
}

.prb_2step {
padding:15px 0px 0px 0px;
border-top:1px solid #00A6A6;
}

#divCompanySearch {
padding-top:10px;
}

.post_register_blocks > li.pr_button_holder {
    background: transparent;
    padding: 0px 0px;
    text-align: right;
}

        .btn_st2 {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

button.btn_st2 {
    border: 0px;
    background: transparent;
    outline: none !important;
}

.btn_st2 img {
    width: 40px;
    margin-bottom: -4px;
    transition: all 0.25s ease;
}

.btn_st2:hover  {
    color:#ffffff;
}

    .btn_st2:hover img {
    margin-left:20px!important;
    margin-right:-13px;
    }

        .btn_st2:hover img.rotate180 {
            margin-right: 0.25rem!important;
            margin-left: 0px!important;
        }

.btn_st2.green_btn,
.btn_st2.green_btn:hover {
    color: #02424B;
}

.btn_st2.green_btn img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(22%) saturate(2090%) hue-rotate(143deg) brightness(91%) contrast(98%);
}

    .accordion.region_lavel2 {
    padding-left: 24px;
}

    .accordion.region_lavel2 > .accordion-item > h2 {
        display:flex;
    }

        .accordion.region_lavel2 > .accordion-item > h2 > input {
            margin-right: 7px;
        }

.share_filters_button {
    position: absolute;
    top: 1px;
    right: 102px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    border: 1.8px solid #363836;
}

    .share_filters_button img {
        width: 12px;
        margin:2.5px 2.5px 0px 0px;
    }

    .share_filters_button:hover {
    
    }


    .share_filters_button:hover img {
        opacity: 1 !important;
    }

.company_title_message {
font-weight:500;
display:inline-block;
padding:7px 17px;
border-radius:5px;
border:1px solid #ffffff;
font-size:15px;
}

    .company_title_message .text-success {
        color: #ffffff!important;
    }

.app_company_body {
padding:0px 0px;
width:100%;
box-sizing:border-box;
}

.app_company_body .container {
    margin:0px auto;
    width:100%;
    max-width:100%;
    padding:0px 0px;
}

.header_green_st {
    padding: 210px 60px 90px 60px;
    width: 100%;
    box-sizing: border-box;
    background: #02424B;
    color: #ffffff;
    position:relative;
    margin-top:-90px;
}

.profile_page .header_green_st {
    padding-top: 180px;
}

.sp_img .img_block {
    background: #02424B url(/assets/images/connect_info_block_hero.jpg) no-repeat center bottom;
    background-size: cover;
}

.manager_directory .sp_img .img_block {
    background: #02424B url(/assets/images/connect_info_block_hero8.jpg) no-repeat center bottom;
    background-size: cover;
}

.app_company_img .img_block {
    background: #02424B url(/assets/images/connect_info_block_hero6.jpg) no-repeat center center;
    background-size: cover;
}

.profile_page .img_block {
    background: #02424B;
}

.header_green_st h2 {
    position: relative;
}

.sp_directory .header_green_st h2:after {
    width: calc(100% - 560px);
}

.header_green_st h2.edit_company_title:after {
    width: calc(100% - 305px);
}

    .header_green_st .container {
        margin: 0px auto;
        width: 100%;
        max-width: 1660px;
        padding:0px 60px;
        position:relative;
        z-index:2;
    }

    .header_green_st .container h2 {
        margin:0px;
    }

.grid_holder_st1 {
padding-top:60px;
padding-bottom:60px;
}

    .grid_holder_st1 .table-wrapper {
        width: 100%;
        max-width: 1600px;
        margin: 0px auto;
        border-radius: 5px;
        border: 1px solid #f6f6f6;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    }

.paging_holder {
    padding: 15px 30px;
}

.section_sp_grid .paging_holder,
.sp_grid .paging_holder {
    padding: 15px 0px;
}

.table_text_section {
    padding: 15px 30px;
    font-size: 20px;
}

    .table_text_section h3 {
        margin: 0px;
        padding: 0px;
        font-size: 20px;
    }

.table_text_section strong {
    font-weight: 600;
    color: #00A6A6;
}

    .paging_holder nav {
        margin-left: auto;
    }

.wizard-progress {
    margin: 0px;
    width: 100%;
    position: relative;
    padding: 0px 60px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px;
    background: rgba(255, 255, 255, 0.5);
    position: sticky;
    top: 90px;
    z-index: 99;
    height: 104px;
    backdrop-filter: blur(5px);
}

.company-progress-bar {
    display: flex;
    position: relative;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    padding:0px 60px;
    max-width:1660px;
    width:100%;
    margin:0px auto;
}

button.btn_plus {
    width: 36px;
    padding: 0px;
    height: 36px;
    line-height: 34px;
    margin-left: 10px;
    font-size:20px;
    border-radius:50%;
}

.progress-step {
    position: relative;
    z-index: 2;
    transition: all 0.25s ease;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px 0px;
    padding:32px 15px 10px 15px;
    min-height:104px;
    height:100%;
    box-sizing: border-box;
    width:14.285%;
    border-left:1px solid #f6f6f6;
}

    .progress-step:last-child {
        border-right: 1px solid #e3e3e3;
    }

    .step-number {
    color: #aaaaaa;
    text-transform:uppercase;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
    display:block;
    width:100%;
}

.step-title {
    font-size:14px;
    font-weight:400;
}

.progress-step:hover {
background:#f6f6f6;
}

.progress-step:hover .step-number {
    color: #02424B;
}

.progress-step:hover .step-title {
    color:#02424b!important;
}

    .app_c_form {
width:100%;
padding:60px 0px;
}

.ac_form_body {
    width: 100%;
    max-width: 840px;
    margin: 0px auto 30px auto;
    box-sizing: border-box;
    padding: 0px 30px 30px 30px;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
}

    .ac_form_body:hover {
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
    }
    .ac_form_body h3 {
        font-size: 24px;
        color: #363836;
        font-weight: 400;
        margin-bottom: 15px;
        background: #f6f6f6;
        padding: 30px;
        width: calc(100% + 60px);
        margin-left: -30px;
        border-radius: 5px 5px 0px 0px;
    }

    .sf_company_overview .col_sf_text {
width:calc(50% - 40px);
}

.search_col_button {
width: calc(50% - 40px);
}

.search_col_button {
width:80px;
text-align:left;
}

.sf_company_overview {
    padding-left: 30px;
    border-left: 1px solid #e3e3e3;
}

.view_button img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(22%) saturate(2090%) hue-rotate(143deg) brightness(91%) contrast(98%);
    transition: all 0.25s ease;
}

.view_button {
    display: inline-block;
    transition: all 0.25s ease;
    font-size:14px;
    color:#00A6A6;
    border:1px solid #00A6A6;
    padding:5px 12px;
    text-decoration:none;
    line-height:14px;
    border-radius:5px;
}

    .view_button:hover {
    background:#00A6A6;
    color:#ffffff;
    }

    .view_button:hover img {
        margin-left: 20px;
        margin-right: -13px;
    }

    .progress-step.active {

}

.progress-step.active {
background:#f6f6f6;
}

.progress-step.completed .step-number {
    color: #00A6A6;
}

.progress-step.completed .step-number:after {
    content: "\f058";
    font-family:'Font Awesome 5 Free';
    font-weight:bold;
    margin-left:7px;
    margin-top:2px;
}

    .progress-step.completed .step-title {
    color: #02424B;
}

.progress-step.partially-filled .step-number {
    color: #FED766;
}

.progress-step.partially-filled .step-title {
    color: #aaaaaa;
}

.clickable {
cursor:pointer;
}

.app_c_form h3 {
color:#363836;
}
/*
.progress-step.active .step-number {
    border-color: #00A6A6;
    color: #00A6A6;
    background-color: #ffffff;
}*/
.app_c_form .form-group label {
    margin-bottom: 10px;
}

.progress-step.error .step-number {
    color: #dc3545;
}

.progress-step.error .step-title {
    color: #aaaaaa;
}

.wizard-navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 840px;
    margin: 0px auto 0px auto;
    padding-top: 30px;
}

.select_form_st2 {
width:100%;
height:44px;
border-radius:5px;
box-sizing:border-box;
padding-left:15px;
}

.app_c_form .form-control {
max-width:100%;
}

.app_company_body > .container {
display:flex;
flex-wrap:wrap;
width:100%;
padding:0px;
}

.button_holder_right {
text-align:right;
}

label.required:after {
    content: "*";
    color: #de1e29;
    margin-left: 3px;
}

.input-validation-error {
    border-color: #de1e29;
}

.field-validation-error {
    color: #de1e29;
    font-size: 12px;
    margin-top: 0.25rem;
    display: block;
}

.page_banner {
    width: 100%;
    position: relative;
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top:-90px;
}

.img_block {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    background: url(../assets/images/connect_company_img1.jpg) center bottom;
    background-size: cover;
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

    .img_block.img_show {
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }

    .container_charts .grid_holder_st1 {
padding:0px;
}

.ch_col2 .grid_holder_st1 .table-wrapper,
.ch_col2 .grid_holder_st1 {
height:100%;
}

#divRequestInfo p {
    width: 100%;
    display: table;
}

.content_holder_st3 {
width:100%;
display:flex;
flex-wrap:wrap;
}

.block_st4 {
display:inline-block;
width:calc(33.3333% - 30px);
box-sizing:border-box;
vertical-align:top;
padding:25px 0px 15px 0px;
margin-left:30px;
border-top:1px solid #00A6A6;
font-size:18px;
}

    .block_st4:first-child {
    margin-left:0px;
    }


.page_banner .row {
    padding: 240px 60px 90px 60px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    background: rgba(2, 66, 75, 0.78);
    background: linear-gradient(180deg, rgba(2, 66, 75, 0.75) 50%, rgba(2, 66, 75, 1) 100%);
    height: 100%;
}

    .page_banner .row .col {
        width:100%;
        max-width:1660px;
        padding:0px 60px;
        margin:0px auto;
    }

.header_green_st h3,
.page_banner .row .col h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}
        /*
            .page_banner .row .col h3:after {
                display: inline-block;
                content: "";
                width: calc(100% - 160px);
                height: 1px;
                background: #ffffff;
                float: right;
                margin-top:11px;
            }*/

.page_banner .row .col h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.col_additional_info p {
    font-size: 20px;
    line-height: 1.5;
}

/*.col_additional_info h2:after {
background:#00A6A6;
content:"";
width:40px;
height:1px;
display:block;
margin-top:20px;
}*/

.col_additional_info p strong {
    font-weight: 700;
}

    .company_overview_page .container {
    max-width: 1660px;
    padding: 90px 60px;
}

.adv_info_block_st1 h4 {
text-transform:uppercase;
font-weight:400;
font-size:16px;
color:#363836;
margin-bottom:15px;
}

.h4_st_border {
position:relative;
width:100%;
line-height:20px;
}

    .h4_st_border span {
    display:inline-block;
   
    padding-right:15px;
    position:relative;
    z-index:2;
    }

    .row_content_st_gr {
        width: 100%;
        padding: 60px 0px;
    }

.aum_holder {
width:100%;
}

.block_content_st1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}

.block_content_st1 h2 {
    font-size:32px;
}

.service_name {
color:#00A6A6;
display:block;
font-weight:500;
font-size:18px;
}

.service_description {
font-size:14px;
}

.properties_holder {
    max-height: 150px;
    overflow-y: auto;
    background-color: #f6f6f6;
    padding:15px;
    width:100%;
    box-sizing:border-box;
    margin-bottom:15px;
}

.row_content_st_buttons {
    width: 100%;
    padding: 60px 120px;
    color: #ffffff;
    background: #02424B;
}

    .row_content_st_buttons .container {
        max-width: 1660px;
        padding: 60px 0px;
    }
    .row_content_st_gr .container {
        max-width: 1660px;
        padding: 60px 0px;
    }

.c_content_grid > .c_content_row:nth-of-type(even) {
    background-color: #f8f8f8;
}

.message-container {
    position: fixed;
    z-index: 1040;
    background-color: #ffffff;
    color: #02424B;
    display: flex;
    flex-direction: column;
    bottom: 20px;
    right: 20px;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 25px;
    max-width: 580px;
}

.message-container h2 {
    font-size:32px;
    color:#00A6A6;
}


    .message-header .btn-close {
        float: right;
        margin-left: auto;
    }

.message-text {
    padding-left: 60px;
    background: url(../assets/images/dd_nav_alerts_icon.svg) no-repeat 0px 5px;
    background-size: 35px auto;
}

.message-header {
    display: flex;
}

    .message-header h4 {
        flex-grow: 1;
    }

.sp_grid.container {
padding:60px 60px;
max-width:1660px;
}

.filters_horizontal {
    padding: 30px 60px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    background: rgba(255,255,255,0.5);
    position: sticky;
    top: 90px;
    z-index: 99;
    height: 104px;
    backdrop-filter: blur(5px);
}

    .filters_horizontal .container {
    padding:0px;
    }

    .filters_horizontal input[type="search"] {
        font-size: 14px;
        font-weight: 500;
        background: #f6f6f6;
        border-radius: 5px;
        padding-left: 20px;
        font-weight: 600;
        height: 44px;
        border: 0px;
    }

    .filters_horizontal input::placeholder {
        color: #363836;
    }

    .filters_horizontal.fh_st2 {
    }

.sr_message {
width:100%;
max-width:500px;
margin:0px auto;
text-align:center;
}

    .sr_message span {
        display: block;
        color: #aaaaaa;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .sr_message p {
    margin-bottom:5px;
    }

    .search-not-found-message {
        color: #aaaaaa;
        padding-top: 0px !important;
        margin-bottom: 30px;
    }

.search-not-found-message a {
    color:#00A6A6;
    text-decoration:underline;
}

        .search-not-found-message a:hover {
            color:#1B998B;
        }

            .sr_message p img {
    width: 120px;
}

    .search_button_holder {
        display: inline-block;
        padding: 15px 20px;
        border: 1px solid #02424B;
        margin: 0px auto 30px auto;
        border-radius: 5px;
    }

.description_section {
    padding: 0px 60px;
}

    .description_section .block_st4 {
        border-top: 1px solid #00A6A6;
    }

.top_sub_navigation {
    padding: 15px 30px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 10px;
    background: #ffffff20;
    position: fixed;
    top: 90px;
    z-index: 100;
    backdrop-filter: blur(4px);
}

.tsn_st2 {
position: sticky;
top:90px;
}

.top_sub_tabs {
    justify-content: flex-end;
}

.om_panel_header .btn-close  {
    width:30px;
    height:30px;
}

.owner_menu_bg {
    background: rgba(0,0,0,0.35);
    z-index: 1040;
    backdrop-filter: blur(4px);
}

.om_buttons {
width:100%;
margin-bottom:15px;
padding-top:15px;
}

.col_contacts_list {
margin:0px auto;
width:100%;
}

.video_holder .col_additional_info {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 0px;
}

.video_name {
font-size:24px;
font-weight:400;
margin-bottom:5px!important;
}

.company_overview_page .video_holder .container {
    align-items:center;
}

.video_holder .col_text_left {
width:calc(100% - 600px);
}

.video_holder .col_additional_info {
width:600px;
box-sizing:border-box;
z-index:2;
padding-left:90px;
}

.video_holder .col_additional_info p {
    margin:0px;
}

    .video_holder h2 {
    margin-top: 0px;
    margin-bottom:15px;
}

.video_holder h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.contactus_section {
    background: #02424B;
    background: linear-gradient(90deg,rgba(2, 49, 59, 1) 0%, rgba(2, 66, 75, 1) 100%);
    color: #ffffff;
    padding: 0px 60px;
}

    .contactus_section h2 {
    color:#ffffff;
    
    }

    .contactus_section p {
    
    font-size:20px;
    }

.contactus_section .buttons_holder_right {
    margin-top: 45px;
}

    .contactus_section h3 {
    font-size:32px;
    margin-bottom:30px;
    }

    .contact_us_custom_form {
        font-size: 16px;
    }

        .contact_us_custom_form .text-danger {
            color:#FED766!important;
        }

        .contact_us_custom_form input,
        .contact_us_custom_form textarea {
            background: transparent;
            border-color: #ffffff;
            color: #ffffff;
        }

        .contactus_section .container {
            align-items: center;
        }

.contactus_section .col_additional_info {
    width: 50%;
    padding-right:90px;
}

.contactus_section .col_text_left {
    width:50%;
    padding-left:120px;
    border-left:1px solid #00A6A6;
}

.contact_us_custom_form .button_holder_right {
    padding-top: 30px;
}

.documents_section .container {
    max-width:820px;
}

.doc_file {
    width: 100%;
    display: flex;
    background: linear-gradient(66deg, rgba(2, 66, 75, 1) 0%, rgba(0, 166, 166, 1) 100%);
    background-attachment: fixed;
    padding: 30px 0px 30px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #ffffff;
    align-items: flex-end;
    transition: all 0.25s ease;
}

    .doc_file:hover {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px;
    }

    .doc_file h2 {
    font-size:32px;
    margin-bottom:5px;
    color:#ffffff;
    font-size:300;
    }

        .doc_file h2 a {
            font-size: 32px;
            margin-bottom: 5px;
            color:#ffffff;
            font-size:300;
        }

        .doc_file_info {
    width: calc(100% - 200px);
}

.download_file {
    width: 200px;
    text-align:center;
    position:relative;
}

    .download_file:after {
        position: absolute;
        content: "";
        width: 200px;
        height: 180px;
        left: 0px;
        bottom: -30px;
        display: block;
        background: url(/assets/images/icon_download.svg) no-repeat 15px 10px;
        background-size: 200px;
        opacity: 0.10;
        z-index:1;
    }

    .btn_download {
        display: block;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        font-weight:500;
        position:relative;
        z-index:2;
    }

        .btn_download:hover {
        color:#ffffff;
        }

        .btn_download span {
            text-decoration: none;
            vertical-align: middle;
        }

.download_icon {
display:inline-block;
width:25px;
height:25px;
overflow:hidden;
vertical-align: middle;
margin-left: 7px;
margin-top: -3px;
}

.btn_download img {
    transition: all 0.25s ease;
}

    .document_date {
        font-size: 16px;
        color: #00A6A6;
    }

.document-description p {
    font-size:16px;
    margin-bottom:0px;
}

.document-description strong {
    font-weight:600;
}

.filings_list_st2 {
margin:0px;
padding:0px;
list-style:none;
width:calc(100% + 15px);
display:flex;
flex-wrap:wrap;
gap:15px;
}

    .filings_list_st2 > li {
        margin: 0px;
        padding: 15px 30px;
        list-style: none;
        width: calc(50% - 15px);
        border-radius: 5px;
        background: #ffffff;
        border: 1px solid #e3e3e3;
        transition: all 0.25s ease;
    }

        .filings_list_st2 > li:hover {
            background: #f8f8f8;
            box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 10px;
        }

        .filings_list_st2 > li:hover a {
            color:#1B998B;
        }

            .filings_list_st2 p {
                margin:0px;
                line-height:normal;
            }

.filings_list_st2 > li a {
    color:#00A6A6;
    text-decoration:none;
    font-size:24px;
    font-weight:400;
    width:100%;
}

    .filings_list_st2 > li a img {
        float: right;
        margin-left: auto;
        width: 20px;
    }


        .om_buttons a {
        margin-bottom: 10px;
        display: block;
        clear: both;
    }

.link_st2 {
font-size:14px;
color:#363836;
text-transform:uppercase;
text-decoration:none;
}

    .link_st2 img {
    margin-right:7px;
    width:16px;
    vertical-align:top;
    }

.link_st2:hover {
    color:#00A6A6;
}

    .link_st2:hover img {
        fill: #00A6A6;
        filter: brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(650%) hue-rotate(137deg) brightness(101%) contrast(101%);
    }

    .top_sub_tabs > div {
        margin-left: 15px;
    }

    .sub_nav_tab {
        background: #f6f6f6;
        padding: 5px 15px;
        border-radius: 5px;
        font-size:14px;
        text-transform:uppercase;
        border:1px solid #f6f6f6;
        color:#363836;
        cursor:pointer;
    }

        .sub_nav_tab:hover {
            border: 1px solid #e3e3e3;
        }

    .sub_nav_tab input {
    vertical-align:middle;
    margin-right:2px;
    margin-top:-2px;
    width:8px;
    height:8px;
    }

        .sub_nav_tab label {
        cursor:pointer;
        }

        .sub_nav_tab .form-check-input:focus {
            border-color: #363836;
            outline: 0;
        }

        .sub_nav_tab .form-check-input:checked {
            background-color: #363836;
            border-color: #363836;
        }

            .sub_nav_tab .form-check-input:checked[type="radio"] {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23363836'/%3e%3c/svg%3e");
            }

.btn_owner_menu {
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #f6f6f6;
    color: #363836;
    outline:0px!important;
    margin-left: 15px;
}

    .btn_owner_menu:hover {
        border: 1px solid #e3e3e3;
    }

    .btn_owner_menu img {
        margin-top: -3px;
        vertical-align: middle;
    }

.owner_menu_panel {
    width: 380px;
    height: 100vh;
    z-index: 1050;
    overflow:auto;
    font-size:14px;
    padding:30px;
}

.om_add_new_section .form-select  {
    width:calc(100% - 60px);
}

.om_add_new_section button {
    margin-left:15px;
}

.custom_modal {
    z-index: 1070;
    width: 90%;
    max-width: 600px;
}

.custom_modal_st2 {
    z-index: 1070;
    width: 90%;
    max-width: 600px;
}

.custom_modal_body {
max-height:600px;
overflow:auto;
padding:30px;
}

.custom_modal .modal-header {
margin-top:-1px;
}

.custom_modal_body .form-check .form-check-input {
    margin-left:-25px;
}

.custom_modal_body .form-check {
padding-left:25px;
}

.contact_us_custom_modal .list-group-item {
    padding: 30px 15px;
}

.tab-content {
width:100%;
margin:0px auto;
}

.tab-content > div {
    display: none;
}

.c_content_row {
padding:0px 60px;
}

.contacts_section {
position:relative;
}

.pf_section {
    background: url(/assets/images/connect_info_block_hero4.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 60px;
}

    .pf_section .container {
        background: #ffffff;
        padding: 60px 60px;
        border-radius: 5px;
    }

.client_profile_holder {
    background: url(/assets/images/connect_info_block_hero5.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 60px;
}

    .client_profile_holder .container {
        background: #ffffff;
        padding: 60px 60px;
        border-radius: 5px;
    }


/**/

.profile_page {
    background: #f8f8f8;
    background: linear-gradient(126deg,rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background-attachment: fixed;
}

.header_white_st {
    width: 100%;
}

.header_white_st .container {
    padding: 30px 30px;
}

.profile-hero-content {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    
}

.view_list .profile-hero-content {
    width: calc(100% - 290px);
}

.people-grid .profile-hero-content {
align-items:center;
justify-content:center;
}

.view_list .profile-hero-content .person-badges {
    margin: 0px;
}

.profile-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

.person-card-inner .profile-avatar-wrapper {
    width: 100%;
    text-align: center;
}

    .profile-avatar {
    width: 75px;
    height: 75px;
    margin-top: -4px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,1);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px;
}

.profile-avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3e3e3;
    color: #aaaaaa;
    font-size: 24px;
    font-weight: 600;
}

.profile-verified-badge {
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    background: #00a6a6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #02424B;
    font-size: 16px;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.profile-hero-info {
    flex: 1;
    min-width: 200px;
    overflow:hidden;
}

.profile-name h2 {
    margin-bottom: 0px;
    color:#02424B;
    font-size:32px;

}

.person-card-inner .profile-name h2 {
    font-size: 24px;
    margin-bottom:15px;
}

    .modal-body .profile-name h2 {
    width: 100%;
    text-align:left;
}

    .profile-name {
flex-wrap:wrap;
align-items:flex-end;
}

    .profile-name h1 {
    font-size:14px;
    margin-bottom:0px;
    width:100%;
    color:#aaaaaa;
    font-weight:400;
    }

    .profile-name .btn_st_hidden {
        height: 36px;
        width: 36px;
        text-align: center;
        line-height: 34px;
        border: 1px solid #e3e3e3;
        background: #f6f6f6;
        border-radius: 100%;
        margin-bottom: 3px;
        font-size: 14px;
        color: #363836;
        margin-left: 15px;
        font-weight: 400;
    }

    .profile-name .btn_st_hidden:hover {
    background:#00A6A6;
    color:#fff!important;
    }

        .profile-name .btn_st_hidden:hover i {
            color: #fff !important;
        }

.btn_st2_hidden {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #e3e3e3;
    background: #f6f6f6;
    border-radius: 100%;
    margin-bottom: 3px;
    font-size: 14px;
    color: #363836;
    margin-left: 15px;
    font-weight: 400;
}

    .btn_st2_hidden:hover {
        background: #00A6A6;
        color: #fff !important;
    }

        .btn_st2_hidden:hover img {
            filter: brightness(1000%) saturate(100%) invert(18%) sepia(5%) saturate(314%) hue-rotate(71deg) brightness(104%) contrast(200%);
        }

        .profile-headline {
        color: #02424B;
        font-size: 14px;
        text-align: left;
        margin-bottom: 15px;
    }

.sc_search_form {
position:relative;
width:calc(100% - 50px);
margin-right:15px;
}

    .sc_search_form .btn_st_hidden {
        position: absolute;
        right: 7px;
        top: 50%;
        margin-top:2px;
        transform: translateY(-50%);
    }

    .person-card-inner .profile-headline {
        margin-bottom: 30px;
        text-align: center;
    }

.profile-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.table_connections .profile-badge {
    min-width:105px;
    justify-content:center;
}

    .profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 12px!important;
    font-weight: 600;
    line-height: 18px;
}

.profile-badge-claimed {
    background: #FED766!important;
    color: #363836;
    border: 1px solid #FED766;
}

.profile-badge-public {
    background: #00A6A6!important;
    color: #ffffff;
    border: 1px solid #00A6A6;
}

.profile-badge-private {
    background: #00A6A6;
    color: #ffffff;
    border: 1px solid #00A6A6;
}

.profile-hero-actions {
    flex-shrink: 0;
}

    .profile-hero-actions .btn {
        background: #f6f6f6;
        border: 1px solid #e3e3e3;
        color: #363836;
        text-transform: capitalize;
        position:relative;
    }

        .profile-hero-actions .btn .badge {
            top: 1px;
            right: -16px;
            height: 18px;
            min-width: 18px;
            box-sizing: border-box;
            padding: 3px;
            font-size: 11px;
            font-weight: 700;
        }

        .profile-hero-actions .btn:hover {
            color: #ffffff;
            background: #00A6A6;
        }

        /* Profile Cards */
.profile-card {
    background: #fff;
    border-radius: 5px;
    padding: 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #f6f6f6;
    transition: box-shadow 0.2s, transform 0.2s;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    margin-right: 30px;
    box-sizing: border-box;
    min-height: 300px;
}

    .profile-card:hover {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px;
    }

.profile-card-form {
    padding: 30px;
    margin:0px;
}

.account_profile {
width:calc(100% + 30px);
}

.account_profile .col-lg-4 {
    width: calc(33.3333% - 30px);
}

.account_profile .col-lg-6 {
    width: calc(50% - 30px);
}

.profile-card h3 {
    color: #363836;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
    text-transform:uppercase;
}

.profile-card h3 button {
    float:right;
}

button.btn_st_hidden i {
font-size:16px!important;
}

    .profile-card h3 i {
        color: #363836;
        font-size: 18px;
        margin-right: 5px;
    }

.profile_edit_mode {
    width:100%;
    padding:60px 60px;
}

.btn_st_hidden:hover i {
color:#00A6A6;
}

.profile_edit_mode .container {
    max-width: 1660px;
    padding: 0px 60px;
}

.profile-card-form label {
font-size:16px;
}

.profile-card-form .form-check-input {
margin-left:-60px;
}

.profile-content {
padding-bottom:30px;
}

    .profile-content > .container {
        padding: 0px;
    }

.profile_page .profile-content > .container {
    padding: 30px;
}

    /* Contact List */
    .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .contact-list li {
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-top: 1px solid #e3e3e3;
        justify-content: space-between;
        font-size: 16px;
    }


        .contact-list li a {
            color: #00A6A6;
            text-decoration: none;
        }

            .contact-list li a:hover {
                color: #1B998B;
            }

        .contact-list li label {
        min-width:80px;
        margin-right:15px;
        }

        /* Stats Grid */
        .stats-grid {
            display: grid;
            /*grid-template-columns: 1fr 1fr;*/
            gap: 1rem;
        }

.stat-item {
    position: relative;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

    .stat-item:hover {
        
    }

.stat-item-connections {
    background: linear-gradient(66deg, rgba(2, 66, 75, 1) 0%, rgba(0, 166, 166, 1) 100%);
    background-attachment: fixed;
    color: #fff;
}

.stat-item-followers {
    background: linear-gradient(66deg, rgba(2, 66, 75, 1) 0%, rgba(0, 166, 166, 1) 100%);
    background-attachment: fixed;
    color: #fff;
}

.stat-value {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.stat-label {
    font-size: 16px;
    text-align:left;
}

.stat-icon {
    position: absolute;
    right: 0px;
    bottom: -17px;
    font-size: 80px;
    opacity: 0.15;
}

/* Empty State */
.empty-state {
    text-align: center;
    color: #aaaaaa;
}

    .empty-state h3 {
    color:#aaaaaa;
    margin-bottom:5px;
    }

    .empty-state p {
        font-size:16px;
        margin-bottom:30px;
    }

    .empty-state > i {
        font-size: 62px;
        color: #e3e3e3!important;
        margin-bottom: 30px;
    }

.empty_message_block {
    width:100%!important;
}

/* Bio Text */
.bio-text {
    font-size: 16px;
    line-height: 1.5;
    color: #777777;
    white-space: pre-line;
}

/* Recommendation List */

.profile-card-recommendations .company-item {
flex-wrap:wrap;
}

.profile-card-recommendations .company-name {
    width: 100%;
    justify-content: space-between;
}

.profile-card-recommendations .detail-label {
    min-width:58px;
}

.recommendation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00A6A6;
    font-size: 16px;
    flex-shrink: 0;
}

.recommendation-info {
    flex: 1;
    min-width: 0;
}

.recommendation-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    width: 100%;
    margin-bottom: 7px;
    line-height: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.recommendation-stat {
    font-size: 14px;
    color: #363836;
    margin-left: 7px;
    padding-left: 15px;
    border-left: 1px solid #cccccc;
}

.detail-label + .recommendation-stat {
margin-left:0px;
padding-left:0px;
border:0px;
}

    .recommendation-stat i {
        color: #00A6A6;
        display:none;
    }

.recommendation-types {
    display: flex;
    width:100%;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 7px;
    align-items: center;
}

.recommendation-type-badge {
    display: inline-flex;
    align-items: center;
    background: #e3e3e3;
    color: #02424B;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    line-height: 18px;
}

.recommendation-item {
text-decoration:none;
color:#363836;
}

/* Company List */
.company-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.company-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 15px;
    background: #f6f6f6;
    border-radius: 5px;
}

    .company-item:hover {
        background: #f8f8f8;
    }

.company-info {
    flex: 1;
    min-width: 0;
}

.company-name {
    font-weight: 500;
    color: #363836;
    margin-bottom: 4px;
    font-size:16px;
}

.company-link {
color:#363836;
text-decoration:none;
}

    .company-link:hover {
    color:#00A6A6;
    }

    .company-role {
        color: #363836;
        font-size: 14px;
    }

.company-dates {
    font-size: 14px;
    color: #00A6A6;
    padding-top:4px;
}

/* Login Button */
.btn-login-email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    line-height:44px;
    height:46px;
    padding: 0px 15px;
    background:transparent;
    color: #fff;
    border: none;
    border-radius: 5px;
    border:1px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(2, 66, 75, 0.25);
}

    .btn-login-email:hover {
        border-color:#00A6A6;
        color: #00A6A6;
    }

/* Google Button */
.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0px 15px;
    line-height:46px;
    height:46px;
    background: #fff;
    color: #363836;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s ease;
    border:0px;
}

    .btn-google:hover {
       color:#00A6A6;
    }

    .btn-google svg {
        width: 20px;
        height: 20px;
    }

.button_holder_center {
margin-top:30px;
text-align:center;
}

.button_holder_center button {
width:100%;
min-height:40px;
height:auto;
}

.connect_with_card {
padding-top:115px;
color:#ffffff;
}

.connect-with-page .login {
padding-top:120px;
}

.connect_login_buttons {
padding-top:15px;
}

.connect_login_buttons .col-lg-6:first-child {
    padding-right:5px;
}

    .connect_login_buttons .col-lg-6:last-child {
        padding-left: 5px;
    }

    /* Terms Text */
    .terms-text {
    text-align: center;
    font-size: 14px;
    color: #777777;
    margin: 30px auto 0px auto;
    line-height: 1.5;
    max-width: 80%;
}

    .terms-text a {
        color: #00a6a6;
        text-decoration: none;
        font-weight: 500;
    }

        .terms-text a:hover {
            text-decoration: underline;
        }

.profile-card .container {
    padding:0px;
    flex-wrap:wrap;
}

.pi_header {
width:100%;
padding-bottom:30px;
}

.pi_card {
box-shadow:none!important;
padding:0px!important;
border:0px!important;
background:transparent;
border-radius:0px!important;
}

.pi_header .profile-headline {
margin-bottom:0px;
}

/* Edit Form Avatar */
.edit-avatar {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px;
}

.edit-avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3e3e3;
    color: #aaaaaa60;
    font-size: 68px;
    font-weight: 600;
}

.avatar_holder {
    width:100%;
    margin-bottom:30px;
}

.profile_edit_mode form .container {
    padding:0px;
}

.avatar_holder img {
    object-fit: cover;
}

.profile-verified-badge {
margin-top:30px;
display:inline-block;
}

    .profile-verified-badge i {
        color: white;
        font-size: 14px;
    }



/***/

.connect-content {
    padding: 60px 60px;
}

.connect-content .container {
    padding: 0px 60px;
    max-width:1660px;
}

.connect-card {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    overflow: hidden;
    padding: 30px;
    transition: box-shadow 0.2s, transform 0.2s;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    margin-bottom: 30px;
}

    .connect-card:hover {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px;
    }

.connect-card h2 {
    font-size:32px;
}
    
.connect-actions {
width:100%;
text-align:right;
}

.qr_container {
    display: flex;
    gap: 30px;
    width: calc(100% - 30px);
}

/* QR Card */
.qr-card {
    text-align: center;
    padding: 2rem;
}

.profile-info {
    text-align: left;
}

/* QR Code Styling */
.qr-wrapper {
    margin-bottom: 15px;
    padding-top:15px;
}

.qr-frame {
    position: relative;
    display: inline-block;
    padding: 1.5rem;
    background: #f6f6f6;
    border-radius: 15px;
}

.qr-corner {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 4px solid #00A6A6;
}

.qr-corner-tl {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
    border-radius: 8px 0 0 0;
}

.qr-corner-tr {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
    border-radius: 0 8px 0 0;
}

.qr-corner-bl {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 8px;
}

.qr-corner-br {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
    border-radius: 0 0 8px 0;
}

.qr-code {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qr-code img {
        border-radius: 8px;
    }

.qr-instruction {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 1rem 0 0;
}

.instructions-card {
height:calc(100% - 30px);
}

/* Timer Badge */
.connect_header {
    justify-content: space-between;
    flex-wrap:wrap;
}

.timer-badge {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.timer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #00A6A6;
    font-size: 20px;
    flex-shrink: 0;
}

.timer-info {
    flex: 1;
    text-align: left;
}

    .timer-info .d-flex {
        align-items:center;
    }

    .timer-info .d-flex i {
margin-right:7px;
color:#00A6A6;
    }

        .timer-label {
        display: block;
        font-size: 12px;
        color: #aaaaaa;
        text-transform: uppercase;
        margin-bottom:3px;
    }

.timer-value {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #00A6A6;
}

.timer-progress {
    width: 100%;
    height: 5px;
    background: #e3e3e3;
    border-radius: 3px;
    overflow: hidden;
    margin-top:-9px;
}

.timer-progress-bar {
    height: 100%;
    background: #FED766;
    border-radius: 5px;
    transition: width 1s linear;
}

    .timer-progress-bar.warning {
        background: linear-gradient(90deg, #FED766, #f4c430);
    }

    .timer-progress-bar.danger {
        background: linear-gradient(90deg, #dc3545, #ff6b6b);
    }

.expired-message {
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    font-size:14px;
    color: #363836;
}

    .expired-message a {
        color: #00a6a6;
        display: block;
        text-align: center;
        font-size: 22px;
        margin-top: 7px;
    }

        .expired-message a:hover {
            color: #1B998B;
        }

    .expired-message span {
    display:block;
    }

    .share-link-wrapper {
        margin-bottom: 30px;
    }

.share-link-container {
    display: flex;
    align-items: stretch;
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    transition: border-color 0.2s;
}

    .share-link-container:focus-within {
        border-color: #00A6A6;
    }

.share-link-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 15px 15px;
    font-size: 16px;
    color: #363836;
    outline: none;
    min-width: 0;
}

.share-link-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 15px;
    background: #02424B;
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 110px;
    align-items: center;
    justify-content: center;
}

    .share-link-btn:hover {
        background: #00A6A6;
    }

    .share-link-btn.copied {
        background: #1B998B;
    }

.share-options {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
}

.share-buttons {
    display: flex;
    gap: 7px;
}

.share-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
}

.share-btn-email {
    background: #e9ecef;
    color: #363836;
}

    .share-btn-email:hover {
        background: #02424B;
        color: #fff;
    }

.share-btn-linkedin {
    background: #e7f3ff;
    color: #0077B5;
}

    .share-btn-linkedin:hover {
        background: #0077B5;
        color: #fff;
    }

.share-btn-whatsapp {
    background: #dcf8c6;
    color: #25D366;
}

    .share-btn-whatsapp:hover {
        background: #25D366;
        color: #fff;
    }

.instructions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .instructions-list li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
        border-bottom: 1px solid #e3e3e3;
    }

        .instructions-list li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

.step-number-st2 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00A6A6;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

    .step-content strong {
        display: block;
        font-size: 16px;
        color: #02424B;
        font-weight:500;
        margin-bottom: 4px;
    }

    .step-content span {
        font-size: 14px;
        color: #777777;
    }

.notifications {
    padding:60px 60px;
}

.contact_list_block {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .contact_list_block li {
        padding: 30px;
        margin: 0px 0px 15px 0px;
        list-style: none;
        width: 100%;
        flex-wrap: wrap;
        background: #ffffff;
        border: 1px solid #e3e3e3;
        border-radius: 5px;
    }

        .contact_list_block li .contact_photo_holder {
            width: 75px;
            height: 75px;
            border-radius: 100%;
            margin: 0px 15px 0px 0px;
            background: #e3e3e3 url(/assets/images/photo_focus.svg) no-repeat center;
            background-size: 30px;
            position: relative;
            border: 4px solid rgba(255, 255, 255, 1);
            box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px;
        }

            .contact_list_block li .contact_photo_holder img {
                width: 67px;
                height: 67px;
                border-radius: 100%;
                object-fit: cover;
                filter: grayscale(100%);
            }

        /* Small photo holder for table view */
        .contact_photo_holder_sm {
            width: 36px;
            height: 36px;
            border-radius: 100%;
            background: #e3e3e3;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

            .contact_photo_holder_sm img {
                width: 36px;
                height: 36px;
                border-radius: 100%;
                object-fit: cover;
            }

            .contact_photo_holder_sm i {
                font-size: 16px;
            }

        /* Personal Contact Modal - Override ALL container restrictions */
        .personal-contact-modal.modal {
            position: fixed !important;
            display: none;
            overflow: hidden !important;
        }
        
        .personal-contact-modal.modal.show {
            display: block !important;
        }

        .personal-contact-modal .modal-dialog {
            display: flex !important;
            align-items: center !important;
            min-height: calc(100% - 3.5rem) !important;
            max-width: 1200px !important;
            width: 95% !important;
            margin: 1.75rem auto !important;
        }

        .personal-contact-modal .modal-content {
            display: flex !important;
            flex-direction: column !important;
            width: 100% !important;
            min-height: 550px !important;
            max-height: 90vh !important;
            position: relative !important;
            overflow: hidden !important;
        }

        .personal-contact-modal .modal-header {
            display: flex !important;
            width: 100% !important;
        }

        .personal-contact-modal .modal-body {
            display: block !important;
            width: 100% !important;
            padding: 1.5rem !important;
            flex: 1 1 auto !important;
            overflow-y: auto !important;
            overflow-x: hidden !important;
        }

        .personal-contact-modal .modal-footer {
            display: flex !important;
            width: 100% !important;
        }

        .personal-contact-modal .accordion {
            width: 100% !important;
        }

        .personal-contact-modal .accordion-item {
            width: 100% !important;
            display: block !important;
        }

        .personal-contact-modal .accordion-header {
            width: 100% !important;
            display: block !important;
        }

        .personal-contact-modal .accordion-button {
            width: 100% !important;
            display: flex !important;
        }

        .personal-contact-modal .accordion-collapse {
            width: 100% !important;
        }

        .personal-contact-modal .accordion-body {
            width: 100% !important;
            display: block !important;
            overflow: visible !important;
        }

        .personal-contact-modal .accordion-collapse {
            overflow: visible !important;
        }

        .personal-contact-modal .table-responsive {
            width: 100% !important;
            display: block !important;
            overflow-x: visible !important;
            overflow-y: auto!important;
            max-height:260px;
        }

        .personal-contact-modal .table {
            width: 100% !important;
            display: table !important;
        }

        .personal-contact-modal .form-control {
            width: 100% !important;
        }

.personal-contact-modal .row {
    display: flex !important;
    flex-wrap: wrap !important;
    width: calc(100% + 1.5rem) !important;
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
}

        .personal-contact-modal .col-md-6 {
            flex: 0 0 50% !important;
            max-width: 50% !important;
            padding-right: 0.75rem !important;
            padding-left: 0.75rem !important;
        }

        @media (max-width: 768px) {
            .personal-contact-modal .col-md-6 {
                flex: 0 0 100% !important;
                max-width: 100% !important;
            }
        }

        .contact_list_block li:hover {
            box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 10px;
        }


        .contact_list_block li a {
            color: #00A6A6;
            text-decoration: none;
        }

            .contact_list_block li a:hover {
                color: #1B998B;
            }

            .contacts_info_block {
                width: 100%;
            }

.contact_title {
    font-size: 14px;
    display: block;
    margin-top:3px;
}

.contacts_info_block h2 {
    margin-bottom: 0px;
    margin-top:7px;
    font-size: 24px;
    font-weight: 400;
}

.contacts_name_row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0px;
}

.contacts_details_st2 {
width:calc(100% - 95px);
}

.contacts_details_st2 span {
    font-size: 14px;
    align-items: center;
}

.contact_details_st3 {
display:flex;
align-items:flex-start;
gap:15px;
justify-content:space-between;
}

    .contact_details_st3 p {
        margin: 0px;
        gap: 15px;
        display: flex;
        align-items:center;
    }

    .active_clients_list {
        padding: 0px;
    }

    .active_clients_list li {
        max-width: 320px;
        width: calc(25% - 30px);
    }

        .active_clients_list li h2 a {
            text-decoration: none;
        }

            .active_clients_list li h2 a:hover {
                color: #00A6A6;
            }

        .active_clients_list li p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            line-clamp: 4;
            -webkit-box-orient: vertical;
            max-height: 90px;
        }

.active_clients_list {
    align-items: normal;
    text-align: left;
    justify-content: left;
}

.featured_providers {
    width: 100%;
    padding: 90px 0px;
    position: relative;
    background: #ffffff;
    overflow-x:hidden;
}

    .featured_providers .container {
        max-width: 1220px;
    }

    .notifications .container {
padding:0px 60px;
max-width:1660px;
    }

.notifications_header {
    color: #363836;
    font-weight: 400;
    margin-bottom: 15px;
    background: #f6f6f6;
    padding: 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
    border-radius: 5px 5px 0px 0px;
}

    .notifications_header h1 {
    margin:0px;
    }

    .profile-hero-actions .label_connected {
        color: #ffffff;
        background: #00A6A6;
        border-color: #00A6A6;
    }


/* Search Box */
.find-people-results {
    min-height: 400px;
    padding: 60px 60px;
}

.find-people-results > .container {
padding:0px 60px;
width:100%;
max-width:1660px;
}

.person-card-inner .profile-name h2 {
text-align:center;
}

.view_list .person-card-inner .profile-name h2 {
    text-align: left;
}

/* People Grid */
.people-grid {
    display: grid;
    grid-template-columns: calc(33.33% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
    gap: 30px;
}

.profile-name a {
color:#00A6A6;
}

.person-card-inner .profile-name a {
    color: #00A6A6;
    font-weight:400;
    text-align:center;
}

.person-card-inner {
    background: #fff;
    border-radius: 5px;
    padding: 30px 30px 0px 30px;
    text-align: left;
    border: 1px solid #f6f6f6;
    transition: box-shadow 0.2s, transform 0.2s;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .person-card-inner:hover {
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
    }

..person-card-inner profile-headline  {
    overflow: hidden;
    max-width: 248px;
}

/* Avatar */
.person-avatar-link {
    text-decoration: none;
    display: inline-block;
}


/* Badges */
.person-badges {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

/* Actions */
.person-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding: 20px 30px;
    justify-content: space-between;
    width:calc(100% + 60px);
    margin-left:-30px;
    background:#f6f6f6;
}

.person-actions .btn_st_hidden {
    text-transform:capitalize;
}

.people-grid.view_list {
    grid-template-columns: 100%;
}

    .people-grid.view_list .person-card-inner .profile-avatar-wrapper {
        width:90px;
    }

    .people-grid.view_list .profile-hero-info {
    text-align:left;
    }

    .people-grid.view_list .profile-hero-info h2 {
        margin-bottom:0px;
        font-size:32px;
    }

        .people-grid.view_list .profile-hero-info h2 a {
            font-weight:300;
        }

            .people-grid.view_list .person-card-inner .profile-headline {
        text-align:left;
        margin-bottom:0px;
    }

    .people-grid.view_list .person-card-inner {
        padding: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .people-grid.view_list .person-actions {
        display: flex;
        gap: 10px;
        margin-top: 0px;
        padding: 0px 15px 0px 0px;
        justify-content: flex-end;
        align-items: center;
        width: 290px;
        margin-left: 0px;
        background: transparent;
    }

    .people-grid.view_list .person-actions  .btn_st_hidden {
        margin-left:30px!important;
    }

            .suggestion-label {
        display: block;
        font-size: 12px;
        color: #777777;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

.suggestion-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.suggestion-tag {
    background: #fff;
    border: 1px solid #00A6A6;
    color: #00A6A6;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

    .suggestion-tag:hover {
        background: #00A6A6;
        border-color: #00A6A6;
        color: #fff;
    }

.connect_button_icon {
    color:#00A6A6;
}

.connect_button_icon:hover {
    color: #1B998B;
}

.connect_button_icon span {
    margin-right: 3px !important;
}

.modal-body .profile-hero-info {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

    .modal-body .profile-hero-info .profile-headline {
        margin:0px;
    }

.connect-form-group {
    margin-bottom: 30px;
}

.connect-label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

    .connect-label i {
        color: #1B998B;
        margin-right: 6px;
    }

    .connect-label .optional {
        font-weight: 400;
        color: #999;
    }

.connect-select,
.connect-textarea {
    width: 100%;
    padding-left: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height:40px;
    font-size:14px;
    color:#777777;
}

    .connect-select:focus,
    .connect-textarea:focus {
        outline: none;
        border-color: #1B998B;
        box-shadow: 0 0 0 3px rgba(27, 153, 139, 0.1);
    }


.find_p__holder {
    margin: 0px auto;
    padding: 0px 60px;
    max-width: 1660px;
    align-items: center;
}

.search-box-wrapper {
    max-width: 460px;
    width: 100%;
    margin: 0px 0px;
}

.people_search_right_col {
width:calc(100% - 400px);
display:flex;
justify-content:flex-end;
}

.search-box input {
    background-color: #f6f6f6;
    background-position: 17px center;
    background-size: 16px auto;
    background-image: url(/assets/images/search_dark.svg);
    background-repeat: no-repeat;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #777777;
    outline: 0px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 45px;
    display: block;
}

.count-number {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.count-label {
    font-size: 20px;
    color: #363836;
}

.connections_holder {
width:100%;
padding:0px 60px;
box-sizing:border-box;
}

    .connections_holder .container {
    padding:0px 60px;
    margin:0px auto;
    max-width:1660px;
    }

.cursor-pointer {
    cursor: pointer;
}

.mutual_connection_icon {
    padding:5px;
}

.rotate180 {
    transform: rotate(180deg);
}

.flip-x {
    transform: scaleX(-1);
}

img.grid_connections_image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    border:3px solid #ffffff;
}

div.grid_connections_image {
    width: 40px;
    height: 40px;
    font-weight:600;
    font-size:12px;
    color:#aaaaaa;
    text-align:center;
    line-height:34px;
    background:#e3e3e3;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    border: 3px solid #ffffff;
}

.table_connections td a {
color:#363836;
}


.table_connections .badge {
    float: right;
    margin-left: auto;
}

.notifications_holder {
    width: 100%;
    max-width: 840px;
    margin: 0px auto 30px auto;
    box-sizing: border-box;
    padding: 0px 30px 30px 30px;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
}

    .notifications_holder .list-group {
    padding-top:15px;
    }

.notifications_holder .list-group-item {
    padding: 30px 0px;
    border-top:1px solid #e3e3e3;
    background:transparent!important;
}

    .notifications_holder .list-group-item:first-child {
        border-top:0px;
        padding-top:0px;
    }

        .profile_edit_mode .col_text_left {
padding-left:30px;
}

.btn_st4 {
text-decoration:none;
font-size:14px;
text-transform:capitalize;
color:#363836;
background:#f6f6f6;
border:1px solid #e3e3e3;
line-height:18px;
display:inline-block;
border-radius:5px;
padding:4px 15px;
}

.notification_buttons_holder {
    justify-content: flex-end;
}

.btn_st4:hover {
background:#00A6A6;
color:#ffffff;
border-color:#00A6A6;
}

.notification_buttons_holder .btn_st4 {
    margin-left: 15px;
}

.notification_buttons_holder {
width:280px;
}

.notification_message {
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding-right: 15px;
}

.unread_label {
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
}

    .unread_label i {
        line-height:16px;
        display:inline-block;
        margin-left:4px;
        background:#FED766;
        border-radius:5px;
        font-style:normal;
        font-weight:500;
        color:#363836;
        padding:3px 7px;
        font-size:14px;
    }

    .list_notifications .badge {
        width: 8px !important;
        height: 8px;
        border-radius: 100%;
        padding: 0px;
        font-size: 0px;
        margin-top: 6px;
    }

.pi_card {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e3e3e3;
}

    .pi_card:first-child {
    border-top:0px;
    padding-top:0px;
    }

.slideshow_holder {
width:100%;
height:100vh;
position:fixed;
background:#02424B;
top:0px;
left:0px;
z-index:-1;
}

/* Slideshow container */
.slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Each slide background */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    filter: blur(20px); /* Start blurred */
    transition: opacity 1.5s ease-in-out, filter 1.5s ease-in-out;
}

    /* Active slide */
    .slide.active {
        opacity: 1;
        filter: blur(0px); /* Remove blur */
    }

.slideshow1 {
background:url(/assets/images/slideshow1.jpg) left top no-repeat;
background-size:cover;
}

.slideshow2 {
    background: url(/assets/images/slideshow2.jpg) center no-repeat;
    background-size: cover;
}

.slideshow3 {
    background: url(/assets/images/slideshow3.jpg) center no-repeat;
    background-size: cover;
}

.typing b {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: caret 0.7s infinite;
}

/* Content Section */

.claim-content {
    padding: 0px 60px 60px 60px;
    margin-top: -83px;
    position: relative;
    z-index: 3;
}

    .claim-content .profile-card {
        margin-right: 0px;
    }

.claim-content .container {
    padding: 0px 60px;
    max-width: 1660px;
}

        .claim-content .profile-name h2 {
        font-size:24px;
        font-weight:400;
        color:#00A6A6;
        }

.claim-content .profile-headline {
    color:#363836;
}

        .claim-card-header {
            border-bottom: 1px solid #363836;
            padding-bottom: 30px;
            margin-bottom: 30px;
        }

.claim-card-header p {
    margin:0px;
}

.cp_page .header_green_st  {
    padding-bottom:120px;
}

/* Profile Card */
.profile-option {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    background: #ffffff;
    width: 100%;
    margin-bottom: 15px;
}

    .profile-option:hover {
        border-color: #e3e3e3;
        background: #f8f8f8;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    }

    .profile-option.selected {
        border-color: #00A6A6;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px;
    }

    .profile-option input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

.profile-option-content {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.profile-option-info {
    flex: 1;
}

.profile-option-name {
    font-weight: 400;
    color: #363836;
    font-size: 24px;
    margin-bottom: 0px;
}

.claim-card-body {
width:100%;
}

.claim-card-body > form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.profile-option-companies {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.company-badge {
    color: #363836;
    font-size: 14px;
    display: flex;
}

    .company-badge i {
        font-size: 16px;
        margin-right: 7px;
        margin-top: 2px;
    }

    .profile-option-companies {
margin-top:0px;
}

.profile-option-check {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: all 0.2s ease;
}

.profile-option.selected .profile-option-check {
    background: #00A6A6;
    border-color: #00A6A6;
    color: #fff;
    font-size:10px;
}

/* Skip Option */
.skip-option {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    text-align: center;
}

    .skip-option:hover {
        border-color: #e3e3e3;
        background: #f8f8f8;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    }

.skip-option-content h4 {
    font-weight: 600;
    margin-bottom: 0px;
}

    .skip-option.selected {
        border-color: #00A6A6;
        border-style: solid;
        background: #f6f6f6;
        color:#363836;
    }

    .skip-option.selected i {
        color:#00A6A6;
    }
        .skip-option input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

.skip-option-content {
    color: #777777;
}

    .skip-option-content i {
        display: block;
    }

    .skip-option-content span {
        font-weight: 600;
    }

.skip-option .empty-state {
padding:0px;
}

/* Confirm Section */
.confirm-section {
    margin-top: 30px;
    margin-bottom:30px;
}

.confirm-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

    .confirm-checkbox input {
    margin-top:7px;
    }

    .confirm-section strong {
        font-weight: 500;
        font-size: 20px;
        display: block;
    }

.claim-content .buttons_holder_right {
    padding: 30px 30px 30px 30px;
    width: calc(100% + 60px);
    box-sizing: border-box;
    margin-left: -30px;
    margin-bottom: -30px;
    border-radius: 0px 0px 5px 5px;
    background: #f6f6f6;
    margin-right: -30px;
    margin-top: 15px;
}

/* Error/Success Messages */
.claim-alert {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.claim-alert-error {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.claim-alert-success {
    background: #d1fae5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.claim-alert i {
    font-size: 1.25rem;
}
    

/* Fade-in for each letter */
.typing span {
    opacity: 0;
    display: inline-block;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.typing b span:nth-of-type(1) {
    animation-delay: 0.5s;
}

.typing b span:nth-of-type(2) {
    animation-delay: 0.65s;
}

.typing b span:nth-of-type(3) {
    animation-delay: 0.7s;
}

.typing b span:nth-of-type(4) {
    animation-delay: 0.85s;
}

.typing b span:nth-of-type(5) {
    animation-delay: 1s;
}

.typing b span:nth-of-type(6) {
    animation-delay: 1.15s;
}

.typing b span:nth-of-type(7) {
    animation-delay: 1.30s;
}

.typing b span:nth-of-type(8) {
    animation-delay: 1.45s;
}

.typing b span:nth-of-type(9) {
    animation-delay: 1.6s;
}

.typing b span:nth-of-type(10) {
    animation-delay: 1.75s;
}


/* Experience */
.experience-item {
    display: flex;
    gap: 10px;
    padding: 0px 0px 45px 0px;
    position: relative;
}

.experience-content {
    flex: 1;
    min-width: 0;
}

.experience-badges {
    display: flex;
    gap: 7px;
    align-items:center;
}

.experience-role {
    color: #363836;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
}

.experience-dates {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00A6A6;
    font-size: 14px;
    font-weight:500;
}

    .experience-dates i {
        font-size: 12px;
    }


.connection-history {
    display: flex;
    flex-direction: column;
    margin-bottom:45px;
}

.history-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 0;
    border-top: 1px solid #e3e3e3;
}

    .history-item:last-of-type {
        border-top: none;
    }

.history-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border:1px solid #e3e3e3;
}

    .history-icon i {
        color: #363836;
        font-size: 14px;
    }

.history-icon-alt {
    background: #f6f6f6;
}

    .history-icon-alt i {
        color: #363836;
    }

.history-icon-mutual {
    background: #f6f6f6;
}

    .history-icon-mutual i {
        color: #00A6A6;
    }

.history-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.history-label {
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
    font-weight:400;
}

.history-value {
    font-weight: 600;
    color: #363836;
    font-size: 14px;
}

.mutual-badge {
    background: #00A6A6;
    padding: 15px!important;
    border-radius:5px;
}

    .mutual-badge .history-value {
        color: #ffffff;
    }

.pi_card h2 {
font-size:24px;
margin-bottom:7px;
}

.col_text_left .profile-card {
    margin-right: 0px;
    min-height:100px;
}

.experience-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.experience-header h2 {
    margin:0px;
    padding:0px;
}

    .history-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #e3e3e3;
}

.history-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: #f6f6f6;
    border-radius: 15px;
    font-size: 14px;
    color: #777777;
    font-weight: 500;
}

.history-notes {
    padding: 15px;
    background: #f8f8f8;
    border-radius: 5px;
}

.notes-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #363836;
    margin-bottom: 0px;
}

    .notes-label i {
        color: #363836;
        margin-right: 7px;
    }

.notes-text {
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.6;
}

.company-logo-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.experience-company-link {
    color: #363836;
    text-decoration: none;
    transition: color 0.2s;
}

.experience-icon i {
    font-size:20px;
    margin-top:6px;
}

.experience-company-link:hover {
    color: #00A6A6;
}

.company-details-panel {
    margin-top: 15px;
    padding: 15px;
    background: #f6f6f6;
    border-radius: 5px;
}

.company-detail-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.company-description {
    margin: 0;
    color: #363836;
    font-size: 0.9rem;
    line-height: 1.6;
}

.company-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.company-detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.company-detail-actions .btn {
margin-left:auto;
}

.detail-label {
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
}

    .detail-label i {
        color: #1B998B;
        margin-right: 4px;
    }

.detail-value {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
}

.common-clients-highlight {
    background: rgba(27, 153, 139, 0.08);
    padding: 10px 12px;
    border-radius: 8px;
}

.common-clients-value {
    color: #1B998B;
    font-size: 1.25rem;
    font-weight: 700;
}

.company-type-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.company-type-tag {
    display: inline-flex;
    align-items: center;
    background: #e3e3e3;
    color: #02424B;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    line-height: 18px;
}

.company-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
}

.non-common-clients-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e3e3e3;
}

.non-common-clients-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #02424B;
}

    .non-common-clients-header h3 {
    margin-bottom:5px;
    }

    .non-common-clients-subtitle {
        font-weight: 400;
        color: #aaaaaa;
        font-size: 12px;
        margin-left: 10px;
        text-transform:none;
    }

.non-common-clients-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-top: 1px solid #e3e3e3;
    padding-top:15px;
    padding-bottom:15px;
}

.non-common-client-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    transition: all 0.25s ease;
}

    .non-common-client-item:hover {
        color:#00A6A6;
    }

.non-common-client-name {
    font-weight: 400;
    color: #363836;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.non-common-client-arrow {
    opacity: 0;
    transition: opacity 0.25s;
}

.non-common-client-item:hover .non-common-client-arrow {
    opacity: 1;
}

.view_profile_page .login {
    padding-top:60px;
}

.table_connections .text-muted {
max-width:360px;
}

.company-type-cards {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 30px 0px 60px 0px;
}

.company-type-card {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    gap: 15px;
    position:relative;
}

    .company-type-card:hover:not(.disabled) {
        box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
        background:#f8f8f8;
    }

    .company-type-card.selected {
        border-color: #00A6A6;
        color:#363836;
    }

.company-type-icon i {
    width: 40px;
    height: 40px;
    border: 1px solid #00a6a6;
    border-radius: 100%;
    line-height: 38px;
    font-size: 18px;
    color: #00A6A6;
    text-align: center;
}

.company-type-info {
    flex: 1;
}

    .company-type-info h2 {
        font-size: 24px;
        margin-bottom:7px;
        color:#00A6A6;
    }

    .company-type-info p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
    }

.company-type-card input[type="radio"] {
    display: none;
}

.company-type-checkmark {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position:absolute;
    top:15px;
    right:15px;
}

.company-type-card.selected .company-type-checkmark {
    background: #00A6A6;
    border-color: #00A6A6;
}

.company-type-checkmark i {
    color: white;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.company-type-card.selected .company-type-checkmark i {
    opacity: 1;
}

.company-type-card.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f6f6f6;
    pointer-events: none;
}

    .company-type-card.disabled .company-type-icon i {
        color:#aaaaaa;
        border-color:#aaaaaa;
    }

    .company-type-card.disabled .company-type-icon {
        color: #aaaaaa;
    }

    .company-type-card.disabled .company-type-info h3,
    .company-type-card.disabled .company-type-info p {
        color: #aaaaaa;
    }

.ct-form-actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin: 0px auto 30px auto;
    justify-content: center;
}

    .ct-form-actions .btn {
        min-width:170px;
    }

.btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.block_info_st4 {
    background: #f6f6f6;
    border-radius: 5px;
    padding:15px;
}

.add_photo_contact {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.add_photo_contact_empty {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00A6A6;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
}

.add_contact_dd_info {
width:calc(100% - 50px);
}

@@media (max-width: 768px) {
    .company-type-card {
        flex-direction: column;
        text-align: center;
    }

    .form-actions {
        flex-direction: column;
    }

        .form-actions a,
        .form-actions button {
            width: 100%;
        }
}

/* Networking Tab Styles */
.networking_section .networking_card {
width:100%;
}

.networking_card .grid_holder_st1 {
padding:0px;
}

.networking_header_icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #00A6A6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.networking_card p {
    font-size:16px;
}

/* Relationship Status Styles */
.relationship_status {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.relationship_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    background: #00A6A6;
    color: #fff;
}

.relationship_content h3 {
font-size:20px;
margin-bottom:4px;
}

.relationship_content p {
font-size:16px;
}

.direct_client_status {
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
    padding:30px;
}

/* Common Clients Search */

    .common_clients_search .form-control {
        border-left: 0;
    }

.table_text_section .input-group  {
    padding:0px;
    margin:0px;
}

/* Connections Grid */
.connections_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.connection_card {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background: #f6f6f6;
    transition: all 0.2s ease;
    gap: 12px;
}

    .connection_card:hover {
        background: #f8f8f8;
        transform: translateY(-2px);
    }

.connection_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #00A6A6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

    .connection_avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.connection_name {
    font-weight: 500;
    color: #363836;
    font-size: 16px;
}

.connection_role {
    font-size: 14px;
    color: #363836;
}

.connection_person {
    display:flex;
    gap:15px;
}

/* SP Connections List */
.sp_connections_list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sp_connection_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f6f6f6;
    border-radius: 5px;
    transition: all 0.25s ease;
    font-size:16px;
    font-weight:500;
}

.sp_name {
    color: #363836;
}

    .sp_connection_item:hover {
        background: #f8f8f8;
        color:#00A6A6;
    }

        .sp_connection_item:hover .sp_name {
            color: #00A6A6;
        }

    .grid_title_notes {
font-size:12px;
color:#363836;
margin-top:5px;
text-transform:uppercase;
}

    .grid_title_notes i {
    font-size:12px;
    margin-right:5px;
    color:#FED766;
    }

.history-tags {
margin-bottom:15px;
}

/* Edit connection modal select fix */
#editConnectionModal .form-control,
#editConnectionModal select {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    text-overflow: ellipsis;
}

    #editConnectionModal select option {
        padding: 8px 12px;
    }


.contact-item {
display:flex;
justify-content:space-between;
}

    .contact-item .small_badge {
        min-width: 130px;
    }

    .contact-item .rec_contact_name {
    width:calc(100% - 47px - 145px);
    }

    @media (max-width: 1769px) {
        .ad_approach_content .ad_content_container_st2 aside {
            width: 700px;
            padding-right: 30px;
        }

        .ad_approach_content .ad_content_container_st2 figure {
            width: calc(100% - 700px);
        }
    }

    @media (max-width: 1700px) {
        .news_list_grid.view_grid li {
            width: calc(33.33333% - 30px);
        }
    }


    @media (max-width: 1650px) {
        .sp_compare_holder .block_content_st3 {
            width: calc(50% - 30px);
        }

        .ad_cg_content li {
            padding-right: 45px;
        }
    }

    @media (max-width: 1620px) {
        .navbar-nav > li {
            margin-right: 30px;
        }
    }

    @media (max-width: 1599px) {
        .ad_page h1 {
            font-size: 44px;
            margin-bottom: 60px;
        }

        .ad_page p {
            font-size: 22px;
        }

        .ad_approach_content .ad_content_container_st2 figure img {
            margin-top: 60px;
            width: 700px;
        }

        .ad_solution_section .ad_content_container_st2 figure img {
            width: 700px;
            margin-top: -60px;
        }

        .ad_solution_content .ad_content_container_st2 aside {
            width: calc(100% - 700px);
        }

        .ad_solution_content .ad_content_container_st2 figure {
            width: 700px;
        }
    }

    @media (max-width: 1550px) {
        .table th,
        .table td {
        }

        .filings_grid .col_fg_left {
            width: 100%;
        }

        .filings_grid .col_fg_right {
            width: 100%;
            padding-top: 0px;
        }

        .fg_details td, .table-details-preview td {
            padding: 10px 5px !important;
        }

        #search_containerConnect {
            max-width: 210px;
        }

        .navbar-nav > li.search_tab {
            width: 210px;
        }

        .total_numbers_list li p {
        font-size:28px;
        }
    }


    @media (max-width: 1500px) {

        .subtabs_holder {
            width: 100%;
        }

        .grid_subtabs {
            width: 100%;
            order: 2;
        }

        .subtabs_holder .d-flex {
            margin-left: auto;
            order: 1;
            margin-bottom: 15px;
        }

        .user_nav_tab .top_nav_user_name {
            white-space: nowrap;
            width: 100%;
            max-width: 80px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .sub-navigation .nav-link {
            margin-right: 15px;
        }
    }

    @media (max-width: 1449px) {

        .col_additional_info {
        width:300px;
        padding-right:30px;
        }

        .col_text_left {
            width: calc(100% - 300px);
        }

        .ad_challenge_content ul li {
            padding: 30px;
            width: calc(50% - 45px);
        }

        .ad_page p {
            font-size: 20px;
        }

        .ad_page h1 {
            font-size: 42px;
        }

        .ad_approach_content .ad_content_container_st2 figure img {
            width: 640px;
        }

        .ad_approach_content .ad_content_container_st2 figure {
            width: calc(100% - 640px);
        }

        .ad_approach_content .ad_content_container_st2 aside {
            width: 640px;
            padding-right: 30px;
        }

        .ad_solution_section .ad_content_container_st2 figure img {
            width: 640px;
        }

        .ad_solution_content .ad_content_container_st2 aside {
            width: calc(100% - 640px);
        }

        .ad_solution_content .ad_content_container_st2 figure {
            width: 640px;
        }
    }

    @media (max-width: 1400px) {
        .twocol_container .col_left {
            width: 270px;
        }

        .twocol_container .col_right {
            width: calc(100% - 270px);
        }

        .slider_line + .d-flex input[type="number"] {
            width: 80px !important;
        }

        .calendar_nav {
            margin-bottom: 7px;
            font-size: 12px;
        }

        .calendar_nav_holder label {
            margin-bottom: 0px;
        }
    }

@media (max-width: 1379px) {
    .navbar-nav > li {
        margin-right: 15px;
    }

    .contact_list_block {
    width:100%;
    }


    .sp_holder,
    .contactus_section,
    .sp_directory .adv_info_block_st1,
    .c_content_row {
        padding: 0px 30px;
    }

    .filters_horizontal {
    padding:30px;
    }

    .filters_holder {
    padding:0px 30px;
    }

    .notifications .container,
    .connect-content {
        padding: 0px 30px;
    }

        .profile_edit_mode,
        .find-people-results,
        .connect-content .container,
        .sp_grid.container,
        .company_overview_page .container {
            padding: 60px 30px;
        }

    .company-progress-bar,
    .wizard-progress,
    .claim-content,
    .claim-content .container,
    .connections_holder {
        padding: 0px 30px;
    }

    .notifications,
    .client_profile_holder.c_content_row,
    .c_content_row.pf_section {
        padding: 60px 30px;
    }

        .client_profile_holder.c_content_row .container,
        .c_content_row.pf_section .container {
            padding: 30px;
        }

    .row_content_st_buttons {
    padding:60px 60px;
    }

    .connections_holder .container,
    .profile_edit_mode .container,
    .find-people-results .container,
    .header_green_st .container,
    .page_banner .row .col {
        padding: 0px 30px;
    }

    .header_green_st,
    .page_banner .row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .find_p__holder {
    padding:0px 30px;
    }

    }

    @media (max-width: 1240px) {

        #search_containerConnect {
            max-width: 200px;
        }

        .navbar-nav > li.search_tab {
            width: 200px;
        }
    }

    @media (max-width: 1332px) {
        .total_info_text {
            display: block;
            margin-bottom: 15px;
        }

        .total_num_block {
            margin: 0px 10px 0px 0px;
        }

        .navbar-nav > li {
            margin-right: 20px;
        }

        #search_containerConnect {
            max-width: 195px;
        }

        .navbar-nav > li.search_tab {
            width: 195px;
        }
    }

    @media (max-width: 1350px) {
        .about_us_container {
            align-items: center;
        }

        .compare_adv_grid .block_content_st3:nth-child(1) {
            order: 1;
        }

        .compare_adv_grid .block_content_st3:nth-child(2) {
            order: 2;
        }

        .compare_adv_grid .block_content_st3:nth-child(3) {
            order: 3;
        }

        .compare_adv_grid .block_content_st3:nth-child(4) {
            order: 4;
        }

        .compare_adv_grid .block_content_st3:nth-child(5) {
            order: 5;
        }

        .compare_adv_grid .block_content_st3:nth-child(6) {
            order: 6;
        }


        .compare_adv_grid .block_content_st3 {
            width: calc(50% - 30px);
        }

        .compare_pf_container .block_content_st3 {
            width: calc(50% - 30px);
        }

        .active_clients_list li {
            max-width: 100% !important;
            width: calc(33.333% - 30px) !important;
        }
    }

    @media (max-width: 1325px) {
        .table th, .table td {
            padding: 10px 5px;
        }

        .ch_col2 {
            width: 100%;
            padding: 0px !important;
            margin-bottom: 15px;
        }

        .news_list_grid.view_grid li {
            width: calc(50% - 30px);
        }

        .slick-slide .text_block_t h2 {
            font-size: 20px;
        }
    }

    .mobile_view_icon {
        display: none;
    }

    .sp_historical_details .table-details-preview th:nth-child(2) {
        width: 25%;
    }

    @media (max-width: 1299px) {

        .adv_info_block_st1 .container {
        flex-wrap:wrap;
        }

        .col_additional_info {
        width:100%;
        padding-right:0px;
        }

        .col_text_left {
        width:100%;
        }

        .profile_edit_mode  .col_additional_info .profile-hero-info {
            width: 100%;
            margin-bottom:15px;
        }

        .profile_edit_mode .col_additional_info .profile-hero-info label {
            font-weight:500;
        }

            .profile_edit_mode .col_text_left {
            padding-left: 0px;
            padding-top: 15px;
        }

        .ad_challenge_content {
            padding: 90px 30px;
        }

        .ad_page h1:before {
            width: 90px;
            margin-left: -105px;
            margin-top: 24px;
        }

        .ad_page h1 {
            padding-left: 105px;
        }

        .ad_cg_content {
            padding: 90px 30px 60px 30px;
        }

        .ad_section_header {
            padding: 45px 30px;
        }

        .ad_client_content {
            padding: 90px 0px 0px 30px;
        }

        .ad_home_logo {
            top: 60px;
            right: 60px;
        }

        .ad_home_content {
            padding-bottom: 60px;
            padding-right: 60px;
        }

        .ad_contact_section {
            padding: 90px 30px;
        }

        .ad_results_content {
            padding: 90px 30px;
        }

        .ad_results_section {
            min-height: 100px;
        }

        .ad_solution_content {
            padding: 90px 30px 85px 30px;
        }

        .ad_approach_content .ad_content_container_st2 aside {
            padding-right: 0px;
        }

        .ad_client_section:before {
            left: -700px;
            bottom: 40px;
        }

        .ad_client_section {
            min-height: 700px;
        }

        .ad_client_content {
            max-width: 640px;
        }

        h2, .h2 {
            font-size: 40px;
        }
    }

    @media (max-width: 1270px) {
        .sp_h_table_icon {
            display: none !important;
        }

        .navbar-nav > li {
            margin-right: 20px;
        }

        .mobile_view_icon {
            display: inline;
            margin-right: 7px;
        }

        .bg_st2_container {
            background: #f8f8f8 !important;
        }

        .cta_text {
            padding-right: 0px;
            padding-bottom: 60px;
            width: 100%;
        }

        .home_about_section article .video_border {
            margin: 0px auto;
        }

        .table > thead > tr > th {
            display: none;
        }

        .table > tbody {
            display: block;
            width: 100%;
        }

            .table > tbody > tr {
                width: 100%;
                display: block;
                flex-wrap: wrap;
                padding: 15px;
                position: relative;
                border-bottom: 1px solid #e3e3e3;
            }


                .table.contacts_main_table > tbody > tr:nth-child(odd) {
                    background: #f8f8f8;
                }

        .table {
            border-top: 1px solid #e3e3e3;
        }

            .table.table_sp_blocks {
                border-top: 0px;
            }

                .table.table_sp_blocks td:first-child {
                    padding-left: 0px;
                }

            .pf_main_table,
            .advisers_main_table {
                border: 0px;
            }

        .table > tbody > tr > td {
            border: 0px;
            padding: 5px 0px;
            display: flex;
            vertical-align: top;
            width: 100%;
            text-align: left !important;
        }

        .section_sp_grid .sp_grouped_table tbody td {
        padding:5px 0px;
        }

            .section_sp_grid .sp_grouped_table tbody td.sp_name_cell {
            padding-left:0px;
            }

        .section_sp_grid .sp_grouped_table tbody tr.sp_role_row td {
        border-top:0px;
        }

        .section_sp_grid .sp_grouped_table,
        .section_sp_grid .sp_grouped_table tbody tr {
            border: 0px;
        }

        .sp_main_table.table > tbody > tr > td {
            flex-wrap: wrap;
        }

        .section_sp_grid .sp_grouped_table tbody tr.sp_role_row {
            border-top: 1px solid #e3e3e3;
        }

        .link_st_sm_green {
            margin-top: 10px;
            width: calc(100% - 240px);
            padding-left: 235px;
        }

        .sp_main_table td {
            width: 100% !important;
        }

        .table_connections.table > tbody > tr > td {
            flex-wrap: wrap;
        }

        .table_connections.table > tbody > tr > td .text-muted {
        width:100%;
        margin-bottom:15px;
        }

        .connections_name {
        width:100%;
        margin-bottom:7px;
        }

            .connections_name a {
            color:#00A6A6;
            text-decoration:none;
            font-size:24px;
            }

        .connections_buttons_holder {
        width:100%;
        justify-content:flex-end;
        }

        .table th:first-child, .table td:first-child {
            padding-left: 0px;
        }

        .table th:last-child, .table td:last-child {
            padding-right: 0px;
        }

        .table > tbody > tr > td > .mobile_view {
            display: inline-block;
            font-weight: 400;
            color: #777777;
            font-size: 14px;
            margin-right: 15px;
            min-width: 160px;
            text-transform: capitalize;
        }

        .table.sp_adviser_main_tab tbody > tr > td > .mobile_view {
            min-width: 220px;
        }

        .table.sp_main_table tbody > tr > td > .mobile_view {
            min-width: 220px;
        }

        .table.contacts_main_table > tbody > tr > td .mobile_view {
            min-width: 100px;
        }

        .table.contacts_main_table > tbody > tr > td div {
            width: calc(100% - 120px);
        }

        .table td.compare_col {
            background: transparent;
        }

            .table td.compare_col .mobile_view {
                color: #1B998B;
                font-weight: 600;
            }

        .table td.checkbox_col {
            width: auto;
            float: right;
        }

        .table th.checkbox_col {
            width: 100%;
            display: block !important;
            text-align: right;
            padding: 10px 15px;
            background: #f2f2f2;
            margin-bottom: -1px;
        }

        .table .checkbox_col div {
            display: inline-block;
        }

        .table th.checkbox_col:before {
            display: inline-block;
            content: "Select All";
            font-size: 14px;
            font-weight: 600;
            margin-right: 7px;
        }

        .table > thead > tr {
            padding: 0px;
        }

            .table > thead > tr > .selected_rows {
                display: block;
            }

        .table > tr > td:nth-child(2) a {
            text-decoration: none;
        }

        .table td.col_header_mobile {
            font-size: 16px;
            width: calc(100% - 40px);
            font-weight: 500;
            align-items: center;
            min-height: 32px;
            padding-left:0px;
        }

        .era-box {
            margin-right: 2px;
        }

        .table td.col_header_mobile .mobile_view {
            display: none;
        }

        .table_mobile_button {
            display: inline-block;
            float: right;
            width: 20px;
            height: 20px;
            border: 1px solid #00a6a6;
            background: #00a6a6;
            border-radius: 3px;
            position: relative;
            position: absolute;
            bottom: 25px;
            right: 15px;
            transform: rotate(180deg);
            cursor: pointer;
            text-align: center;
            line-height: 18px;
        }

            .table_mobile_button:before {
                display: block;
                content: "";
                border-top: 1px solid #ffffff;
                border-right: 1px solid #ffffff;
                border-bottom: 0;
                border-left: 0px;
                width: 10px;
                height: 10px;
                transform: rotate(135deg);
                position: absolute;
                right: 4px;
                top: 1px;
                transition: all 0.25s ease;
            }

            .table_mobile_button.sel {
                transform: rotate(0deg);
            }

        .table tr.opened td {
            display: none;
        }

            .table tr.opened td.col_header_mobile {
                display: block;
            }

        .table .selected_rows {
            background: #ffffff;
        }

        .table td.col_header_mobile a {
            text-decoration: none;
        }

        .details_col1 {
            width: 100%;
        }

        .block_content_ws {
            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
        }

        .d_row {
            width: 100%;
        }

        .fg_details th, .table-details-preview th,
        .fg_details td, .table-details-preview td {
            padding: 3px 3px !important;
            font-size: 12px;
        }

        .table_container div.table_content_holder {
            width: 100% !important;
        }

        .table_container tr:nth-child(2) {
            border: 0px;
        }

        .sub-navigation .nav-link {
            margin-right: 25px;
        }

        .table_row, .d_row .col_width100 {
            width: 100%;
        }

        .table > tbody > tr > td span.small br {
            display: none;
        }

        .table > tbody > tr > td span.small {
            margin-left: 7px;
        }

        #tableServiceProviderExplained .table td .table_hidden_st td {
            display: block;
        }

        .related_service_provider_list {
            max-width: 100%;
            width: auto;
        }

            .related_service_provider_list span {
                margin-left: 0px;
            }

        #tableServiceProviderExplained .table td .table_hidden_st td .related_service_provider_list {
            padding-top: 3px;
        }

        .events_main_table td div {
            display: block;
            width: 100%;
        }

        .sub-navigation {
            width: 100%;
            order: 2;
        }

        .fund_alt_names_holder {
            width: 100%;
            margin-bottom: 30px;
            order: 1;
            text-align: right;
        }

            .fund_alt_names_holder .dropdown_list_st2 {
                margin-left: auto;
                margin-right: 0px;
                line-height: 38px;
                width: 170px;
                border: 1px solid #e3e3e3;
                border-radius: 5px;
                text-align: left;
                padding: 0px 20px;
            }

                .fund_alt_names_holder .dropdown_list_st2:after {
                    top: 12px;
                    right: 17px;
                }

                .fund_alt_names_holder .dropdown_list_st2:hover {
                    color: #777777;
                }

                    .fund_alt_names_holder .dropdown_list_st2:hover:after {
                        border-top: 1.5px solid #777777;
                        border-right: 1.5px solid #777777;
                    }

            .fund_alt_names_holder ul.alt_names_list > li {
                text-align: left;
            }

            .fund_alt_names_holder ul.alt_names_list {
                width: 260px;
                border-top: 0px;
                border-radius: 5px;
            }
    }

    @media (max-width: 1240px) {

        .search-box-wrapper {
        max-width:320px;
        }

        .page_header .col-md-8 {
            width: 100%;
            order: 2;
            padding-top: 15px;
        }

        .page_header .col-md-4 {
            order: 1;
            width: 100%;
            padding-bottom: 15px;
            border-bottom: 1px solid #cccccc;
        }

        .page_header {
            padding-top: 15px;
        }

        .breadcrumb {
            margin-top: 0px;
            margin-bottom: 15px;
        }

        .ad_approach_content .ad_content_container_st2 figure,
        .ad_approach_content .ad_content_container_st2 figure img {
            width: 500px;
        }

        .ad_approach_content .ad_content_container_st2 aside {
            width: calc(100% - 500px);
            padding-left: 30px;
        }

        .ad_solution_content .ad_content_container_st2 aside {
            width: calc(100% - 500px);
            padding-right: 30px;
        }

        .ad_solution_content .ad_content_container_st2 figure {
            width: 500px;
        }

            .ad_solution_content .ad_content_container_st2 figure img {
                width: 500px;
                margin-top: 0px;
            }

        .ad_approach_section:before {
            right: -800px;
            bottom: 40px;
        }

        .ad_approach_content {
            padding-top: 90px;
        }

        .ad_solution_section {
            min-height: 800px;
        }
    }


    @media (max-width: 1199px) {

        .header_white_st .profile-hero-actions {
            width: 100%;
        }

        .company-progress-bar,
        .wizard-progress {
            padding: 0px;
        }

        .account_profile {
            width: 100%;
            flex-wrap: wrap;
        }

        .company-type-cards {
            flex-direction: column;
        }

        .account_profile .col-lg-4 {
            width: 100%;
            margin-right: 0px;
        }

        .account_profile .col-lg-6 {
            width: 100%;
            margin-right: 0px;
        }

        .home_content {
            width: 100%;
        }

        .video_holder .col_text_left {
            width: 100%;
            order: 2;
        }

        .video_holder .col_additional_info {
            width: 100%;
            order: 1;
            padding: 0px 0px 30px 0px;
        }

        .contactus_section .col_text_left {
            padding-left: 0px;
            border-left: 0px;
            width: 100%;
            padding-top: 30px;
            border-top: 1px solid #00A6A6;
        }

        .contactus_section .col_additional_info {
            padding-right: 0px;
            width: 100%;
        }

        .qr_container {
            display: flex;
            gap: 0px;
            width: 100%;
            flex-wrap: wrap;
        }

            .qr_container .col-lg-6 {
                width: 100%;
            }

        .login_page {
            overflow-x: hidden !important;
        }

        .login {
            padding-top: 160px;
        }

        .login_box {
            flex-wrap: wrap;
        }

        .login_col_w50 {
            width: 100%;
        }

        .login_white_box,
        .login_left_content {
            max-width: 100%;
            margin-bottom: 30px;
        }

        .login_white_box {
            border-radius: 5px;
        }

        .sp_connect_page .navbar-brand.logo {
            display: block !important;
        }

        .login_container.client_login {
            margin-top: 30px;
        }

        .login_container {
            margin-top: 30px;
        }

        .home_logo {
            display: none !important;
        }

        .blog_container li {
            width: calc(50% - 30px);
        }

        .filings_list .filings_item {
            width: calc(50% - 15px);
        }

        .news_list li {
            width: calc(50% - 30px);
        }

        .page_twocol .page_header {
            position: relative;
            top: 0px;
        }

        .twocol_container .col_left {
            padding-top: 0px;
            width: 100%;
            border-radius: 0px;
        }

        .col_left_fixed_height {
            height: auto;
        }

        .twocol_container .col_right {
            width: 100%;
            border-radius: 0px;
        }

        .hidden_left_col.twocol_container .col_right {
            width: 100% !important;
        }

        .col_left.hidden.h_st2 {
            display: none;
        }

        .twocol_container .col_left.hidden {
            width: 100% !important;
        }

        .filters_holder {
            padding-bottom: 0px;
        }

        .twocol_container .col_left.hidden ul, .twocol_container .col_left.hidden .filters_holder > div, .twocol_container .col_left.hidden h4 {
            display: block;
        }

        .leftside_button {
            display: none !important;
        }

        .col_text_left {
            width: 100%;
            padding: 0px;
            margin-bottom: 30px;
        }

        .adv_info_block_st1 .container {
            flex-wrap: wrap;
        }

        .col_additional_info {
            width: 100%;
        }

        .about_us_container {
            flex-wrap: wrap;
            justify-content: center;
        }

            .about_us_container article {
                max-width: 100%;
                width: 100%;
                padding: 0px 0px 30px 0px;
            }

        .video_border {
            margin: 0px auto;
        }

        ul.alt_names_list {
            padding: 15px;
        }

        .filters_holder {
            max-height: 100%;
        }

        .btn.export-button {
            position: relative;
        }

        .dropdown-menu.export-menu {
            width: 100%;
        }

        .slick-list {
            padding: 30px !important;
        }

        .left_search_block {
            min-height: 0px;
        }

        .ad_page .navbar-brand.logo {
            left: 30px;
            right: auto;
        }

        .ad_page .navbar-nav {
            margin-left: 0px;
        }

        .ad_page_link a {
            padding: 15px 0px;
            display: block;
        }

        .home_info_block1 .container aside {
            width: 100%;
            padding-left: 0px;
        }

        .home_info_block1 .container > img {
            margin-bottom: 30px;
            max-width: 180px;
        }

        .home_info_block1 h2 {
            margin-bottom: 15px;
        }

        .oc_container h2 br {
            display: none;
        }

        .featured_providers {
            padding: 60px 0px;
        }

        .clients_logo_holder {
            width: 100%;
            margin: 0px;
        }

        .app_search_form {
            top: 162px;
        }

            .app_search_form > .row {
                max-width: 100%;
            }
    }

    @media (max-width: 1099px) {
        .active_clients_list li {
            width: calc(50% - 30px) !important;
        }

        .filters_holder h3 {
            display: none;
        }

        .filters_holder .accordion {
            width: 100%;
        }

        .accordion-item {
            width: 100% !important;
            margin-left: 0px !important;
            margin-bottom: 15px;
        }

        .leftcol_top_buttons {
            width: 100%;
        }

        .filters_horizontal {
            position: relative;
            height: auto;
            top: auto;
        }

        .sp_holder,
        .sp_directory .adv_info_block_st1,
        .c_content_row {
            padding: 0px 15px;
        }

        .sp_directory .adv_info_block_st1 {
            padding: 0px 15px;
        }

        .filters_horizontal {
            padding: 30px 15px;
        }

        .claim-content,
        .claim-content .container,
        .find_p__holder,
        .filters_holder {
            padding: 0px 15px;
        }

        .notifications,
        .connections_holder,
        .profile_edit_mode,
        .find-people-results,
        .connect-content,
        .sp_grid.container,
        .company_overview_page .container {
            padding: 60px 15px;
        }

            .connections_holder .container,
            .profile_edit_mode .container,
            .find-people-results .container {
                padding: 0px 15px;
            }

        .client_profile_holder.c_content_row,
        .c_content_row.pf_section {
            padding: 60px 30px;
        }

            .client_profile_holder.c_content_row .container,
            .c_content_row.pf_section .container {
                padding: 30px 15px;
            }

        .row_content_st_buttons {
            padding: 45px 30px;
        }

        .contactus_section,
        .notifications .container,
        .connect-content .container,
        .header_green_st .container,
        .page_banner .row .col {
            padding: 0px 15px;
        }

        .header_green_st,
        .page_banner .row {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media (max-width: 1050px) {

        .news_sub_nav_tabs {
            display: none;
        }

        .faq-info-highlighted {
            margin-left: 60px;
        }

        .table-wrapper > .d-flex p {
            width: 100%;
            margin-bottom: 15px;
        }


        .table-wrapper .c_flow_search_holder {
            justify-content: start !important;
        }

        .c_flow_search_holder > div:first-child {
            order: 2;
        }

        .c_flow_search_holder > div {
            width: 100%;
        }

            .c_flow_search_holder > div:first-child p {
                margin-bottom: 0px !important;
                padding-top: 30px;
            }

        .sf_company_details {
            flex-wrap: wrap;
            width: 100%;
        }

        .sf_description {
            width: 100% !important;
        }
    }

    @media (max-width: 1023px) {
        .list-summary-item {
            width: calc(50% - 15px);
        }

        .wizard-progress {
            height: auto;
            position: static;
        }

        .progress-step {
            padding: 15px 15px;
            height: 100%;
            box-sizing: border-box;
            width: 100%;
            border-left: 0px;
            border-bottom: 1px solid #f6f6f6;
        }

            .progress-step:last-child {
                border-right: 0px;
            }

        .step-number {
            width: auto;
            min-width: 85px;
        }

        .faq-info-highlighted img {
            width: 50px;
            left: 0px;
            margin: 0px;
        }

        .faq-info-highlighted {
            margin-left: 0px;
            padding-left: 65px;
        }

        .text_2col_container .d-flex {
            flex-wrap: wrap;
        }

            .text_2col_container .d-flex .col-lg-6 {
                padding: 0px !important;
                width: 100%;
            }

        .col_width70, .col_width30 {
            width: 100%;
            padding: 0px;
        }

        .col_width30 {
            padding-top: 30px;
        }

        .block_st1 .faq_description {
            font-size: 16px;
        }

        .sp_compare_holder .block_content_st3 {
            width: 100%;
            margin-right: 0px;
        }

        .stype_block {
            flex-wrap: wrap;
            width: 100%;
        }

            .stype_block .compare_details_block,
            .stype_block .similarity_holder {
                width: 100%;
                margin: 0px 0px 30px 0px !important;
                padding: 0px;
                max-width: 100%;
            }

        .d-flex.d_row .d-flex,
        .d_row .col_width100 {
            width: 100%;
        }

        .similarity_holder {
            text-align: center;
        }

        .sp_compare_chart #compareDiscChart {
            width: 880px !important;
        }

        .sp_compare_chart {
            overflow-x: auto;
        }

        .triggers .buttons_holder_right {
            padding-top: 15px !important;
        }

        .ad_cg_content li {
            width: 100%;
            padding-right: 0px;
            min-height: 144px;
        }

        .ad_cg_content {
            padding: 60px 30px 160px 30px;
            background-size: 840px auto;
        }

        .li_no_bullet {
            display: none;
        }

        .ad_challenge_content ul li {
            width: 100%;
            margin-left: 0px;
            margin-bottom: 30px;
        }

            .ad_challenge_content ul li:last-child {
                margin-bottom: 0px;
            }

        .flow_chart_holder {
            overflow: auto;
            width: 100%;
        }

        #clientsFlowChart {
            width: 1020px !important;
        }

        .home_about_section,
        .our_clients_section,
        .home_info_block1,
        .testimonials_section {
            padding: 75px 0px;
        }
    }


    @media (max-width: 999px) {
        .ad_approach_content .ad_content_container_st2 figure,
        .ad_approach_content .ad_content_container_st2 figure img {
            width: 100%;
            max-width: max-content;
            margin: 0px auto;
            order: 2;
        }

        .ad_approach_content .ad_content_container_st2 aside {
            width: 100%;
            padding-left: 0px;
            order: 1;
        }

        .ad_solution_content .ad_content_container_st2 aside {
            width: 100%;
            padding-right: 0px;
            order: 1;
        }

        .ad_solution_content .ad_content_container_st2 figure,
        .ad_solution_content .ad_content_container_st2 figure img {
            width: 100%;
            max-width: max-content;
            margin: 0px auto;
            order: 2;
        }

        .ad_solution_content ul li {
            background-size: 45px 45px;
            padding-left: 60px;
        }

        .ad_solution_section:before {
            width: 1400px;
            height: 1400px;
            left: -450px;
        }

        .ad_approach_section:before {
            right: -400px;
            bottom: 100px;
            width: 1400px;
            height: 1400px;
        }
    }


    @media (max-width: 992px) {

        .modal_2col .modal-content {
            flex-direction: column;
            flex-wrap: wrap;
        }

            .modal_2col .modal-content .modal-body,
            .modal_2col .modal-content .modal-header {
                width: 100%;
                padding: 30px;
            }

                .modal_2col .modal-content .modal-body .btn-close {
                    display: none !important;
                }

                .modal_2col .modal-content .modal-header .btn-close {
                    display: inline-block;
                }

        .login_white_box, .login_left_content {
            max-width: 100%;
        }

        .subnav_mobile_button {
            display: inline-block;
            position: absolute;
            right: 0px;
            top: -3px;
            cursor: pointer;
        }

        .people-grid {
            display: block;
        }

            .people-grid .person-card {
                margin-bottom: 30px;
            }

        .sub-navigation nav {
            display: flex;
            flex-wrap: wrap;
            height: 31px;
            overflow: hidden;
        }

            .sub-navigation nav.opened {
                height: auto;
            }

        .sub-navigation {
            position: relative;
            border-bottom: 0px;
        }

            .sub-navigation .nav-link {
                margin-right: 0px;
                order: 2;
                width: 100%;
                display: block;
            }

                .sub-navigation .nav-link.active {
                    order: 1;
                }

                    .sub-navigation .nav-link.active:after {
                        display: none;
                    }

        .breadcrumb-item,
        .breadcrumb-item a {
            font-size: 12px;
            font-weight: 500;
        }

            .breadcrumb-item::after {
                width: 20px;
                height: 10px;
                background-size: 20px 10px;
            }

        .docs_types_row {
            width: 100%;
            margin-right: 0px;
        }

        .d_docs_row {
            width: 100%;
        }

        .home_logo {
            display: none;
        }

        .sp_connect_page .navbar-brand.logo {
            display: block !important;
        }
    }


    @media (max-width: 950px) {
        .sp_h_chart_holder {
            width: 100%;
        }

        .graph.sm .x-axis > span {
            font-size: 10px;
        }

        .sp_h_chart_holder {
            width: 100%;
        }

        .ad_home_content {
            padding: 30px;
        }

        .ad_home_logo {
            right: 30px;
        }

            .ad_home_logo img {
                width: 100%;
                max-width: 320px;
            }

        .ad_home_content h1 {
            font-size: 40px !important;
        }

        .page_banner .row .col h2 {
            font-size: 38px;
        }
    }

    @media (max-width: 900px) {

        .wizard-navigation {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }

        .ac_form_body {
            max-width: 100%;
        }

        .pi_header .profile-hero-info {
            flex: none;
            min-width: 200px;
            overflow: hidden;
            width: 100%;
            order: 2;
        }

        .pi_header .profile-hero-actions {
            flex-shrink: inherit;
            width: 100%;
            justify-content: flex-end;
            text-align: right;
            order: 1;
        }

        .experience-badges {
            width: 100%;
            margin-top: 7px;
        }

        .experience-header {
            flex-wrap: wrap;
        }

        .find_p__holder {
            flex-wrap: wrap;
        }

        .people_search_right_col {
            padding-top: 15px;
            width: 100%;
        }

        .search-box-wrapper {
            max-width: 100%;
        }

        .notifications_holder {
            max-width: 100%;
        }

        .notification_message {
            width: 100%;
            padding-right: 0px;
        }

        .notification_buttons_holder {
            width: 100%;
            margin-top: 15px;
            flex-wrap: wrap;
        }

        .n_item {
            flex-wrap: wrap;
        }

        .compare_adv_grid .block_content_st3 {
            width: 100%;
            margin-right: 0px;
        }

        .claim-card-header {
            border: 0px;
            padding: 0px;
        }


        .block_content_ws .d-flex {
            flex-wrap: wrap;
            width: 100%;
        }

            .block_content_ws .d-flex .d-flex {
                width: auto;
            }

        .button_chart_holder {
            width: 100%;
            text-align: right;
        }

        .fg_details th, .table-details-preview th {
            display: none;
        }

        .fg_details td .mobile_view, .table-details-preview td .mobile_view {
            display: inline-block;
            font-weight: 400;
            color: #777777;
            font-size: 14px;
            margin-right: 15px;
            min-width: 120px;
            text-transform: capitalize;
        }

        .fg_details td, .table-details-preview td {
            display: flex;
            width: 100% !important;
            text-align: left !important;
            font-size: 14px;
            padding: 5px 0px;
            border: 0px;
        }

        .fg_details tbody tr, .table-details-preview tbody tr {
            display: block;
            padding: 10px 0px;
            border-bottom: 1px solid #cccccc;
        }

            .fg_details tbody tr:last-child, .table-details-preview tbody tr:last-child {
                border: 0px;
                padding-bottom: 0px;
            }

        .news_sub_nav_tabs .view_nav, .news_sub_nav_tabs .nav_label {
            display: none;
        }

        .header_search input {
            width: 100%;
            margin-left: 0px;
        }

        .news_list li {
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
        }

        .news_list {
            width: 100%;
            margin: 0px;
        }

        .filings_list .filings_item {
            width: 100%;
            margin-left: 0px;
        }

        .overview_container .overview_nav li {
            width: 100%;
        }

            .overview_container .overview_nav li h2 {
                max-width: 280px;
                width: 100%;
                margin: 0px auto;
            }

                .overview_container .overview_nav li h2 a {
                    justify-content: start;
                }

        .jumbotron_video h2 {
            font-size: 26px;
        }

        .blog_container,
        .blog_container li {
            width: 100%;
            margin-right: 0px;
        }

        .news_list_grid.view_grid li {
            width: 100%;
            margin-right: 0px;
        }

        .active_clients_list li {
            width: 100% !important;
        }

        .news_list_grid.view_grid {
            width: 100%;
        }

        .sp_compare_chart {
            overflow: auto;
            width: 100%;
        }

        .sp_compare_grid {
            overflow: auto;
        }

            .sp_compare_grid .table_st3 {
                min-width: 600px;
            }

        .table-details-preview tr {
            border-bottom: 1px solid #cccccc !important;
        }

        .trigger_block .row div {
            width: 100%;
            margin-right: 0px !important;
            margin-bottom: 15px;
        }

        .dd_list_width250,
        .dd_list_width250 select,
        .trigger_block .row > div select,
        .trigger_block .row > div input[type="number"],
        .trigger_block .row > div input[type="text"] {
            width: 100% !important;
        }

        .triggers_header_holder .nav_label,
        .trigger_block .nav_label {
            margin-bottom: 3px;
        }

        .triggers_header_holder div {
            width: 100%;
            margin-right: 0px !important;
            margin-bottom: 15px;
        }

            .triggers_header_holder div button {
                width: 100%;
                justify-content: center;
            }

            .triggers_header_holder div select {
                width: 100% !important;
            }

        .triggers_header_holder.d-flex {
            flex-wrap: wrap;
        }

        .app_sf_top {
            flex-wrap: wrap;
        }

            .app_sf_top .col-6,
            .app_sf_top .sf_select {
                width: 100%;
                padding-top: 15px;
            }

            .app_sf_top .col-4 {
                width: 100%;
                margin-top: 9px;
            }

        .sf_select select {
            max-width: calc(100% - 122px);
        }

        .app_search_results {
            height: calc(100vh - 290px);
        }

        #clientsFlowChart {
            width: 900px !important;
        }

        .home_info_block2 h2 {
            font-size: 32px !important;
            font-weight: 400;
        }

        .home_info_block2 p {
            font-size: 18px !important;
        }

        .home_info_block2 h2 strong {
            font-weight: 400;
        }

        .h2_s24, .home_info_block1 .h2_s24 {
            font-size: 18px !important;
            margin-bottom: 30px;
        }

        .jumbotron h2 {
            font-weight: 400;
            font-size: 32px !important;
        }

        .home_content {
            width: 100% !important;
        }

        .description_section .block_st4 {
            width: 100%;
            margin-left: 0px;
        }

        .nav-tabs .nav-link {
            padding-top: 15px;
        }

        .total_numbers_list {
            flex-wrap: wrap;
        }

            .total_numbers_list li {
                width: 100%;
                margin: 0px 0px 15px 0px;
            }

        .connect_header .profile-hero-content {
            width: 100%;
        }

        .timer-badge {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            width: 100%;
            padding: 15px;
            text-align: center;
            border: 1px solid #e3e3e3;
            margin-bottom: 15px;
            margin-top: 15px;
        }

        .timer-progress {
            margin-top: 7px;
        }

        .timer-info .d-flex {
            align-items: center;
            justify-content: center;
        }

        .timer-label {
            text-align: center;
        }
    }

    @media (max-width: 767px) {

        .block_st1 h2:before {
            display: none;
        }

        .block_st1 h2 {
            padding-left: 0px;
        }

        .breadcrumb-item {
            display: block;
            width: 100%;
        }

        .button_chart_holder button {
            width: 100%;
            justify-content: center;
        }

        .list-summary-item {
            width: 100%;
            margin-right: 0px;
        }

        .list-summary {
            width: 100%;
        }

        .header_buttons_holder {
            text-align: right;
        }

        .scrolling_holder .notes {
            float: none;
        }

        .total_num_block {
            margin-top: 15px;
            margin-left: 0px;
            width: 100%;
        }

        .block_content_ws .d-flex div {
            width: 100%;
            margin-right: 0px !important;
        }

            .block_content_ws .d-flex div.key-color {
                width: 16px !important;
                margin-right: 7px !important;
            }

            .block_content_ws .d-flex div select {
                width: 100%;
                margin-top: 5px;
                margin-bottom: 15px;
            }

        .title_nav_holder .buttons_holder_right {
            width: 100%;
        }

        .document_item {
            width: 100%;
        }

        .documents_holder {
            margin-bottom: 30px;
        }

        /* Filings table mobile styles */
        .filings_table thead {
            display: none;
        }

        .filings_table tbody tr {
            display: block;
            padding: 12px 16px;
            margin-bottom: 8px;
            background: #f8f9fa;
            border-radius: 6px;
            border: none;
        }

            .filings_table tbody tr:hover {
                background: #e9ecef;
            }

        .filings_table td {
            display: block;
            padding: 4px 0;
            border: none;
        }

            .filings_table td:first-child {
                padding-bottom: 8px;
            }

        .filing_date {
            font-size: 13px;
        }

        .table-wrapper > .d-flex div {
            width: 100%;
            margin-top: 15px;
            margin-right: 0px;
        }

            .table-wrapper > .d-flex div select {
                width: 100% !important;
                margin-right: 0px;
            }

        .d-flex .calendar_input {
            width: 100% !important;
        }

        .table-wrapper > .d-flex .btn {
            width: 100% !important;
            margin-right: 0px;
            justify-content: center;
            text-align: center;
        }

        .pagination > li {
            margin-bottom: 15px;
        }

        .pagination {
            flex-wrap: wrap;
        }

        .grid_subtabs {
            font-size: 14px;
            margin-top: 15px;
        }

        .title_search_holder {
            flex-wrap: wrap;
            margin-bottom: 0px !important;
        }

            .title_search_holder .col-md-8,
            .title_search_holder .col-md-4 {
                width: 100%;
            }

        .grid_subtabs + .d-flex {
            margin-top: 0px !important;
        }

        #tableServiceProviderExplained .title_search_holder {
            margin-bottom: 30px;
        }

        .compare_pf_container .block_content_st3 {
            width: 100%;
            margin-right: 0px;
        }

        .events_main_table.table > tbody > tr > td {
            display: block;
        }

        .events_main_table td div {
            margin-top: 7px;
        }

        .dashboard_a_holder .text-info {
            width: 100%;
        }

        .dashboard_a_holder .d-flex,
        .dashboard_a_holder .d-flex div {
            width: 100%;
            margin-right: 0px !important;
            margin-bottom: 15px;
        }

            .dashboard_a_holder .d-flex div button {
                width: 100%;
                justify-content: center;
            }

        .block_content_ws .d-flex .d-flex {
            width: 100%;
        }

            .block_content_ws .d-flex .d-flex select,
            .block_content_ws .d-flex .d-flex div,
            .block_content_ws .d-flex div button {
                width: 100%;
                margin-right: 0px;
            }

        .ad_contact_content > div {
            width: 100%;
        }

        .ad_contact_logo img {
            width: 100%;
            max-width: 320px;
            margin-top: 30px;
            float: none;
        }

        .ad_client_section {
            min-height: 960px;
        }

            .ad_client_section:before {
                left: -500px;
                bottom: 260px;
                width: 1400px;
                height: 1400px;
            }

        .ad_home_section {
            background-size: 1400px auto;
        }

        .table.sp_main_table tbody > tr > td > .mobile_view {
            width: 100%;
            margin-bottom: 5px;
        }

        .link_st_sm_green {
            width: 100%;
            padding-left: 0px;
        }
    }

    @media (max-width: 700px) {

        .clients_logo_holder li {
            margin-right: 0px;
            margin-left: 0px;
            width: 100% !important;
            padding: 30px 15px;
        }

        .table_st4 td, .table_st4 th {
            display: block;
            width: 100%;
            border: 0px;
            padding: 0px;
            text-align: left !important;
        }

        .table_st4 th {
            display: none;
        }

            .table_st4 th:first-child {
                display: block;
            }

        .table_st4 td .mobile_view {
            display: inline-block;
            min-width: 80px;
            color: #777777;
            margin-right: 15px;
        }

        .table_st4 tr {
            border-bottom: 1px solid #e3e3e3;
            padding: 15px 0px;
            display: block;
        }

        .table_st4 thead tr {
            padding-top: 0px;
        }

        .contact_card figure {
            margin-bottom: 15px;
        }

        .table_st5 {
            border-top: 1px solid #cccccc;
        }

            .table_st5 td {
                display: block;
                width: 100%;
                border: 0px;
                padding: 0px;
                text-align: left !important;
            }

            .table_st5 thead {
                display: none;
            }

            .table_st5 td .mobile_view {
                display: inline-block;
                min-width: 120px;
                color: #777777;
                margin-right: 15px;
            }

            .table_st5 tr {
                border-bottom: 1px solid #cccccc;
                padding: 15px 15px;
                display: block;
            }

        .col_fund_segmentation td:first-child {
            padding-left: 0px;
        }

        .col_fund_segmentation:last-child td {
            border: 0px;
        }
    }

    @media (max-width: 679px) {
        .testimonials_section .container {
            padding: 0px;
        }

        .slick-prev, .slick-next {
            display: none !important;
            visibility: hidden;
            width: 0px;
            height: 0px;
        }
    }

    @media (max-width: 700px) {
        .header_white_st .profile-hero-actions .btn {
            width: 100%;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 639px) {

        .profile-card-recommendations .detail-label {
            min-width: 48px;
            display: block;
            width: 100%;
        }

        .wizard-navigation {
            flex-wrap: wrap;
        }

            .wizard-navigation .btn {
                width: 100%;
                margin-top: 30px;
            }

            .wizard-navigation .btn_st2 {
                width: 100%;
                font-size: 14px;
                color: #00a6a6;
            }

                .wizard-navigation .btn_st2 img {
                    display: none;
                }

        .recommendation-stats {
            margin-bottom: 7px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e3e3e3;
        }

        .company-name {
            flex-wrap: wrap;
        }

        .recommendation-item {
            width: 100%;
            margin-bottom: 7px;
        }

        h2, .h2 {
            font-size: 32px;
        }

        .login_google_holder {
            flex-wrap: wrap;
        }

            .login_google_holder form,
            .login_google {
                width: 100%;
            }

        .connect_login_buttons {
            flex-wrap: wrap;
        }

            .connect_login_buttons .col-lg-6 {
                width: 100%;
                margin-top: 15px;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

        .login_button_holder .btn {
            width: 100%;
        }

        .manage_chp_holder + .buttons_holder_right {
            width: 100%;
            margin-top: 30px;
        }

            .manage_chp_holder + .buttons_holder_right button {
                width: 100%;
            }

        .sf_company_details .col-3 {
            width: 100%;
        }

        .login_white_box {
            padding: 30px;
        }

        .about_us_container {
            margin-top: 60px;
        }

        .video_border:before, .video_border:after {
            width: 70%;
            height: 70%;
        }

        .home_info_block2 h2,
        .home_info_block1 h2,
        .jumbotron_video h2 {
            font-size: 22px;
        }


        .news_list_grid li .news_logo_holder {
            width: 100%;
            padding-right: 0px;
            margin-bottom: 30px;
            text-align: left;
        }

        .news_list_grid li .news_details {
            width: 100%;
        }

        .news_list_grid li {
            flex-wrap: wrap;
        }

        .buttons_holder_right .subnav_st2 {
            text-align: left;
            width: 100%;
        }

        .subnav_st2_tab {
            width: 100%;
            margin: 0px 0px 7px 0px;
        }

        .subnav_st2 + .subnav_st2 {
            margin: 0px;
        }

        .subnav_st2_tab {
            padding: 3px 15px;
        }

        .subnav_st2 + .subnav_st2:before {
            display: none;
        }

        .subnav_st2 {
            border-radius: 5px;
        }

            .subnav_st2 + .subnav_st2 {
                margin-top: 15px;
            }

        .selected_rows div {
            flex-wrap: wrap;
        }

            .selected_rows div span {
                width: 100%;
            }

            .selected_rows div .ms-3 {
                margin-left: 0px !important;
            }
    }

    @media (max-width: 619px) {
        .sp_historical_chart .graph {
            width: 437px;
            zoom: 80%;
        }

        .ad_page h1:before {
            width: 45px;
            margin-top: 22px;
            margin-left: -60px;
        }

        .ad_page h1 {
            margin-bottom: 45px;
            font-size: 38px;
            padding-left: 60px;
        }
    }

    .profile-hero-actions .mobile_view {
        display: none;
    }

    @media (max-width: 589px) {

        .login_container .button_holder_center button {
            line-height: normal;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px;
        }


        .profile-option-content {
            flex-wrap: wrap;
        }

        .profile-avatar-wrapper {
            width: 100%;
        }

        .profile-option-info {
            flex: none;
            width: 100%;
        }

        .ac_form_body h3 {
            font-size: 20px;
        }

        .notification_buttons_holder .btn_st4 {
            margin: 15px 0px 0px 0px;
            width: 100%;
            text-align: center;
        }

        .notifications_header .form-check {
            width: 100%;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #e3e3e3;
        }

        .grid_subtabs {
            flex-wrap: wrap;
        }

            .grid_subtabs li,
            .grid_subtabs li a {
                width: 100%;
                display: block;
                margin-bottom: 3px;
            }


            .grid_subtabs .grid_subtabs_bull {
                display: none;
            }

        .profile-card .container {
            padding: 0px;
        }

        .pi_header .profile-hero-actions .btn {
            width: 100%;
            margin-bottom: 15px;
        }

        .clear_grid_tabs {
            margin-left: 0px;
            margin-top: 10px;
            text-align: center;
        }

        .register_container .input-group.login_button_holder .btn_st2 {
            margin-top: 0px;
        }

        .input-group.login_button_holder {
            padding-bottom: 30px;
        }

        .locations_holder {
            width: 100%;
            margin-bottom: 15px;
        }

        .header_white_st .profile-hero-info {
            width: 100%;
        }

        .header_white_st .profile-avatar-wrapper {
            width: 100%;
        }

        .profile-hero-content {
            position: relative;
        }

        .profile-name .btn_edit {
            display: none;
        }

        .profile-hero-actions .mobile_view {
            display: block;
        }

        .connect_header .profile-avatar-wrapper {
            width: 100%;
        }

        .connect-card h2 {
            text-align: left;
        }

        .share-link-btn {
            width: 100%;
            border-radius: 5px;
        }

        .share-link-container {
            flex-wrap: wrap;
        }

            .share-link-container input {
                width: 100%;
            }
    }

    @media (max-width: 550px) {

        .header_search .header_adv_link a,
        .header_search .header_buttons_holder button,
        .header_search .header_buttons_holder span {
            font-size: 0px;
            margin-left: 0px;
        }

        .header_adv_link {
            margin-right: 10px;
        }

        .crm_company_link a {
            margin-left: 10px;
        }

        .fund_alt_names_holder ul.alt_names_list,
        .fund_alt_names_holder .dropdown_list_st2 {
            width: 100%;
        }

        .details_col1 .table_st2 td {
            display: block;
            padding-top: 5px;
            padding-bottom: 5px;
            border-top: 0px;
            width: 100%;
        }

        .details_col1 .table_st2 tr {
            padding: 10px 0px;
            border-top: 1px solid #1B998B;
            display: block;
        }

            .details_col1 .table_st2 tr:first-child {
                border: 0px;
            }

        .block_content_ws {
            padding: 30px 15px;
        }

        .news_list li {
            padding: 15px 15px 70px 15px;
        }

        .blog_container li .read_more_link,
        .news_list .read_more_link {
            left: 15px;
        }

        .compare_blocks .carousel .carousel_buttons {
            right: 15px;
        }

        .blog_short_description {
            padding: 30px 15px 15px 15px;
        }

        .block_content_ws.col_width100 {
            overflow-x: auto;
        }

        .block_content_ws #compareDiscChart {
            width: 440px;
        }

            .block_content_ws #compareDiscChart svg {
                width: 100% !important;
            }

        .ai_details .table_st2 td {
            display: block;
            width: 100% !important;
        }

            .ai_details .table_st2 td:nth-child(2) {
                border-top: 0px;
            }

        .ai_details .table_st2 {
            border-bottom: 1px solid #1B998B;
        }

        .contacts_name_row {
            flex-wrap: wrap;
        }

        .contacts_info_block h2 {
            width: 100%;
        }

        .contact_list_block li .contact_photo_holder {
            margin-bottom: 15px;
        }

        .contacts_details_st2 span:before {
            display: none !important;
        }

        .ad_client_section {
            background-size: 600px;
            min-height: 850px;
        }

        .ad_page p {
            font-size: 18px;
        }

        .ad_cg_content li {
            background-size: 45px;
            padding-left: 60px;
            min-height: 10px;
        }

            .ad_cg_content li p {
                margin-bottom: 15px;
            }

        .ad_cg_content {
            background-size: 640px;
        }

        #clientsFlowChart {
            zoom: 80%;
        }
    }

    @media (max-width: 767px) {
        .nav-tabs > .nav-item {
            width: 100%;
            margin-left: 0px;
            border-top: 1px solid #e3e3e3;
        }
    }

    @media (max-width: 489px) {

        .app_search_results h2 {
            font-size: 18px;
        }

        .claim-content .container,
        .claim-content {
            padding-left: 0px;
            padding-right: 0px;
        }

            .person-card-inner .profile-name h2,
            .claim-content .profile-name h2 {
                font-size: 20px;
            }

            .claim-content .profile-card {
                padding: 30px 15px;
            }

        .top_sub_navigation {
            padding-right: 15px;
            padding-left: 15px;
        }

        .btn_owner_menu,
        .top_sub_tabs > div {
            margin-left: 7px;
        }

        .sub_nav_tab {
            padding: 5px 7px;
            text-transform: capitalize;
        }

        .owner_menu_panel {
            width: 320px;
        }

        .profile-card-form {
            padding: 15px;
        }

        .profile-card .form-switch label strong {
            display: block;
            font-weight: 600;
            font-size: 14px;
        }

        .profile-card .d-flex.justify-content-between {
            flex-wrap: wrap;
        }

        .profile-card .d-flex .btn {
            margin-bottom: 15px;
            width: 100%;
        }

        .qr-code img {
            width: 100% !important;
            height: auto !important;
        }

        .table > tbody > tr > td {
            display: block;
        }

            .table > tbody > tr > td > .mobile_view {
                display: block;
            }

            .table > tbody > tr > td div {
                width: 100%;
            }

            .table > tbody > tr > td .grid_connections_image {
                width: 40px !important;
            }


        .filings_list .filings_item {
            flex-wrap: wrap;
            padding: 15px;
        }

            .filings_list .filings_item p,
            .filings_list .filings_item .filings_type {
                width: 100%;
                margin-bottom: 15px;
            }

        .overview_container .overview_nav li h2 {
            text-align: left;
        }

        .form_d_container .block_content_ws p strong {
            display: block;
        }

        .list-summary-item {
            flex-wrap: wrap;
            padding: 15px;
        }

            .list-summary-item > span {
                width: 100%;
                display: block;
                text-align: left !important;
            }

            .list-summary-item span.text-secondary {
                text-align: left !important;
                margin-top: 7px;
            }

        .header_grb div {
            width: 100%;
            text-align: left !important;
        }

        .header_grb {
            flex-wrap: wrap;
        }

            .header_grb .btn_gr_st2 {
                margin-top: 7px;
            }

        .event_page_buttons .btn {
            margin: 0px 0px 15px 0px;
            width: 100%;
        }

        .table-details-preview td .mobile_view {
            display: block;
            width: 100%;
            margin-right: 0px;
        }

        .table-details-preview td {
            flex-wrap: wrap;
        }

        .sp_historical_chart .sp_h_chart_holder {
            overflow-x: auto;
            height: 300px;
            padding-left: 2px;
        }

        .ad_challenge_content ul li img {
            width: 60px;
            height: 60px;
        }

        .ad_challenge_content ul li p {
            margin-left: 15px;
        }

        .ad_challenge_content ul li {
            align-items: flex-start;
        }

        .ad_page h1 {
            font-size: 26px !important;
        }

            .ad_page h1:before {
                margin-top: 13px;
            }

        .d_docs_row {
            padding-left: 0px;
        }
    }

    @media (max-width: 474px) {
        .faq-info-highlighted {
            padding-left: 0px;
        }

            .faq-info-highlighted img {
                position: static;
                margin-bottom: 10px;
                margin-top: 0px;
                float: none;
                display: block;
            }

        .text-info strong {
            margin-left: 0px;
            display: block;
        }

        .total_info_text strong {
            display: inline !important;
        }

        .page_header h1 {
            display: flex;
            margin-bottom: 10px;
        }

        .block_content_st3 .compare_details_block h5,
        .block_content_st3 .compare_details_block .value_same, .block_content_st3 .compare_details_block .value_differ {
            width: 100%;
            text-align: left;
        }

        .sp_historical_details .table-details-preview td {
            flex-wrap: wrap;
        }

        .sp_historical_details .table-details-preview .mobile_view {
            display: block;
        }

        .events_main_table td div strong {
            display: block;
        }

        .selected_rows div .ms-3 {
            width: 100%;
            margin-bottom: 30px;
        }

        .selected_rows div .clear_btn {
            width: 100%;
            text-align: center;
        }
    }

    @media (max-width: 440px) {
        .video_border {
            margin-left: -30px;
            width: calc(100% + 60px);
            margin-right: -30px;
        }

        .contacts_details_st2 span {
            flex-wrap: wrap;
        }

            .contacts_details_st2 span label {
                width: 100%;
            }

        .col_additional_info p {
            font-size: 18px;
        }

        body {
            background-size: 60%;
        }

        .locations_holder {
            flex-wrap: wrap;
        }

            .locations_holder span {
                display: block;
                width: 100%;
                margin: 0px 0px 7px 0px;
                font-weight: 600;
            }

        .subnav_st2_tab {
            font-size: 12px;
        }

        .table_st5 td .mobile_view {
            display: block;
        }

        .contact_details a {
            display: inline-block;
            white-space: nowrap;
            max-width: 190px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .ad_solution_section:before {
            height: 1100px;
            width: 1100px;
        }

        .page_top_sub_nav li {
            margin: 0px 0px 5px;
            display: block;
        }

        .fp_link {
            color: #02424B;
            font-size: 16px;
            text-decoration: none;
            display: block;
            margin-bottom: 30px;
        }

        .input-group.login_button_holder {
            margin-top: 0px;
        }

            .input-group.login_button_holder .btn_st2 {
                float: none;
                width: 100%;
                background: #00a6a6;
                padding: 10px 15px;
                border-radius: 5px;
                color: #ffffff;
            }

                .input-group.login_button_holder .btn_st2 img {
                    filter: none;
                }

        .input-group.login_button_holder {
            padding-bottom: 0px;
        }
    }

    @media (max-width: 399px) {

        .button_holder_center .btn {
            width: 100%;
            font-size: 14px;
            line-height: 18px;
            padding: 10px 22px;
        }

        .person-card .person-actions a.btn_st_hidden {
            display: none;
        }

        .person-card .person-actions .btn_st_hidden {
            width: 100%;
            text-align: center;
        }

        .instructions-list li {
            flex-wrap: wrap;
        }

        .step-content {
            flex: none;
            width: 100%;
        }

        .ad_home_logo {
            left: 30px;
        }

        .ad_challenge_content ul li {
            padding: 30px 15px;
        }

            .ad_challenge_content ul li img {
                width: 45px;
                height: 45px;
            }

            .ad_challenge_content ul li p {
                font-size: 16px;
            }
    }

    .client_relation {
        font-size: 12px;
        color: #1B998B;
        border: 1px solid #1B998B;
        display: inline-block;
        vertical-align: middle;
        padding: 3px 12px;
        border-radius: 5px;
        margin-bottom: 4px;
        margin-left: 7px;
    }

        .client_relation a {
            text-decoration: none;
        }


    .email-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-left: 5px;
        cursor: help;
    }

        .email-dot.green {
            background-color: #289e1f;
        }

        .email-dot.orange {
            background-color: #FED766;
        }

    .ws-nowrap {
        white-space: nowrap;
    }

    .email_title h3 {
        color: #FED766 !important;
        margin-bottom: 0px;
    }

    .download_email_link img {
        margin-left: 7px;
        width: 16px;
        filter: brightness(1000%) saturate(100%) invert(18%) sepia(5%) saturate(314%) hue-rotate(71deg) brightness(104%) contrast(200%);
    }

    .download_email_link {
        text-decoration: none !important;
        color: #ffffff !important;
    }

    .email_details {
        width: 40px;
        text-align: right;
    }

        .email_details .download_email_link {
            padding: 0px;
            width: 40px;
            height: 40px;
            text-align: center;
            background: rgba(255,255,255,0.10);
        }

            .email_details .download_email_link:hover {
                background: #00A6A6;
                border-color: #00A6A6;
            }

            .email_details .download_email_link img {
                margin: 0px;
            }

    .alt_name {
        font-size: small;
    }


    /* Container styles */
    .collapsible-container {
        overflow: hidden;
    }

    .collapsible-header {
        cursor: pointer;
    }

        .collapsible-header h2 {
            display: inline-block;
        }

            .collapsible-header h2:after {
                height: 24px;
                width: 24px;
                background: #1B998B url(../assets/images/white_arrow_down.svg) center 9px no-repeat;
                background-size: 14px 8px;
                content: "";
                display: inline-block;
                vertical-align: top;
                margin-left: 15px;
                margin-top: 5px;
                border-radius: 50%;
            }

    .collapsible-content {
        max-height: 700px;
        overflow-y: auto;
        transition: max-height 0.3s ease-out; /* Smooth transition for collapse/expand */
    }

        .collapsible-content.collapsed {
            max-height: 0; /* Collapses the content */
            overflow: hidden; /* Hides overflowing text */
        }



    .news_list .news_logo_holder img {
        width: auto;
        max-width: 100%;
        max-height: 60px;
    }

    .recommendations_section {
        padding: 90px 0px;
        width: 100%;
        background: #f2f2f2;
    }

        .recommendations_section .container {
            max-width: 1220px;
        }

        .recommendations_section ul,
        .recommendations_section ul li {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .recommendations_section ul li.col_width70 .d-flex div {
                width: 50%;
            }

    .stats_section {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.3);
        padding: 30px 0px;
        color: #ffffff;
    }

        .stats_section .container {
            max-width: 1260px;
        }

            .stats_section .container .col-md-3 h3 {
                text-align: center;
                font-size: 68px;
                font-weight: 400;
                line-height: 68px;
                margin-bottom: 5px;
            }

            .stats_section .container .col-md-3 p {
                font-size: 16px;
                text-align: center;
                text-transform: uppercase;
                margin: 0px;
            }

    .testimonials {
        padding: 90px 0px;
        background: #ffffff;
        width: 100%;
    }

        .testimonials h1 {
            position: relative;
        }

        .testimonials .carousel_buttons_top {
            float: right;
        }

        .testimonials .container {
            max-width: 1220px;
        }

        .testimonials .blockquote {
            padding-top: 45px;
        }

            .testimonials .blockquote h2 {
                font-size: 34px;
                margin-bottom: 45px;
                line-height: 1.4;
            }

        .testimonials .blockquote-footer {
            color: #363836;
            font-size: 18px;
        }

    .home_info_block1 a.btn {
        line-height: 46px;
    }

    .capitalize {
        text-transform: capitalize;
    }

    .connect_company_details.container {
        width: 100%;
        max-width: 1220px;
        margin: 0px auto;
    }

    .table_st2 .text_list_st100 li {
        margin-right: 4px;
        margin-bottom: 4px;
    }

    @media (max-width: 992px) {
        .oc_container h2,
        h2, .h2 {
            font-size: 32px;
        }

        .sp_connect_top_section .jumbotron > .container {
            padding-top: 60px;
        }

        .stats_section .container .col-md-3 h3 {
            line-height: 58px;
            font-size: 58px;
        }

        .stats_section .container .col-md-3 p {
            font-size: 14px;
        }

        .clients_logo_holder li {
            margin-bottom: 15px;
            width: calc(33.333% - 15px);
        }
    }

    @media (max-width: 768px) {
        .stats_section .d-flex {
            flex-wrap: wrap;
            justify-content: center;
        }

        .stats_section {
            border: 0px;
            padding-top: 7px;
            padding-bottom: 23px;
        }

            .stats_section .d-flex .col-md-3 {
                border: 1px solid rgba(255,255,255,0.3);
                border-radius: 5px;
                padding: 15px;
                width: 150px;
                box-sizing: border-box;
                margin: 7px;
            }

            .stats_section .container .col-md-3 h3 {
                line-height: 34px;
                font-size: 34px;
            }

            .stats_section .container .col-md-3 p {
                font-size: 12px;
            }

        .jumbotron h2 b {
            font-size: 42px;
        }

        .home_featured_links .btn_st2 {
            font-size: 18px;
            width: 100%;
            display: block;
            text-align: center;
        }

        .home_featured_links {
            flex-wrap: wrap;
        }

            .home_featured_links div {
                width: 100%;
            }
    }

    @media (max-width: 730px) {
        .sp_connect_top_section .jumbotron > .container {
            min-height: calc(100vh - 360px);
        }

        .sp_connect_top_section .jumbotron > .container {
            padding-bottom: 30px;
            padding-top: 30px;
        }

        .sp_connect_top_section .jumbotron h2 {
            font-size: 22px;
        }
    }

    @media (max-width: 475px) {
        .block_content_ws .buttons_holder_right, .container_charts > .row .ch_col2 .buttons_holder_right button {
            width: 100%;
            text-align: center;
            justify-content: center;
        }

        .table_row .d-flex {
            flex-wrap: wrap;
        }

        .company-type-card {
            padding: 15px 10px;
        }

        .ct-form-actions {
            flex-direction: column;
            width: 100%;
        }


        .table_row .d-flex > div {
            width: 100%;
            margin: 0px 0px 15px 0px;
        }

            .table_row .d-flex > div .btn {
                width: 100%;
            }
    }

    @media (max-width: 410px) {
        .home_info_block1 a.btn {
            line-height: 24px;
            min-height: 48px;
            padding: 10px 25px;
            height: auto;
        }

        .btn {
            padding-left: 22px;
            padding-right: 22px;
        }

        .overview_container .overview_nav li h2 a img {
            width: 58px;
        }

        .overview_container .overview_nav li h2 a div img {
            display: none !important;
        }

        .overview_container .overview_nav li {
            padding: 15px;
        }

        .overview_container .overview_nav {
            padding-bottom: 45px;
        }

        .home_featured_links .btn_st2 {
            padding: 10px 10px;
        }
    }



    .watchlist-active {
        font-weight: 800;
    }

    .watchlist-badge {
        background-color: #f0f4f8;
        border: 1px solid #d0dae3;
        border-radius: 5px;
        padding: 6px 12px;
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        color: #2c3e50;
        margin-right: 10px;
    }

        .watchlist-badge strong {
            margin: 0 6px;
            font-weight: 600;
        }

    .watchlist-clear {
        color: #888;
        margin-left: 6px;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

        .watchlist-clear:hover {
            color: #e74c3c;
        }

    .ticker-tags .badge {
        font-size: 1em;
        padding: 0.5em 0.75em;
        display: inline-flex;
        align-items: center;
    }


    /*Odometer Numbers*/
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        position: relative;
    }

        .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            position: relative;
        }

            .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                visibility: hidden;
            }

            .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
                text-align: left;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                overflow: hidden;
            }

            .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
                display: block;
            }

            .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
                display: block;
                -webkit-backface-visibility: hidden;
            }

            .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
                display: block;
                -webkit-transform: translateZ(0);
            }

                .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
                    position: absolute;
                }

        .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
            -webkit-transition: -webkit-transform 2s;
            -moz-transition: -moz-transform 2s;
            -ms-transition: -ms-transform 2s;
            -o-transition: -o-transform 2s;
            transition: transform 2s;
        }

        .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
            -webkit-transition: -webkit-transform 2s;
            -moz-transition: -moz-transform 2s;
            -ms-transition: -ms-transform 2s;
            -o-transition: -o-transform 2s;
            transition: transform 2s;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

    /* ============================================
   Vue.js Loading States - Smooth Page Load
   ============================================ */

    /* v-cloak: Hide elements until Vue is ready */
    [v-cloak] {
        display: none !important;
    }

    /* Skeleton Screen Loader */
    .skeleton-loader {
        width: 100%;
        padding: 0;
        background: #ffffff;
    }

    .skeleton-section {
        background: #ffffff;
        border-radius: 5px;
        padding: 24px;
        margin-bottom: 24px;
        position: relative;
        overflow: hidden;
    }

        .skeleton-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient( 90deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 50%, rgba(248, 248, 248, 0) 100% );
            animation: shimmer 2s infinite;
        }

    @keyframes shimmer {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    .skeleton-header {
        height: 32px;
        background: #f6f6f6;
        border-radius: 5px;
        margin-bottom: 16px;
        width: 40%;
    }

    .skeleton-line {
        height: 16px;
        background: #f6f6f6;
        border-radius: 5px;
        margin-bottom: 12px;
    }

        .skeleton-line:nth-child(odd) {
            width: 100%;
        }

        .skeleton-line:nth-child(even) {
            width: 85%;
        }

        .skeleton-line:last-child {
            width: 60%;
        }

    /* Fade-in transition for Vue content */
    .fade-in-enter-active {
        transition: opacity 0.5s ease-in;
    }

    .fade-in-enter {
        opacity: 0;
    }

    .fade-in-leave-active {
        transition: opacity 0.3s ease-out;
    }

    .fade-in-leave-to {
        opacity: 0;
    }