.curriculum-text-box h2 {
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 40px;
    padding: 40px 0 15px;
}

.curriculum-text-box .curriculum-section .panel-group .panel+.panel {
    margin-top: 30px;
    box-shadow: none;
    margin-bottom: 35px;
}

.curriculum-text-box .curriculum-section .panel-group .panel-default {
    border-color: transparent;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-heading {
    background-color: #ffffff;
    border: 0px solid;
    border-color: transparent;
    padding: 0;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-title {
    width: 100%;
    height: 57px;
    display: table;
    padding: 0 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-title .click {
    background: #fafafa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-title span {
    float: right;
    font-size: 15px;
    padding-right: 30px;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 20px;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-title a {
    display: block;
    color: #333333;
    display: table-cell;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all 0.4s linear 0s;
    vertical-align: middle;
    text-decoration: none;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-title a.collapsed:before {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome;
    font-size: 15px;
    text-align: center;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.3s ease-in;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-title a:before {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    text-align: center;
    top: 50%;
    right: 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    line-height: 38px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    color: #ba2a21;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-body {
    background: #ffffff;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single {
    margin-bottom: 25px;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single:last-child {
    margin-bottom: 0px;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture span {
    padding-right: 50px;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture i {
    color: #ba2a21;
    font-size: 18px;
    padding-right: 10px;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture-btn {
    background: #ba2a21;
    height: 24px;
    text-align: center;
    width: 68px;
}

.curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture-btn a {
    color: #333333;
    line-height: 2;
    font-size: 11px;
    text-decoration: none;
}

#font-course {
    font-size: 20px;
    text-transform: uppercase;
}