/* Card related */
.text-card h4 {
    font-family: 'clarimo_ud_pedemibold';
    text-align: center;
    font-size: 15px;
    color: #353535;
    font-weight: normal;
    padding-bottom: 20px;
}

.text-card__top > * {
    margin-bottom: 0;
    padding-bottom: 0;
}

.text-card__bottom .btn {
    line-height: 1;
}

/* Row */
.text-cards-row {
    justify-content: center;
}

/* Col */
.text-cards-col {
    margin-bottom: 40px;
}

.text-cards-col:last-child {
    margin-bottom: 0;
}

/* Slick Slider related */
.text-cards-slider .fx-slide {
    display: block;
}

.text-cards-slider .slick-arrow {
	width: 44px;
	height: 44px;
	bottom: -0;
	border: 1px solid #999999;
	color: #999999;
}

.text-cards-slider .slick-arrow:hover {
	border: 1px solid #01916D;
	color: #01916D;
}

.text-cards-slider .slick-arrow::before {
	bottom: auto;
	top: 50%;
}

.text-cards-slider .slick-prev {
	left: 50%;
	margin-right: 0;
    margin-left: -50px;
}

.text-cards-slider .slick-next {
	left: auto;
	margin-left: 0;
    right: 50%;
    margin-right: -50px;
}

/* Card - FX Accordion related */
.text-card .fx-accordion__panel {
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.text-card .fx-accordion__panel__toggle {
    background-color: #353535;
    color: #fff;
}

.text-card .fx-accordion__panel .fx-accordion__panel__toggle::after {
    color: #fff;
}

.text-card .fx-accordion__panel-content {
    padding: 25px 25px 30px 25px;
}

.text-card .fx-accordion__panel-content ul {
    padding-left: 0;
}

.text-card__top ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-style: none;
    border-width: 0;
    border-color: #fff;
    left: 0;
    background: #01916d;
    border-radius: 99%;
    top: 10px;
}

@media (min-width: 768px) {
    .text-card__top ul li:before {
        top: 8px;
        width: 10px;
        height: 10px;
    }

    /* Block */
    .text-cards-block .top-content {
        padding-bottom: 32px;
    }

    /* Col */
    .text-cards-col {
        display: flex !important;
    }

    .text-cards-col:last-child {
        margin-bottom: 40px;
    }
    
    /* Card */
    .text-card {
        display: flex !important;
        flex-direction: column;
        flex: 1;
    }

    .text-card--is-link {
        border-bottom: none;
    }

    .text-card__title {
        background-color: #01916D;
        text-align: center;
        color: #fff;
        font-family: 'clarimo_ud_pebold';
        font-size: 17px;
        padding: 15px;
    }

    /* Card - FX Accordion related */
    .text-card .fx-accordion__panel {
        display: flex;
        flex-direction: column;
    }

    .text-card .fx-accordion__panel-content {
        display: flex !important;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .text-card .fx-accordion__panel {
        flex: 1 0 auto;
    }

    .text-card__bottom {
        margin-top: auto;
        padding-top: 25px;
    }
}

@media (min-width: 1366px) {
    /* Col */
    .text-cards-col {
        padding: 0 16px;
    }

    /* Slick Slider related */
    .text-cards-slider {
        margin: 0 -52px;
        padding-bottom: 77px;
    }

    .text-cards-slider .slick-track {
        display: flex !important;
    }

    .text-cards-slider .slick-slide {
        height: inherit !important;
    }

    .text-cards-slider .slick-slide > div,
    .text-cards-slider .slick-slide .text-cards-col {
        height: 100%;
    }

    /* Card */
    .text-card {
        padding-bottom: 20px;
    }
    
    .text-card--is-link:hover {
        background: none;
    }

    .text-card h4 {
        font-size: 18px;
        padding-bottom: 25px;
    }

    .text-card__title {
        font-size: 22px;
    }

    /* Card - FX Accordion related */
    .text-card .fx-accordion__panel {
        border: 1px solid #fff;
    }

    .text-card .fx-accordion__panel-content {
        padding: 35px 35px 32px 35px;
    }

    .text-card .fx-accordion__panel,
    .text-card .fx-accordion__panel-content {
        transition: all .5s ease-in-out;
    }

    .text-card--is-link:hover .fx-accordion__panel {
        transform: scale(1.05);
        border-color: #01916D;
        box-shadow: 0 0 20px rgba(1,145,109,0.2);
    }

    .text-card--is-link:hover .fx-accordion__panel,
    .text-card--is-link:hover .fx-accordion__panel-content {
        background: #F2F9F7;
    }
}

@media (min-width: 1600px) {
    /* Slick Slider related */
    .text-cards-slider {
        margin: 0 -16px;
        padding-bottom: 0;
    }
}