.success_stories_wrap {
    margin-top: 40px;
}
.success_story_entry {
    background-color: #fff;
    overflow: hidden;
    padding: 37px 60px;
    border: 1px solid #000;
    margin-bottom: 45px;
    position: relative;
    height: 300px;
}
.success_story_entry.open {
    height: auto;
}
.success_story_header {
    font-weight: 600;
    margin-bottom: 23px;
}
.success_story_header .name {
    font-size: 1.2em;
}
.success_story_image {
    float: right;
    margin: 0 0 15px 15px;
}
.success_story_toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 125px;
    padding-top: 87px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.success_story_toggle:before {
    content: '';
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+23,1+65,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 23%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}
.success_story_entry.open .success_story_toggle:before {
    opacity: 0;
}
.success_story_toggle .text {
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
    width: 100%;
}
.success_story_main {

}
.success_story_entry .fa-quote-left {
    font-size: 30px;
    position: absolute;
    left: 16px;
    top: 26px;
}
.success_story_entry .fa-quote-right {
    font-size: 30px;
    position: absolute;
    right: 16px;
    bottom: 26px;
}
.success_story_entry .quote_icon {
    color: #ffb900;
}
.success_story_entry.ss_style_2 {
    background-color: #f4f4f4;
    border: 0;
}
.success_story_entry.ss_style_2 .success_story_toggle:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,f4f4f4+100&0+0,0.7+23,1+65,1+100 */
    background: -moz-linear-gradient(top,  rgba(244,244,244,0) 0%, rgba(244,244,244,0.7) 23%, rgba(244,244,244,1) 65%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,0) 0%,rgba(244,244,244,0.7) 23%,rgba(244,244,244,1) 65%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(244,244,244,0) 0%,rgba(244,244,244,0.7) 23%,rgba(244,244,244,1) 65%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.success_story_entry.ss_style_2 .quote_icon {
    color: #343694;
}
.success_story_entry.ss_style_0 {
    background-color: #343694;
    border: 0;
    color: #fff;
}
.success_story_entry.ss_style_0 .success_story_toggle:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343694+0,343694+100&0+0,0.7+23,1+65,1+100 */
    background: -moz-linear-gradient(top,  rgba(52,54,148,0) 0%, rgba(52,54,148,0.7) 23%, rgba(52,54,148,1) 65%, rgba(52,54,148,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(52,54,148,0) 0%,rgba(52,54,148,0.7) 23%,rgba(52,54,148,1) 65%,rgba(52,54,148,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(52,54,148,0) 0%,rgba(52,54,148,0.7) 23%,rgba(52,54,148,1) 65%,rgba(52,54,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00343694', endColorstr='#343694',GradientType=0 ); /* IE6-9 */
}
