/***************************************************************************/
/* Global */
/***************************************************************************/

h1 {
    font-size: 48px !important;
}

h2 {
    font-size: 36px !important;
}

h3 {
    font-size: 28px !important;
}

.fusion-breadcrumbs {
    margin-top: .5rem;
}

.fusion-breadcrumbs span span span,
.fusion-breadcrumbs span span a {
    padding-left: .5rem;
    padding-right: .5rem;
}

.fusion-breadcrumbs span span> :first-child {
    padding-left: 0;
}

#menu-main-menu li {
    padding-right: 1.5rem !important;
}

footer#footer {
    background: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .fusion-row .fusion-column .widget_media_image img {
    width: 45%;
}

.appointment-btn {
    border-radius: 2rem !important;
}


@media screen and (max-width: 640px) {
    h1 {
        font-size: 40px !important;
    }

    .fusion-body .fusion-builder-column-0 {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
    .fusion-logo {
        float: none !important;
        text-align: center;
    }

    nav.fusion-main-menu {
        float: unset;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5rem;
    }
}

h2.content-box-heading {
    margin-bottom: 1.5rem !important;
}

.fusion-content-boxes.content-boxes.columns.row {
    margin-bottom: unset;
}

.content-container {
    font-family: 'PlusJakartaSans-Regular' !important;
}

/***************************************************************************/
/* Custom Styling */
/***************************************************************************/

.sfb_contact_text {
    line-height: .4em;
}

.fusion-logo img {
    max-height: 3.5rem !important;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    border: 1px solid #FBC02D;
}

.sfb-separator {
    margin: 25px 0;
    height: 1px;
    background: #fbc02d;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #fbc02d));
}

.sfb_contact_text {
    line-height: .4em;
}

.sfb_contact_center_items {
    margin-left: 30%;
}

.sfb-contact-title .fusion-column .col .heading h2 {
    font-size: 1.8rem !important;
}

.sfb-contact-title .fusion-column .col .content-container p {
    font-size: 1rem !important;
}

@media only screen and (max-width: 800px) {

    .sfb-contact-title .fusion-column .col .heading h2 {
        font-size: 1.3rem !important;
    }

    .sfb-contact-title .fusion-column .col .content-container p {
        font-size: .8rem !important;
    }
}

/***************************************************************************/
/* Header */
/***************************************************************************/

#menu-main-menu .my-page a span {
    background: #FBC02D;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 2rem;
}

.my-page .fusion-bottombar-highlight::after {
    display: none !important;
}


@media only screen and (max-width: 800px) {

    img.fusion-standard-logo {
        max-width: 16rem;
    }

    a.fusion-icon.awb-icon-bars {
        margin-top: .35rem;
    }
}

@media only screen and (max-width: 800px) and (min-width: 430px) {
    .fusion-logo {
        max-width: 50% !important;
        position: absolute !important;
    }
}



/***************************************************************************/
/* Footer */
/***************************************************************************/

footer .fusion-row .fusion-columns .fusion-column .widget_media_image img {
    width: 45%;
}

nav.fusion-widget-menu {
    display: flex;
    margin-top: 4.5rem;
}

footer .fusion-row .fusion-widget-area .fusion-column-last {
    margin-top: 5%;
}

@media screen and (max-width: 640px) {

    nav.fusion-widget-menu {
        margin-top: 0;
        justify-content: center;
    }

    .mobile-half-col {
        max-width: 50%
    }

    /* Mobile Footer*/
    footer .fusion-row .fusion-columns .fusion-column .widget_media_image img {
        width: 30%;
    }

}

@media screen and (max-width: 900px) {

    #fusion-menu-widget-2 li {
        display: block !important;
    }

    #fusion-menu-widget-2 ul li a:after {
        display: none !important;
    }

    nav#fusion-menu-widget-2 {
        margin-top: unset !important;
    }


}

@media only screen and (max-width: 800px) and (min-width: 600px) {
    footer .fusion-row .fusion-column .widget_media_image img {
          max-width: unset;
      max-width: 162px !important;
    } 
  } 

.fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column {
    padding: 0 0.5rem;
    text-align: left;
    margin: 0;
}
.fusion-footer-widget-area .link-text:hover {
    color: #FBC02D;
  }
  
  .footer-header-text a {
    color: gray !important;
  }
  
  .fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column {
    padding: 0 0.5rem;
    text-align: left;
    margin: 0;
  
  }
  
  #wrapper .fusion-vertical-menu-widget.left .menu li a {
    padding: 0;
    padding-bottom: 1rem;
    font-weight: bold !important;
    font-family: 'PlusJakartaSans-regular';
    font-size: 16px;
  }
  
  .fusion-footer .fusion-footer-widget-area h4.widget-title {
    color: gray;
    font-family: 'PlusJakartaSans-regular' !important;
    font-size: 20px;
  }
  
  .fusion-footer .fusion-columns.fusion-widget-area {
    display: flex !important;
  }
  
  footer .fusion-row .fusion-columns .fusion-column #media_image-2 img {
    width: 70%;
  }
  
  @media only screen and (max-width: 800px) {
    .fusion-footer .fusion-columns.fusion-widget-area {
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      width: 100% !important;
  
    }
  
    .fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column {
      display: flex;
      flex-direction: column;
      flex-basis: 100%;
      flex: 1;
      min-width: 45%;
    }
  
    footer .fusion-row .fusion-columns .fusion-column #media_image-2 img {
      width: 100%;
    }
  
    .fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(2),
    .fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(4) {
      margin-left: 0.5rem;
    }
  
    .fusion-footer .fusion-footer-widget-area h4.widget-title {
      font-size: 16px;
    }
  
  }

/***************************************************************************/
/* History */
/***************************************************************************/

.sfb-timeline .fusion-column-wrapper .fusion-content-boxes .fusion-column .col .heading h2 {
    margin-bottom: 1rem !important;
}

/***************************************************************************/
/* Press releases */
/***************************************************************************/

.sfb-press-release-table {
    overflow: auto;
    /* height: 15rem; */
    height: 100% !important;

}

.sfb-press-link-list {
    /* height: 15rem; */
    height: 100% !important;
}

.fusion-format-box {
    display: none;
}

.title-no-margin h5 {
    margin: 0px !important;
}


@media only screen and (max-width: 800px) {
    .sfb-press-container {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .sfb-press-release-table {
        font-size: 13px;
        max-width: 100%;
    }

    .sfb-press-release-table table {
        table-layout: fixed;
    }

    .sfb-press-release-table tr td {
        padding: 10px 10px !important;
        word-wrap: break-word;
        white-space: pre-line;
    }

    .sfb-press-release-table table thead tr th {
        padding: 10px !important;
    }

    .sfb-press-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-title h3 {
        margin-left: 1rem;
    }

    .sfb-press-release-table table thead tr th:nth-child(3) {
        display: none;

    }

    .sfb-press-release-table table tbody tr td:nth-child(3) {
        display: none;

    }

    .sfb-press-links-container .fusion-builder-row .fusion-layout-column {
        margin-bottom: 0;
    }

    .sfb-press-links-container .fusion-builder-row .fusion-layout-column:nth-child(2) {
        height: 2rem;
    }

    .sfb-press-link-list tr td {
        padding-bottom: 1.2rem;
        padding: 10px 10px !important;
        word-wrap: break-word;
        white-space: pre-line;
        max-width: 41vw;
        padding-left: 0px !important;
    }

    .sfb-press-link-list tr td:first-child {
        float: left;
        border: none;
        width: 100%;
    }

    .sfb-press-link-list tr td:nth-child(2) {
        font-size: 0.8em;
        vertical-align: text-bottom;
        border: none;
        float: left;
        padding-top: 0px !important;
    }

    .sfb-press-link-list tr td:nth-child(3) {
        border: none;
    }
}


/***************************************************************************/
/* Fund list table */
/***************************************************************************/

#fund-table {
    max-width: 1248px;
}

.fund-table {
    margin: 0 auto;
}

.negative-value {
    color: #FF3333;
}

.positive-value {
    color: #1ca01c;
}

.fund-table thead tr th {
    text-align: left;
    padding-bottom: 1rem;
}

.fund-table tr td:first-child {
    min-width: 3rem;
}

.fund-table tr td {
    width: 20rem;
    max-width: 20rem;
    font-size: 13px;
}

.fund-table .ft-row:hover {
    background-color: #fff9f4;
    cursor: pointer;
}

.ft-icon {
    display: flex;
    width: 1rem;
    justify-content: center;
    align-items: center;
}

.ft-risk img {
    width: 1rem;
}

.ft-rating {
    text-align: right;
}

.checked {
    color: orange;
}

