/**
 * @file
 * Subtheme specific region CSS ed elements.
 */
.featured-home .container .row {
    margin-right: -35px;
}
.breadcrumb .breadcrumb-item:first-of-type:after,
.breadcrumb-item+.breadcrumb-item::after {
    content: "\f178";
    font-family: 'FontAwesome';
    margin-left: 5px;
}
.breadcrumb-item+.breadcrumb-item:last-of-type::after,
.breadcrumb-item+.breadcrumb-item::before {display: none;}

body.path-seminars .block-page-title-block h1, body.seminar_type #block-semm-page-title h1,
.path-node.page-node-18 #block-semm-page-title h1{
  background: #da4747;
}

.node--type-seminar .addtocal-container .addtocal:hover {
    background: rgba(218, 71, 71, 0.8 );
      border-color:#da4747;
}
.title-seminar {
  border-bottom: 1px solid #da4747;
}
.node--type-curriculum .field__label {font-weight: bold;}

/* course node - 2024 -*/
.wrapper-box.wrapper-box-course {justify-content: left;}

/* Course list table block gouped by taxonomy */
.view-course-list table {
    caption-side: top;
}
.view-course-list table caption {
    text-transform: uppercase;
    color: #072c59;
    font-family: 'Oswald-Regular', sans-serif;
    font-size: 1.2rem;
}
.view-course-list table thead {
    background:  #072c59;
}
