@charset "UTF-8";
/* CSS Document */
.tab-slider--nav {
    border-bottom: 1px solid #329FA1;
    float: left;
    padding-top: 60px;
    margin-bottom: 45px;
    width: 100%;
}

.tab-slider--tabs {
    color: #0E3053;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 0;
    /*overflow: hidden;*/
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #329FA1;
    height: 8px;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-radius: 0;
}


@media(min-width: 992px){
    .tab-slider--tabs:after {
        width: 25%;
        height: 8px;
        bottom: -4px;
    }
}

.tab-slider--tabs.slide:after { 
    left: 0; 
}

.tab-slider--tabs.slide-2:after { 
    left: 50%; 
}

.tab-slider--tabs.slide-3:after { 
    left: 0%; 
}

.tab-slider--tabs.slide-4:after { 
    left: 50%; 
}

@media(min-width: 992px){
.tab-slider--tabs.slide:after { 
    left: 0; 
}

.tab-slider--tabs.slide-2:after { 
    left: 25%; 
}

.tab-slider--tabs.slide-3:after { 
    left: 50%; 
}

.tab-slider--tabs.slide-4:after { 
    left: 75%; 
}
}

.tab-slider--trigger {
    font-size: 14px;
    line-height: 1;
    color: #0E3053;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 49.5%;
}

.tab-slider--trigger:hover {
	color: #329FA1;
}

@media(min-width: 576px){
    .tab-slider--trigger {
        font-size: 16px;
       
    }
}

@media(min-width: 992px){
    .tab-slider--trigger {
        font-size: 18px;
        width: 24.5%;
    }
}
    
.tab-slider--trigger.active { 
    color: #329FA1; 
}

.tab-slider--body { 
    margin-bottom: 20px; 
}

.tab-image img {
    width: 100%;
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
