.lf-crs-list {
    width: 100%;
}
.lf-crs-list-head h1 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #3C3C3C;
    font-style: normal;
}

.lf-subtitle {
    display: inline-block;
    background-color: #008196;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.lf-crs-item .il-item .il-item-title, .lf-crs-tile .il-item-title{
    color: #004994;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 19px;
    margin-top: 0px;
    display: block;
}

.lf-crs-item .btn-default, .lf-crs-tile .btn-default {
    background-color: #004994;
}

.lf-crs-item .il-item .il-item-description, .lf-crs-tile .il-item-description {
    font-size: 14px;
    white-space: normal;
}

.lf-crs-item {
    border-top-width: 1px;
    border-color: #D7D7D7;
    border-top-style: solid;
}

.lf-crs-item .il-item {
    padding: 20px 10px 20px 10px;
}

.lf-crs-list .lf-crs-item img, .lf-crs-list .row img.img-responsive {
    aspect-ratio: 3/2;
    object-fit: cover;
    width:100%;
}

.lf-crs-list .dropdown {
    display: inline-block;
    float: right;
}

/* copyright */

.lf-item-copyright {
    bottom: 2px;
    left: 17px;
    background: hsla(0,0%,100%,.8);
    position: absolute;
    display: inline-block;
}

.lf-crs-tile .lf-item-copyright {
    left: 2px;
}

.lf-item-copyright-glyph {
    padding: 3px 5px;
    font-size: 13px;
}

.lf-item-copyright-text {
    display: none;
    padding: 3px 5px 5px 0px;
    font-size: 13px;
}

.lf-item-copyright:hover .lf-item-copyright-text {
    display: inline;
}

.lf-crs-item img {
    transition: transform .2s;
}

.lf-crs-item:hover img {
    transform: scale(1.03);
}

.lf-crs-list .il-item .il-item-property-name:not(:empty):after,
.lf-crs-list .il-item-property-name:not(:empty):after{
    content: " ";
}

.lf-crs-list .il-item-property-name, .lf-crs-tile .il-item-property-name {
    font-size: 0.75rem;
    color: #6f6f6f;
}

.lf-crs-list .il-item-property-value, .lf-crs-tile .il-item-property-value {
    font-size: 0.75rem;
}

.lf-crs-list .il-item-divider {
    clear: both;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    border: 0 none;
    background: none;
    border-bottom: dashed 0.5px #dddddd;
}


@media only screen and (max-width: 991px) {
    .lf-crs-item .lf-item-copyright {
        bottom: 17px;
    }
}
.lf-crs-item > .il-item > .row > div {
    position: relative;
}


@media only screen and (max-width: 1600px) {
    .with-mainbar-slates-engaged .lf-crs-tile.col-md-6 {
        width: 50%;
    }
}

/* md */
@media only screen and (max-width: 1200px) {
    .with-mainbar-slates-engaged .lf-crs-item .col-md-4,
    .with-mainbar-slates-engaged .lf-crs-tile.col-md-4,
    .with-mainbar-slates-engaged .lf-crs-tile.col-md-6,
    .with-mainbar-slates-engaged .lf-crs-item .col-md-8 {
        width: 100%;
    }
    .with-mainbar-slates-engaged .lf-crs-item img {
        aspect-ratio: 16/9;
        margin-bottom: 15px;
    }
}

.lf-crs-list.lf-crs-3-tile .col-md-4, .lf-crs-list.lf-crs-3-tile .col-md-6 {
    margin-bottom: 50px;
}

.lf-crs-tile-img {
    position: relative;
}

.lf-crs-tile-content {
    padding: 15px;
    background-color: #F5F5F5;
}

.lf-crs-tile-content-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lf-crs-tile-content-inner .il-item-title {
    flex-grow: 0;
}

.lf-crs-list .il-item-title a:hover, .lf-crs-list .il-item-title a:active {
    text-decoration: none;
}


.lf-crs-tile-content-inner .il-item-description {
    flex-grow: 1;
}

.lf-crs-tile-content-inner .dropdown {
    margin-top: 10px;
    flex-grow: 0;
    text-align: right;
}

.lf-crs-tile .flex-col {
    display: flex;
    flex-direction: column;
}

.lf-crs-tile .flex-grow {
    flex-grow: 1;
}

.lf-crs-tile > div {
    height: 100%;
}

/* md */
@media only screen and (max-width: 992px) {
    .lf-crs-item img {
        aspect-ratio: 16/9;
        margin-bottom: 15px;
    }
    .lf-item-copyright {
        bottom: 17px;
    }
}

/* sm */
@media only screen and (max-width: 768px) {
    /* .lf-crs-list {
        width: 90%;
    }*/
}

/* xs */
@media only screen and (max-width: 576px) {
    /*.lf-crs-list {
        width: 100%;
    }*/
}
