.useful-links-wrapper {
    position: relative;
}

.useful-links .height-100 {
    height: 100%;
}

.useful-links-wrapper .border-right-mob {
    border-right: none;
    width: 100%;
}

.useful-links .height-25 {
    height: 50px;
    z-index: 10;
}

.useful-links .height-75 {
    height: 100%;
}

.useful-links .min-height-130 {
    min-height: 130px;
}

.useful-links-wrapper .border-r {
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 30px;
}

.useful-links .border-l {
    width: 10px;
    height: 100%;
}

.useful-links .align-end {
    align-items: flex-end;
}

.useful-links .flex .nowrap {
    flex-wrap: nowrap;
}

.useful-links a.eon-button span {
    padding: 0;
}

.useful-links .links_text span {
    margin-top: 15px;
}

.color_combination_torquise .major-title {
    color: #39393a;
}

.color_combination_torquise .links_text {
    color: #f6f6f7;
}

.color_combination_torquise .small-rectangle {
    background-color: #C7E8EB;
}

.color_combination_torquise .big-rectangle {
    background-color: #0f738a;
}

.color_combination_torquise .border-l {
    background-color: #1EA2B1;
}

.color_combination_torquise.useful-links-wrapper {
    background: linear-gradient(
            to right,
            #FFFFFF 0%,
            #FFFFFF 50%,
            #0f738a 50%,
            #0f738a 100%
    );
}

.color_combination_torquise .border-r {
    background-color: #E3E000;
}

.color_combination_red .major-title {
    color: #EA1C0A;
}

.color_combination_red .links_text {
    color: #39393A;
}

.color_combination_red .small-rectangle {
    background-color: #E8E8E8;
}

.color_combination_red .big-rectangle {
    background-color: #F6F6F7;
}

.color_combination_red.useful-links-wrapper {
    background: linear-gradient(
            to right,
            #FFFFFF 0%,
            #FFFFFF 50%,
            #F6F6F7 50%,
            #F6F6F7 100%
    );
}

.color_combination_red .border-l {
    background-color: #EA1C0A;
}

.color_combination_red .border-r {
    background-color: #EA1C0A;
}

.margin-top-link {
    margin-top: 3%;
}

.links_text span:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

@media (max-width: 991px) {
    .useful-links .f40-tab {
        font-size: 4.0rem;
    }

    .useful-links .height-25 {
        height: 40%;
    }

    .useful-links .height-75 {
        height: 60%;
    }

    .useful-links .link-section a span {
        margin: 10px 0;
    }

    .useful-links .wrap-tab {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .margin-top-link {
        margin-top: 0;
    }

    .color_combination_red.useful-links-wrapper, .color_combination_torquise.useful-links-wrapper {
        background: none;
    }

    .useful-links-wrapper .border-r {
        display: none;
    }

    .color_combination_red.useful-links-wrapper .border-right-mob {
        border-right: 30px solid #EA1C0A;
        width: 100%;
    }

    .color_combination_torquise.useful-links-wrapper .border-right-mob {
        border-right: 30px solid #E3E000;
        width: 100%;
    }

}

@media (max-width: 767px) {
    .useful-links .wrap-mob {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .useful-links .f34-mob {
        font-size: 3.4rem;
    }

    .useful-links .height-25 {
        height: 35%;
    }

    .useful-links .height-75 {
        height: 65%;
    }
}

@media (max-width: 450px) {

}