.unchecked {
    color: #d3d3d3;
}

.ft-rating img {
    width: 1rem;
}

table.dataTable td.dt-control:before {
    background-image: url('./assets/images/plus.svg');
    line-height: 1.1em !important;
    font-size: 16px;
    margin-top: unset !important;
    color: #000000;
    border: unset;
    box-shadow: none;
    background-color: #ffffff !important;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    background-image: url('./assets/images/minus.svg');
    line-height: 1.1em !important;
    font-size: 16px;
    margin-top: unset !important;
    color: #000000;
    border: unset;
    box-shadow: none;
    background-color: #ffffff !important;
}


@media only screen and (max-width: 800px) and (min-width: 601px) {
    .fund-table thead tr th {
        text-align: left;
        padding-bottom: 1rem;
        width: 1rem !important;
    }

    .fund-table tr td:first-child {
        min-width: unset;
        max-width: 1rem;
    }
}


@media only screen and (max-width: 600px) {

    .hide-mobile {
        display: none;
    }

    .fund-table tr td {
        min-width: 3.8rem;
    }

    .fund-table tr td:nth-child(3) {
        text-align: right;
        padding-right: 1rem;
    }

    .fund-table tr td:nth-child(n+4) {
        display: none;
    }

    .fund-table thead tr th:nth-child(3) {
        text-align: right;
    }

    .fund-table .ft-row td:nth-child(3) {
        text-align: right;
    }

    .fund-table tr td:first-child {
        min-width: unset;
    }

    #ft-utv-year {
        min-width: 5rem !important;
    }

    .ft-info-col {
        padding: 0 !important;
    }

}

/***************************************************************************/
/* Fund list extra info */
/***************************************************************************/

table.display {
    margin-left: 3rem;
}

.ft-factdoc {
    display: inline-block;
    padding: .3rem 0 0 0;
    color: #1ea4d0;
    text-decoration: underline;
}

.ft-info .visible {
    display: table-row;
}

.ft-info-col {
    padding: 0 0 20px 0;
    display: table-cell;
    width: 100%;
}

.ft-info-content {
    background: #F6F6F6;
    padding: 15px 20px;
    border-radius: 6px;
    max-width: 74rem;
}

.ft-info-content h3 {
    margin-bottom: 0;
    font-size: 18px !important;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #F6F6F6;
    margin-left: 45px;
}

.ft-inner-info {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.half-width {
    width: 50%;
    margin-top: 1rem;
}

.half-width strong {
    display: block;
    padding: 0 0 5px 0;
    font-size: 15px;
}

.half-width span {
    width: 100%;
    box-sizing: border-box;
}

.half-width .label {
    display: block;
    float: left;
    width: 160px;
    clear: both;
    font-weight: bold;
}

.half-width .data {
    display: block;
}

.half-width.break {
    /* margin-top: 20px; */
    width: 100% !important;
}

.half-width.reports {
    margin-top: 2rem;

}

.ft-result {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.ft-result .growth-title,
.ft-result .growth-content {
    width: 25%;
}

@media only screen and (max-width: 800px) {
    table.display {
        margin-left: unset;
    }

    .ft-inner-info {
        flex-direction: column;
    }

    .half-width {
        width: 100%;
    }

    .ft-result {
        width: 100%;
    }

}

/***************************************************************************/
/* Forms */
/***************************************************************************/
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    background: #F9F9F9;
    border: 2px solid #FBC02D !important;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon .fusion-form-input {
    padding-left: 1em !important;
}

.form-image {
    max-width: 50px !important;
    margin-right: 2rem;
    float: right;
}

.form-image-right {
    max-width: 50px !important;
    margin-left: 2rem;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    top: 29% !important;
}

.fusion-form-form-wrapper.fusion-form-369 .fusion-form-field .fusion-form-checkbox label:before {
    top: 50% !important;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:after {
    top: 29% !important;
}

.fusion-form-form-wrapper.fusion-form-369 .fusion-form-field .fusion-form-checkbox input:checked+label:after {
    top: 50% !important;
}

#custom-accordion .fusion-panel {
    /* background-color: #f9f9f9 !important; */
    border-color: #f5f5f5 !important;
    border-width: 2px !important;
    border-radius: 0.25rem !important;
}

#custom-accordion .fusion-panel .panel-title > a.active {
    transition: background-color .35s ease;
    background-color: #f5f5f5 !important;
} 

