/* SHORTCODES */

/* BUTTON */
.btn {
    border-radius: 0px;
    padding: 15px 30px;
    font-weight: 600;
    border: 0px;
    color: #2C3455;
    background: #94D5DA;
    font-size: 15px;
    letter-spacing: 0.31px;
    line-height: 24px;
    margin: 0px 0px 15px;
}
.btn:hover,
.btn:focus {
    background-color: #94D5DA !important;
}
.btn-group-sm > .btn, 
.btn-sm {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 60px 12px 20px;
    background-position: calc(100% - 12px) 7px !important;
}
.btn-group-lg > .btn, 
.btn-lg {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 45px;
    background-position: calc(100% - 15px) 22px !important;
}
.btn i {
    color: inherit !important;
    background: url(../images/btn-arrow.png) center no-repeat;
    background-size: contain;
}
.btn i:before {
    opacity: 0;
}
.btn-download {
    background: #fff;
}
.btn-download img {
    height: 50px;
    margin: 0px 0px 0px 30px;
}
.btn-transparent {
    background: transparent;
}
.white-btn {
    background: #fff;
}
.btn-download2 {
    background: transparent !important;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.41px;
    line-height: 30px;
    padding: 15px 0px;
}
.btn-download2:hover {
    color: #94D5DA !important;
    background: transparent !important;
}
.btn-download2 img {
    height: 50px;
    margin: 0px 30px 0px 0px;
}

