/*Widget Url resources*/
.card-img-url-resource{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 236px;
    height: 120px;
    border-bottom: 0.5px solid #f5f5f5;
}
.url-resources-block{
    padding-top: 6px;
    border-top: 3px solid #1C7DB7!important;
    margin-top: 5px;
}
.card{
    border: 0.5px solid #f5f5f5;
    border-radius: 3px;
    width: 96%;
    margin-left: 2%;
}
.card-body{
    padding: 15px;
}
.card-title{
    font-weight: bold;
    font-size: 18px!important;
}
.card-text{
    font-size: 14px;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-news{
    color: #fff;
    background-color: #563d7c;
}

.news-badge-span{
    margin-top: -8px;
    margin-bottom: 5px;
    margin-right: -10px;
}
.find-out-more-div{
    text-align: right;
    margin-right: -5px;
}
.find-out-more-div a{
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .find-out-more-div{
        position : absolute;
        bottom : 10px;
        right : 10px;
    }
    .card{
        height : 100%
    }
}
@media only screen and (max-width: 768px) {
    .card-img-url-resource{
        width: 100%;
        height: 100%;
    }
    .url-resources-card:not(:last-child){
        margin-bottom: 5px!important;
    }
}
@media only screen and (min-width: 780px) {
    .m-l-2-card {
        margin-left: 16.5%;
    }

    .m-l-1-card {
        margin-left: 33.3333%;
    }
}
/*End Widget Url resources*/