.table-two-columns .fusion-column-wrapper table th:not(:first-child) {
    text-align: right;
}

.table-two-columns .fusion-column-wrapper table tbody td:not(:first-child) {
    text-align: right;
}

/***************************************************************************/
/* fund portfolios specific styling */
/***************************************************************************/

.page-template-fund-portfolio #main.clearfix {
    padding: 0;
}

.page-template-fund-portfolio .fusion-row.custom-width {
    max-width: 100% !important;
}

.portfolio-content .inner {
    background-color: #F6F6F6;
    border-radius: 20px;
    width: 100%;
    padding: 1rem;
    margin-bottom: 3rem;
}

.portfolio-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1rem;
    table-layout: fixed;
}

.portfolio-table .filter .filter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.portfolio-table .filter .filter-wrapper p {
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.portfolio-table .filter .filter-arrow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio-table .filter .filter-arrow-container .filter-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.portfolio-table .filter .filter-arrow-container .filter-arrow-up {
    border-bottom: 5px solid black;
    margin-bottom: 2px;
}

.portfolio-table .filter .filter-arrow-container .filter-arrow-down {
    border-top: 5px solid black;
    margin-top: 2px;
}

.filter-scroll-arrow-container {
    display: none;
}

.portfolio-table .filtering-row {
    background-color: #fff;
}

.portfolio-table .filtering-row th {
    width: 20%;
    padding: 1.5rem 0rem;
}

.portfolio-table .filtering-row td:first-child,
.portfolio-table .filtering-row th:first-child {
    border-radius: 10px 0 0 10px;
}

.portfolio-table .filtering-row td:last-child,
.portfolio-table .filtering-row th:last-child {
    border-radius: 0 10px 10px 0;
}

.portfolio-table .filtering-row td:first-child::after,
.portfolio-table .filtering-row th:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1px;
    background-color: #e2e2e2;
    z-index: 2;
}

.portfolio-table thead th:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1px;
    background-color: #e2e2e2;
    z-index: 2;
}

.portfolio-table .filtering-row th h2 {
    font-size: 20px !important;
    text-align: left;
    margin: 0;
    margin-left: 1rem;
}

.portfolio-table .filtering-row td {
    width: 20%;
    text-align: center;
}

.portfolio-table .filtering-row td .sub-heading {
    margin: 0;
    font-size: 1rem !important;
}

.portfolio-table .filtering-row td .srri-container {
    width: 100%;
}

/* Adjustments for mobile devices */

@media screen and (max-width: 768px) {

    .portfolio-content .inner {
        border-radius: unset;
        padding: unset;
        overflow-x: scroll;
        margin-left: -1px;
    }

    .portfolio-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0 1rem;
        min-width: 960px;
        table-layout: auto;
    }

    .portfolio-table thead .filter {
        border-right: 1px solid #e2e2e2;
        padding: 1.5rem 1rem;
    }

    .portfolio-table .filtering-row {
        border: 1px solid #e2e2e2;
    }

    .portfolio-table .filtering-row td:first-child,
    .portfolio-table .filtering-row th:first-child {
        border-radius: unset;
        z-index: 10;
        width: 17%;
    }

    .portfolio-table .filtering-row td {
        padding: 0;
        border-right: 1px solid #e2e2e2;

    }

    .portfolio-table .filtering-row th {
        background-color: white;
        z-index: 1;
    }

    .portfolio-table .filtering-row th h2 {
        font-size: 1rem !important;
    }

    .portfolio-table tr>th:first-child {
        position: sticky;
        left: 0;
        border-right: 1px solid #e2e2e2;
    }

    .portfolio-table thead tr>th:first-child {
        background-color: #F6F6F6;
    }

    .portfolio-info {
        margin: 0 1.5rem;
    }

    .filter-scroll-arrow-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        left: 89%;
        top: 83%;
    }

    .filter-scroll-arrow-container .filter-arrow {
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    .filter-scroll-arrow-container .filter-arrow-left {
        border-right: 4px solid black;
        margin-right: 2px;
    }

    .filter-scroll-arrow-container .filter-arrow-right {
        border-left: 4px solid black;
        margin-left: 2px;
    }

}

/* end test table */

@media only screen and (min-width: 768px) {

    .portfolio-info {
        width: auto;
        margin: 0 30px 30px 30px;
        padding: 0;
        border-radius: 16px;
    }

}


