/** Consultant Single **/
.page-template-page-consultants .borderbottommenu {
    border-bottom: 1px solid #dfdfdf;
}
.consultant-single {
    padding: 50px 0;
}

.consultant-single .content-red {
    background: #9B143C;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-red {
    /*border-left: 15px solid #fff;*/
    padding: 1rem 1.5rem 0.5rem 2rem;
}

@media screen and (max-width: 980px) {
    .content-red {
        border-left: none;
        padding: 0.5rem 1rem 0.5rem 1.5rem;
    }
}

.consultant-single .content-red p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.consultant-single .content-red a {
    color: #fff;
}

.consultant-single .content-red a:hover {
    color: #fff;
}

.consultant-single .content-red p a i {
    margin-top: 10px;
    font-size: 24px;
    margin-right: 4px;
}

.consultant-single .content-red h4 {
    font-size: 1.125rem;
    line-height: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.consultant-single .content-red ul {
    padding-left: 0;
}

.consultant-single .content-red ul li {
    text-indent: 0;
    padding: 0;
}

.consultant-single .content-red li:before {
    color: #fff;
    margin-right: 0.5rem;
}

/** Consultants overview **/
.overview-w-image .inner-overview-column {
    position: relative;
    padding-bottom: 50px !important;
}

.overview-w-image .social-links {
    position: absolute;
    bottom: -10px;
    left: 15px;
}

.overview-w-image .social-links i {
    font-size: 22px;
    margin-right: 5px;
}

.overview-w-image .about-trigger {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.overview-w-image .about-container {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ececec;
    width: 100%;
    display: none;
    border-top: 1px solid #cd1432;
    padding: 15px;
    z-index: 1000;
    box-shadow: 0px 10px 20px rgba(0,0,0,.1);
}

.overview-w-image .about-trigger:hover + .about-container {
    display: block;
}