/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

#main .front-page-section-headline.fusion-title h2 {
    font-weight: 300;
}

.eit-success-stories {
    position: relative;
    padding: 80px 0 40px 0;
}

.eit-success-stories:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #eeeeee;
    max-width: 765px;
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
}

.eit-success-stories-slide article {
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    margin-bottom: 0;
}

@media all and (min-width: 768px ) {
    .eit-success-stories {
        position: relative;
        padding-bottom: 80px;
    }
    .eit-success-stories-slide article {
        min-height: 376px;
        margin: 0;
    }
}

@media all and (min-width: 1024px ) {
    .eit-success-stories-slide article {
        padding-left: 85px;
    }
}

.eit-success-stories-slide .entry-content {
    width: 100%;
    padding-right: 45px;
}

@media all and (min-width: 768px ) {
    .eit-success-stories-slide .entry-content {
        max-width: 55%;
        width: 100%;
    }
}

@media all and (min-width: 1024px ) {
    .eit-success-stories-slide .entry-content {
        display: flex;
        flex-direction: column;
        max-width: 526px;
        padding-right: 85px;
    }
}

.eit-success-stories-slide .post-thumbnail {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

@media all and (min-width: 768px ) {
    .eit-success-stories-slide .post-thumbnail {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0 0 0 55%;
        max-width: 45%;
        width: 100%;
        height: 100%;
    }
}

@media all and (min-width: 1024px ) {
    .eit-success-stories-slide .post-thumbnail {
        max-width: 491px;
        width: 45%;
        height: 100%;
    }
}

.eit-success-stories-slide .post-thumbnail img {
    border-radius: 0 20px 0 20px;
    height: 100%;
    object-fit: cover;
}

.eit-success-stories-slide .entry-meta {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #6bb745;
    letter-spacing: 1px;
}

.eit-success-stories-slide .entry-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #58595B;
}

.eit-success-stories-slide .entry-summary {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.eit-success-stories-slide .entry-excerpt {
    padding-bottom: 40px;
}

.eit-success-stories-read-more {
    height: 24px;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #004494;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-top: auto;
    align-self: self-start;
    outline: 0;
}

.eit-success-stories-read-more:focus {
    border: 2px solid #004494;
    margin-left: -4px;
    border-radius: 4px;
    padding: 0 2px;
}

.eit-success-stories-read-more svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: all .2s;
}

.eit-success-stories-slider-controls {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    background-color: #fff;
}

@media all and (min-width: 768px ) {
    .eit-success-stories-slider-controls {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
    }
}

.slick-slider .slick-slide {
    margin: 0;
    outline: 0;
}

.slick-prev.slick-arrow {
    order: 1;
}

.slick-next.slick-arrow {
    order: 3;
}

.eit-success-stories-slider-controls .slick-dots {
    order: 2;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    line-height: 0;
    margin: 0 16px;
    padding: 0;
    width: 68px;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    display: inline-block;
    background-color: transparent;
    appearance: none;
    font-size: 0;
    line-height: 0;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.slick-prev.slick-arrow:focus,
.slick-next.slick-arrow:focus {
    border: 2px solid #004494;
    outline: 0;
    margin: -2px;
    border-radius: 4px;
}

.slick-dots button {
    display: inline-block;
    position: relative;
    background-color: #eeeeee;
    appearance: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 0px solid transparent;
    border-radius: 6px;
}

.slick-dots .slick-active button {
    background-color: #004494;
}

.slick-dots button:focus {
    outline: 0
}

.slick-dots button:focus::before {
    border: 2px solid #004494;
    outline: 0;
    margin: -2px;
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute;
    padding: 8px;
    top: -2px;
    left: -2px
}

.slick-prev.slick-arrow svg,
.slick-next.slick-arrow svg {
    width: 24px;
    height: 24px;
}