.overview-page {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 60px;
}
.education-image {
    padding-left: 0px;
}
.education-text {
    padding-top: 90px;
    padding-left: 60px;
}
.edu-header {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: Crimson;
}
.edu-overview-lower {
    margin-top: 30px;
}
.panel-group {
    width: 80%;
}
.panel-heading {
    padding: 0;
    margin: 0;
}
.panel-title {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.25px;
    word-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px 10px 30px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 30px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}
.panel-group .panel, .panel-default > .panel-heading  {
    border-radius: 0px;
}
.panel-default > .panel-heading {
    background-color: #F9F9F9;
}
.panel-default > .panel-heading:hover {
    background-color: #333;
    color: #666;
    transition: ease-in 200ms;
    color: #ffffff;
    cursor: pointer;
}
.panel-default > .panel-heading:hover h4 {
    color: #ddd;
}
.panel-body {
    padding: 25px 15px 25px 15px;
}
.panel-body ul {
    margin: 0;
    padding: 0;
}
.panel-body ul li {
    display: inline-block;
    margin-right: 10px;
}
.panel-body p {
    margin-top: 5px;
}

.grad-training-list {
    padding-left: 25px;
    list-style: none;
}
.grad-training-list li a {
    /*color: #2b96af;*/
    color: #000000;
    font-weight: 600;
}
.grad-training-list li a:hover {
    color: #df0154;
}
.gm-list {
    list-style-type: upper-roman; 
}
.gm-sublist {
    list-style-type: lower-alpha;
}
.gm-sub-sublist {
    list-style-type: disc;
}
.course-intro::before {
    display: block;
    content: "";
    height: 2px;
    margin: 0px 0px 15px 0px;
    background-color: #c11f3e;
}
.panel-heading:hover {
    transition: ease-in 200ms;
}
button.accordion {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.25px;
    word-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: left;
    background-color: #eee;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 8px 30px;
    outline: none;
    border: 1px solid #ccc;
    width: 100%;
    transition: 0.4s;
}
.panel-body li,
.panel-body p {
    color: #ddd;
}
button.accordion:hover {
    background-color: #222;
    border: 1px solid #222;
    color: #ddd;
}
button.accordion.active {
    background-color: #222;
    border: 1px solid #222;
    color: #ddd;
}
button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: Crimson;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
div.panel {
    padding: 0 15px;
    background-color: #444;
    max-height: 0;
    margin: -15px 0px 15px 0px;
    border: 1px solid #444;
    border-radius: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.additional-info {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    word-spacing: 2px;
    letter-spacing: 0.25px;
}