#searchResults .pageLink{color:#999;display:block;font-size:12px;margin:2px 0 8px;padding:0}#searchResults .searchResult{margin-bottom:16px;margin-top:24px}#searchResults .searchResult h3{margin-bottom:0;padding-bottom:0}#searchResults .searchResult p{margin-top:4px}ul.ccm-search-block-tag-cloud{list-style-type:none;margin:0;padding:0}ul.ccm-search-block-tag-cloud li{zoom:1;color:#ccc;display:inline-block;font-size:10px;margin:0 8px 8px 0}ul.ccm-search-block-tag-cloud li a{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;display:inline-block;padding:4px;text-decoration:none;vertical-align:middle}ul.ccm-search-block-tag-cloud li a:hover{background-color:#e8e8e8;color:#333}ul.ccm-search-block-tag-cloud li{float:left;margin-left:0;margin-right:20px;padding:0;white-space:nowrap}


.row {
    display: flex;

    @media only screen and (max-width: 575px) {
        flex-direction: column;
    }
}
.main__content .col-sm-4 {
    /* padding: 0 1.5rem 0 1.1rem !important; */
    margin: 0 0 2.5rem 0 !important;
    /* max-height: 280px; */
    overflow: hidden;
}
a.custom-cards-grid__card.custom-card img.custom-card__image {
    /* height: 170px; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.custom-cards-grid__card.custom-card .custom-card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #1e1e1e;
    color: #fff;
    flex-grow: 1;
    font-weight: 400;
    padding: 1rem;
    text-transform: uppercase;
	font-size: 15.5px;
    line-height: 21px;
	/* height: 110px; */
    height: 100%;
}
.custom-cards-grid__card.custom-card .custom-card__content p {
    margin: 0;
}
a.custom-cards-grid__card.custom-card {
    text-decoration: none !important;
}

