.asav-hl-events-fullwidth {
    width: 100%;
    background: linear-gradient(
            rgba(102, 102, 102, 0.8),
            rgba(102, 102, 102, 0.8)
    ),
    url("../images/ihu-events-bg.jpeg");
    padding: 2px 0 40px 0;
    background-size: cover;
}

.asav-hl-group {
    width: 950px;
}

.asav-hl-events-title {
    margin: 40px 0;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 2px;
}

.asav-hl-events-title h1 {
    color: #fff;
    bottom: -16px;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    left: 50%;
    padding: 0 40px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.asav-hl-events-container {
    margin: 0 auto;
    text-align: center;
}

.asav-hl-event {
    display: inline-block;
    font-family: "Lato", sans-serif;
    height: 100%;
    position: relative;
    vertical-align: top;
    margin: 25px 15px 4px 0;
}

.asav-hl-event a, .asav-hl-event a:hover, .asav-hl-event a:visited {
    text-decoration: none;
    display: block;
}

.asav-hl-event a:hover {
    background-color: #fff;
    transition: all 0.4s;
}

.asav-hl-event a:hover .event-description-box {
    color: #000;
    font-family: "Lato", sans-serif;
}

.asav-hl-event a:hover .event-description-box span {
    color: #c9c9c9;
}

.asav-hl-event .event-item-image {
    height: 225px;
    opacity: 0.98;
    overflow: hidden;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.asav-hl-event .event-item-label {
    background-color: #fe7814;
    color: #fff;
    font-weight: bolder;
    height: 60px;
    line-height: 1;
    padding: 3px 5px;
    position: absolute;
    text-transform: uppercase;
    left: 10px;
    width: 55px;
    margin-top: -25px;
}

.asav-hl-event .event-item-label .event-date-day {
    font-size: 35px;
}

.asav-hl-event .event-item-label .event-date-month {
    font-size: 25px;
}

.asav-hl-event .event-description-box {
    padding: 10px;
    box-sizing: border-box;
    color: #FFF;
    min-height: 125px;
}

.asav-hl-event .event-description-box h3 {
    text-align: left;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.asav-hl-event .event-description-box span {
    color: #fff;
    float: left;
    font-size: 14px;
    text-align: left;
    width: 100%;
    line-height: 2;
}

span.cycle-pager-active {
    background-color: #FFF;
}

@media (min-width:992px) {
    .highlightevents_mobile_box {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .asav-hl-events-title h1 {
        padding: 0;
    }

    .asav-hl-event {
        width: 30%;
    }

    .asav-hl-event .event-item-image {
        height: 145px;
    }

    .asav-hl-group {
        width: 100%;
    }

    .asav-hl-event .event-description-box {
        min-height: 150px;
    }

    .highlightevents_mobile_box {
        display: none;
    }
}

@media (max-width:767px) {
    .asav-hl-events-title h1 {
        padding: 0;
        font-size: 26px;
    }

    .asav-hl-event {
        width: 300px;
    }

    .asav-hl-event .event-item-image {
        height: 220px;
    }

    .asav-hl-group {
        width: 100%;
    }

    .asav-hl-event .event-description-box {
        min-height: 150px;
    }

    .highlightevents_mobile_box {
        text-align: center;
    }

    .asav-hl-events-fullwidth {
        padding-top: 30px;
    }

}

@media (max-width:480px) {
    .asav-hl-events-title h1 {
        font-size: 24px;
    }

    .asav-hl-event {
        width: 240px;
    }

    .asav-hl-event .event-item-image {
        height: 175px;
    }
}