.card-text {
    white-space: break-spaces;
}

.category-tag {
    border: 2px solid #06c;
    padding: 0.2rem 0.8rem;
    border-radius: 1rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none!important;

}

.resource-logo {
    max-width : 5em !important;
}

.resource-description-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #8ebeed;
    min-height: 350px;
}

.adc-page-container {
    white-space: break-spaces;
    overflow: hidden;
}

.adc-page-container img {
    margin: 0;
}

#adc-carousel-wrapper div{
    font-size: 0;
}

#adc-carousel-wrapper .img-responsive-wrapper{
    max-width: 500px;
    margin-left: 20px;
}

.adc-overlay {
    opacity: 0.5;
    cursor: pointer;
}

.adc-overlay span {
    margin: auto;
    display: flex;
}
.category-tag:hover {
    background-color: #06c;
}

.category-tag:hover a{
    color: #fff;
}

.category-tag a {
    text-decoration: none;
}

.ajax-notify {
    z-index: 10001;
}