/***************************************************************************/
/* 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%;
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 40px !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;
    }
}

/***************************************************************************/
/* 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%;
}



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

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

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

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

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

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

footer .fusion-row .fusion-columns .fusion-column #media_image-2 img {
    width: 45%;
}

nav#fusion-menu-widget-2 {
    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-menu-widget-2 {
        margin-top: 0;
        justify-content: center;
    }

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

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

}

/***************************************************************************/
/* 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;
}

.sfb-press-link-list {
    height: 15rem;
}

.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;
    }

    .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 {
    /* min-width: 6rem; */
    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;
}


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

    .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;
}

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

.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%;
    }

}


/***************************************************************************/
/* Forms */
/***************************************************************************/
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    background: #F9F9F9;
}