@media only screen and (min-width: 1200px) {
    .portfolio-info {
        /* width: 1200px; */
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

/***************************************************************************/
/* Stars styling */
/***************************************************************************/

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
}

[data-star]::before {
    display: block;
    content: '★★★★★';
    color: #eee;
}

[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    width: 0;
    color: #FBC02D;
    overflow: hidden;
    height: 100%;
}

[data-star^="0.1"]::after,
[data-star^=".1"]::after {
    width: 2%
}

[data-star^="0.2"]::after,
[data-star^=".2"]::after {
    width: 4%
}

[data-star^="0.3"]::after,
[data-star^=".3"]::after {
    width: 6%
}

[data-star^="0.4"]::after,
[data-star^=".4"]::after {
    width: 8%
}

[data-star^="0.5"]::after,
[data-star^=".5"]::after {
    width: 10%
}

[data-star^="0.6"]::after,
[data-star^=".6"]::after {
    width: 12%
}

[data-star^="0.7"]::after,
[data-star^=".7"]::after {
    width: 14%
}

[data-star^="0.8"]::after,
[data-star^=".8"]::after {
    width: 16%
}

[data-star^="0.9"]::after,
[data-star^=".9"]::after {
    width: 18%
}

[data-star^="1"]::after {
    width: 20%
}

[data-star^="1.1"]::after {
    width: 22%
}

[data-star^="1.2"]::after {
    width: 24%
}

[data-star^="1.3"]::after {
    width: 26%
}

[data-star^="1.4"]::after {
    width: 28%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="1.6"]::after {
    width: 32%
}

[data-star^="1.7"]::after {
    width: 34%
}

[data-star^="1.8"]::after {
    width: 36%
}

[data-star^="1.9"]::after {
    width: 38%
}

[data-star^="2"]::after {
    width: 40%
}

[data-star^="2.1"]::after {
    width: 42%
}

[data-star^="2.2"]::after {
    width: 44%
}

[data-star^="2.3"]::after {
    width: 46%
}

[data-star^="2.4"]::after {
    width: 48%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="2.6"]::after {
    width: 52%
}

[data-star^="2.7"]::after {
    width: 54%
}

[data-star^="2.8"]::after {
    width: 56%
}

[data-star^="2.9"]::after {
    width: 58%
}

[data-star^="3"]::after {
    width: 60%
}

[data-star^="3.1"]::after {
    width: 62%
}

[data-star^="3.2"]::after {
    width: 64%
}

[data-star^="3.3"]::after {
    width: 66%
}

[data-star^="3.4"]::after {
    width: 68%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="3.6"]::after {
    width: 72%
}

[data-star^="3.7"]::after {
    width: 74%
}

[data-star^="3.8"]::after {
    width: 76%
}

[data-star^="3.9"]::after {
    width: 78%
}

[data-star^="4"]::after {
    width: 80%
}

[data-star^="4.1"]::after {
    width: 82%
}

[data-star^="4.2"]::after {
    width: 84%
}

[data-star^="4.3"]::after {
    width: 86%
}

[data-star^="4.4"]::after {
    width: 88%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="4.6"]::after {
    width: 92%
}

[data-star^="4.7"]::after {
    width: 94%
}

[data-star^="4.8"]::after {
    width: 96%
}

[data-star^="4.9"]::after {
    width: 98%
}

[data-star^="5"]::after {
    width: 100%
}


/***************************************************************************/
/* Single portfolio page  */
/***************************************************************************/

.single-p-table {
    margin-bottom: 1.5rem;
}

.under-table-text {
    margin-top: 1rem;
}

.portfolio-specific {
    position: relative;
}

.single-p-table .expand-control,
.single-p-table .collapse-control {
    width: 4% !important;
}

.single-p-table .collapse-control {
    display: none;
}

.single-p-table .expand-control img,
.single-p-table .collapse-control img {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}



@media screen and (min-width: 768px) {

    .small-table {
        position: relative;
    }

    .small-table table {
        width: 100%;
    }

    .small-table th {
        background-color: #fbc02d;
        font-size: 18px;
        width: 6rem;
        text-align: left;
        padding: 0.5rem 1rem;
    }

    .small-table td {
        width: 50%;
        text-align: center;
    }

    .small-table td.t-sub-heading {
        font-family: 'PlusJakartaSans-Regular';
        font-weight: 600;
        font-size: 13px;
        text-align: left;
        padding: 0.5rem 1rem;

    }

    .small-table table,
    .small-table td,
    .small-table th,
    .small-table tr {
        border: 1px solid;
    }

    .single-p-table {
        display: block;
    }

    .single-p-table table,
    .single-p-table td,
    .single-p-table th,
    .single-p-table tr {
        border: 1px solid;
    }

    .single-p-table table {
        width: 100%;
    }

    .single-p-table td {
        text-align: center;
    }

    .single-p-table .t-main-header {
        background-color: #fbc02d;
        font-size: 18px;
        height: 3rem;
        /* width: 6rem; */
        width: auto;
        padding: 1rem;
        /* max-width: 6rem; */
    }

    .single-p-table .t-main-header:first-child {
        text-align: left;
        padding-left: 1rem;
    }

    .single-p-table .t-sub-heading {
        font-family: 'PlusJakartaSans-Regular';
        font-weight: 600;
        font-size: 15px;
        text-align: left;
        height: 3rem;
        padding: 1rem;
    }
}

@media screen and (min-width: 1440px) {
    
    .small-table {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 6rem;
    }

    .small-table table {
        width: 26rem;
    }
}

/* Holdings expandable */
.holdings-row {
    background: #F6F6F6;
    height: 5rem;
    display: none;
}

.holdings-row .holdings-main-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.holdings-row .holdings-main-content .holdings-doc {
    margin: 1rem 0 0 40px;
    color: #1ea4d0;
    text-decoration: underline;
}

.holdings-row .holdings-main-content .hcontent-1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.holdings-row .holdings-main-content .hcontent-1 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    padding: 0 40px;
}

