h4.study-title {
    font-size: 14px;
    color: #9b1006;
    border-bottom: 1px solid #000;
    padding: 13px 0px 13px 0px;
}

.study_icon {
    font-size: 16px;
}

.row.study-details {
    background: #fff;
}

h4.study-title a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.row.study-details ul li {
    list-style-type: disc;
    margin-left: 36px;
}

.row.study-details ul li a {
    text-decoration: none;
    color: #000
}

.row.study-details ul li a:hover {
    text-decoration: none;
    color: #9b1006
}

.collapsed .icon-chevron-down:before {
    content: "\f078" !important;
    background-color: #7e35ab00;
    border-radius: 30px;
    border: 2px solid #9b1006;
    font-size: 17px;
    color: #9b1006;
}

.fa-chevron-down:before {
    content: "\f077";
    background-color: #7e35ab00;
    border-radius: 30px;
    border: 2px solid #9b1006;
    font-size: 17px;
    color: #9b1006;
}

.icon-chevron-down {
    float: right;
}

img.study_icon {
    width: 25px;
}