.buttons-block {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.buttons-block .buttons-item {
    flex-shrink: 0;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.buttons-block.btn-cols .buttons-item {
    width: 33.333% !important;
    max-width: 33.333% !important;
}
.buttons-block.btn-count-4 .buttons-item {
    width: 25% !important;
    max-width: 25% !important;
}
.buttons-block.btn-count-4 .buttons-item a {
    min-height: calc(100% - 15px);
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 991px) {
    .buttons-block .buttons-item,
    .buttons-block.btn-cols .buttons-item {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media all and (max-width: 767px) {
    .btn-download2 {
        text-align: left;
    }
}

/* EQUITY CALCULATOR */
.calculator-title,
.equity-calculator label {
    color: #1F5F6E;
}
/*----*/
.equity-calculator-result-wrapper { /* Add class to row */
    background: #f1ebe7;
}
.equity-calculator-result-wrapper:after {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background: #fff;
}
.equity-calculator-result-wrapper > div {
    z-index: 2;
}
.equity-calculator-result {
    margin-bottom: -3rem;
}
.equity-calculator-result .calculator-result-title {
    color: #DF9180;
}
.equity-calculator-result .btn {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    padding: 30px 90px 30px 30px;
    background-size: 50px auto !important;
    background-position: calc(100% - 30px) 25px !important;
}
.equity-calculator-result .part-2 {
    background: #fff;
    border-left: 5px solid #DF9180;
}
.equity-calculator-result .field-label,
.equity-calculator-result .field-label-small {
    color: #1F5F6E;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0px 30px;
    position: relative;
}
.equity-calculator-result .field-label-small {
    font-size: 14px;
    line-height: 20px;
}
.equity-calculator-result .field-label::after,
.equity-calculator-result .field-label-small::after {
    content: attr(data-number);
    position: absolute;
    left: 0px;
    top: 4px;
    color: #1F5F6E;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 400;
}
.equity-calculator-result .field-value {
    color: #135F6E;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 0px 15px 0px 30px;
    color: rgba(27,27,27,0.69);
}
.equity-calculator-result .input-value {
    border: 0px;
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    height: 21px;
    color: inherit;
    background: transparent;
    width: 100%;
    display: block;
    text-align: right;
}
.equity-calculator-result .input-value:focus-visible {
    outline: none;
}
.equity-calculator-result .action a {
    color: #1F5F6E;
    font-size: 14px;
    letter-spacing: 0;
}
.equity-calculator-result .field-wrapper:not(.editing) .input-value,
.equity-calculator-result .field-wrapper.editing .formatted-value,
.equity-calculator-result .field-wrapper:not(.editing) .update,
.equity-calculator-result .field-wrapper.editing .edit {
    display: none;
}
.equity-calculator-result .total-amount,
.equity-calculator-result .other-amount {
    color: rgba(27,27,27,0.69);
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 50px;
}
.equity-calculator-result .other-amount {
    font-size: 25px;
    line-height: 40px;
}

@media all and (min-width: 768px) {
    .equity-calculator-result .part-3 .field-wrapper {
        justify-content: center;
    }
    .equity-calculator-result .part-3 .field-wrapper .field-label {
        display: inline;
        width: auto;
    }
}
/* ---  */
input[type='range'] {
  box-sizing: border-box;
  border: 0px solid transparent;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  background: -webkit-repeating-linear-gradient(90deg, #979797, #979797 1px, transparent 1px, transparent 10%) no-repeat 0% 0px;
  background: -moz-repeating-linear-gradient(90deg, #979797, #979797 1px, transparent 1px, transparent 10%) no-repeat 0% 0px;
  background: repeating-linear-gradient(90deg, #979797, #979797 1px, transparent 1px, transparent 10%) no-repeat 0% 0px;
  background-size: 100% 20px;
  font-size: 16px;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type='range']::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #979797;
}
input[type='range']::-moz-range-track {
  box-sizing: border-box;
  width: 200px;
  height: 1px;
  padding: 0px;
  background: #979797;
}
input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    padding: 0px;
    height: 40px;
    width: 10px;
    border-radius: 5px;
    background: #135F6E;
    z-index: 2;
    position: relative;
}
input[type='range']::-ms-track {
  box-sizing: border-box;
  width: 200px;
  height: 1px;
  padding: 0px;
  background: #979797;
}
input[type='range']::-webkit-slider-thumb {
    box-sizing: border-box;
    padding: 0px;
    height: 40px;
    width: 10px;
    border-radius: 5px;
    margin-top: -35px;
    background: #135F6E;
    z-index: 2;
    position: relative;
}
input[type='range']::-ms-thumb {
    box-sizing: border-box;
    padding: 0px;
    height: 40px;
    width: 10px;
    border-radius: 5px;
    background: #135F6E;
    z-index: 2;
    position: relative;
}
input[type="range"]::-ms-fill-lower {
    background: transparent;
}
input[type='range']:focus {
    outline: none;
}
.range-slider:before {
    position: absolute;
    content: 'Min';
    padding: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    color: #1F5F6E;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}
.range-slider:after {
    position: absolute;
    content: 'Max';
    padding: 0px;
    right: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    color: #1F5F6E;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}
.range-slider {
    padding: 45px 0px 0px;
    position: relative;
}
.range-slider .selected-range {
    position: absolute;
    top: -15px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: center;
    color: rgba(27,27,27,0.69);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 50px;
}
.range-slider .selected-range:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    background: #979797;
    right: 0px;
    bottom: -30px;
    z-index: 1;
}
.range-slider .selected-range:after {
    content: '%';
}
.range-slider-navigator .range-minus {
    color: #DF9180;
    font-weight: 700;
    font-size: 18px;
    background: #135F6E;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    border: 0;
}
.range-slider-navigator .range-plus {
    color: #135F6E;
    font-weight: 700;
    font-size: 18px;
    background: #DF9180;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    border: 0;
    float: right;
}

/* APPLICATION FORM */
.application_form-wrapper {
    color: #1F5F6E;
    background: #f1ebe7;
    position: relative;
}
.application_form-wrapper .save-and-close {
    color: #1f5f6e;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
}
.application_form-wrapper .save-and-close:hover {
    text-decoration: none;
    color: #DF9180;
}
.application_form-wrapper .form-body {
    max-width: 600px;
    margin: 0px auto;
}
.application_form-wrapper .form-fields {
    min-height: 600px;
}
.application_form-wrapper .form-fields .form-title {
    border-left: 5px solid #E39784;
    font-size: 57px;
    line-height: 80px;
    font-weight: 200;
    padding: 0px 30px;
    font-weight: 300;
}
.application_form-wrapper .form-timing {
    background: url(../images/clock.svg) center left no-repeat;
    background-size: contain;
    padding: 0px 0px 0px 75px;
}
.application_form-wrapper .form-navigator-pager {
    font-size: 20px;
    cursor: pointer;
    padding: 0px 60px;
}
.application_form-wrapper .navigator-previous {
    background: url(../images/navigator-prev.svg) 101% 8px no-repeat;
    background-size: auto 40px;
    opacity: 0.5;
}
.application_form-wrapper .navigator-next {
    background: url(../images/navigator-next.svg) 101% 8px no-repeat;
    background-size: auto 40px;
}
.application_form-wrapper .navigator-previous:not([data-page="0"]) .navigator-label:before {
    content: 'Previous:';
}
.application_form-wrapper .navigator-next .navigator-label:before {
    content: 'Next:';
}
.application_form-wrapper .form-field label {
    font-size: 20px;
}
.application_form-wrapper .form-field label strong {
    color: #e39784;
}
.application_form-wrapper .form-field .form-control {
    border-left: 5px solid #1f5f6e;
    color: #1f5f6e;
    font-size: 30px;
    font-weight: 300;
    background: transparent;
    padding: 0px 30px;
    opacity: 0.5;
}
.application_form-wrapper .form-field .form-control:focus {
    border-left: 5px solid #E39784;
    opacity: 1;
}
.application_form-wrapper .application_form-help {
    color: #1f5f6e;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 30px;
    bottom: 64px;
}
.application_form-wrapper .form-check .form-check-label {
    font-size: 24px !important;
}
@media all and (max-width:  767px) {
    .application_form-wrapper .form-field .form-control,
    .form-check .form-check-label {
        font-size: 30px !important;
    }
}

/* INSIGHTS */
.sc-insights .post-data,
.sc-insights-slider .post-data {
    position: relative;
}
.sc-insights .post-data .post-info-wrapper,
.sc-insights-slider .post-data .post-info-wrapper {
    position: relative;
    z-index: 1;
}
.sc-insights .post-data .post-info-wrapper .post-info,
.sc-insights-slider .post-data .post-info-wrapper .post-info {
    padding: 18px 0px 0px;
    width: 100%;
}
.sc-insights-pagination a {
    color: #2C3455;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.39px;
    line-height: 44px;
    text-decoration: none !important;
}
.sc-insights-pagination a:hover {
    color: #135F6E;
}
.insights-filters .form-select {
    color: #2C3455;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0.39px;
    line-height: 44px;
}
.insights-filters .filter-reset {
    /*background: url(../images/filter.png) no-repeat #94D5DA;
    background-size: auto 40%;
    background-position: 90% center !important;*/
    margin: 0;
}
/* .insights-filters .filter-reset {
    position: absolute;
    bottom: -40px;
    right: 12px;
    color: #ff0000 !important;
} */
.sc-insights .post-data .post-thumbnail,
.sc-insights-slider .post-data .post-thumbnail {
    position: relative;
}
.sc-insights .post-data .post-thumbnail *,
.sc-insights-slider .post-data .post-thumbnail * {
    color: #94D5DA !important;
}
.sc-insights .post-data .post-thumbnail .post-link,
.sc-insights-slider .post-data .post-thumbnail .post-link {
    background-color: rgba(44, 52, 85, 0.97);
    width: 100%;
    padding-top: 66.66%;
    position: relative;
    display: block;
    overflow: hidden;
}
.sc-insights .post-data .post-thumbnail img,
.sc-insights-slider .post-data .post-thumbnail img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sc-insights .post-data .post-thumbnail .icons,
.sc-insights-slider .post-data .post-thumbnail .icons {
    position: absolute;
    top: 0px;
    text-align: right;
    width: 100%;
    color: #94D5DA !important;
    padding: 15px;
    font-size: 20px;
}


/* INSIGHTS SLIDER */
.sc-insights-slider .slick-slide img {
    width: 100%;
}
.sc-insights-slider .posts-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.sc-insights-slider .posts-item {
    padding: 0px 15px;
}
.sc-insights-slider .slick-prev,
.sc-insights-slider .slick-prev:hover {
    display: flex;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 30px;
    height: 100%;
    text-align: center;
    align-items: center;
    font-size: 35px;
    color: #3EA9C0;
    text-decoration: none;
    background: url(../images/arrow-left.png) center no-repeat;
    background-size: contain;
}
.sc-insights-slider .slick-next,
.sc-insights-slider .slick-next:hover {
    display: flex;
    position: absolute;
    top: 0px;
    right: -30px;
    width: 30px;
    height: 100%;
    text-align: center;
    align-items: center;
    font-size: 35px;
    color: #3EA9C0;
    text-decoration: none;
    background: url(../images/arrow-right.png) center no-repeat;
    background-size: contain;
}

.sc-insights-slider .post-data .post-info-wrapper .post-info .post-title,
.sc-insights .post-data .post-info-wrapper .post-info .post-title {
    color: #2C3455;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.87px;
    line-height: 24px;
    text-transform: uppercase;
}
.sc-insights-slider .post-data .post-info-wrapper .post-info .post-excerpt,
.sc-insights .post-data .post-info-wrapper .post-info .post-excerpt {
    color: #2C3455;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
}
.sc-insights-slider .post-data .post-info-wrapper .read-more .post-link,
.sc-insights .post-data .post-info-wrapper .read-more .post-link {
    color: #2565A6;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.24px;
    line-height: 44px;
    text-decoration: none;
}
.sc-insights-slider .post-data .post-info-wrapper .read-more .post-link i,
.sc-insights .post-data .post-info-wrapper .read-more .post-link i {
    color: #2565A6 !important;
}
.sc-insights-slider .post-data .post-info-wrapper .read-more .post-date,
.sc-insights .post-data .post-info-wrapper .read-more .post-date {
    color: #3EA9C0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.24px;
    line-height: 44px;
}

/* TEAM */
.sc-team .member-data {
    position: relative;
}
.sc-team .member-data:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    left: 30px;
    bottom: 0px;
    height: 3px;
    background: #D3D3D3;
}
.sc-team .member-data .member-thumbnail {
    height: 450px;
    background-size: cover !important;
    position: relative;
}
.sc-team .member-data .member-thumbnail:before {
    content: '';
    display: block;
    background: #94D5DA;
    position: absolute;
    top: 30px;
    bottom: 30px;
    width: 10px;
    left: -5px;
    z-index: 5;
}
.sc-team .member-data .member-info-wrapper {
    position: relative;
    z-index: 1;
}
.sc-team .member-data .member-info-wrapper .member-info {
    padding: 30px 30px 15px;
    width: 100%;
    font-size: 18px;
}
.sc-team .member-data .member-info-wrapper .member-info .member-title {
    color: #2C3455;
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 0.49px;
    line-height: 36px;
    margin: 0px 0px 10px;
}
.sc-team .member-data .member-info-wrapper .member-info .member-subtitle {
    color: #2C3455;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.27px;
    line-height: 26px;
}
.sc-team .member-data .member-description-wrapper {
    transition: opacity 0.3s;
    opacity: 0;
    padding: 35px 40px 35px 45px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.41px;
    line-height: 25px;
    background: rgba(44, 52, 85, 0.9);
}
.sc-team .member-data .member-description-wrapper:hover {
    opacity: 1;
}
.sc-team .member-data .member-description-wrapper .member-description {
    height: 100%;
    overflow: auto;
    position: relative;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
    background: #94D5DA;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.sc-team .view-video a {
    color: #2C3455;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 44px;
    text-decoration: none !important;
}
.sc-team .view-video a i {
    color: #94D5DA;
}
.team-modal .modal-content {
    background: transparent;
}
.team-modal .modal-header {
    border: 0;
}
.team-modal .modal-header .member-title {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 0.49px;
    line-height: 36px;
}

/* TABS */
.acf-tabs_block .nav-tabs {
    border-bottom: 1px solid #979797;
}
.acf-tabs_block .nav-link {
    color: #2C3455 !important;
    font-size: 22px;
    letter-spacing: 0.37px;
    line-height: 36px;
    text-align: center;
    background: rgba(62, 169, 195, 0.09);
    border: 0 !important;
    padding: 15px 45px;
    border-radius: 0;
    margin-right: 5px;
    min-height: 100%;
}
.acf-tabs_block .nav-link.active {
    background-color: #3EA9C0;
    font-weight: 700;
}
.acf-tabs_block .tab-content:not(.no-sides) {
    border-left: 5px solid #94D5DA;
}
.acf-tabs_block .tab-content .buttons-block {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.acf-tabs_block .tab-content .buttons-block .buttons-item {
    flex-shrink: 0;
    width: 33.333%;
    max-width: 33.333%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.acf-tabs_block .nav-tabs.full-width-tabs .nav-item {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}
.acf-tabs_block .nav-tabs.half-width-tabs .nav-item {
    flex: 1 0 0%;
    width: 50%;
    max-width: 50%;
    margin-top: var(--bs-gutter-y);
}
.acf-tabs_block .nav-tabs.full-width-tabs .nav-item .nav-link,
.acf-tabs_block .nav-tabs.half-width-tabs .nav-item .nav-link {
    width: calc(100% - 5px);
}
.acf-tabs_block .nav-tabs.full-width-tabs .nav-item:last-child .nav-link,
.acf-tabs_block .nav-tabs.half-width-tabs .nav-item:last-child .nav-link {
    width: 100%;
}
@media all and (max-width: 767px) {
    .acf-tabs_block .tab-content .buttons-block .buttons-item {
        width: 100%;
        max-width: 100%;
    }
    .acf-tabs_block .nav-item,
    .acf-tabs_block .nav-link {
        width: 100%;
    }
}

/* FUNDS */
.sc-funds .card-bg {
    background: url(../images/card-bg.jpg) center no-repeat;
    background-size: cover;
    opacity: 1;
}
.sc-funds .text-card-block {
    min-height: 285px;
}
.sc-funds .funds-item {
    align-self: center;
}
.sc-funds .text-card-block .card-summary {
    z-index: 2;
    padding: 30px;
    background: rgba(37, 101, 166, 0.88);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 16px;
    letter-spacing: 0.41px;
    line-height: 25px;
    opacity: 0;
}
.sc-funds .funds-item:hover .card-content-wrapper {
    opacity: 0;
}
.sc-funds .funds-item:hover .card-summary {
    opacity: 1;
}
.sc-funds .text-card-block .card-summary h4 {
    font-size: 16px;
    letter-spacing: 0.41px;
    line-height: 25px;
    color: #fff;
}
.sc-funds .funds {
    z-index: 1;
    position: relative;
}
.sc-funds .funds-filters {
    z-index: 2;
    position: relative;
}
.sc-funds .card-content {
    color: #94D5DA;
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 0.49px;
    line-height: 36px;
    text-align: center;
}
.sc-funds .fund-link {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sc-funds .card-sideline {
    background-color: #94D5DA;
    width: 10px;
    left: -5px;
    padding: 0;
}
.sc-funds .category-filters,
.sc-funds .category-filters li {
    list-style: none;
}
.sc-funds .category-filters {
    padding: 0px 12px;
}
.sc-funds .category-filters li a {
    color: #2C3455 !important;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.39px;
    line-height: 1;
    text-align: center;
    border-bottom: 5px solid #D3D3D3;
    display: block;
    padding: 15px 30px;
    min-height: 100%;
    text-decoration: none !important;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: flex;
}
.sc-funds .category-filters li a.active {
    border-color: #94D5DA;
    background: url(../images/dropdown.svg) no-repeat;
    background-size: auto 60%;
    background-position: center right;
}
.sc-funds .category-filters li a:hover {
    text-decoration: none;
}