.content-categories-section {
    margin-top: 20px;
}

.content-categories-box {
    background-color: #FFFFFF;
}

.content-categories-box h3 {
    color: #262626;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 10px;
}

.content-categories-box h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 11px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-categories-box h4 a {
    color: #262626;
}

.content-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.content-categories-box span {
    color: #6E7282;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    padding: 10px 11px;
}

.content-categories-box .see-all {
    padding: 10px 11px 20px 11px;
}

.content-categories-box .see-all a {
    color: #8091CA;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
}

.content-categories-box .see-all a img {
    padding-left: 9px;
    padding-bottom: 3px;
}

@media (max-width: 991px) {
    .content-categories-box {
        flex-basis: 100%;
    }
}

.home-calendar-lower-box {
    background: #E6B800;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    transition: all 300ms ease-in-out;
}

.home-calendar-lower-box:hover {
    background: #002395;
}

.home-calendar-lower-box img {
    transition: all 300ms ease-in-out;
    filter: none;
}

.home-calendar-lower-box:hover img {
    filter: brightness(0) invert(1);
}

.home-calendar-lower-box a {
    transition: all 300ms ease-in-out;
}

.home-calendar-lower-box:hover a {
    color: #FFFFFF;
}

.home-calendar-lower-box p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.home-calendar-lower-box p a {
    color: #262626;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .home-calendar-lower-box {
        height: auto;
    }

    .home-calendar-lower-box p {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-calendar-lower-box p a {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 424px) {
    .home-calendar-lower-box {
        height: auto;
    }

    .home-calendar-lower-box p {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-calendar-lower-box p a {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.home-calendar .calendar-title {
    background: #FFFFFF;
}

.home-calendar .calendar-title h3 {
    color: #262626;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    padding: 12px 8px;
}

.calendar-body {
    background: #FFFFFF;
    margin-bottom: 10px;
}

.calendar-body .table thead th {
    color: #262626;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 0;
    text-transform: capitalize;
}

.calendar-body .bootstrap-datetimepicker-widget table td.day {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    border: 0;
}

.calendar-body .calendar-body .bootstrap-datetimepicker-widget table td.day {
    color: #FFFFFF;
}

.calendar-body .bootstrap-datetimepicker-widget table thead tr:first-child th {
    color: #262626;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}

.calendar-body .bootstrap-datetimepicker-widget table td.new {
    color: #BFBFBF;
}

.calendar-body .bootstrap-datetimepicker-widget table td.old {
    color: #BFBFBF;
}

.calendar-body .bootstrap-datetimepicker-widget table td.active {
    color: #FFFFFF;
}

.calendar-body .bootstrap-datetimepicker-widget table td span {
    text-transform: capitalize;
}

.calendar-announcement {
    background: #E6B800;
}

.calendar-announcement .carousel-item {
    height: auto;
}

.calendar-announcement .carousel-item h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.calendar-announcement .carousel-item a {
    color: #262626;
}

.calendar-announcement .caption {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 16px 65px;
}

.caption span {
    font-size: 14px;
    line-height: 19px;
    color: #262626;
}

.calendar-announcement .carousel-control-prev-icon {
    background-image: url("/fe/images/announcement-slider-left.svg");
    width: 8px;
}

.calendar-announcement .carousel-control-next-icon {
    background-image: url("/fe/images/announcement-slider-right.svg");
    width: 8px;
}

@media (max-width: 991px) {
    .calendar-announcement .caption {
        text-align: center;
    }
}




