.fcd-image-slider {
    margin-bottom: -10px;
}

.instilled-testimonials {
    border-bottom: 2px dotted #768b28;
}

ul.testimonial-slider {
    padding: 0 !important;
    margin: 0 !important;
}

.instilled-testimonials p.cite {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.instilled-testimonials .icon-apple:before,
.instilled-testimonials .icon-woman:before,
.instilled-testimonials .arrow-up {
    display: block;
    margin: 60px auto;
}

.instilled-testimonials blockquote {
    text-align: center;
}


.custom-dark-columns .dark-columns {
    clear: both;
}

.custom-dark-columns .item:first-of-type {
    border: none;
    padding-left: 0;
}

.custom-dark-columns .item p {
    font-size: 70%;
}

/* Featured Projects */

.instilled-featured-projects {
    background: #f5f5f5;
    padding: 60px 0;
}

.instilled-featured-projects h2 {
    text-align: center;
    margin-bottom: 40px;
}

.instilled-featured-projects h3 a {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 16px;
}

.instilled-featured-projects p {
    font-size: 14px;
}

.featured-project__entry {
    background: #fff;
}

.featured-project__content {
    padding: 24px;
}

@media (min-width: 768px) {
    .instilled-featured-projects .featured-projects__inner {
        display: flex;
        justify-content: space-between;
        max-width: 65%;
        margin: 0 auto;
    }


    .instilled-featured-projects article {
       width: 31%;
    }
}

/* FAQ List Block Accordion
--------------------------------------------- */

.container .faq-list,
.entry-content .faq-list > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-content .faq-list ul {
    margin-left: 0;
}

.entry-content .faq-list li {
    border: none;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 25px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;


}

.entry-content .faq-list > li {
    overflow: auto;
    /* -webkit-box-shadow: 0 3px 5px 0 rgba(38, 50, 56, 0.15);
     -moz-box-shadow: 0 3px 5px 0 rgba(38, 50, 56, 0.15);
     box-shadow: 0 3px 5px 0 rgba(38, 50, 56, 0.15);*/

}

.entry-content .faq-list > li:hover {
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(38, 50, 56, 0.15);
     -moz-box-shadow: 0 2px 2px 0 rgba(38, 50, 56, 0.15);
     box-shadow: 0 2px 2px 0 rgba(38, 50, 56, 0.15);*/
}

.entry-content .faq-list li .faq-list--question {
    display: block;
    font-weight: 500;
    border: none;
    padding: 25px 35px 22px 60px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-content .faq-list li .faq-list--question.on {
    background: #f5f7f8;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #263238;
}

.entry-content .faq-list li .faq-list--question:before {
    content: "\f132";
    font: normal 24px/1 'dashicons';
    color: #bec6ca;
    left: 25px;
    margin-right: 10px;
    position: absolute;
    top: 32px;
}

.entry-content .faq-list li .faq-list--question.on:before {
    content: "\f460";
}

.js .entry-content .faq-list li .faq-list--answer {
    border-top: 1px solid #eceff1;
    display: none;
    padding: 25px 35px;
    width: 100%;
    box-sizing: border-box;
}

.faq-list :last-child {
    margin-bottom: 0;
}





