.col-lg-4 .midcard {
    min-height: 220px;   
}


.sidebar-right .btn-default {
    line-height: 32px !important;   
}

.sidebar-right .btn-default i {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.img-responsive {
    min-width: 100%;
}

.alberta-theme article h3 {
    margin-bottom: 2px;   
    margin-top: 2px;
}

.card-tall {
    min-height: 460px;
}

.card-medium {
    min-height: 320px;
}

.card-small {
    min-height: 260px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.img-left {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}


@media screen and (max-width: 996px) {
    .col-lg-4 .midcard {
        min-height: auto;   
    }
}