.holdings-row .holdings-main-content .hcontent-1 ul li {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 20rem;
}

.holdings-row .holdings-main-content .hcontent-1 ul li h3 {
    margin: 0 0 1rem 0;
    font-size: 24px !important;
}

.holdings-row .holdings-main-content .hcontent-1 ul li p,
.holdings-row .holdings-main-content .hcontent-2 ul li p {
    font-weight: bold;
    margin: 0;
}

.holdings-row .holdings-main-content .hcontent-1 ul li.fee-text {
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.holdings-row .holdings-main-content .hcontent-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.holdings-row .holdings-main-content .hcontent-2 h3 {
    margin: 0 40px;
    font-size: 24px !important;
}

.holdings-row .holdings-main-content .hcontent-2 ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.holdings-row .holdings-main-content .hcontent-2 ul li {
    margin: 0;
    padding: 0;
    width: 9rem;
    text-align: left;
}

/* END Holdings expandable */


@media screen and (max-width: 768px) {

    .small-table {
        margin-bottom: 2rem;
    }

    .small-table th {
        background-color: #fbc02d;
        text-align: left;
        padding: 0.5rem 1rem;
    }

    .small-table td {
        width: 50%;
        text-align: center;
    }

    .small-table td.t-sub-heading {
        font-family: 'PlusJakartaSans-Regular';
        font-weight: 600;
        font-size: 13px;
        text-align: left;
        padding: 0.5rem 1rem;

    }

    .small-table table,
    .small-table td,
    .small-table th,
    .small-table tr {
        border: 1px solid;
    }

    .number {
        max-width: 43px;
        margin: 0 1px;
    }

    .arrow-container {
        margin: 20px 0px !important;
    }


    /* table */
    .single-p-table {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 100vw;
    }

    .single-p-table table {
        width: 100%;
        table-layout: fixed;
    }

    .single-p-table table,
    .single-p-table th,
    .single-p-table td {
        border: 1px solid black;
        padding: 0.5rem;
    }

    .single-p-table th:nth-child(n+4),
    .single-p-table td:nth-child(n+5) {
        display: none;
    }

    .single-p-table .t-header-wrapper {
        background: #fbc02d;
    }

    .single-p-table th.t-main-header {
        height: 2rem;
        text-align: left;
        padding: 0.5rem;
    }

    .single-p-table th.t-main-header:first-child {
        width: 2rem;
    }

    .single-p-table th.t-main-header:nth-child(3) {
        width: 6rem;
    }

    .single-p-table .expand-control,
    .single-p-table .collapse-control {
        height: 2rem;
    }

    .holdings-row .holdings-main-content .holdings-doc {
        margin: 0;
        margin-left: 1rem;
        font-size: 15px;
    }

    .holdings-row .holdings-main-content .hcontent-1 {
        flex-direction: column;
    }

    .holdings-row .holdings-main-content .hcontent-1 ul,
    .holdings-row .holdings-main-content .hcontent-2 ul {
        padding: 1rem;
        margin: 0;
        width: 100%;
    }

    .holdings-row .holdings-main-content .hcontent-1 ul li {
        min-width: 18rem;
    }

    .holdings-row .holdings-main-content .hcontent-1 ul li h3,
    .holdings-row .holdings-main-content .hcontent-2 h3 {
        font-size: 15px !important;
    }

    .holdings-row .holdings-main-content .hcontent-2 h3 {
        margin: 0 1rem;
    }

    .holdings-row .holdings-main-content .hcontent-1 ul li.fee-text,
    .holdings-row .holdings-main-content .hcontent-2 ul li.fee-text {
        font-size: 13px;
    }

    .holdings-row .holdings-main-content .hcontent-1 p,
    .holdings-row .holdings-main-content .hcontent-2 p,
    .holdings-row .holdings-main-content .hcontent-1 span,
    .holdings-row .holdings-main-content .hcontent-2 span {
        font-size: 13px;
    }
}


/* Pie chart */

.pie-chart-titles {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.pie-chart-titles h4 {
    /* max-width: 30%; */
    width: 360px;
}

h4.mobile-title {
    display: none !important;
}

.pie-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 300px;
}

.pie-chart {
    width: 100% !important;
    max-width: 30% !important;
    display: flex !important;
}


.portfolio-pie-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portfolio-pie-container .pie-container {
    width: 100%;
    max-width: 170px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;

    justify-content: space-between;
    height: auto;
}


.portfolio-pie-container .pie-container .pie-chart-titles h4 {
    max-width: 100%;
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.portfolio-pie-container .pie-container .pie-chart-titles h4 p {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    font-family: 'PlusJakartaSans-Regular';
}



 @media only screen and (min-width: 768px) and (max-width: 1024px)  { 
    .pie-chart-titles h4 { 
        width: 100%;
    }

    .pie-chart {
        width: 50% !important;
        max-width: 50% !important;
        display: flex !important;
    }
 }

 @media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .pie-chart-titles h4 {
        width: 270px;
        font-size: 22px !important;
    }

    .pie-chart {
        width: 100% !important;
        max-width: 28% !important;
        display: flex !important;
    }
 }


@media only screen and (max-width: 768px) {
    /* .portfolio-pie-container .pie-container {
        width: 157px;
    } */

    .pie-chart-titles h4 {
        display: none;
    }

    h4.mobile-title {
        display: flex !important;
    }

    .pie-container {
        /* display: flex; */
        flex-direction: column;
        height: auto;
        margin-bottom: 1.5rem;
    }

    .pie-chart {
        /* max-width: 50% !important; */
        max-width: 80% !important;
        min-width: 80% !important;
        min-height: 200px !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
    }
}



/* srri chart */

.srri-chart {
    position: relative;
}

.full-width-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.number-container {
    position: relative;
    text-align: center;
}

.number {
    display: inline-block;
    width: 45px;
    height: 30px;
    line-height: 30px;
    background-color: #fbc02d;
    position: relative;
}


.number.active {
    background-color: #DCA827;
    color: #fff;
    font-weight: bold;
}

.arrow-container {
    width: 45px;
    margin: 20px 5px;
    display: flex;
    justify-content: center;
}

.arrow-container .arrow {
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;

    display: flex;
    justify-content: center;
}

.arrow-container .arrow span {
    margin-top: 0.6rem;
    width: 150px;
    position: absolute;
}

.line {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: black;

    display: flex;
    justify-content: center;
    align-items: center;
}

.line::before,
.line::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.line::before {
    left: -2px;
    border-right: 10px solid black;
}

.line::after {
    right: -2px;
    border-left: 10px solid black;
}

.srri-container {
    width: 25%;
    display: block;
    /* border-left: 1.5px solid #cccccc; */
    height: 2rem
}

.srri-container .srri-overview {
    width: 50%;
    height: 50px;
    margin: 0 auto;
}

.srri-container .sub-heading {
    flex-direction: column;
}

.srri-overview .full-width-row {
    margin-top: 0;
}

.srri-overview .full-width-row .srri-number {
    font-size: 14px;
}

.srri-container .srri-chart {
    height: 100%;
}

.dot-container {
    position: absolute;
    top: 1.7rem;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #fbc02d;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid black;
}

.single-portfolio-srri .srri-overview {
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 768px) {

    .srri-container .sub-heading .light-heading {
        display: flex;
        flex-direction: column;
    }

    .srri-overview .full-width-row .srri-number {
        font-size: 12px;
    }

    .srri-overview .line::before {
        border-right: 6px solid #000;
    }

    .srri-overview .line::after {
        border-left: 6px solid #000;
    }

    .accordion-srri.srri-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }

    .accordion-srri.srri-container .sub-heading {
        max-width: 50%;
    }

    .accordion-srri .sub-heading:first-child {
        border-top: none !important;
        border-bottom: none !important;
        border-right: 1px solid #000;

    }

    .accordion-srri.srri-container .sub-heading .light-heading {
        border-right: none !important;
    }

    .accordion-srri.srri-container .sub-heading .light-heading span {
        border-right: none !important;
    }

    .accordion-srri.srri-container .srri-overview {
        width: 40%;
        margin: auto;
    }

}

