:root {
    --dg-text-muted: var(--bs-gray-500);
}

.sash {
    position: absolute;
    left: -25px;
    top: 21px;
    transform: rotate(-33deg);
    background: #007a8a;
    color: white;
    font-weight: bolder;
    width: 160px;
    text-align: center;
}
.notice {
    color: #a52834;
}

/* ####### hashtags / color coding */
.form-check-input {
    appearance: auto;
}
.hashtag {
    border: var(--bs-black);
    color: var(--bs-white);
    background-color: var(--bs-gray-600);
}
.hashtag-excluded {
    color: var(--dg-text-muted);
    text-decoration: line-through;
}

.hashtag_filter_list .badge {
    cursor: pointer;
}
.hashtag_filter_list .show_all {
    color: var(--bs-white);
}
.hashtag_filter .form-check-input {
    float: none;
}
.hashtag_filter + .hashtag_filter {
    margin-left: 20px;
    color: red;
}
.hashtag.tag1 {
    background-color: #5226a3;
}
.hashtag.tag2 {
    background-color: #26a391;
}

/* ####### END hashtags / color coding */

.horizontal-card {
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.col-md-4 {
    margin-top: -20px;	margin-bottom: 30px;

}


.content {
    /*padding: 0 100px;*/
}


.event {
    padding: 15px!important;   margin: 0 0 0 0; background-color: #efefef;
}

.event-interior {

}


.event-title, .event-title a {
    color:#007a8a;font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    text-decoration: none;
}


.category-title {
    font-size: 22px; font-weight: 600; line-height: 26px; margin-top: 10px;
}

.category-title a {
    color: #007a8a;
    text-decoration: none;
}

a:hover {
    color: #000;
}


.faculty {
    font-size: 14px; line-height: 19px; color: #333;
}
.category-description {
    font-size: 18px;
}

/** program "card" styles */
.card-img-container {
    /* horizontal cards don't use/need this any more as they use bootstrap styles */
    position: relative;
    overflow: hidden;
}
.new-tag {
    position: absolute;
    right: -25px;
    top: 18px;
    transform: rotate(45deg);
    background: #007a8a;
    color: white;
    font-weight: bolder;
    width: 110px;
    text-align: center;
}

/* page titles within activities */
.cafe-page-title {
    font-size: 36px;
    font-weight: bold;
}

/* cafe adjustments for this design only */
/*#content, .cafe-area-header {*/
/*    width: 950px;*/
/*    padding: 15px;*/
/*    margin: auto;*/
/*}*/


#content, .cafe-area-header {
    /*padding: 15px;*/
    margin: auto;
}
#cafe-module-page:not(.cafe-module-video) {
    width: 950px;
}
.cafe-area-body main {
    padding: 0px; /* 0 padding here because cafe area markup includes the #content section styled above */
}
.cafe-area-header {
    width: 950px;
    margin: auto;
}
.built-in-page {
    width: 950px;
    margin: auto;
}

@media (min-width: 992px) {
    .cafe-area-header .container {
        max-width: none;
    }
}
@media (min-width: 768px) {
    .cafe-area-header .container {
        max-width: none;
    }
}
@media (min-width: 576px) {
    .cafe-area-header .container {
        max-width: none;
    }
}

