
body.fii-hub .gradiant-text {
    margin-top: 0px;
    background: linear-gradient(45deg, #7ebc42, #53798e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.fii-hub .gradiant-title {
    color:#111f29;
    background: linear-gradient(83.08deg, #8cc300 -1.7%, #213745 50.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 2em;
}

body.fii-hub .section-light-blue {
    background-image: linear-gradient(#213745,#528aad),url(https://fii-institute.org/wp-content/uploads/2022/05/svg-line-2.svg);
    background-size: auto,cover;
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: left;
}

body.fii-hub .section-page-header {
    background-image: url(https://fii-institute.org/wp-content/uploads/2022/05/svg-line-5.svg);
    background-attachment: fixed;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    background-blend-mode: overlay;
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
    background-color: #eef3f7;
}

body.fii-hub .section-light-blue .fii-lightblue-box {
    border-radius: 5px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #fff;
    border-left-color: #ffffff;
    background-color: rgba(0,0,0,0.28);
}

body.fii-hub .section-light-blue .fii-lightblue-box:hover {
    background-color: #fff;
    color:#000;
}
body.fii-hub .section-light-blue .fii-lightblue-box:hover p {
}

body.fii-hub p.headline {
    font-family: 'stratum-1-web';
    font-size: 1.2em;
}

.iti__flag {background-image: url("/images/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("/images/flags@2x.png");}
}

body.fii-hub .nav-platforms {
    font-family: "Proxima Nova";
    background-color: #fafafa;
    border-radius: 5px;
}

body.fii-hub .nav-platforms .nav-link {
    text-transform: none;
    color:#7a7a7a;
}

body.fii-hub .nav-platforms .nav-link.active {
    background-color: #213745;
    border-radius: 100px;
    color: white !important;
    border-bottom: 0px !important;
    text-transform: none;
}


body.fii-hub div.row-platforms {
    padding-left:1em;
    padding-right:1em;
}

body.fii-hub div.card-platform {
    background-color: #efefef;
    margin-right:2em;
}
body.fii-hub div.card-platform h5 a {
    color: #528aad!important;
    font-weight: bold;
}
body.fii-hub div.card-platform .platform-type {
    color: #606e79;
}
body.fii-hub div.card-platform .platform-type-icon svg{
    width:1rem;
    height:1rem;
}
body.fii-hub div.card-platform .card-text {
    color :rgba(0,0,0,0.74)
}
body.fii-hub div.card-platform .card-footer {
    border: 0px;
    background-color: #efefef;
}