/* Graph */

.graph-container {
    /* height: 25rem; */
    height: 100%;
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.page-template-fund-portfolio #main,
.page-template-fund-portfolio-single #main {
    max-width: unset !important;
    margin: 0 !important;
    padding: 0 !important
}

.page-template-fund-portfolio #main .fusion-row,
.page-template-fund-portfolio-single #main .fusion-row {
    max-width: unset !important;

}

.page-template-fund-portfolio #main .fusion-row .portfolio-content,
.page-template-fund-portfolio-single #main .fusion-row .single-postfolio-content {
    /* max-width: 1200px; */
    max-width: 58.666666666667% !important;
    margin: auto;
}

@media screen and (max-width: 768px) {

    .page-template-fund-portfolio #main .fusion-row .portfolio-content {
        max-width: unset !important;
    }

    .page-template-fund-portfolio-single #main .fusion-row .single-postfolio-content {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: unset !important;
    }
}

.custom-faq-shortcode .accordian > .panel-group {
    gap: 16px 0 !important;
}
/* 
#accordian-1 .fusion-panel {
    flex-grow: 1 !important;
    max-width: 49% !important;
    width: 100% !important;
} */

@media only screen and (min-width: 800px) {
    .custom-faq-shortcode #accordian-1 .fusion-panel {
        flex-grow: 1 !important;
        max-width: 49% !important;
        width: 100% !important;
    }

    .custom-faq-shortcode .accordian > .panel-group {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 16px 2% !important;
    }
}
/* 
@media only screen and (max-width: 800px) {
    
} */
.custom-faq-shortcode .fusion-accordian #accordian-1 .panel-title a:hover .fa-fusion-box,
.custom-faq-shortcode .fusion-accordian #accordian-1 .panel-title a .fa-fusion-box {
    background: unset !important;
    color: #212326 !important;
}

.custom-faq-shortcode .collapse.in, .custom-faq-shortcode .panel-collapse {
    height: 0 !important;
    display: block !important;
}

.custom-faq-shortcode .panel-collapse {
    height: 0 !important;
    overflow: hidden;
    transition: height 0.35s ease;
}

.custom-faq-shortcode .active.in {
    height: 100% !important;
}

.custom-faq-shortcode .fusion-accordian .panel-heading .panel-title a .fusion-toggle-icon-wrapper .active-icon {
    transition: all 0.35s ease;
    display: block !important;
    transform: rotate(180deg);
}
.custom-faq-shortcode .fusion-accordian .panel-heading .panel-title a.active .fusion-toggle-icon-wrapper .active-icon {
    transform: rotate(0deg);
}

.custom-faq-shortcode .fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-title a {
    padding: 15px 15px 15px 0px;
}

.custom-faq-shortcode .fusion-accordian .panel-title .fusion-toggle-heading {
    margin-left: 12px;
}

@media only screen and (min-width: 800px) {
    .custom-faq-shortcode .fusion-accordian .panel-title .fusion-toggle-heading {
        margin-left: 18px;
    }

} 


strong {
    font-weight: 900 !important;
    letter-spacing: -1px;
    font-size: 18px;
    font-family: 'PlusJakartaSans-Bold';
}


/***************************************************************************/
/* Expandable form  */
/***************************************************************************/
.expandable-form-container {

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}


#expandable-form-container.active {
    transition: max-height 0.5s ease;
}


.expandable-form-container.active {
    transition: max-height 0.5s ease;
}
